PDA

View Full Version : Simple and nice little Rogue macro


SubRoc
06-16-2005, 04:25 AM
Here is a macro I found to do SS and then Evis when you have 5 CP's.

Here is the code:

/script GCP=GetComboPoints();
/script if (GCP < 5) then CastSpellByName("Sinister Strike(Rank #") else CastSpellByName("Eviscerate(Rank #)"); end


You simply replace the SS key with the macro key.


SubRoc

Nuck
06-16-2005, 12:22 PM
Thanks for the info.

Vorgra
06-17-2005, 12:55 PM
Here is a macro I found to do SS and then Evis when you have 5 CP's.

Here is the code:

/script GCP=GetComboPoints();
/script if (GCP < 5) then CastSpellByName("Sinister Strike(Rank #") else CastSpellByName("Eviscerate(Rank #)"); end


You simply replace the SS key with the macro key.


SubRoc

I guess simple is relative..I've never used a macro before and I meant to ask you to help me last night but forgot to after the discussion we were all having;) . Unfortunately I do not understand computers like TC.:o Maybe sometime this weekend you can help me?