Hey guys i have the following error in my server i changed the party xp to x4 and the problem i am experiencing is that in a party the pt leader earns a high ammount of experience but the other members earn almost nothing my exp system after level 82 is set to x25 but the whole pt xp system is wrong i think i use l2jfrozen..
I have a hunch that maybe the error is coming from here:
# PARTY XP DISTRIBUTION
# The first option can be set to auto, percentage, level, none.
# When is "auto" member of the party receives less Exp / SP, where its level is low
# If the party received a bonus for him (30% for 2 members of the party)
# In this case, he will not get Exp / SP of the party, and will not receive a bonus party
# Not used quite too high values of the parameter "percentage"!
# Not used quite too low values of the parameter "level"!
# If you do not want to be the distribution of XP for the members of the Party
# Just put "none". Default:, 3.0, 30
PartyXpCutoffMethod = level
PartyXpCutoffPercent = 3.0
PartyXpCutoffLevel = 30