DualBox dont Work correctly
Posted: Tue Apr 02, 2013 7:51 pm
» Find Revision
L2J Revision 5918:
L2JDP Revision 9599:
Version Unstable H5
when we put 0 represents no "unlimited" but rather 0.
We can fix the code to be without limits or change the configuration description
L2J Revision 5918:
L2JDP Revision 9599:
Version Unstable H5
Code: Select all
# Whitelist of the addresses for dualbox checks.# Format: Address1,Number1;Address2,Number2...# Network address can be number (127.0.0.1) or symbolic (localhost) formats.# Additional connection number added to the global limits for this address.# For example, if number of TvT event participants per IP address set to the 1 (no dualbox)# and whitelist contains "l2jserver.com,2" then number of allowed participants from l2jserver.com# will be 1+2=3. Use 0 or negative value for unlimited number of connections.# Default: 127.0.0.1,0 (no limits from localhost)DualboxCheckWhitelist = 127.0.0.1,0
We can fix the code to be without limits or change the configuration description