Dux Bellorum Forum

General Category => Warlock => Topic started by: Crox on July 09, 2007, 04:51:32 pm



Title: Macros.
Post by: Crox on July 09, 2007, 04:51:32 pm
Here's a some macros for Warlocks:

Here's one for Ritual of Summoning:

/script local c; local mmzone = GetMinimapZoneText(); if(GetNumRaidMembers() ==0) then c = "PARTY"; else c = "RAID"; end SendChatMessage("Summoning %t to "..mmzone.." - 2 people please click portal", c);
/cast Ritual of Summoning()

-----------------------

And here's one for Soulwell:

/script local c; local mmzone = GetMinimapZoneText(); if(GetNumRaidMembers() ==0) then c = "PARTY"; else c = "RAID"; end SendChatMessage("Someone please rightclick this altar OR NO STONE FOR YOU! ", c);
/cast Ritual of Souls()

-----------------------


Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC