LibDogTag-Unit-3.0
A library to provide unit-oriented tags to LibDogTag-3.0. This must be used with LibDogTag-3.0 and adds a litany of unit-based tags to be used with any DogTag-enabled mod. Use /dog in game to see an interactive list of tags and their usage.
This library is usually packaged with consumer mods and not installed directly.
The [Guild] tag no longer shows NPC titles.
Can this be fixed?
WotLK Classic error
10x LibDogTag-3.0-20230401195849/Events.lua:711: ...rfaceLibDogTag-Unit-3.0/Categories/Auras.lua:126: attempt to perform arithmetic on local 'count' (a nil value)
[string "=[C]"]: ?
[string "@LibDogTag-3.0-20230401195849/Events.lua"]:711: in function <LibDogTag-3.0/Events.lua:702>
Locals:
(*temporary) = false
(*temporary) = "...rfaceLibDogTag-Unit-3.0/Categories/Auras.lua:126: attempt to perform arithmetic on local 'count' (a nil value)"
This addon is still broken and doesn't function at all.
I can't be sure what broke this, but WotLK 3.4.1 no longer functions properly when trying to show the NPC role of npcs.
I used to be able to use the [guild] tag to show both the name of a player's guild, and the Role of an NPC. Now it only shows the player's guild, and I can't activate NPC roles at all.
Hello, not sure if this is even an issue: I've been using the CurseForge addon manager and it has been flagging LibDogTag-Unit-3.0-v90000.5.zip as a Classic addon, when I don't even have (and never have had) Classic installed. I've been noticing this for a few weeks now. I checked to make sure I installed the LibDogTag-Unit-3.0-v90000.5.zip and not LibDogTag-Unit-3.0-v90000.5-classic.zip. I also tried deleting the addon and then installing it manually, but it still shows as Classic.
Again, not sure if this is a CurseForge issue or a harmless discrepancy, but just wanted to bring it to your attention. Much love for all your work for the community.
Must be a Curseforge issue. Maybe it's fixed with v90100.1?
Hi just a heads up, for Wow classic I had to change the AddTag function in Misc.lua line 28-32 to remove the Vehicle call (I was trying to use the [Combos] tag):
if wow_600 then
return UnitPower("player", 4)
else
return GetComboPoints("player", "target")
end
Thanks, I'll get a change submitted for this.
@Donteventrii
Doteventril, there is currently an issue with DogTags. I use PitBull as well and as soon as I turned off the DogTag texts and turned the LUA ones back on all of my errors disappeared.
I'm not sure if the library will be updated, although I surely hope so. I had so many things customized using these texts that being forced to not use them is very seriously impacting how much I enjoy a lot of other addons.
EDIT
Looks like I spoke too soon. If you download Lib-DogTag-Unit-3.0 (http://www.curse.com/addons/wow/libdogtag-unit-3-0) and Lib-DogTag-3.0 (http://www.curse.com/addons/wow/libdogtag-3-0) that things might just work out. Some of my errors disappeared (although there are still around 100 or so that get thrown by these addons)
Hi ckknight,
I am getting this error when using MSBT and Pitbull together:
2x LibDogTag-3.0\LibDogTag-3.0-90203.lua:306 PitBull4_FontString_8:SetText(): Font not set
<in C code>
LibDogTag-3.0\LibDogTag-3.0-90203.lua:306 in function <LibDogTag-3.0\LibDogTag-3.0.lua:287
LibDogTag-3.0\LibDogTag-3.0-90203.lua:436 in function "AddFontString"
PitBull4_DogTagTexts-v4.0.0-beta32\DogTagTexts.lua:218 in function "AddFontString"
PitBull4-v4.0.0-beta32\ModuleHandling\TextProviderModule.lua:118 in function "UpdateFrame"
PitBull4-v4.0.0-beta32\ModuleHandling\Module.lua:319 in function "Update"
PitBull4-v4.0.0-beta32\UnitFrame.lua:801 in function "Update"
PitBull4-v4.0.0-beta32\UnitFrame.lua:827 in function "UpdateGUID"
PitBull4-v4.0.0-beta32\Main.lua:1385 in function "CheckGUIDForUnitID"
PitBull4-v4.0.0-beta32\Main.lua:1409 in function "?"
Ace3-Release-r1061\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147 in function <Ace3\CallbackHandler-1.0\CallbackHandler-1.0.lua:147
<string>:"safecall Dispatcher[2]":4: in function <string>:"safecall Dispatcher[2]":4
<in C code>
<string>:"safecall Dispatcher[2]":13: in function "?"
Ace3-Release-r1061\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92 in function "Fire"
Ace3-Release-r1061\AceEvent-3.0\AceEvent-3.0-3.lua:120 in function <Ace3\AceEvent-3.0\AceEvent-3.0.lua:119
Locals:
nil
The Pitbull guys referred me here.
Date: 2009-06-07 22:04:53
ID: 1
Error occured in: Global
Count: 1
Message: invalid key to 'next'
Debug:
(tail call): ?
[C]: ?
[C]: (for generator)()
...ns\DHUD3\Libs\LibDogTag-Unit-3.0\Categories\Cast.lua:91: func()
DHUD3\Libs\LibDogTag-3.0\Events.lua:567:
DHUD3\Libs\LibDogTag-3.0\Events.lua:495
AddOns:
Swatter, v5.4.4157 (WallabyII)
AucAdvanced, v5.4.4157 (WallabyII)
AucFilterBasic, v5.4.4157 (WallabyII)
AucFilterOutlier, v5.4.4157.2531
...
Hi ckknight, looks like there was a change when dual specs rolled out that's affecting the TalentSpec tag. I finally tracked it down after wondering why so many people were coming up 0/0/0 in my cowtip. GetTalentTabInfo() now has a 4th arg to specify which talent group you want to read from, and you can determine which is active by calling GetActiveTalentGroup(). Take a look at the updated blizzard frame code:
http://wowcompares.com/3129901/AddOns/Blizzard_InspectUI/InspectTalentFrame.lua
Please take a look at the following patch and see if you can roll it into LibDogTag-Unit-3.0/Categories/Talent.lua. It seems to be working for me, people that used to come up with 0/0/0 now come up with their correct talents, and I verified them with the blizzard inspect frame (right click -> Inspect). Thanks so much!
I can't seem to post a code fragment here, here's an offsite link:
http://ithilyn.com/WoW/Talent.lua.diff
Real simple. Hope there are no concurrency issues.
I noticed someone had filed a feature request under cowtip maybe to expire talent entries after a while. With easy respecing now this would be nice to expire them after a few minutes or something.
Date: 2009-05-12 15:01:03
ID: 1
Error occured in: Global
Count: 1
Message: ...s\IceHUD\libs\LibDogTag-Unit-3.0\Categories\Cast.lua line 127:
Double-free syndrome.
Debug:
[C]: ?
[C]: error()
...terface\AddOns\IceHUD\libs\LibDogTag-3.0\Helpers.lua:69:
...terface\AddOns\IceHUD\libs\LibDogTag-3.0\Helpers.lua:64
...s\IceHUD\libs\LibDogTag-Unit-3.0\Categories\Cast.lua:127: func()
...nterface\AddOns\IceHUD\libs\LibDogTag-3.0\Events.lua:567:
...nterface\AddOns\IceHUD\libs\LibDogTag-3.0\Events.lua:495
AddOns:
Swatter, v5.5.4203 (WombatII)
AdvancedTradeSkillWindow, v
Altoholic, v3.1.002b
Atlas, v1.14.1
AtlasBattlegrounds, v1.14.1
AtlasDungeonLocs, v1.14.1
AtlasOutdoorRaids, v1.14.1
AtlasTransportation, v1.14.1
AtlasLoot, vv5.04.03
AtlasLootFu, vv5.04.03
AucAdvanced, v5.5.4203 (WombatII)
AucFilterBasic, v5.5.4203 (WombatII)
AucFilterOutlier, v5.5.4203.2531
AucMatchUndercut, v5.5.4203.2531
AucScanData, v5.5.4203 (WombatII)
AucStatClassic, v5.5.4203 (WombatII)
AucStatHistogram, v5.5.4203 (WombatII)
AucStatiLevel, v5.5.4203 (WombatII)
AucStatPurchased, v5.5.4203 (WombatII)
AucStatSales, v5.5.4203.2842
AucStatSimple, v5.5.4203 (WombatII)
AucStatStdDev, v5.5.4203 (WombatII)
AucStatWOWEcon, v5.5.4203.2530
AucUtilAHWindowControl, v5.5.4203.3311
AucUtilAppraiser, v5.5.4203.2530
AucUtilAskPrice, v5.5.4203.3175
AucUtilAutoMagic, v5.5.4203.3142
AucUtilCompactUI, v5.5.4203.2530
AucUtilEasyBuyout, v5.5.4203.3583
AucUtilItemSuggest, v5.5.4203.3108
AucUtilPriceLevel, v5.5.4203.2545
AucUtilScanButton, v5.5.4203.2530
AucUtilScanFinish, v5.5.4203.2530
AucUtilScanProgress, v5.5.4203.2530
AucUtilSearchUI, v5.5.4203.3655
AucUtilSimpleAuction, v5.5.4203.0
AucUtilVendMarkup, v5.5.4203.2530
Babylonian, v5.1.DEV.130
BeanCounter, v5.5.4203 (WombatII)
Clique, vwowi:revision
CollectMe, v0.8
Configator, v5.1.DEV.130
DBMBurningCrusade, v
DBMCore, v
DebugLib, v5.1.DEV.130
DroodFocus, v3.3.5
Enchantrix, v5.5.4203 (WombatII)
EnhancedFlightMap, v2.1.1
EnhTooltip, v5.1.3715 (SnaggleTooth)
ExtendedQuestFrame, v1.15
Factionizer, v30008.2
FBOutfitDisplayFrame, v0.9.6o
FBTrackingFrame, v0.9.60
FishingBuddy, v0.9.7c
FuBar, v
FuBarCurrencyFu, v1.1.9
FuBarFishingBuddyFu, v2.2e
FuBarMagicMarker, v1.0.47
FuBarMoneyFu, vv1.2.1
FuBarOutfitterFu, v
FuBarPerformanceFu, v2.0.0
FuBarRecountFu, v3.7
FuBarTrackerFu, v1.0.56
FuBarWintergraspFu, v1.0-release
Gatherer, v3.1.13
GFWDisenchantPredictor, v3.1
GFWFactionFriend, v3.1
Grid, v1.30100.2009041601
GridIndicatorCornerText, v1.0
GridManaBars, v0.9
GridStatusHots, v3.13b
GridStatusLifebloom, vv3.01.01.05 release
GrimReaper, v2.0 $Revision: 64 $
HeadCount, v1.5.6
HideBlizzard, v1.0.39
HMB, v1.1
IceHUD, v1.5.8 (Revision: 409)
Informant, v5.5.4203 (WombatII)
MagicMarker, v1.0.151
MapNotes, v5.16.30100
MapNotesBrowser, vv1.00.30100
MapNotesForAtlas, v1.00.30100
MapNotesIconLib, v1.04.30100
MapNotesIconLibFancy, v
MapNotesIconLibLegacy, v
MapNotesIconLibNeptunia, v
MapNotesIconLibNumbers, v
Mapster, v1.2.1
MikScrollingBattleText, v5.4.55
MiniPet, v4.6.170
Mounted, v1.3.11.20081201210047
Omen, v3.0.7
OmniCC, v2.5.1
Outfitter, v4.7.2
Overachiever, v0.42
OverachieverTabs, v0.42
OverachieverTrade, v0.42
Postal, v3.1.1
Prat30, v3.2b1
Prat30Libraries, v
RatingBuster, v
Recount, v
SexyMap, v
SlideBar, v5.5.4203 (WombatII)
Stubby, v5.5.4203 (WombatII)
SwindlerPreventer, v3.0.3f
TinyTip, v0.3-Beta
TrinketMenu, v
UndressButton, v
XPerl, v3.0.3b
XPerlOptions, v
XPerlRaidAdmin, v
XPerlRaidHelper, v
XPerlRaidMonitor, v
(ck=c68)
Is it getting the list from elsewhere or am I doing it wrong?
And how do i make the font bold?
Not outlined in black!
Stop breaking my pitbull!