Script for dps druids
Posted: Fri Sep 11, 2015 7:59 am
Hi guys, i foud this script for cat dps.... but it doesnt work. Can you help me out why its not working... im using super macro addon and the atack ability is my first action...
/script if not buffed("Cat Form", 'player') then cast("Cat Form(Shapeshift)")end;
/script if not IsCurrentAction(1) then AttackTarget() end;
/script if buffed("Clearcasting", 'player') then cast("Shred")end;
/script if GetComboPoints()==5 then CastSpellByName("Ferocious Bite") else CastSpellByName("Shred");end
/script if buffed("Cat Form", 'player') and UnitMana("Player")<8 then cast ("Cat Form(Shapeshift)");end;
Sourse: https://valkyrie-wow.org/boards/index.p ... topic=2532
/script if not buffed("Cat Form", 'player') then cast("Cat Form(Shapeshift)")end;
/script if not IsCurrentAction(1) then AttackTarget() end;
/script if buffed("Clearcasting", 'player') then cast("Shred")end;
/script if GetComboPoints()==5 then CastSpellByName("Ferocious Bite") else CastSpellByName("Shred");end
/script if buffed("Cat Form", 'player') and UnitMana("Player")<8 then cast ("Cat Form(Shapeshift)");end;
Sourse: https://valkyrie-wow.org/boards/index.p ... topic=2532