Page 1 of 1

Help disabling Nevit's Blessing

Posted: Tue Jul 24, 2012 1:14 am
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?

Re: Help disabling Nevit's Blessing

Posted: Sun Jul 29, 2012 9:10 pm
by Starter
Commenting out the packets send should solve it. Just check every place where they are being sent and it should be done.