View Single Post
  #6  
Old 06-10-2009, 06:54 PM
kimura0715
Fire Beetle
 
Join Date: Mar 2009
Location: Virginia
Posts: 27
Default

im a noob with quests...i dont see a player.pl in the quest folders...

also i cant this to work..do you see any mistakes with it.......


#The_Masochist

sub EVENT_SPAWN {
quest::settimer("repeat", 60); // First trigger after 60 seconds, and every 60 seconds after
}

sub EVENT_TIMER {
if ($timer eq "repeat") {
quest::shout("I need pain!!! Please come kick my ass!! It will make you feel good and make me feel wonderful!!");
}
}

Thanks in advance...
Reply With Quote