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);
}
|