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..
|