hey guys,
i just wanted to tell u about my newest addon called eUF.
long edition eUF (Extended Unit Frames) was made to upgrade the default unit frames by important features like focus frame, party target frame and highly modifiable status texts. eUF doesn't create the whole Unit Frames by scratch that's why its that much more lightweight than other unit frames. With this addon you can also move all unit frames (player, target, focus, party) and it uses LibDogTag-3.0 to make the status texts very adaptable.
short edition
blizzard default unitframes but better!
Well it sounded cool so I quickly coded it.
It is intended for pvp use only. Especially made for rogues and casters in arena or duels.
What it currently does (detailed):
1) whenever u enter combat the timer starts to count from 5 seconds to 0 (according to wowwiki)
2) the timer will be resetted (again starting at 5) if the following events are fired:
SWING_DAMAGE (someone got damaged by meele)
SWING_MISSED (someone missed, resisted, absorbed, etc. damage by meele)
RANGE_DAMAGE (someone got damaged by range)
RANGE_MISSED (someone missed, resisted, absorbed, etc. damage by range)
SPELL_DAMAGE (someone got damaged by caster)
SPELL_MISSED (someone missed, resisted, absorbed, etc. damage by caster)
SPELL_HEAL (someone got healed by caster)
SPELL_AURA_APPLIED (someone got buffed/debuffed by caster)
SPELL_AURA_DISPELLED (someones buff/debuff got dispelled by caster)
SPELL_AURA_STOLEN (someones buff got stolen by caster)
SPELL_DISPEL_FAILED (caster failed to dispel buff/debuff)
SPELL_PERIODIC_DISPEL_FAILED (caster failed to dispel dot/hot)
but it doesnt reset if:
2.1) neither event destination nor event source is the player (you)
2.2) event destination is player and eventType is SPELL_HEAL (u got healed)
2.3) event destination is player, eventType is SPELL_AURA_APPLIED and event source is friendly unit (u got buffed)
hi I have a great idea for a very needed addon. I look for someone who is willing to code it for patch 2.4+ (I will beta test it of course) or someone who wants to help me because I havent ever created an addon but I have much experiences with programming (c++, c#, vb). It is intended to be the perfect addition to Afflicted. I know exactly how it should look, but I cant realize it right now.
OK here are my ideas:
functions:
show duration of your and party/raid members cc
Afflicted look/style (colored text based on target's class)
icon, time, (target's name), e.g. "icon 3.4 (stfx)"
cc bars (other position as DR bars)
show message if cc faded (e.g. "Polymorph broken!")
show duration of cc's dimishing return and it's level (e.g. second time you use same cc = level 2)
Afflicted look/style (colored text based on target's class)
icon, DR level, time, (target's name), e.g. "icon DR 2: 3.4 (stfx)"
DR bars (other position as cc bars)
show message if target gets immun to cc because of dimishing return (e.g. "Now immun to Polymorph!")
show message if cc's dimishing return cd is up (e.g. "DR on Polymorph up!")
get cc from combatlog and sync it with others in group/raid if they also use this addon and arent in range for combatlog
options:
DR bars
enabled on/off
size 0.5-2.0
of you, others, everyone
only ccs you can cast (e.g. Polymorph if you are a mage) on/off
cc bars
enabled on/off
size 0.5-2.0
of you, others, everyone
text of DR and cc bars
colored based on class on/off
message if cc faded
enabled on/off
of you, others, everyone
chat output: default chat, sct, raid warning and much more
realizable with SinkLib
message if target gets immun to cc
enabled on/off
of you, others, everyone
only ccs you can cast (e.g. Polymorph if you are a mage) on/off
chat output: default chat, sct, raid warning and much more
realizable with SinkLib
message if dimishing return cd is up
enabled on/off
only of ccs you can cast (e.g. Polymorph if you are a mage)
chat output: default chat, sct, raid warning and much more
realizable with SinkLib
save and load profiles (e.g. profile 1 for arena, profile 2 for solo action, profile 3 for instances)
Diminishing Returns (DR) tracking isnt hard:
DR for one catory of ccs (for example sap and gouge are in same category) on target will reset if those ccs arent on target for 15sec.
just read linked article - its easy mode :P
Please dont tell me about addons that do similar things (for example necb - which wont work with 2.4 btw). I know them all :P
Though feedback is much appreciated.
0
i just wanted to tell u about my newest addon called eUF.
long edition
eUF (Extended Unit Frames) was made to upgrade the default unit frames by important features like focus frame, party target frame and highly modifiable status texts. eUF doesn't create the whole Unit Frames by scratch that's why its that much more lightweight than other unit frames. With this addon you can also move all unit frames (player, target, focus, party) and it uses LibDogTag-3.0 to make the status texts very adaptable.
short edition
blizzard default unitframes but better!
feel free to post any comments =)
0
It is intended for pvp use only. Especially made for rogues and casters in arena or duels.
What it currently does (detailed):
1) whenever u enter combat the timer starts to count from 5 seconds to 0 (according to wowwiki)
2) the timer will be resetted (again starting at 5) if the following events are fired:
SWING_DAMAGE (someone got damaged by meele)
SWING_MISSED (someone missed, resisted, absorbed, etc. damage by meele)
RANGE_DAMAGE (someone got damaged by range)
RANGE_MISSED (someone missed, resisted, absorbed, etc. damage by range)
SPELL_DAMAGE (someone got damaged by caster)
SPELL_MISSED (someone missed, resisted, absorbed, etc. damage by caster)
SPELL_HEAL (someone got healed by caster)
SPELL_AURA_APPLIED (someone got buffed/debuffed by caster)
SPELL_AURA_DISPELLED (someones buff/debuff got dispelled by caster)
SPELL_AURA_STOLEN (someones buff got stolen by caster)
SPELL_DISPEL_FAILED (caster failed to dispel buff/debuff)
SPELL_PERIODIC_DISPEL_FAILED (caster failed to dispel dot/hot)
but it doesnt reset if:
2.1) neither event destination nor event source is the player (you)
2.2) event destination is player and eventType is SPELL_HEAL (u got healed)
2.3) event destination is player, eventType is SPELL_AURA_APPLIED and event source is friendly unit (u got buffed)
3) if you leave combat the timer will be hidden
EDIT: uploaded to WoWInterface
Hoping for some help.
- stfx
0
k a new author will continue necb - didnt know that.
0
OK here are my ideas:
functions:
options:
Diminishing Returns (DR) tracking isnt hard:
DR for one catory of ccs (for example sap and gouge are in same category) on target will reset if those ccs arent on target for 15sec.
just read linked article - its easy mode :P
Please dont tell me about addons that do similar things (for example necb - which wont work with 2.4 btw). I know them all :P
Though feedback is much appreciated.