Spell reflect damage
Posted: 12 Sep 2013, 11:57
Is it at all possible to get spell reflect to show the reflected damage, ive seen it working on other servers but its never worked on here.
Welcome to the Smolderforge Support Community! Go ahead and register a new account or login to a current one already made. Please post in the correct forums and be kind and respectful to others!
http://forums.smolderforge.com/
Spell reflection functions so as if the caster was targeting directly themselves.Exsurgo wrote:It could be because the warrior should 'own' the reflected damage, but I think currently the caster that launches the spell still owns it.
If you're referring it to be shown in Combat Log try using this:Outskilled wrote:Is it at all possible to get spell reflect to show the reflected damage, ive seen it working on other servers but its never worked on here.
Code: Select all
#showtooltip
/run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries);
/cast [InsertSpellName]
I just want to know if im ever going to be able to see my refelct damage on smolderforge.Ricekrispies wrote:Spell reflection functions so as if the caster was targeting directly themselves.Exsurgo wrote:It could be because the warrior should 'own' the reflected damage, but I think currently the caster that launches the spell still owns it.
If you're referring it to be shown in Combat Log try using this:Outskilled wrote:Is it at all possible to get spell reflect to show the reflected damage, ive seen it working on other servers but its never worked on here.
Code: Select all
#showtooltip /run local f = CreateFrame("frame",nil, UIParent); f:SetScript("OnUpdate", CombatLogClearEntries); /cast [InsertSpellName]