All the new titles add a nice touch to the game, but I'm missing some way of setting them based on your location in the game world. My shaman may want to use Guardian of Cenarius while at Cenarion Refuge in Zangarmarsh or other druidic places, The Argent Champion in EPL, WPL and IC and so on.
I envision an addon that can do this based on continents, zones and subzones. If the character wants a title in a specific subzone: set it. If not, use the zone defined one, the continent defined one or the default fallback one.
Would it be possible to have Tracksw only switch to Track Fish when you actually have fishing equipment with you? As it is right now, flying over Zangarmarsh is quite a pain...
Getting errors with Auctioneer's EnhTooltip and EQC loaded at the same time. When hovering a chat link I get:
Error occured while running hooks for: EnhTooltip.AddTooltip
Interface\AddOns\Auctioneer\AucTooltip.lua:103: attempt to compare number with nil
Call Chain:
(tail call): ?
Interface\AddOns\EnhTooltip\Tooltip.lua:860: in function 'TooltipCall'
Interface\AddOns\EQCompare\EQCompare.lua:329 in function
<Interface\AddOns\EQCompare\EQCompare.lua:301>
Based on a quick glance at the code it appears that the issue arises when Auctioneer tries to attach the EnhTooltip part to EQC's tip.
What's the version of Auctioneer/EnhTooltip?
3.8.0. The EQC tip still shows, it just spams my General chat frame.
Tested it running only Auctioneer, EnhTooltip, EQC, Informant and Stubby.
Steps to reproduce:
1) Auctioneer on on-demand loading
2) EQC in a non suspended state
3) Open AH frame, Auctioneer loads
4) Hover over chat link in, as an example, the Trade channel
5) Errors all over the main chat frame
Getting errors with Auctioneer's EnhTooltip and EQC loaded at the same time. When hovering a chat link I get:
Error occured while running hooks for: EnhTooltip.AddTooltip
Interface\AddOns\Auctioneer\AucTooltip.lua:103: attempt to compare number with nil
Call Chain:
(tail call): ?
Interface\AddOns\EnhTooltip\Tooltip.lua:860: in function 'TooltipCall'
Interface\AddOns\EQCompare\EQCompare.lua:329 in function
<Interface\AddOns\EQCompare\EQCompare.lua:301>
Based on a quick glance at the code it appears that the issue arises when Auctioneer tries to attach the EnhTooltip part to EQC's tip.
sRaidFrames confuses Arcane Power with Innervate. Tonight while raiding I ranted about druids innervating mages, but the innervate never showed up in the cooldown thingy we use.
It looks like the problem boils down to this:
elseif texture == "Interface\\Icons\\Spell_Nature_Lightning" then
f.mpbar.text:SetText("|cffff0000Innervating|r")
Innervate has the same texture as Arcane Power and therein lies the problem. Is this fixable?
0
0
I envision an addon that can do this based on continents, zones and subzones. If the character wants a title in a specific subzone: set it. If not, use the zone defined one, the continent defined one or the default fallback one.
0
0
Excellent, thank you.
0
0
Appears to be working.
0
3.8.0. The EQC tip still shows, it just spams my General chat frame.
Tested it running only Auctioneer, EnhTooltip, EQC, Informant and Stubby.
Steps to reproduce:
1) Auctioneer on on-demand loading
2) EQC in a non suspended state
3) Open AH frame, Auctioneer loads
4) Hover over chat link in, as an example, the Trade channel
5) Errors all over the main chat frame
0
Based on a quick glance at the code it appears that the issue arises when Auctioneer tries to attach the EnhTooltip part to EQC's tip.
0
Ah, sorry, got the SVN version from wowace.com, not the matts-hosting.com one.
*goes and hides in a corner*
0
It looks like the problem boils down to this:
Innervate has the same texture as Arcane Power and therein lies the problem. Is this fixable?