Change Log:
--------------------
50200.02
- Making the drycode work
- Added debugging functionality
- Added move/resize functionality
- Added rLib dependency
50200.01a
- fixing some typos :)
50200.01
- initial release
Description:
--------------------
Intro
rActiveSpellAlert is a simple wrapper that helps adding unit buffs and debuffs to the Blizzard SpellActivationOverlayFrame.
Currently runs in local scope.
Ingame Slash Command
/rasa
/rasa lock
/rasa unlock
/rasa reset
Spell Config Attributes
spellConfig = {
spellid = 12880, --spell id
unit = "player", --unit that spell should be tracked on
caster = nil, --the unit that casted the spell
useSpellIconAsTexture = false, --will override the texture setting and use the spell icon texture instead
texture = "TEXTURES\\SPELLACTIVATIONOVERLAYS\\molten_core", --the texture that you want to display
anchor = "TOP", --texture anchor point
scale = 1, --texture scale
color = { r=1, g=1, b=1, }, --texture vertex color
vFLip = false, --texture vertical flip
hFlip = false, --texture horizontal flip
}
AddBuff
rASA:AddBuff(spellConfig)
AddDebuff
rASA:AddDebuff(spellConfig)
SVN
http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rActiveSpellAlert
--------------------
50200.02
- Making the drycode work
- Added debugging functionality
- Added move/resize functionality
- Added rLib dependency
50200.01a
- fixing some typos :)
50200.01
- initial release
Description:
--------------------
Intro
rActiveSpellAlert is a simple wrapper that helps adding unit buffs and debuffs to the Blizzard SpellActivationOverlayFrame.
Currently runs in local scope.
Ingame Slash Command
/rasa
/rasa lock
/rasa unlock
/rasa reset
Spell Config Attributes
spellConfig = {
spellid = 12880, --spell id
unit = "player", --unit that spell should be tracked on
caster = nil, --the unit that casted the spell
useSpellIconAsTexture = false, --will override the texture setting and use the spell icon texture instead
texture = "TEXTURES\\SPELLACTIVATIONOVERLAYS\\molten_core", --the texture that you want to display
anchor = "TOP", --texture anchor point
scale = 1, --texture scale
color = { r=1, g=1, b=1, }, --texture vertex color
vFLip = false, --texture vertical flip
hFlip = false, --texture horizontal flip
}
AddBuff
rASA:AddBuff(spellConfig)
AddDebuff
rASA:AddDebuff(spellConfig)
SVN
http://code.google.com/p/rothui/source/browse/trunk/wow5.0/rActiveSpellAlert