RATES, EXP, SP, DROPS, SPOIL AND ADENA
FILE
game/config/Rates.ini
MAIN SERVER RATES IN THIS SOURCE
RateXp = 10
RateSp = 10
RatePartyXp = 1
RatePartySp = 1
RateRaidBossXp = 5
RateRaidBossSp = 5
RateEpicBossXp = 5
RateEpicBossSp = 5
PetXpRate = 10
HOW TO CHANGE EXP/SP
RateXp = 1 means x1 EXP.
RateXp = 10 means x10 EXP.
RateSp works the same way for SP.
DROPS / SPOIL
DeathDropAmountMultiplier = 1
DeathDropChanceMultiplier = 3
SpoilDropAmountMultiplier = 1
SpoilDropChanceMultiplier = 3
RaidDropAmountMultiplier = 3
RaidDropChanceMultiplier = 3
EpicDropAmountMultiplier = 1
EpicDropChanceMultiplier = 1
ADENA BY ITEM ID
DropAmountMultiplierByItemId = 57,10
DropChanceMultiplierByItemId = 57,1
Item 57 is Adena. In the current source, 57,10 means the amount multiplier for Adena is x10.
QUEST RATES
RateQuestDrop = 1
RateQuestRewardXP = 1
RateQuestRewardSP = 1
RateQuestRewardAdena = 1
UseQuestRewardMultipliers = True
After changing Rates.ini, restart GameServer and verify with a test mob/quest.
Sep 14, 2026 13:53