Quantcast
Channel: WoWInterface - Latest list
Viewing all articles
Browse latest Browse all 49524

LastEffect (0.21b)

$
0
0
Change Log:
--------------------
v0.21b
fix: "attempt to index local 'fname' (a nil value)"

v0.20b
Bartender4 support

v0.18b
more checks to prevent using on wrong buttons
ACTIONBAR_PAGE_CHANGED event: fixes on changing action bar pages

v0.17b
added several procs and auras for: mage, priest, dk, hunter, paladin
counter resets on next cast only

v0.16a
taint fix
speed issue fix

v0.15a
added readme.txt
added event hadlers to update associated action buttons
added some comments to main.lua and Spells.lua
fixed: TinyExtraBars link

v0.10a
initial alpha

Description:
--------------------
Shows last damage/heal done by spell as button's text.

There is 3 types of more or less accurate spell effect you can expect by casting:

Tooltip data from Blizzard (seems always lower than actual effect)
Heavy calculations and tuning like DrDamage do
Collect data and show (like this addon)

For now supports only Blizzard's action buttons and Bartender4 since v0.20.

Howto:

To add damage/heal caused by spell's side effects:

Find "Target Dummy"
Enable debug mode like "/le debug"
Cast your spell and see log in chat
There will be cast and auras info, add your side effect spellId to LE_SpellPartOf in Spells.lua like = mainSpellId
"/reload" and see is it works
Disable debug mode typing "/le debug" again

Optional: uncomment "print(frame.action, bname, id)" (line 257 in v0.15) to print spell ids associated to action buttons

To toggle debug mode use slash command /le debug (or /LastEffect debug).

Viewing all articles
Browse latest Browse all 49524

Trending Articles