View Single Post
  #4  
Old 01-14-2014, 10:44 PM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

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.
Reply With Quote