Jump to content

Naiters

Members
  • Posts

    27
  • Joined

  • Last visited

Everything posted by Naiters

  1. Thanks Scipter! I have rewritten the code for Berserker Stance, but still its not working: intercepting = "no" if GetSpellCooldown("Charge") ~= 0 and GetSpellCooldown("Intercept") == 0 then intercepting = "yes" end Best regards
  2. Hi, I'm trying to write a simple lua for warrior arms 3.3.5a fightclass that uses intercept when charge is on cooldown. The code is: 1. For berserker stance - intercepting = "no" if GetSpellCooldown("Charge") ~= 0 then intercepting = "yes" end end Return value research: yes Return value var: intercepting Rage greater than 20 and Distance bigger than 8. 2. For Intercept: Buff Berserker Stance, same code as above and disance greater than 8. It doesn't work at all, any suggestions? ? Regards N
×
×
  • Create New...