EavesDropClassic
The simple visual combat log addon that displays skill/spell icons, and includes detailed mouseover statistics. This addon has been around since Vanilla and TBC, and now it's available for Classic WoW 1.13.2.
About
First of all I'd just like to mention that I am not the original creator of this addon, and for that you can thank Grayhoof (original author), and domzae for his 8.0.1 fix. This wasn't just a simple TOC edit, so if you have any problems feel free to submit any issues.
Installation
Unzip and extract EavesDropClassic-release\EavesDrop
into your Addons folder. Putting the EavesDropClassic-release zip folder into your Addons folder will not work.
Make sure the EavesDropClassic folder is named Eavesdrop
in your Addons folder.
Configuration
- Type
/eavesdrop
or goto the Escape Menu -> Interface -> Addons -> EavesDrop.
Solved those couple problems. The last problem to resolve is that not all the icons show up. Example: Deep Wounds does not display the icon. Enemy abilities do not display icons. Several other random things do not show up.
The only icons I see are: Execute, Hamstring, Heroic Strike, Cleave, Mortal Strike, Sweeping Strikes, Thunder Clap, and Whirlwind.
Icons that are not showing up for me: Deep Wounds, Intercept Stun(the dmg) , and Thorns. Everyone else's spells, enemy or ally, do not show up.
If you can fix this. You're a genius.
In reply to VillainousX:
Hey
Thank you, I completed step 2 and step 3, I did it.
I did step 1 a long time ago and didn’t have to change anything.
icons of abilities applied to me (player) to return there is no possibility, right?
Hi everyone
I did a replacement:
select (3, GetSpellInfo (spellId))
with
GetSpellTexture (spellName)
But now outgoing damage has icons and incoming damage has no icons
,
also the green icon has not changed.
PIC 1
PIC 2
PIC 3
In reply to soulmoonko:
Hi,
Experienced the same problems with green history button and missing buttons for incoming/outgoing damage.
Part of the problem is referrence to icon names from retail WOW that are not present in Classic. Resolved it in 3 steps:
1. EavesDrop.lua file: replace select (3, GetSpellInfo (spellId)) with GetSpellTexture (spellName)
-> multiple occurrences, you have to do them all)
2. EavesDrop.xml file: replace "Interface\Icons\Ability_Hunter_Readiness" with "Interface\Icons\Ability_Hunter_Pathfinding"
-> 2 occurrences (this changes history button)
3. EavesDrop.xml file: replace "Interface\Icons\Ability_Warrior_Rampage" with "Interface\Icons\Ability_Warrior_Innerrage"
-> 2 occurrneces (this changes incoming damage button)<button name="$parentIncomingHit"></button>
Good Luck
Any chance you will update? The X (or whatever button) in the top right to open History is a green box instead of the intended icon. The icon for incoming damage in the History is the same broken icon.
No icons show up in the log. The space for the icons is there but displaying nothing. Damage numbers working great. Thank you.
In reply to VillainousX:
replace
select(3, GetSpellInfo(spellId))
with
GetSpellTexture(spellName)
In reply to rhleahrlea:
Thank you :)
Tried it and also updated line 64.
local GetSpellInfo = GetSpellInfo
to
local GetSpellTexture = GetSpellTexture.
In reply to VillainousX:
replace select(3, GetSpellInfo(spellId)) with GetSpellTexture(spellName)
In reply to VillainousX:
replace "select(3, GetSpellInfo(spellId))" with "GetSpellTexture(spellName)"
In reply to VillainousX:
replace "select(3, GetSpellInfo(spellId))" with "GetSpellTexture(spellName)"
it writing +0 honor when i get some honor points