Page 1 of 1

Some Help With Adena Drop Rate

Posted: Sat Jan 23, 2010 9:23 am
by Par1s
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision 3828:
L2JDP Revision 6907:
Hello guys i want to open to a l2j epilogue server i have add all npc but i need to config adenadroprate and at config i cant find it.....
# Experience multiplier
RateXp = 45
# Skill points multiplier
RateSp = 45
# Experience multiplier (Party)
RatePartyXp = 2
# Skill points multiplier (Party)
RatePartySp = 2
RateConsumableCost = 1
RateDropItems = 15
RateRaidDropItems = 5
RateDropSpoil = 25
RateDropManor = 1
RateExtractFish = 1
RateQuestsReward = 5
RateKarmaExpLost = 1
RateSiegeGuardsPrice = 1
# Warning: Many quests need to be rewritten
# for this setting to work properly.
RateDropQuest = 5
Here isnt adendroprate .... and is 1x and i want to make 45x how i can change it???
Thanks

Re: Some Help With Adena Drop Rate

Posted: Sat Jan 23, 2010 9:28 am
by MELERIX
is present in the same config... xD

Code: Select all

# List of items affected by custom drop rate by id, used now for Adena rate too.# Usage: itemId1,dropChance1;itemId2,dropChance2;...# Note: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!# Example for Raid boss 1x jewelry: 6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1;# Default: 57,1RateDropItemsById = 57,1

Re: Some Help With Adena Drop Rate

Posted: Sat Jan 23, 2010 9:30 am
by Par1s
thanks mate because it is new config i didnt see it xD thanks !!!! :D

Re: Some Help With Adena Drop Rate

Posted: Tue Aug 02, 2011 12:41 am
by anarkis
MELERIX wrote:is present in the same config... xD

Code: Select all

# List of items affected by custom drop rate by id, used now for Adena rate too.# Usage: itemId1,dropChance1;itemId2,dropChance2;...# Note: Make sure the lists do NOT CONTAIN trailing spaces or spaces between the numbers!# Example for Raid boss 1x jewelry: 6656,1;6657,1;6658,1;6659,1;6660,1;6661,1;6662,1;8191,1;10170,1;10314,1;# Default: 57,1RateDropItemsById = 57,1
Do we have anything like "//set RateXp [new xp rate]" for adena to use as admin?

Thanks

Re: Some Help With Adena Drop Rate

Posted: Tue Aug 02, 2011 6:15 am
by janiii
you can set "RateDropAdena" same as you set "RateXp"