PartyXpCutoffLevel don't work.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Xaras2
Posts: 55
Joined: Sun May 13, 2007 4:47 am
Location: Italia
Contact:

PartyXpCutoffLevel don't work.

Post by Xaras2 »

L2J Revision 4394
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
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: PartyXpCutoffLevel don't work.

Post by jurchiks »

change method to "level"
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Xaras2
Posts: 55
Joined: Sun May 13, 2007 4:47 am
Location: Italia
Contact:

Re: PartyXpCutoffLevel don't work.

Post by Xaras2 »

jurchiks wrote:change method to "level"

i need set
"PartyXpCutoffMethod = none" ?
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: PartyXpCutoffLevel don't work.

Post by SolidSnake »

PartyXpCutoffMethod = level
PartyXpCutoffLevel = 30

So pg lvl 80 can't exp a pg with lvl 49 or lower
Image
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: PartyXpCutoffLevel don't work.

Post by jurchiks »

Xaras2 wrote:i need set
"PartyXpCutoffMethod = none" ?
I said LEVEL not NONE...
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Xaras2
Posts: 55
Joined: Sun May 13, 2007 4:47 am
Location: Italia
Contact:

Re: PartyXpCutoffLevel don't work.

Post by Xaras2 »

thx to all :D
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: PartyXpCutoffLevel don't work.

Post by hope »

# 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 = auto

set to
PartyXpCutoffMethod = level

change in java as well
User avatar
SolidSnake
Posts: 865
Joined: Wed Jan 20, 2010 6:54 pm
Location: Italy

Re: PartyXpCutoffLevel don't work.

Post by SolidSnake »

hope wrote:# 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 = auto

set to
PartyXpCutoffMethod = level

change in java as well
Maybe it works without Config.java modify, 'NEEDS TO BE VERIFIED'
Image
hope
Posts: 1160
Joined: Thu Aug 30, 2007 5:17 pm

Re: PartyXpCutoffLevel don't work.

Post by hope »

well just in case best to change he can change in config only see how it goes if he wants run his own tests if he wishes
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: PartyXpCutoffLevel don't work.

Post by JIV »

in freya it will be level.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: PartyXpCutoffLevel don't work.

Post by jurchiks »

hope wrote:well just in case best to change he can change in config only see how it goes if he wants run his own tests if he wishes
Just in case you didn't know, even if you change the default value in Config.java, IT WONT BE USED unless you delete the property from .properties file. So there's absolutely no reason for you to change Config.java just for that.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply