Code:
sub EVENT_SPAWN {
quest::set_proximity($x - 1000,$x + 10,$y - 3000,$y + 3000,$z - 100,$z + 100);
$npc->TempName("");
}
sub EVENT_ENTER {
#quest::movepc(15,862,15,-33,193);
if($status > 100) {
$client->Message(15, "DEBUG: You have entered a proximity!");
}
}
Here's one of my old scripts for this. The actual zone portion is commented out so you can get your xyz's working properly.