View Single Post
  #7  
Old 09-30-2008, 09:46 PM
Utau
Fire Beetle
 
Join Date: Oct 2008
Location: MN
Posts: 17
Default

Yes the .pl file exists ..

c:\eqemu\quests\poknowledge\Soulbinder_Jera.pl

code as follows:
Code:
#generic soulbinder quest
sub EVENT_SAY { 
	plugin::soulbinder_say($text);
}

sub EVENT_SPAWN
{
	$x = $npc->GetX();
	$y = $npc->GetY();
	quest::set_proximity($x - 90, $x + 90, $y - 90, $y + 90);
}

sub EVENT_ENTER
{
	quest::signal(202273,5); #Qadar
}
It might be worth mentioning that I just did a AI test and Fippy will not attack me at lvl 1 and the guards will not kill him as he enters Qeynos .. not sure if this is related or not.