Thread: .pl??
View Single Post
  #5  
Old 06-12-2004, 06:18 AM
cofruben
Old-EQEmu Developer
 
Join Date: Oct 2002
Location: Spain
Posts: 323
Default

try another event,like spawn_death and then kill a mob,see if that triggers.
Code:
EVENT_DEATH
{
quest::shout("test");
}
Reply With Quote