Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

Reply
 
Thread Tools Display Modes
  #1  
Old 07-31-2018, 02:40 PM
kris1
Sarnak
 
Join Date: Jan 2015
Posts: 53
Default Removing level caps for Nagafen

Anyone have any idea where to go to remove the level cap that boots you from the zone if you get on Naggy's hate list? Can't find anything anywhere.
Reply With Quote
  #2  
Old 07-31-2018, 02:45 PM
dagulus2
Hill Giant
 
Join Date: Feb 2013
Posts: 220
Default

It's two scripts in the SolB folder, one on Naggy himself and the other on the player.
Reply With Quote
  #3  
Old 07-31-2018, 06:36 PM
kris1
Sarnak
 
Join Date: Jan 2015
Posts: 53
Default

Quote:
Originally Posted by dagulus2 View Post
It's two scripts in the SolB folder, one on Naggy himself and the other on the player.
Can those be changed in heidi? or do I need to learn perl for that?
Reply With Quote
  #4  
Old 07-31-2018, 06:43 PM
kris1
Sarnak
 
Join Date: Jan 2015
Posts: 53
Default

I see...


-----------
sub EVENT_AGGRO {
# a 1 second leash timer.
quest::settimer(1,1);
}

sub EVENT_TIMER {
if ($timer == 1) {
if($x < -1000 || $x > -650 || $y < -1500 || $y > -1290) {
WIPE_AGGRO();
}
my @hate_list = $npc->GetHateList();
my $hate_count = @hate_list;
if ($hate_count > 0) {
foreach $ent (@hate_list) {
my $h_ent = $ent->GetEnt();
my $h_dmg = $ent->GetDamage();
my $h_hate = $ent->GetHate();
if ($h_ent->IsClient()) {
if ($h_ent->GetLevel() > 52) {
quest::ze(0,"I will not fight you, but I will banish you!");
$h_ent->CastToClient()->MovePC(27,-64,262,-93.96,0);
}
}
}
} else {
WIPE_AGGRO();
}
}
}

So, how much of this would I remove? This

"if ($h_ent->GetLevel() > 52) {
quest::ze(0,"I will not fight you, but I will banish you!");
$h_ent->CastToClient()->MovePC(27,-64,262,-93.96,0);"
Reply With Quote
  #5  
Old 07-31-2018, 06:52 PM
kris1
Sarnak
 
Join Date: Jan 2015
Posts: 53
Default

Nevermind...I'm a little slow. lol. I don't know perl. So I don't know what I'm looking at. But I realized that they only exist for that purpose, and just removed them.

Thank you very much for your help
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 11:02 AM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3