shirsig 18 Report post Posted January 4, 2017 6 minutes ago, Cyal said: Getting those errors when i use /cleanupbags This is a bug in some libraries used by other addons: https://github.com/Aviana/LunaUnitFrames/issues/145 0 Share this post Link to post Share on other sites
EffToyz 12 Report post Posted January 4, 2017 11 hours ago, shirsig said: This addon will import vendor prices into aux: https://github.com/shirsig/aux-merchant-prices It is based on a tbc informant database and should include also vanilla items from aq and later. For all good people out there: directory name should be: aux_merchant_prices Didn't appear on addon list until I renamed aux-merchant-prices into aux_merchant_prices 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 4, 2017 (edited) Yeah, sorry, I've changed the repo name now. (the -master still needs to be removed as always) Edited January 4, 2017 by shirsig 0 Share this post Link to post Share on other sites
adako 1 Report post Posted January 4, 2017 17 hours ago, shirsig said: This has been requested before. So far I've come up with what I think is the only reliable way to get the information in combination with fast automatic mail opening (what beancounter does is a mess).... Let's go from TSM Auctioning. It could be part of AUX named History or stand alone addon Shirsig's Accounting for example. It would consist of few tabs: Expenses - contain everything you bought with records such as Total Price/Price per Item/When Earnings - contain everything you sold with records such as Total Price/Price per Item/When Summary - contain how much gold you spent/earned, etc.... Just my 2 cents :) 0 Share this post Link to post Share on other sites
EffToyz 12 Report post Posted January 4, 2017 Yeah, I would love to see how many times I tried to sell something before I d/e this. At least. Or how many times I sold something with flashing success! 0 Share this post Link to post Share on other sites
Chikipuki 0 Report post Posted January 5, 2017 Got Aurae from Github and getting endless spam of these on login [2017/01/05 10:22:28-404]: Aurae\aurae.lua:128: attempt to index local `bar' (a nil value) Aurae\aurae.lua:128: in function `UpdateBar' Aurae\aurae.lua:103: in function `UpdateBars' Aurae\aurae.lua:602: in function <Interface\AddOns\Aurae\aurae.lua:597> --- 0 Share this post Link to post Share on other sites
Chikipuki 0 Report post Posted January 5, 2017 44 минуты назад, Chikipuki сказал: Got Aurae from Github and getting endless spam of these on login [2017/01/05 10:22:28-404]: Aurae\aurae.lua:128: attempt to index local `bar' (a nil value) Aurae\aurae.lua:128: in function `UpdateBar' Aurae\aurae.lua:103: in function `UpdateBars' Aurae\aurae.lua:602: in function <Interface\AddOns\Aurae\aurae.lua:597> --- Ok, fixed, seems folder name should start with lower case "a". 0 Share this post Link to post Share on other sites
monteo 0 Report post Posted January 5, 2017 (edited) as a one-line search all enchanting items [Dust, Essence, Shard?] understood trade goods/or/dust/essence/shard Edited January 5, 2017 by monteo 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 5, 2017 (edited) You mean really all or only highlvl? You can always do a multi item query like x/exact;y/exact;z/exact. Whether it's more efficient than yours depends on if they return full pages and how many other auctions there are in the category. Edited January 5, 2017 by shirsig 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 6, 2017 Postal is now completely localized. The inbox interface changed slightly so that I could use blizzard's predefined localized text. 0 Share this post Link to post Share on other sites
adako 1 Report post Posted January 6, 2017 I ran into a bug today? I believe that there's problem with Vendor Sell prices in AUX. I have set a search that will automatically buy items with certain vendor profit - this means that in the end I shouldn't get under the initial gold amount in bag, right? I found out that certain prices (especially for gear) are wrong. I also use your new addon for vendor prices and it indicated absolutely different price. Item A: Aux Vendor sell: 1g21s Your addon: 78s, which was the correct price. Could you look into this? Thanks man for all your efforts! 0 Share this post Link to post Share on other sites
void_echo 10 Report post Posted January 6, 2017 I recently replaced DoTimer with Aurae, because Aurae looks nicer and it seems to track killed enemies better, and I think I encountered a visual bug: bars sometimes don't collapse and there's a leftover bar (usually from a longer duration curse or something) floating on its own. Then again, I'm not sure if Aurae is even supposed to have a collapsing functionality (like Elk's Buff Bars for example) so maybe it's a feature/design oversight. 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 6, 2017 Actually I just removed dots in the newest version, now cc only :( Also renamed it back to ccwatch. But yeah that's a feature. Once a bar is placed it stays there until it fades. 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 6, 2017 1 hour ago, adako said: I ran into a bug today? I believe that there's problem with Vendor Sell prices in AUX. I have set a search that will automatically buy items with certain vendor profit - this means that in the end I shouldn't get under the initial gold amount in bag, right? I found out that certain prices (especially for gear) are wrong. I also use your new addon for vendor prices and it indicated absolutely different price. Item A: Aux Vendor sell: 1g21s Your addon: 78s, which was the correct price. Could you look into this? Thanks man for all your efforts! I'm not sure I understand. Which new addon? 0 Share this post Link to post Share on other sites
void_echo 10 Report post Posted January 7, 2017 1 hour ago, shirsig said: Actually I just removed dots in the newest version, now cc only :( Also renamed it back to ccwatch. But yeah that's a feature. Once a bar is placed it stays there until it fades. Well that's disappointing, I was just in the middle of the process of making Aurae and Elk's cosmetically identical so I can put them on the left and right side of the Luna frames like this: Also, unlike DoTimer, Aurae doesn't seem to track Death Coil, is it supposed to? 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 7, 2017 (edited) Death coil should be tracked but there was a bug in that it wasn't considered a projectile. Edited January 7, 2017 by shirsig 0 Share this post Link to post Share on other sites
void_echo 10 Report post Posted January 7, 2017 Does it work in the non-DoT version so that I can copypaste the code snippet to the old version or something? 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 7, 2017 yes, hopefully it should be fixed in the newest version 0 Share this post Link to post Share on other sites
void_echo 10 Report post Posted January 7, 2017 Alright, I put it into aurae_PROJECTILE and it tracks Death Coil just fine now, thanks! 0 Share this post Link to post Share on other sites
QuickShiv 0 Report post Posted January 7, 2017 those are some top life quality mods, thank you for sharing. A small request, could you add the date from the last update in the addon description or just after the download link? 0 Share this post Link to post Share on other sites
EffToyz 12 Report post Posted January 7, 2017 Hey Bit, smee again. ;) Updated aurae and now I'm getting these: Error: attempt to index global `aurae_EFFECTS' (a nil value)File: Interface\AddOns\aurae\aurae.luaLine: 376 Count: 3 Did I miss something? 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 7, 2017 (edited) Hey, it's no longer called aurae. delete the folder and install fresh. Edited January 7, 2017 by shirsig 0 Share this post Link to post Share on other sites
EffToyz 12 Report post Posted January 7, 2017 Oh, this is downside of being smart and using git pull :D You miss the moment when repository changes its name. Thanks man gonna update it again. 0 Share this post Link to post Share on other sites
EffToyz 12 Report post Posted January 7, 2017 Oh, btw, wanted to say, what if you combine /ccwatch unlock and /ccwatch lock and make it toggle? Because the only purpose of unlock is to move the bars and then lock again, so toggle would me much easier, enter, up, enter. In the case of separate commands, you have to modify your command. Not a big deal, of course, but toggle is more user friendly. 0 Share this post Link to post Share on other sites
shirsig 18 Report post Posted January 7, 2017 Are you talking about some kind of command history? Pretty sure the default UI doesn't have that. 0 Share this post Link to post Share on other sites