An windower4 addon that tracks debuffs on current target. This version allows you customize all durations and save/load profiles or have them automatically loaded per job basis. Has an auto learn feature and simulation.
Download: https://github.com/Nsane-FFXI/Debuffing
Updated 9/7/2025,
• Profile issue for multiboxers,
• Weapon skill addition,
• UI adjustments, time sorted and invisible until a debuff or simulation.
Updated 9/8/2025,
• Profile saving issue addressed.
Updated 9/12/2025,
• Step duration changed for DNC main job by 20 seconds for initial step, additional steps and max duration.
Updated 9/13/2025,
• added ovetime and log on/off commands
-- overtime - Green +seconds on/off, off by default now
-- log - Help infomation on/off, off by default now, except help box //df
Updated 9/20/2025,
• Pixel issue - Resolved.
Updated 9/27/2025, Hopefully Final
• command issue - Resolved,
• Display on/off command,
• Status for showing all current toggles,
• IPC support.
*Please make sure you are deleting your older data folder before loading.






Debuffing — Command Reference
Prefix:
Code
//df or //debuffing
GLOBAL DURATION OVERRIDES
Set/remove default spell duration:
Code
//df {Spell Name}|ID <seconds|remove>
Ex:
//df {Paralyze} 180
//df 58 120
//df {Paralyze} remove
CREATE—WEAPON SKILLS DEBUFF
Create Timers for weapon skills with debuffs, not perfect.
Code
//df create {weaponskill or id} {buff or id} {}, {}, {}>
//df weapons on|off, shows/hides created weapon skill.
//df delete {Weapon Skill}|ID
Ex:
//df create "Shell Crusher" "Defense Down" 180, 360, 540
//df create 181 149 180, 360, 540
//df delete "Shell Crusher"
//df create {Tachi: Gekko} {Silence} 45
//df create 151 6 45
//df delete 151
KEEP-BUFF DISPLAY
Show expired debuffs with +seconds:
• Auto ON: saves new duration. Auto OFF: prints timer hint.
Code
//df keep_buff
AUTO-LEARN
Auto-update override when kept debuff vanishes:
Requires mob targeted when the debuff wears.
***This is not meant to be left on, rather to learn, save profile and turn off, leaving it on a will cause issue with others tampering wih your durations.
Code
//df auto on|off
AUTO-PROFILES (Per Main Job)
• On login/job change: clears overrides, loads/creates job profile.
• Manual/auto saves go to job profile.
Code
//df auto_profiles on|off
UI TOGGLES
Code
Display: //df display on|off Text: //df log on|off Colors: //df colors on|off Timers: //df timer on|off Overtime: //df overtime on|off
TESTING
Simulate debuff:
Code
//df test {Spell}|ID
//df test {Spell}|ID remove
//df test clear
//df test 99999 {Kaustra}
//df test "Tachi: Gekko"
//df test {Shell Crusher} 2000
CLEAR ACTIVE
Wipes all debuffs from all targets in the UI box.
Code
//df clear
PROFILES
Save/load/list/delete:
Code
//df save <name>
//df load <name>
//df list
//df delete <name>
RESET
Remove all overrides (profiles untouched):
Code
//df reset
IPC SUPPORT
For multiboxers, clears buffs that are not your own as if they were yours:
• Command will be sent across all characters.
• Command cannot be toggled, must state on|off at time of command.
Code
//df ipc on|off
STATUS REPORT
Shows all current toggles:
• Display, Colors, Timers, Overtime, Weapons, Logging, IPC, Keep_Buff, Auto_Update and Auto_Profiles.
Code
//df status
NOTES
• Accepts Auto-translate, names, IDs.
• Overrides/profiles are per character.
• Files: durations.xml & duration_profiles.xml in addons/Debuffing/data.
• Display is not visible until a debuff or using //df test {Spell}|ID.

