BUFF DURATION, BUFF SLOTS, DANCES AND SONGS
CHARACTER SETTINGS FILE
game/config/Character.ini
CURRENT LIMITS
MaxBuffAmount = 21
MaxTriggeredBuffAmount = 13
MaxDanceAmount = 13
DanceCancelBuff = True
AltStoreDances = True
GLOBAL SKILL DURATION OVERRIDE
EnableModifySkillDuration = False
SkillDurationList =
To override selected skill durations globally, set:
EnableModifySkillDuration = True
Format:
SkillDurationList = skillId,seconds;skillId,seconds
Examples:
1 hour = 3600 seconds
2 hours = 7200 seconds
4 hours = 14400 seconds
24 hours = 86400 seconds
COMMUNITY / MANAGER BUFFER DURATION
FILE: game/data/SchemeBufferSkills.xml
The current categories use abnormalTime="7200", which is 2 hours.
Example:
<category type="Buffs" abnormalTime="7200" itemId="57">
Changing abnormalTime on a category changes the duration applied by the Babylon Manager / Community Buffer for that category. The source currently uses the same SchemeBufferSkills.xml data for both.
Sep 14, 2026 13:53