KnightRyder 77 Posted November 26, 2014 Share Posted November 26, 2014 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 https://wrobot.eu/forums/topic/1774-enh-shaman-maelstrom-weapon-stacks/ Share on other sites More sharing options...
Droidz 2738 Posted December 1, 2014 Share Posted December 1, 2014 Hello, Use lua conditon, I have post sample: sample is for "Maelstrom Weapon" buff) Link to comment https://wrobot.eu/forums/topic/1774-enh-shaman-maelstrom-weapon-stacks/#findComment-8834 Share on other sites More sharing options...
buzzard 3 Posted December 4, 2014 Share Posted December 4, 2014 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 https://wrobot.eu/forums/topic/1774-enh-shaman-maelstrom-weapon-stacks/#findComment-8854 Share on other sites More sharing options...
KnightRyder 77 Posted December 5, 2014 Author Share Posted December 5, 2014 I tried Droidz, worked fine. Didn't try yours Buzzard but it would probably work too. Thanks to both. Link to comment https://wrobot.eu/forums/topic/1774-enh-shaman-maelstrom-weapon-stacks/#findComment-8856 Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now