Results: 41Comments by: Duman
File: ClassicAuraDurations10-01-19
Hmm, any idea why Deadly Poison (an...
Posted By: Duman
Hmm, any idea why Deadly Poison (any rank) doesn't seem to show a countdown timer on targets? Should be a 12s debuff that resets each time it stacks (or is reapplied). I tried uncommenting it in LibClassicDurations (no idea why it was commented out), but that didn't seem to affect anything. I checked that the IDs were correct...
File: Questie09-25-19
Not sure if this or CurseForge is y...
Posted By: Duman
Not sure if this or CurseForge is your primary release spot, so posting this here as well: When you're registering the Questie minimap icon in LBD, you're calling it something generic like "MinimapIcon" -- would be better to register it as "Questie" :-) Easy fix, line 1276 in Questie.lua, change the first parameter to the LibSt...
File: Titan Panel Classic09-25-19
Howdy, I have another addon inst...
Posted By: Duman
Howdy, I have another addon installed, called "Regen" (https://www.curseforge.com/wow/addons/regen), and Titan Panel has a sad when registering plugins, since its name collides w/ the Titan Builtin plugin called "Regen". Would you consider renaming the Titan Panel builtin plugins to something like "Titan_Regen" (or perhaps "Reg...
File: AtlasLootClassic09-13-19
Is there a way to currently hide th...
Posted By: Duman
Is there a way to currently hide the atlas loot minimap icon? this is my only gripe. No offense, but did you even look at the addon options? :-) (Shift-click the button). https://i.imgur.com/LMvajwx.png
File: What's Training?09-02-19
First off, this addon is awesome, t...
Posted By: Duman
First off, this addon is awesome, thanks! Next, sorry for asking this here - but is there an addon that is somewhat equivalent, but for professions (and works on Classic)?
File: TipTac for Classic+TBC08-15-19
I know this was a "quickfix", but i...
Posted By: Duman
I know this was a "quickfix", but in ttBars.lua, you can define some functions to check for and use RealMobHealth if installed, so that the health bars have values for mobs that are stored in RMH... Define something like: function MH_UnitHealth(unit) if RealMobHealth ~= nil then local cur,max = RealM...
File: Real Mob Health08-15-19
Hey SDPhantom, Just out of curio...
Posted By: Duman
Hey SDPhantom, Just out of curiosity -- why doesn't your addon just override the UnitHealth() and UnitHealthMax() builtins? Are there certain things that will break/explode if you do this? I realize other addons can just create their own "UnitHealth"-esque functions that check for RealMobHealth and use that if it exists, but...
File: Dominos Classic06-29-19
Re: Re: lua error
Posted By: Duman
When trying to re-bind keys, an error occurs since last beta "patch", SaveBindings does not exists anymore. Someone suggested a quick fix for it, add this line to the beginning of the file: Dominos\libs\LibKeyBound-1.0\LibKeyBound-1.0.lua if not SaveBindings then function SaveBindings(p) AttemptToSaveBindings(p) end end Wow, I s...
File: Dominos Classic05-25-19
Heh, I see you just fixed the dropp...
Posted By: Duman
Heh, I see you just fixed the dropping-combat bug ;-) You have a typo in the Dominos.toc... there is a spurrious "git" at the end of the line for "core\overrideController.lua"
File: Dominos Classic05-25-19
I started getting this with the lat...
Posted By: Duman
I started getting this with the latest update (8.2.3-classic), each time I drop combat: Message: ...rface\AddOns\Dominos\plugins\multiActionBarFixer.lua:27: attempt to call field '?' (a nil value) Time: Sat May 25 11:11:39 2019 Count: 1 Stack: ...rface\AddOns\Dominos\plugins\multiActionBarFixer.lua:27: attempt to call field '?'...
File: Dominos Classic05-24-19
Re: Re: No Aura/Stance/etc bar?
Posted By: Duman
No, the rest have working Stance bars, it's just a simple mistake. Until the author fixes it, in Dominos\bars\stanceBar.lua change this line: Heh, yeah... I found the issue last night when looking at the code, but forgot to come back here and post. I actually did it like this (slightly more efficient - or at least, more comp...
File: Dominos Classic05-22-19
No Aura/Stance/etc bar?
Posted By: Duman
Hey Tuller... I don't seem to have an Aura bar in Dominos Classic on my Paladin (and I'd assume Stance bar for warrior, or shapeshift bar for Druid, etc?) I have only tested on my Paladin so far, so I suppose I can only assert there is no Aura bar :)
File: Dominos08-19-18
Hi Tuller, I was wondering if yo...
Posted By: Duman
Hi Tuller, I was wondering if you'd consider adding an option to display the current Azerite level in the Azerite Bar? I looked at your code briefly, and the gross, quick-hack way I did this was to edit Dominos_Progress/azeriteBar.lua and edit the end of the AzeriteBar:Update() function to: local current_level = C_AzeriteI...
File: Livestock12-13-14
Hmm, if I am just getting to Nagran...
Posted By: Duman
Hmm, if I am just getting to Nagrand (new to the zone, no Outpost/Garrison yet), I cannot seem to mount, using the smart mount. Perhaps it's trying to use the "garrison mount" or something (even though nothing has been selected yet)?Err, I just realized that it automatically calls my tank when I have that zone buff chosen... that's...
File: Livestock12-13-14
Hmm, if I am just getting to Nagran...
Posted By: Duman
Hmm, if I am just getting to Nagrand (new to the zone, no Outpost/Garrison yet), I cannot seem to mount, using the smart mount. Perhaps it's trying to use the "garrison mount" or something (even though nothing has been selected yet)?
File: Dominos03-17-13
Symbiosis button?
Posted By: Duman
I should probably test this w/ no addons (that is, I have no idea what the normal behavior is), but I'm assuming the additional ability granted by the Druid 'Symbiosis' ability should show up as the "Extra" button, no? Well, the last time someone cast it on me, I got nothing... ;-) Sorry this report is lacking testing, I'll go...
File: Livestock12-10-12
Re: Re: Re: Re: Max CRITTER is 80
Posted By: Duman
The game wasn't responding correctly to requests about your pets, hence all the nil entries. Ahh, yeah -- that sounds highly plausible. Probably a bit of lag from an initial login after not having logged that character in for a while, or something along those lines? Thanks for checking...
File: Livestock12-09-12
Re: Re: Max CRITTER is 80
Posted By: Duman
How many pets do you have? Does this happen only on login, or also when you open the Livestock menu? Do you have other Pet Journal addons running? According to the "Mounts and Pets" page, I have 124 (which is the max number I see in the debug output). I only ever see this upon login. When opening the Livestock menu, it does no...
File: Livestock12-08-12
Max CRITTER is 80
Posted By: Duman
Upon login, I get a spew of these errors: Error for CRITTER 99 at menu build, ID: nil, name: nil, spellID: nil Max CRITTER is 80 Error for CRITTER 100 at menu build, ID: nil, name: nil, spellID: nil Max CRITTER is 80 Error for CRITTER 101 at menu build, ID: nil, name: nil, spellID: nil Max CRITTER is 80 Error for CR...
File: Prat 3.011-27-12
Getting this after logging in after...
Posted By: Duman
Getting this after logging in after patch 5.1 :(Hmm, looks like the 'Battleground' channel (or at least the entry in ChatTypeInfo) is gone? I just edited the Stickum function to check to make sure the target channel exists before trying to modify it -- but I don't know what else might be broken (or what else this might affect).
File: MikScrollingBattleText11-27-12
/dump LIGHT_FORCE /dump CHI Du...
Posted By: Duman
/dump LIGHT_FORCE /dump CHI Dump: LIGHT_FORCE LIGHT_FORCE="Light Force" Dump: CHI CHI="Chi"
File: Gatherer09-29-12
Re: Wandering Isle is Not Supported
Posted By: Duman
TL;DR - Instanced starting zones are not supported and support is not planned. (I am open to changing my mind if someone presents a good argument.) Well, I agree that your reasoning is sound on why it's not really imperative to include those zones, but it would perhaps be good to have the addon at least spit out a "ignoring nod...
File: Gatherer09-27-12
Re: Not remembering herbs from Wandering Isle
Posted By: Duman
5.0.5 live, cataclysm as highest license on account (if it would matter) downloaded database from 2012-09-23 and using gatherer 4.0.4. fresh install of database, not fresh install of gatherer core. verified that the addon wasnt collecting data from the Wandering Isle nodes by visiting the node search area and searching for copper or...
File: Dominos08-29-12
5.0.5 should fix warrior stances.In...
Posted By: Duman
5.0.5 should fix warrior stances.In case it's a separate issue (but it might be related), I was leveling a warrior last night and when I dinged level 9 and received Defensive Stance, it did not show up on my bar until I reloaded the UI. Missing a hook/trigger?
File: Altoholic10-30-11
Originally posted by Thaoky Anywa...
Posted By: Duman
Originally posted by Thaoky Anyway .. I hope you'll be happy to hear that I've taken the wow annual pass, which means that the addon will be supported for at least another year :) Thanks, Thaoky. Your addon is invaluable; I would be very frustrated without it ;)