Jump to content

shirsig

Player
  • Content count

    288
  • Joined

  • Last visited

Everything posted by shirsig

  1. shirsig

    [AddOn] aux and more

    Delete savedvariables.
  2. shirsig

    [AddOn] aux and more

    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.
  3. shirsig

    [AddOn] aux and more

    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)
  4. shirsig

    [AddOn] aux and more

    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.
  5. shirsig

    [AddOn] aux and more

    Probably wrong folder name/delete your savedvariables.
  6. shirsig

    [AddOn] aux and more

    The line your error was on doesn't exist: https://github.com/shirsig/aux-addon/blob/master/util.lua
  7. shirsig

    [AddOn] aux and more

    old version try using the newest aux version
  8. shirsig

    [AddOn] aux and more

    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.
  9. shirsig

    [AddOn] aux and more

    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.
  10. shirsig

    [AddOn] aux and more

    Sorry, too busy with other things.
  11. shirsig

    [AddOn] aux and more

    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)
  12. shirsig

    [AddOn] aux and more

    You can now change the scale with /aux scale
  13. shirsig

    [AddOn] aux and more

    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.
  14. shirsig

    [Addon Database] ClassicAddons.com

    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.
  15. shirsig

    Mail Addons & C.O.D. Scams?

    Postal skips cod mails when opening.
  16. shirsig

    exclamation mark macro

    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/
  17. 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)
  18. shirsig

    Mass Mail to Guild Members

    Isn't that what message of the day is for?
  19. shirsig

    [AddOn] aux and more

    then /run aux_recent_searches = {}
  20. shirsig

    [AddOn] aux and more

    The favorite searches with right-click -> delete Alternatively /run aux_favorite_searches, aux_recent_searches = {}, {}
  21. 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.
  22. /run function MiniMapTrackingIcon:SetTexture(icon) SetPortraitToTexture(MiniMapTrackingIcon, icon) end but can't think of a way to make it look nice
  23. /run MiniMapTrackingFrame:DisableDrawLayer'OVERLAY'
  24. shirsig

    [Addon Database] ClassicAddons.com

    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.
  25. shirsig

    [AddOn] aux and more

    In the newest version you can now do this with right-click.
×