View Single Post
  #18  
Old 04-22-2009, 06:46 PM
BWStripes
Sarnak
 
Join Date: Jun 2007
Location: Finland
Posts: 65
Default

Just a minor thing error with the quest documentation I discovered I was digging in questmgr.cpp - quest::ze needs to be in the format:
quest::ze(#colourid, "Message");

Then it works, same with quest::we (world emote). 15 is yellow text, FYI, so
quest::we(15, "You hear wispers on the wind, that becon you to the Karanas");

Will print exactly that on all clients connected to world in yellow. It uses the same function as the GM command: #emote <name|world|zone> <#colourid> <message>
Reply With Quote