Why does this crash my zone? Only does it when the PC does NOT have the item.
Code:
sub EVENT_SAY {
if ($text =~/Hail/i)
{
if (plugin::check_hasitem($client, 1445)){
quest::say("The King awaits.");
quest::spawn2(999296,0,0,-118,2439,-262,128);
}
}
}
Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.