This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Stores a browsable database of spells that mobs cast
The new version r102 ( on development site ) works fine. In the LUA save file stand atm only the spellid. Is it possible to write the spellid an the spellname ?
kind of dont works for me. - tryed it on nef and schimäron, and both dont are listed without a spell in the list. some mobs have this "word of recall" ability, but no other one. Is there a bug in the actual version ?
Would it be possible to add a blacklist. For some reason ever since the last big patch, i keep getting a couple different version of 'word of recall' appearing in all sorts of mobs tooltips.
Super for tanks - a quick refresher on the tooltip of which mob casts what. Since I use it with other addons I needed the SpellID number in the tooltip too - so I changed a line in it in my copy to show me SpellID along with the name -
Great addon. But it assign ARIALN.TTF as it font which doesn't contain Chinese character, so in zhTW or zhCN clients this addon can't work properly. Have to comment out line 803 in MobSpells.lua label:SetFont("Fonts\\ARIALN.TTF", 15, f)
Bug report: Onyxia's "Breath" is being added dozens of times to her Mobspells database. I realize blizzard may have many SpellID's for that ability, but it would be nice to special-case it so the /mobspells report for Onyxia is not 3 pages long.
* Could you please add a feature to allow a keybind to open/close the mobspells UI window? Typing out "/mobspells show" every time is a nuisance and I don't want to waste a macro slot on it.
* Would like the ability to right-click a mob in the mobspells UI and report it (sometimes it's not possible to target a mob and type "/mobspells report", eg adds in a boss fight)
* Finally, it would be nice if the mobspells UI made it easier to quickly find the relevant mobs - eg automatically open to the current zone, and possibly even have a sub-category for the 10 most recently-seen mobs.
This is NOT the "nolib" release.
The following libraries are missing in the \lib directory:
AceEvent-3.0
AceConsole-3.0
Copying them from anther addon (e.g. Omen) will fix the problem.
In the LUA save file stand atm only the spellid. Is it possible to write the spellid an the spellname ?
http://www.wowhead.com/search?q=word of recall
That one seems to work
For some reason ever since the last big patch, i keep getting a couple different version of 'word of recall' appearing in all sorts of mobs tooltips.
Super for tanks - a quick refresher on the tooltip of which mob casts what. Since I use it with other addons I needed the SpellID number in the tooltip too - so I changed a line in it in my copy to show me SpellID along with the name -
from:
tmp[#tmp+1] = ("|c%02x%02x%02x%02x%s|r"):format(c.a * 255, c.r * 255, c.g * 255, c.b * 255, name)
to:
tmp[#tmp+1] = ("|c%02x%02x%02x%02x%s [%d]|r"):format(c.a * 255, c.r * 255, c.g * 255, c.b * 255, name, k)
That changes it from something like:
Spellname Here to:
Spellname Here [11025]
label:SetFont("Fonts\\ARIALN.TTF", 15, f)
Does this store the associated debuffs and tooltips? As in, DudeX casts <Spell> causes <Debuff>
and spell and/or debuff would have the tooltip, so you could review what happened to everyone in your party after a wipe?
If not, any interest in adding debuff tracking to it?
I'm sometimes getting multiple "Casts" lines with wrong spells since 4.0.3a:
r79 has a number of updates and improvements.
Problem reports are welcome at:
http://www.wowace.com/addons/mob-spells/tickets/
Problem reports are welcome at:
http://www.wowace.com/addons/mob-spells/tickets/
http://www.wowace.com/addons/mob-spells/
* Could you please add a feature to allow a keybind to open/close the mobspells UI window? Typing out "/mobspells show" every time is a nuisance and I don't want to waste a macro slot on it.
* Would like the ability to right-click a mob in the mobspells UI and report it (sometimes it's not possible to target a mob and type "/mobspells report", eg adds in a boss fight)
* Finally, it would be nice if the mobspells UI made it easier to quickly find the relevant mobs - eg automatically open to the current zone, and possibly even have a sub-category for the 10 most recently-seen mobs.
The following libraries are missing in the \lib directory:
AceEvent-3.0
AceConsole-3.0
Copying them from anther addon (e.g. Omen) will fix the problem.