Got this a bunch of times today.
6x TipTac\ttCore.lua:880: TipTac: FadeOut flag not cleared
: in function `assert'
TipTac\ttCore.lua:880: in function
: ?
Locals:
InCombatSkipped
Clique is still doing this for me often:
1x Clique\AddonCore.lua:93: Attempt to re-register event: UNIT_FLAGS
Clique\AddonCore.lua:93: in function `RegisterEvent'
Clique\Clique-v80000-1.0.0.lua:825: in function `UpdateCombatWatch'
Clique\OptionsPanel.lua:419: in function
: in function `xpcall'
Cl...
This is an alternate to FluidFrames: http://www.wowace.com/addons/sorhaframedrag/
The description on that reads like it does only half of what FluidFrames did - most notably, it doesn't remember the altered positions.
To track Mists of Pandaria weapon enchants that have been transitioned to the new RealPPM proc system, change line 653 of Core.lua to this:
if sourceName == playerName or (sourceName == nil or (sourceName == UNKNOWN and not UnitExists(sourceName)) and destName ~= nil and destName == playerName) then
...or something similar whic...
Thanks. Hear Kitty doesn't actually use MAX_BATTLEFIELD_QUEUES so it should be okay. Out of my addons only Gyro does, and it has an updated version of VgerCore.lua that uses GetMaxBattlefieldID. (The next released version of Hear Kitty will have that updated version of VgerCore.lua though.)
(What made you notice this? Just sca...
Patch 4.3 removed MAX_BATTLEFIELD_QUEUES, you should probably change VgerCore.lua:227 to use GetMaxBattlefieldID().
Beware, this returns 0, if not in a battleground. Not sure how MAX_BATTLEFIELD_QUEUES behaved.
(All this according to: http://us.battle.net/wow/en/forum/topic/3657276766)
Just noticed while going through my Config.wtf:
TP:TP is still setting the "bloatTest" CVar that has no function anymore. This could be removed again. ;-)
TidyPlatesThreat.lua, line 1600:
SetCVar("bloattest", 1)
Indeed, the curseforge version is massively outdated. :D
Also, this current version has a totally messed up TOC file, none of the paths to the libs that are being included is actually correct. ^^
Originally posted by danltiger
Between now and January, my wife and I are expecting a BIG addition to our family with an arrival of twins. It's very likely that I won't be getting much sleep for a few months. AND, it's very likely that I won't have the time to play WoW or work on addon development. (Heck, I don't have the time t...
Separate addons to do separate things is perfect.
It's not like having it split up affects anything besides, well, the number of folders in the AddOns folder. ;-)
Originally posted by Dridzt
Sounds like a good idea but how do you know the person you're trying to whisper has actually come out of afk/dnd?
The addon does not currently track that. It's just there to stop being spammed by the auto-replies, really.
Originally posted by Dridzt
Maybe an idea would be to filter the verbose me...
Originally posted by orionshock
@ Gnarfoz ; yeah, i was actually inspired to write this out of an idea I saw on the UI Forums.. was only after i had finished it for myself that I saw that one.
Choice is good. :)
Originally posted by ChaosInc
Thanks for this. Been waiting for someone to make one for a while now. :D
*whistles innocently*
http://wow.curse.com/downloads/wow-addons/details/broker_lfd.aspx
Quite a bit older than this. ;-)