PartyMatchRoom max level

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
Topicus
Posts: 17
Joined: Wed Nov 10, 2010 7:31 pm

PartyMatchRoom max level

Post by Topicus »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5552 (H5 STABLE)
L2JDP Revision Number:

After 3 hours searching, without success i created this topic. My server is lvl max 90. But, how to change party room to accept lvls > 85? When we configure i.e. max lvl > 85, it shows only max lvl 85. And its not only visual, chars greater than 85 cant join.

Its client related?
Arang
Posts: 4
Joined: Fri May 13, 2011 9:19 am

Re: PartyMatchRoom max level

Post by Arang »

Topicus wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5552 (H5 STABLE)
L2JDP Revision Number:

After 3 hours searching, without success i created this topic. My server is lvl max 90. But, how to change party room to accept lvls > 85? When we configure i.e. max lvl > 85, it shows only max lvl 85. And its not only visual, chars greater than 85 cant join.

Its client related?
Try putting elephant in parrot cage, and then ask yourself is it cage related :D
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: PartyMatchRoom max level

Post by Zoey76 »

Test this and post the result:

Code: Select all

Index: java/com/l2jserver/gameserver/network/clientpackets/RequestListPartyMatchingWaitingRoom.java===================================================================--- java/com/l2jserver/gameserver/network/clientpackets/RequestListPartyMatchingWaitingRoom.java    (revision 5768)+++ java/com/l2jserver/gameserver/network/clientpackets/RequestListPartyMatchingWaitingRoom.java    (working copy)@@ -45,12 +45,11 @@    protected void runImpl()    {        L2PcInstance _activeChar = getClient().getActiveChar();-               if (_activeChar == null)        {            return;        }-       +       System.out.println("The max/min levels for the party room are: " + _maxlvl + "/" + _minlvl);        _activeChar.sendPacket(new ExListPartyMatchingWaitingRoom(_activeChar, _page, _minlvl, _maxlvl, _mode));    }    
Powered by Eclipse 4.34 🌌 | Eclipse Temurin 21 ☕ | MariaDB 11.3.2 🗃️ | L2J Server 2.6.3.0 - High Five 🚀

🔗 Join our Discord! 🎮💬
Post Reply