Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; -----------------------------------------------------------------------------------------
- ; -- Mandatory Configuration
- ; -----------------------------------------------------------------------------------------
- irisLevel := 403 ; try to keep your Iris within 1001 levels of your optimal zone
- ; Clicker Heroes Ancients Optimizer @ http://s3-us-west-2.amazonaws.com/clickerheroes/ancientssoul.html
- ; Use the optimizer to set the optimal level and time:
- optimalLevel := 1800
- speedRunTime := 40 ; minutes (usually between 28 and 30 minutes)
- ; In the Heroes tab you can verify that you are using the optimal ranger.
- gildedRanger := 5 ; the number of your main guilded ranger
- ; 1:Dread Knight, 2:Atlas, 3:Terra, 4:Phthalo, 5:Banana, 6:Lilin, 7:Cadmia, 8:Alabaster, 9:Astraea
- ; -- Speed run ----------------------------------------------------------------------------
- ; If the script starts on the 2nd ranger too early (before lvl 100) or too late (after lvl 200), adjust this setting.
- firstStintAdjustment := 0 ; Add or remove time (in seconds) to or from the first hero.
- activateSkillsAtStart := false ; usually needed in the late game to get going after ascending
- hybridMode := false ; chain a deep run when the speed run finish
- ascDownClicks := 26 ; # of down clicks needed to get the ascension button center:ish (after a full speed run)
- autoAscend := true ; Warning! Set to true will both salvage relics and ascend without any user intervention!
- autoAscendDelay := 10 ; warning timer (in seconds) before ascending
- saveBeforeAscending := true ; autosave the game
- ; If you run the Steam client with autoAscend, you can screenshot every relic you salvage!
- screenShotRelics := true
- ; -- Init run -----------------------------------------------------------------------------
- ; The assistant will automatically try to set the correct initDownClicks and yLvlInit settings.
- ; It will also assist with Iris level recommendations.
- useConfigurationAssistant := false
- ; A list of clicks needed to scroll down 4 heroes at a time, starting from the top.
- initDownClicks := [7,7,7,8,7,3]
- ; This y coordinate is supposed to keep itself inside the top lvl up button when scrolling down according to the above "clicking pattern".
- yLvlInit := 273
- ; Manual configuration (if not using the assistant):
- ; 1. Ascend with a "clickable" available.
- ; 2. Click Alt+F1 (the script should pick up the clickable).
- ; 3. Scroll down to the bottom. What ranger is last?
- ; 4. From the list below, pick the matching settings:
- ; Astraea [6,5,6,5,6,3], 241 (Iris > 2010)
- ; Alabaster [6,6,5,6,6,3], 259 (Iris > 1760)
- ; Cadmia [6,6,6,6,6,3], 240 (Iris > 1510)
- ; Lilin [6,6,6,6,6,3], 285 (Iris > 1260)
- ; Banana [6,7,6,7,6,3], 240 (Iris > 1010)
- ; Phthalo [6,7,7,6,7,3], 273 (Iris > 760)
- ; Terra [7,7,7,7,7,3], 240 (Iris > 510)
- ; Atlas [7,7,7,8,7,3], 273 (Iris > 260)
- ; Dread Knight [7,8,7,8,7,4], 257
- ; E.g. if Phthalo is last, you set initDownClicks to [6,7,7,6,7,3] and yLvlInit to 273.
- ; In this case your Iris level should be somewhere between 760 and 1010.
- ; 5. Now click Alt+F2 (the script should level up and upgrade all heroes from Cid to Frostleaf).
- ; If some heroes where missed, make sure you have picked the suggested setting for your Iris level.
- ; If you are close to one of these Iris irisThresholds, you should move above it with some margin.
- ; E.g if your Iris is at 489, you should level it to at least 529, pick the setting for Terra,
- ; reload the script (Alt+F5), ascend with a clickable and try Alt+F2 again.
- ------------------------------------------------------------------------------------------------
- fullScreenOption := false ; Steam borderless fullscreen option
- SetTitleMatchMode, regex ; Steam [3] or browser [regex] version?
- ; If browser, you need to verify (or adjust) the top margin setting.
- ; Start Windows Spy, then check the relative y position of the top edge of the CH area (below the logo).
- browserTopMargin := 217 ; Firefox [230], IE [198], Chrome (steals focus!) [222]
- ; If the script don't press the save button automatically when running
- ; with "saveBeforeAscending" set to true, change "Button1" to "Button2".
- saveButtonClassNN := "Button1" ; or Button2
- ; If the auto-save fails to change the file name properly and you get
- ; a "already exists" message, change save mode to 2.
- saveMode := 1 ; or 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement