View Single Post
  #3  
Old 10-13-2008, 08:15 PM
Skizoke
Sarnak
 
Join Date: Sep 2008
Location: Alabama
Posts: 70
Default

Yeah, I am using PEQ database and quests. I engaged the other night with a party of 56+ and no one got banished.

And this is what the quests has for Naggy.

# Attempt to limit players level 53 And over from engaging nagafen And vox.

# Banished to Lavastorm.





sub EVENT_SPAWN {

my $x = $npc->GetX();

my $y = $npc->GetY();

quest::set_proximity($x - 350, $x + 350, $y - 350, $y + 350);

}
Reply With Quote