Get an Epic Experience with Premium

LibDogTag-3.0

Libraries Login to Add Favorites
  • 1 Like
  • World of Warcraft
  • 165 Monthly Downloads
  • Supports: 5.2.0
  • 75,981 Total Downloads
  • Updated 03/06/2013
  • Created 08/16/2008
  • 78 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: v50200.1
or
Support development! **
Donate

About LibDogTag-3.0

A library to provide a markup syntax

------------------------------------------------------------------------
r257 | parnic | 2013-03-06 18:03:22 +0000 (Wed, 06 Mar 2013) | 1 line
Changed paths:
   A /tags/v50200.1 (from /trunk:256)

Tagging as v50200.1
------------------------------------------------------------------------
r256 | parnic | 2013-03-06 18:02:16 +0000 (Wed, 06 Mar 2013) | 1 line
Changed paths:
   M /trunk/LibDogTag-3.0.toc

- 5.2 TOC update
------------------------------------------------------------------------

Addon Packs Containing This...

Comments

First Previous Page 1 of 2 Next Last
  • #17

    9x LibDogTag-3.0-90203.90203: Error with code "[HP:HPColor]" (Base;Unit). integer overflow attempting to store -1.#IND IceHUD-1.8.11\libs\LibDogTag-3.0\LibDogTag-3.0-90203.lua:301: in function <IceHUD\libs\LibDogTag-3.0\LibDogTag-3.0.lua:287> IceHUD-1.8.11\libs\LibDogTag-3.0\LibDogTag-3.0-90203.lua:345: in function "UpdateAllForFrame" IceHUD-1.8.11\IceBarElement.lua:1299: in function "UpdateBar" IceHUD-1.8.11\IceUnitBar.lua:282: in function "UpdateBar" IceHUD-1.8.11\modules\PlayerHealth.lua:1397: in function "UpdateBar" IceHUD-1.8.11\modules\PlayerHealth.lua:1212: in function "Update" IceHUD-1.8.11\IceElement.lua:464: in function "?" Libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:147: in function <Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147> <string>:"safecall Dispatcher[1]":4: in function <string>:"safecall Dispatcher[1]":4 <in C code> <string>:"safecall Dispatcher[1]":13: in function "?" Libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function "Fire" Skillet-r302\Libs\AceEvent-3.0\AceEvent-3.0-3.lua:120: in function <Skillet\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>

    Locals: nil

  • #15
    Date: 2010-10-27 23:16:49
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...Frames\Libs\LibDogTag-Unit-3.0\Categories\Talent.lua line 24:
    attempt to concatenate field '?' (a nil value)
    Debug:
    (tail call): ?
    (tail call): ?
    ...Frames\Libs\LibDogTag-Unit-3.0\Categories\Talent.lua:24:
    ...Frames\Libs\LibDogTag-Unit-3.0\Categories\Talent.lua:23
    ...Frames\Libs\LibDogTag-Unit-3.0\Categories\Talent.lua:48:
    ...Frames\Libs\LibDogTag-Unit-3.0\Categories\Talent.lua:40
    [string "safecall Dispatcher[5]"]:4:
    [string "safecall Dispatcher[5]"]:4
    [C]: ?
    [string "safecall Dispatcher[5]"]:13: ?()
    ...ags\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92: Fire()
    ...alBot\Libs\LibTalentQuery-1.0\LibTalentQuery-1.0.lua:148: Query()
    HealBot\HealBot.lua:4361: HealBot_TalentQuery()
    HealBot\HealBot.lua:1150: HealBot_OnUpdate()
    [string "*:OnUpdate"]:1:
    [string "*:OnUpdate"]:1
  • #16
    cherryfizz55: That error is from LibDogTagUnit-3.0 and it's not happening in the latest version. Grab the latest version of whatever mod you're using that's causing it (Healbot?) or just download the latest lib directly:
    http://wow.curse.com/downloads/wow-addons/details/libdogtag-unit-3-0.aspx
  • #14
    Howdy CkKnight!
    LibDogTag's
    AuraDuration() function is only working for buffs, not debuffs. I'm not sure if this is a 4.0 bug report or a feature request. Just thought I'd let you know.
    functions tested to draw conclusion:
    [AuraDuration("Fel Armor", unit="player")] -- Functional
    [AuraDuration("Unstable Affliction", unit="playertarget")] -- Not Functional
  • #13
    Hi there, I'm using agUnitFrames and I'm wondering if there's a way to show dungeon role on them using libdogtag. Thanks
  • #12
    I'm trying to change the color value but it won't change to anything but the simple yellow or red, is there any way to do it or there's no support for it?
  • #11
    I've been needing an ismine filter for my buffs, since I use Pitbull 4 instead of grid. Here is a hack I made for any of the aura mods. I just copied some functions I wanted to be filtered and added some code in.

    code = function(aura,unit)
    local _, _, _, _, _, _, _, unitCaster = UnitAura(unit,aura) -- inserted
    if unitCaster=="player" then -- inserted
    --code
    --code
    end -- inserted
    end,


    This is a really crude hack, as I don't really know LUA, but hopefully the PB team will add a (unit,arg,ismine) type functionality. It works as I hoped, and doesn't spew out any obvious errors.
  • #9
    How do i make it show pet combo points?
  • #10
    Hmm or maybe its for my vehicle - its for malyogos encounter (oh yeah and that aces high quest)
  • #6
    A Feature Request:

    Any way to get a Player Title tag for tooltips?
  • #7
    Scratch that. I guess [PvPRank] works for all titles, not just PvP specific. Thanks!
  • #5
    Any documentation available ?
    Like a dogtag list or something

    Thanks !
  • #8
    http://old.wowace.com/wiki/LibDogTag-3.0
  • #4
    from nailertn on the ace forums:

    In Interface\AddOns\PitBull\libs\LibDogTag-3.0\Help.lua change line 403 to:

    frame:SetNormalFontObject(GameFontHighlight)

    from

    frame:SetTextFontObject(GameFontHighlight).
  • #3
    when I try to open the dogtag help menu to get syntax, I get this error:
    [2008/10/15 23:00:58-612-x1]: CowTip-r68121\libs\LibDogTag-3.0\Help.lua:403: attempt to call method 'SetTextFontObject' (a nil value)

    The dialog opens but NO text shows up. On the live realms 3.0.2
  • To post a comment, please login or register a new account.
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster addon downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Infinite Crisis NA

Get Your Preferred Access Code!