Not sure if it's been mentioned before but could tracking of Druid Battle Rez CDs be added?
Not possible with the current version of wow without requiring some syncing and the druid to have the addon, and to be honest the cooldown is too long.
Not possible with the current version of wow without requiring some syncing and the druid to have the addon, and to be honest the cooldown is too long.
Hmm, it doesn't show up in the combatlog (like as a trigger)? As for the CD, it doesn't have to be activated by default, more like an option for people that want it.
Hmm, it doesn't show up in the combatlog (like as a trigger)? As for the CD, it doesn't have to be activated by default, more like an option for people that want it.
The current wow gives no success message, so we can't get the target, or whether it was actually cast.
-Localization-
iv_cast = "%s Innervate %s.",
iv_bar = "%s: Innervate Cooldown",
-Events-
function mod:Innervate(target, spellID, nick, _, spellName)
if (UnitInRaid(nick) or UnitInParty(nick)) and self.db.profile.innervate then
self:Message(L["iv_cast"]:format(nick, target), green, not self.db.profile.broadcast, nil, nil, spellID)
self:Bar(L["iv_bar"]:format(nick), 360, spellID, true, 0, 1, 0)
end
end
could tracking of drums CDs be added(UnitInParty)?
function mod:DrumsWar(_, spellID, nick, _, spellName)
if UnitInParty(nick) and self.db.profile.drumswar then
self:Message(L["used_cast"]:format(nick, spellName), yellow, not self.db.profile.broadcast, nil, nil, spellID)
self:Bar(L["used_bar"]:format(nick, spellName), 120, spellID, true, 1, 1, 0)
end
end
function mod:DrumsBattle(_, spellID, nick, _, spellName)
if UnitInParty(nick) and self.db.profile.drumsbattle then
self:Message(L["used_cast"]:format(nick, spellName), yellow, not self.db.profile.broadcast, nil, nil, spellID)
self:Bar(L["used_bar"]:format(nick, spellName), 120, spellID, true, 1, 1, 0)
end
end
But my thought was that it should have been a module for oRA2 instead of BigWigs in that case.
But it works as it should and I like it.. so never mind.
Not possible with the current version of wow without requiring some syncing and the druid to have the addon, and to be honest the cooldown is too long.
Hmm, it doesn't show up in the combatlog (like as a trigger)? As for the CD, it doesn't have to be activated by default, more like an option for people that want it.
The current wow gives no success message, so we can't get the target, or whether it was actually cast.
could tracking of drums CDs be added(UnitInParty)?
Is it possible?
Also on a side note, is it possible to add common auras to their own bar on bigwigs? Currently mine is shared with the fight timers.
The name says Big Wigs.. Well.. not exactly BigWigs but Big Wigs.
And the configuration of the Common Auras is made in the BigWigs config tree.
I'm really confused.. Please enlighten me.
But it works as it should and I like it.. so never mind.
and AuraToChat doesnt work for me. So.. Now I dont see when someone is doing a MD. :-/
Date: 2008-11-02 14:42:17
ID: 53
Error occured in: Global
Count: 1
Message: ..\AddOns\AuraToChat\AuraToChat.lua line 181:
attempt to call method 'Print' (a nil value)
Debug:
(tail call): ?
AuraToChat\AuraToChat.lua:181:
AuraToChat\AuraToChat.lua:178
(tail call): ?
[C]: ?
[string "safecall Dispatcher[2]"]:9:
[string "safecall Dispatcher[2]"]:5
(tail call): ?
...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:781:
...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:600
(tail call): ?
[C]: ?
[string "safecall Dispatcher[3]"]:9:
[string "safecall Dispatcher[3]"]:5
(tail call): ?
...ace\AddOns\AuraToChat\libs\AceGUI-3.0\AceGUI-3.0.lua:264: Fire()
...hat\libs\AceGUI-3.0\widgets\AceGUIWidget-EditBox.lua:54:
...hat\libs\AceGUI-3.0\widgets\AceGUIWidget-EditBox.lua:51