Advertisment



The G&T Chronicles

The G&T Chronicles
Rogue Macros

The following is a list of macros that are suitible for Rogues.

Sap Message/Pick Pocket

I started a rogue and decided to play around with it a bit and realised I hated having the message "You are not in a party" whenever I used my basic sap macro that would inform my party of the target I had sapped.

The result is this macro. If you're not in a party it will not send the message. If you're in a party and you fail on the sap, it will not send the message. If however, you are in a party and the sap takes it tells you're party "<TARGET> is sapped!". Ohhh yeah, if you shift click or right click, it picks their pocket.


#showtooltip
/cast [modifier:shift] [button:2] Pick Pocket; Sap
/in 1 /run t="target" s="Sap" p=GetNumPartyMembers()if (p>0) then for i=1,26 do U=UnitDebuff(t,i)if (U==s) then SendChatMessage(UnitName(t).." is sapped!",PARTY);end;end;end

NOTE: This macro requires the Addon Cosmos to handle the "/in" command.


SRT - Shoot or Throw

Simple. If you got a bow equipped, it shoots. If you have daggers or ninja stars equipped, it throws.


#showtooltip
/cast [equipped:Thrown] Throw; [equipped:Ranged] Shoot;

NOTE: This macro requires the Addon Cosmos to handle the "/in" command.






Advertisment