Thread: default.pl
View Single Post
  #3  
Old 02-21-2005, 11:52 AM
solid11's Avatar
solid11
Discordant
 
Join Date: Dec 2004
Posts: 266
Default

I put the default.pl in the c:\eqemu\quest folder but when I hail any other mob they just turn to me and don't say anything. But the other quests work, any ideas?

Here is the default.pl that is recommended for download on malignus' tutorial


sub EVENT_SAY{
$plugin::debug && quest::say("[debug]in qstdefault::EVENT_SAY");
#plugin::showvars();
plugin::dispatch();
}

sub EVENT_ITEM{
plugin::dispatch();
}

sub EVENT_DEATH{
plugin::dispatch();
}

sub EVENT_ATTACK{
plugin::dispatch();
}

sub EVENT_SPAWN{
plugin::dispatch();
}

sub EVENT_TIMER{
plugin::dispatch();
}

sub EVENT_SLAY{
plugin::dispatch();
}

sub EVENT_WAYPOINT{
plugin::dispatch();
}


Is that right?
Thanks

Last edited by solid11; 02-21-2005 at 07:55 PM..
Reply With Quote