Jump to content

Enh Shaman - Maelstrom Weapon stacks


KnightRyder

Recommended Posts

WRobot does not seem to be able to see / detect the buff "Maelstrom Weapon"
 

I have it set to cast Lightning Bolt with the condition of "Buff Stack". I set the buff name to "Maelstrom Weapon" and number to 4 and type to Bigger. It will never cast Lightning Bolt. If i set it to equal 5, or even with equal or bigger than 1, it will never cast it.

 

Without the condition, it will spam lightning bolt spell, so I know the bot can cast the spell. 

 

If I just do "Buff" condition and add name as "Maelstrom Weapon" and set need to "true" it will spam Lightning Bolt.

 

 

I've attached a fight class I am using and configured as the "Buff Stack" condition i mentioned. 

Shaman - Enhancement Astral Shift.xml

Link to comment
Share on other sites

Use this(or check my profile):

for i=1,40 do local _, _, _, count, _, _, _, _, _, _, spellId = UnitBuff("player",i); if (spellId==53817 and  count>4) then retV="1" break else retV="0" end end

return value research=1

return value var retV

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...