PartyXpCutoffLevel don't work.
Posted: Sun Sep 19, 2010 7:31 pm
L2J Revision 4394
L2JDP Revision 7644
This is my Character.properties
But pg level 47 can exp with pg level 79
How can resolve this ?
THX
L2JDP Revision 7644
This is my Character.properties
Code: Select all
# 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: autoPartyXpCutoffMethod = auto # This option takes effect when "percentage" method is chosen. Don't use high values for this!# Default: 3.0PartyXpCutoffPercent = 3.0 # This option takes effect when "level" method is chosen. Don't use low values for this!# Default: 30PartyXpCutoffLevel = 20
But pg level 47 can exp with pg level 79
How can resolve this ?
THX