November 26, 201411 yr 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
December 1, 201411 yr Hello, Use lua conditon, I have post sample: sample is for "Maelstrom Weapon" buff)
December 4, 201411 yr 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
December 5, 201411 yr Author I tried Droidz, worked fine. Didn't try yours Buzzard but it would probably work too. Thanks to both.
Create an account or sign in to comment