Addon - Debuffing Overhaul

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » General » Addon - Debuffing overhaul
Addon - Debuffing overhaul
Offline
By Nsane 2025-09-05 19:04:21
Link | Quote | Reply
 
Debuffing:
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





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

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.
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
Colors: //df colors on|off  
Timers: //df timer on|off

TESTING
Simulate debuff:
Code
    //df test {Spell}|ID
    //df test {Spell}|ID remove
    //df test clear
    //df test 99999 {Kaustra}

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

NOTES
• Accepts Auto-translate, names, IDs.
• Overrides/profiles are per character.
• Files: durations.xml & duration_profiles.xml in addons/Debuffing/data.
[+]
Offline
Posts: 84
By warmech 2025-09-06 03:59:06
Link | Quote | Reply
 
maybe a dumb question, but could you add weapon skill debuffs too?
[+]