Results: 56Comments by: Veyska
File: SmartSell (Tooltip Info)11-30-22
10.0.2 caused too many errors and I...
Posted By: Veyska
10.0.2 caused too many errors and I was hip-deep in /reloadui and still playing whack-a-mole with errors; *minor* API changes and argument tweaks I can usually handle but this was a major revamp for tooltip scanning and eh... Unless someone with more acumen and interest picks this up I think it's reached EOL. Was a great run while...
File: Auditor10-28-22
10.0 fan update
Posted By: Veyska
Cross-referenced the changes I'd made with what various other folks had posted over on Curseforge and so far seems to be functional. YMMV, caveat user, etc and so forth. If I trip over any more issues (or see them mentioned in Curseforge comments) I will endeavor to update the linked file below but I might not remember to post here...
File: DockingStation (Display)01-14-20
8.3 errors, addon non-functional
Posted By: Veyska
Bar background loads where it's supposed to be and right-clicking brings up the options, but nothing is displayed on it. 1x DockingStation\FontStrings.lua:7: attempt to index local 'mt' (a nil value) :7: in main chunk Locals: addonName = "DockingStation" addon = { LDB_UnregisterCallback = defined @Ace3\C...
File: Auditor08-02-18
There's actually a second instance...
Posted By: Veyska
There's actually a second instance of TRADE_CLOSE that needs to be TRADE_CLOSED , I (and quite possibly others who were just treating immediate symptoms) only caught the one that occurs without deliberate user action. The other instance is (I believe, referencing the comment over on Curseforge I used to fix the second instance, don'...
File: ItemRack07-18-18
Quick Legion fix, I make no promise...
Posted By: Veyska
Quick Legion fix, I make no promises everything will behave otherwise... Search for startTime,endTime in ItemRack.lua Delete one of the four "_," that occur on the same line Save file, re/load game
File: Rep209-04-16
For anyone still using this Blizz b...
Posted By: Veyska
For anyone still using this Blizz bugged Conjurer Margoss' friendship reputation and he adds a blank faction bar with no information associated with it in addition to his own and that's breaking Rep2. Fix is easy enough though - change line 26 from if (not isHeader or hasRep) then to if ((not isHeader or hasRep) and...
File: SmartSell (Tooltip Info)07-31-16
Got a mostly-working copy updated (...
Posted By: Veyska
Got a mostly-working copy updated (I finding new bugs to squash), got a set of edits-so-far over on Curse or you could just download and replace Addons/SmartSell/SmartSell.lua with the contents of this Pastebin link . Caveat patch-er, ofc. :-P
File: Auditor04-19-15
I piled up two weeks' worth of JC q...
Posted By: Veyska
I piled up two weeks' worth of JC quest reward bags on my main and liberally sprinkled debug print statements all over the main file for Auditor and started poking around and I've figured out why it's doubly registering the amount looted, resulting in strange "expenditures" to vendors or the mail (or reconciliation). Turns out it's...
File: Auditor10-14-14
Comment out (or delete) lines 281-3...
Posted By: Veyska
Comment out (or delete) lines 281-302 in Auditor2\Core.lua and you're good (enough) to go for 6.0. Doesn't update it to know about newer ways of spending $, but this at least makes it work as well as it did yesterday... For those without go-to line #s or whatnot, search for "local guildLevel = GetGuildLevel()" and delete/comment...
File: NPCScan03-22-13
Got bored a few days back and went...
Posted By: Veyska
Got bored a few days back and went and manually updated the list of tameable pet IDs. Might be a few errors in there, though I did try my best to be accurate. Updated list file can be found here, just replace the _NPCScan.TameableIDs.lua file in the _NPCScan add-on folder with that. (If you download off of Pastebin, make sure you...
File: [DISCONTINUED] NPCScanEx12-03-12
Re: Re: Possible bug, but not sure with which component?
Posted By: Veyska
I believe the issue why no mater what install you pick it will still override the default behavior, is because the NPC you add on the list are prioritized over the internal logic of what to alert you of (i.e. tamed pets do not show alerts, just a message, because of logic hardcoded in the addon). This is why achievement criteria are...
File: DispelCDTracker09-12-12
Re: Re: Druid Info
Posted By: Veyska
Resto druids have 8 second CD "Nature's Cure" that removes magic, poison and curse. Ballance druids have 8 second CD "Remove Corruption" that removes poison and curse. I don't know about Feral and Guardian. Thanks for the info.Cat and bear druids also have the same Remove Corruption as moonkins, however for bear druids I would...
File: SmartSell (Tooltip Info)08-29-12
Mists go boom...
Posted By: Veyska
SmartSell and 5.0-era loot frames are not playing nice with each other. Tried with and without a loot-window mod (at first I thought it was the other mod), but even with just SmartSell enabled it's throwing errors and failing to replace the sell price in the loot tooltips - the tooltip just shows the item's name, nothing else....
File: Market Watcher12-01-11
Multi-step patch job, but not all t...
Posted By: Veyska
Multi-step patch job, but not all that hard. Blizz went and added in another variable to the method used to get info about items up for auction and just like they did with their repeated additions to combat log functions they did so in the *middle* which screws up every single existing mod that uses it. Oy... http://pastebin.com...
File: ItemRack - Cataclysm11-29-11
4.3 errors
Posted By: Veyska
Hopefully someone will see this who can figure out how to fix the errors, would hate to see this add-on finally die (haven't seen a single equal replacement)... ***On opening config/options window: 1x ItemRackOptions\ItemRackOptions.lua:345: attempt to call global 'GetNumMacroIcons' (a nil value) ItemRackOptions\ItemRackOptions....
File: Learning Aid01-15-11
The new guild perk, Mobile Banking,...
Posted By: Veyska
The new guild perk, Mobile Banking, is popping up as a new spell on a regular basis. Seems to mostly be after a loading screen. Loading in-game and releasing from an instance both trigger it but zoning back in as a ghost doesn't, for example, but I haven't been keeping meticulous track of it though. Other two guild castable abilit...
File: nivBuffs11-02-10
The buffs, they do not disappear wh...
Posted By: Veyska
The buffs, they do not disappear when the UI is hidden... :-P
File: DockingStation (Display)06-02-10
Originally posted by Vrul This is...
Posted By: Veyska
Originally posted by Vrul This is not an error but a result of my removing the special tooltip handling code. Tooltip scaling still works for all but one case of the LDB spec, unfortunately that is the more popular approach taken by plugin authors. Aww... I originally picked DockingStation as my FuBar replacement *because* it co...
File: DockingStation (Display)06-01-10
Ack! Labels everywhere! Once I...
Posted By: Veyska
Ack! Labels everywhere! Once I realized why I had multiple layers of text on my bar things looked a lot better. Love the new built-in global option, I can hook my XP bar to it now. :-) Font scaling on the bar works for me, but I only tested out of curiosity since the default's working just fine for me. Tooltip scaling isn...
File: bar4threat03-05-10
Originally posted by boomboom Won...
Posted By: Veyska
Originally posted by boomboom Wonderful, wonderful mod. Just fantastic. One quick question though, is there a way to take away the "Damage, Healing Tanking" text? I find it slightly obtrusive, given my current UI style. If there isn't it's no biggie, just wondering if I can. Thanks! Go through threat.lua in the bar4text folder...
File: NPCScan10-21-09
Originally posted by Saiket _NPCS...
Posted By: Veyska
Originally posted by Saiket _NPCScan only has the locations of tamable rare mobs (in _NPCScan.TamableIDs.lua). Each entry there is formatted like = "Aszhara"; -- The Evalcharr (note the typo in the zone name; It's actually the name of the map file used for that zone, which itself was spelled wrong by Blizzard). So the achievement...
File: BOLT - Beacon Of Light Timer10-19-09
Random enhancement idea for the Jud...
Posted By: Veyska
Random enhancement idea for the Judgements of the Pure button (which is awesome btw, saves me the trouble of trying to convince another mod to show that timer in a more convenient manner)... JotP lasts 60 seconds but the judgement itself lasts 20. Maybe some sort of token indication to distinguish those 20 seconds from the remainin...
File: NPCScan10-16-09
Of curiosity, where *does* this add...
Posted By: Veyska
Of curiosity, where *does* this add-on store zone info for the built-in NPCs? Been poking at a lowbie Horde alt lately and I always check for the Dalaran Spellscribe when I'm in the neighborhood and this time around that got me thinking. Went and added in all the classic mobs that drop something of interest (blues and the black tab...
File: Who Taunted?10-07-09
Been using Taunt Tattle off of Wowa...
Posted By: Veyska
Been using Taunt Tattle off of Wowace for a while now and like the formatting on this one better (and it picks up on more kinds too). :-) Taunt tattle is picking up on longer range taunts though - namely, it can see what the arena tank is doing on Thorim when I'm in the hallway and this add-on isn't most of the time. *****...
File: DockingStation (Display)09-23-09
MrTrader's author is the one I quot...
Posted By: Veyska
MrTrader's author is the one I quoted in my comment and is the add-on that put a work-around in his most recent revision (v0.5.7), but XParky (or at least the version I'm running, 1.2.2) also needs a name to anchor to. To be fair, those are the only two I've run into that have that sort of issue and both are trying to anchor somethi...