Added Channeled Focus - to temp buffs
Changed Mana Cloak % to give mana back at a better threshold
Changed Mana Cloak % to give mana back at a better threshold
Attachments
-
96.6 KB Views: 404
Last edited:
No, mines the Coercer.Are you the original author of the illy script? I dont know if i wanted to change mine since it works semi decent.I thought the one i have was made by bobthebuilder dont know for sure though.
i have tried it but the bot stops and besides i think something is wrong with both this scrypt and the oroginal, parse wise my illy fully fabled at 210 AA parses a little over 2500 dps, when i play him i parse about 13k dpsAnyone try this script? Or have all moved to Coercers.
Just curious if it is working as intended. I would appreciate any feedback.
Has this been fixed?Every time it casts there is an error in the console panel.
" DEBUG: CastSpellRange() -- BAD SYNTAX: 'start' or 'AbilityID' must be greater than zero."
Tried your file. Still chain casts Rapidity. Can't get it to stop even if I am the only one in the group, and I have myself targeted.the haste error you are talking about is in both bots.
The fix is to put your illy as the target of the buff - then it buffs the group.
As far as the error code in console - try this version should be fixed.
if (${Me.Equipment[Mirage Star](exists)} && ${Me.Equipment[1].Tier.Equal[MYTHICAL]})
if (${Me.Equipment[Mirage Star](exists)})
if (${Me.Equipment[Mirage Star](exists)} && ${Me.Equipment[1].Tier.Equal[MYTHICAL]})
HaveMythical:Set[TRUE]
elseif ${Me.Maintained[Mirage Mastery](exists)}
HaveMythical:Set[TRUE]
;if (${Me.Equipment[Mirage Star](exists)} && ${Me.Equipment[1].Tier.Equal[MYTHICAL]})
HaveMythical:Set[TRUE]
;elseif ${Me.Maintained[Mirage Mastery](exists)}
;HaveMythical:Set[TRUE]