Advertisement
Guest User

Potentionally pertinent info

a guest
Aug 19th, 2015
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. ; -----------------------------------------------------------------------------------------
  2. ; -- Mandatory Configuration
  3. ; -----------------------------------------------------------------------------------------
  4.  
  5. irisLevel := 403 ; try to keep your Iris within 1001 levels of your optimal zone
  6.  
  7. ; Clicker Heroes Ancients Optimizer @ http://s3-us-west-2.amazonaws.com/clickerheroes/ancientssoul.html
  8.  
  9. ; Use the optimizer to set the optimal level and time:
  10. optimalLevel := 1800
  11. speedRunTime := 40 ; minutes (usually between 28 and 30 minutes)
  12.  
  13. ; In the Heroes tab you can verify that you are using the optimal ranger.
  14. gildedRanger := 5 ; the number of your main guilded ranger
  15. ; 1:Dread Knight, 2:Atlas, 3:Terra, 4:Phthalo, 5:Banana, 6:Lilin, 7:Cadmia, 8:Alabaster, 9:Astraea
  16.  
  17. ; -- Speed run ----------------------------------------------------------------------------
  18.  
  19. ; If the script starts on the 2nd ranger too early (before lvl 100) or too late (after lvl 200), adjust this setting.
  20. firstStintAdjustment := 0 ; Add or remove time (in seconds) to or from the first hero.
  21.  
  22. activateSkillsAtStart := false ; usually needed in the late game to get going after ascending
  23.  
  24. hybridMode := false ; chain a deep run when the speed run finish
  25.  
  26. ascDownClicks := 26 ; # of down clicks needed to get the ascension button center:ish (after a full speed run)
  27.  
  28. autoAscend := true ; Warning! Set to true will both salvage relics and ascend without any user intervention!
  29. autoAscendDelay := 10 ; warning timer (in seconds) before ascending
  30.  
  31. saveBeforeAscending := true ; autosave the game
  32.  
  33. ; If you run the Steam client with autoAscend, you can screenshot every relic you salvage!
  34. screenShotRelics := true
  35.  
  36. ; -- Init run -----------------------------------------------------------------------------
  37.  
  38. ; The assistant will automatically try to set the correct initDownClicks and yLvlInit settings.
  39. ; It will also assist with Iris level recommendations.
  40. useConfigurationAssistant := false
  41.  
  42. ; A list of clicks needed to scroll down 4 heroes at a time, starting from the top.
  43. initDownClicks := [7,7,7,8,7,3]
  44.  
  45. ; This y coordinate is supposed to keep itself inside the top lvl up button when scrolling down according to the above "clicking pattern".
  46. yLvlInit := 273
  47.  
  48. ; Manual configuration (if not using the assistant):
  49. ; 1. Ascend with a "clickable" available.
  50. ; 2. Click Alt+F1 (the script should pick up the clickable).
  51. ; 3. Scroll down to the bottom. What ranger is last?
  52. ; 4. From the list below, pick the matching settings:
  53.  
  54. ; Astraea [6,5,6,5,6,3], 241 (Iris > 2010)
  55. ; Alabaster [6,6,5,6,6,3], 259 (Iris > 1760)
  56. ; Cadmia [6,6,6,6,6,3], 240 (Iris > 1510)
  57. ; Lilin [6,6,6,6,6,3], 285 (Iris > 1260)
  58. ; Banana [6,7,6,7,6,3], 240 (Iris > 1010)
  59. ; Phthalo [6,7,7,6,7,3], 273 (Iris > 760)
  60. ; Terra [7,7,7,7,7,3], 240 (Iris > 510)
  61. ; Atlas [7,7,7,8,7,3], 273 (Iris > 260)
  62. ; Dread Knight [7,8,7,8,7,4], 257
  63.  
  64. ; E.g. if Phthalo is last, you set initDownClicks to [6,7,7,6,7,3] and yLvlInit to 273.
  65. ; In this case your Iris level should be somewhere between 760 and 1010.
  66.  
  67. ; 5. Now click Alt+F2 (the script should level up and upgrade all heroes from Cid to Frostleaf).
  68.  
  69. ; If some heroes where missed, make sure you have picked the suggested setting for your Iris level.
  70. ; If you are close to one of these Iris irisThresholds, you should move above it with some margin.
  71. ; E.g if your Iris is at 489, you should level it to at least 529, pick the setting for Terra,
  72. ; reload the script (Alt+F5), ascend with a clickable and try Alt+F2 again.
  73.  
  74. ------------------------------------------------------------------------------------------------
  75. fullScreenOption := false ; Steam borderless fullscreen option
  76.  
  77. SetTitleMatchMode, regex ; Steam [3] or browser [regex] version?
  78.  
  79. ; If browser, you need to verify (or adjust) the top margin setting.
  80. ; Start Windows Spy, then check the relative y position of the top edge of the CH area (below the logo).
  81. browserTopMargin := 217 ; Firefox [230], IE [198], Chrome (steals focus!) [222]
  82.  
  83. ; If the script don't press the save button automatically when running
  84. ; with "saveBeforeAscending" set to true, change "Button1" to "Button2".
  85. saveButtonClassNN := "Button1" ; or Button2
  86.  
  87. ; If the auto-save fails to change the file name properly and you get
  88. ; a "already exists" message, change save mode to 2.
  89. saveMode := 1 ; or 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement