Could one of you let me know the rationale behind SelfBuffInt array? It seems to basically create a countdown for the buffs to be checked? I'm thinking replacing it with the 5 second timer, and then checking all buffs each time, since I don't think the processor time to check all buffs will be that...
I added the code and a return value for mobs that are immune to root/snare. CAST_IMMUNEROOT is the new return value. Here's the whole thing. It's based on the code in the first post | | SpellCast.inc | | Last Modified: 5/14/2004 9:30pm | Modified by oddball: 5/29/2004 to detect root immunity | This ...
I made some fixes to the code... For this event sub, in botspell.inc Change this: Sub Event_ImmuneSlow /varset SpellFail 1 /call ChatOut 3 ${MasterName} "Can't Root or Snare this Target!" /varset CTimer 0 /return To: Sub Event_ImmuneSlow /varset SpellFail 1 /call ChatOut 3 ${MasterName} &q...
I added the code and a return value for mobs that are immune to root/snare. CAST_IMMUNEROOT is the new return value. Here's the whole thing. It's based on the code in the first post | | SpellCast.inc | | Last Modified: 5/14/2004 9:30pm | Modified by oddball: 5/29/2004 to detect root immunity | This ...