Help disabling Nevit's Blessing

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
drizzlx
Posts: 13
Joined: Mon Jul 16, 2012 6:53 pm

Help disabling Nevit's Blessing

Post by drizzlx »

I'm trying to disable nevit's so it never pops up. I have it where sometimes it doesn't pop up and sometimes it does when you enter game (i don't know why it's just sometimes) but it always pops up when you are recommended. I'm running the latest High 5 files.

I have disabled the following lines on EnterWorld.java:

Code: Select all

//activeChar.checkRecoBonusTask();

Code: Select all

//sendPacket(new ExVoteSystemInfo(activeChar));//sendPacket(new ExNevitAdventPointInfoPacket(0));//sendPacket(new ExNevitAdventTimeChange(-1)); // only set pause state...
Any other ideas? Is there a class that handles listening for recommendations?
Starter
Posts: 484
Joined: Sat Jan 23, 2010 4:42 pm

Re: Help disabling Nevit's Blessing

Post by Starter »

Commenting out the packets send should solve it. Just check every place where they are being sent and it should be done.
I have promises to keep and miles to go before I sleep.
Post Reply