Dux Bellorum Forum
April 25, 2024, 04:40:01 am *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Gruul will be Dux Bellorum's next big killing attempt !
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Macros.  (Read 2500 times)
Crox
Newbie
*
Posts: 7


View Profile Email
« 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()

-----------------------
« Last Edit: July 09, 2007, 04:53:19 pm by Crox » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!