considering a little cheat

  • Thread starter Thread starter Anonymous
  • Start date Start date
A

Anonymous

Guest
Anyone use anything similar to this?

Code:
local start, duration, enable = GetActionCooldown(43);
if ( start > 0 and duration > 0 and enable > 0) then
   castspellbyname("Backstab (rank 8)")
else
   castspellbyname("Feint (rank 4)")
end
 
If feint is on cooldown, backstab. Otherwise, feint.

Essentially, it feints when it's available and backstabs when it's not. For PvE, you'd bind this to a button on your hotbar where you would have had your backstab button.
 
I'm a nub to ui scripting so a simple conditional is all I've got so far. :P
 
I'm old fashioned, i just wait till it refreshes and then hit it :(

I always rupture or slice n dice right before so I'm not waiting on an energy tick! (protip)
 
I photochopped that chick's hand+joint in there. I'm awesome.