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?
PartyMatchRoom max level
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 4
- Joined: Fri May 13, 2011 9:19 am
Re: PartyMatchRoom max level
Try putting elephant in parrot cage, and then ask yourself is it cage relatedTopicus 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?

- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: PartyMatchRoom max level
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! 
