Lord Nag/Lady Vox
Did they remove the level requirement for engaging them? I remember any character over 52 that engaged got banished.
Is that something I can set on my server? TIA. |
If you're using PEQ's quests, it's already there. If you don't want it, just remove the quest files for them in the respective zone folders.
|
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); } |
Edit: But I don't see it checking for over level 52 anywhere other than in the remarks it is mentioned. I don't understand Perl, so that could be why I don't see it.
|
Here is what my script is set to currently for Naggy:
Code:
# Attempt to limit players level 53 And over from engaging nagafen And vox. Code:
# Banisher to Lavastorm. |
Thanks again Trevius.
|
Skizoke: if that's what your file looks like then you aren't using a current version of our quests. Did you get them from CVS? You file should look exactly like the first one above (second isn't needed if your zone is static, though a good idea for those who run it dynamic.)
|
Quote:
I'm sorry, db is current up to 1129 but my quests is using your serverpack 4.0 quests with the 1129 upgrade. I may have upgraded something incorrectly. |
All times are GMT -4. The time now is 07:07 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.