View Single Post
  #7  
Old 09-14-2011, 01:49 PM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default

Code:
sub EVENT_ITEM 
{
	$x = $npc->GetX();
	$y = $npc->GetY();
	$z = $npc->GetZ();
	$h = $npc->GetHeading();
	$entid1 = quest::spawn2(58083,0,0,$x,$y,$z,$h);
  
	if (plugin::check_handin(\%itemcount, 119782=> 4)) {...}
	else {...}

}
Reply With Quote