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
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