Page 1 of 1
Party lvl difference
Posted: Sun May 02, 2010 1:32 pm
by Helix
L2J Revision
Number:4113
L2JDP Revision
Number:4113
hello,
how to set the max lvl difference in partys higher? actually its +/- 9 levels.
please help me...
...again
Re: Party lvl difference
Posted: Sun May 02, 2010 2:42 pm
by jurchiks
it's 30 lvls if you have default in Character.properties
# PARTY XP DISTRIBUTION
# With "auto method" member is cut from Exp/SP distribution when his share is lower than party bonus acquired for him (30% for 2 member party).
# In that case he will not receive any Exp/SP from party and is not counted for party bonus.
# If you don't want to have a cutoff point for party members' XP distribution, set the first option to "none".
# Available Options: auto, level, percentage, none
# DEFAULT NEEDS TO BE VERIFIED, MUST BE CHANGED HERE AND IN CONFIG.JAVA IF NOT CORRECT
# Default: auto
PartyXpCutoffMethod = level
# This option takes effect when "percentage" method is chosen. Don't use high values for this!
# Default: 3.0
PartyXpCutoffPercent = 3.0
# This option takes effect when "level" method is chosen. Don't use low values for this!
# Default: 30
PartyXpCutoffLevel = 30