shirsig
Player-
Content count
288 -
Joined
-
Last visited
Everything posted by shirsig
-
Delete savedvariables.
-
I mean it's impossible to make a clean UI with aux' current features and the blizzlike look. For that one would have to create new textures because the blizzard ones have their layout drawn into them, like, sockets where buttons and some other UI elements are in the default UI and fixed size panels and sub panels. And I have no interest in making a custom version with different features.
-
You install it as if it were an independent addon. (technically you can delete it after the first login/logout because all it does is write to a savedvariable owned by aux)
-
I get it, you like the blizzlike look more, you don't have to keep repeating it. As I've said before, besides creating GUIs being a lot of (annoying) work and my not being a designer it's also not as simple as exchanging some colors and textures. The default AH's UI layout is not just an arrangement of frames, it's drawn into the textures and if you change the features a lot you end up with a patchwork like retail auctioneer at some point I decided to adopt the custom style of retail TSM instead to allow for a clean layout and I have no intention to change it except maybe if TSM's layout changes for the better I might make the same changes.
-
Probably wrong folder name/delete your savedvariables.
-
The line your error was on doesn't exist: https://github.com/shirsig/aux-addon/blob/master/util.lua
-
old version try using the newest aux version
-
Scanning won't prevent you from getting afk-kicked. Other than that, never happened. Delete the savedvariables, you have an incompatible history from an old version.
-
It already works again. I broke it when I made it show enchants, which now once again are not shown. Not sure yet how I'll fix the enchants. Probably not possible without losing support for other tooltip addons.
-
Sorry, too busy with other things.
-
There's no such feature but you can manually edit the savedvariable files or do something like this: /run require'aux.util.persistence'.dataset.history['20725:0'] = '0##200000@0' (20725 is the item id)
-
You can now change the scale with /aux scale
-
The reason you can put the stack size slider higher than your inventory count is because aux saves your preferred stack size for items. Otherwise having less would automatically overwrite your stack size setting. I'm not happy with it but I don't know how to improve it while keeping the saving and without making the interface much more complicated.
-
[Addon Database] ClassicAddons.com
shirsig replied to ClassicAddons.com's topic in UI, AddOns & Macros
For uploading old addons it would be nice if there were a way to specify the author independently of the uploader which would be additionally (or exclusively) shown where the "by xxx" is now. -
Postal skips cod mails when opening.
-
If you only want it for attack/auto shot/shoot then this addon will simply remove the toggling behavior from those spells: https://github.com/shirsig/notoggle For a backport of macro modifiers you can use this: https://forum.elysium-project.org/topic/24380-addon-castmodifier-tbc-and-above-like-conditionals-for-cast-macros/
-
Looking for... Tracking locked boxes, something like Gatherer
shirsig replied to Mentathiel's topic in UI, AddOns & Macros
I doubt it. There are so few of them in so limited locations, so close together, and you need them only for a short time and only if you're a rogue ... am I missing something? For the most part you can even level lockpicking in easier ways (poison quest/scarlet monastery) -
Isn't that what message of the day is for?
-
then /run aux_recent_searches = {}
-
The favorite searches with right-click -> delete Alternatively /run aux_favorite_searches, aux_recent_searches = {}, {}
-
Looking for a script to hide hunter tracking icon border
shirsig replied to Cruzix's topic in UI, AddOns & Macros
it's a hook into the function that changes the icon whenever you activate a tracking skill. it won't take effect until you do that. -
Looking for a script to hide hunter tracking icon border
shirsig replied to Cruzix's topic in UI, AddOns & Macros
/run function MiniMapTrackingIcon:SetTexture(icon) SetPortraitToTexture(MiniMapTrackingIcon, icon) end but can't think of a way to make it look nice -
Looking for a script to hide hunter tracking icon border
shirsig replied to Cruzix's topic in UI, AddOns & Macros
/run MiniMapTrackingFrame:DisableDrawLayer'OVERLAY' -
[Addon Database] ClassicAddons.com
shirsig replied to ClassicAddons.com's topic in UI, AddOns & Macros
Hm, I don't really see the point in another git hosting service. I doubt anyone would want to use that over github. I meant more like an import into your main addon site from github. -
In the newest version you can now do this with right-click.
