Page 1 of 1

Combat Skills as a holysh*t?

Posted: Sat Aug 31, 2013 6:07 am
by kondoor
I have been trying to figure out how to kick off combat skills on my rogue. I have a couple holyshit's setup already, and figured it was probably similar to my backstab even if in front of the mob holyshit which is

Code: Select all

holyshit0=/if (${Me.AbilityReady[backstab]}) /doability backstab

is there something similar for combat abilities? I was hoping to be able to do Frenzied Stabbing Discipline or Feint of Shadow Rk. I when I have stamina.
I figured out how to do AA's and get the list of AA's with /aa list all, figured there was probably something similar for combat abilities.

Thanks!

I figured it out, I was googling for the wrong thing.

Code: Select all

/if (${Me.PctEndurance}>70 && !${Me.Song[Feint of Shadow Rk. I].ID} && ${Me.CombatAbilityReady[Feint of Shadow Rk. I]}) /Disc Feint of Shadow Rk. I