You dont need all this plugin crap bud.. Here is a nice little default quest for you...

Btw, syntax may be incorrect, I am very tired right now hehe..
sub EVENT_SAY
{
if($text=~/Hail/i)
quest::say("Hello $name");
}
sub EVENT_DEATH{
quest::me("falls to the ground.");
}
sub EVENT_ATTACK{
quest::me("charges at %name ready to attack.");
}
}
}