General WoW Macros
Use Bandage On Target Or Self
/use [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage
Casting Spells
/cast
/castrandom , ,
/castsequence , ,
/stopcasting
Using And Equipping Items
/use
/equip
/equipslot
Activating a trinket
/use 13
/use 14
Hybrid Assist
/cleartarget
/assist [player name]
Self Bandaging
/use [target=player] Heavy Runecloth Bandage
Opens the first item in your mailbox
/script GetInboxText(1); TakeInboxItem(1); TakeInboxMoney(1); DeleteInboxItem(1);
Quick Quest Accept
/script AcceptQuest(); |