View Single Post
  #2  
Old 06-19-2009, 01:15 PM
Dibalamin
Hill Giant
 
Join Date: Dec 2007
Posts: 182
Default

Should go in the templates folder.

if you are running the current version of the source, you should be able to pile that under the sub EVENT_SPAWN now after Congdar's fix.

Code:
sub EVENT_SPAWN 
	{	
	
	quest::addloot(1025,1);
	quest::addloot(2801,1);
	quest::emote(" arms itself."); 
	quest::doanim(9);

	}
__________________
Retired EMarr
Project1999 Developer
Reply With Quote