Hi, is there a way to self cast cast enduring cry or immortal call? Seems like there was the option in the older version of the bot. Thanks.
ExampleRoutine auto-casts Enduring Cry as long as it's on your skill bar. It doesn't do Immortal Call right now, but I can look into adding that into the default routine in the near future. It's mostly just some copy/paste work and adding a check for the number of endurance charges.
Should be something like (pseudo-code) Code: if Immortal Call != -1 #immortal call on skillbar if NumberOfMobsNear > 0 if Player.EnduranceCharges == Player.MaxEnduranceCharges Cast Immortal Call return true else return false else return false else return false
Lots of changes are occuring (mana reserved and such) and it's probably useless to talk about it until beta hits live.