help party

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
l2chaos
Posts: 73
Joined: Mon Dec 12, 2011 7:59 am

help party

Post by l2chaos »

hi all how make one player is 10 levell and main 55 and go party and 10 level char give 0 sp exp hou make to give exp sp to low level char louck config

Code: Select all

# ---------------------------------------------------------------------------# Party# ---------------------------------------------------------------------------# CONFUSING(nothing todo with party) -> When you made damage to a mob# and are inside this range, you will be considered as player to reward.# Checks for party range to mob to calculate rewards(exp, items).# Default: 1600AltPartyRange = 1600 # 1. Used for adena distribution in party# 2. Used to handle random and by turn party loot# Default: 1400AltPartyRange2 = 1400
hou dan this hou put this to give exp level 10 char
User avatar
CostyKiller
Posts: 220
Joined: Mon Aug 10, 2009 11:48 pm
Location: Romania

Re: help party

Post by CostyKiller »

Change this option to what you need:

Code: Select all

# This option takes effect when "highfive" method is chosen.# Each pair of numbers represent a level range.# If the gap is between the first pair, there is no penalty.# If the gap is between the second pair, the lowest party member will gain only 30% of the XP that others receive.# If the gap is between the last pair, the lowest party member will not receive any XP.# Default: 0,9;10,14;15,99PartyXpCutoffGaps = [color=#800000]0,9;10,14;15,99[/color]
Post Reply