Jump to content

shirsig

Player
  • Content count

    288
  • Joined

  • Last visited

Everything posted by shirsig

  1. shirsig

    [AddOn] aux and more

    WARNING: The use of aux' auto buy feature is at this time forbidden on elysium servers and can lead to sanctions! As this is likely gonna be the new de facto Vanilla forum I'm making a thread for all my addOns here. If you have any comments/suggestions/bug reports for any of them and don't want to use github directly this will be the place for that. aux - Auction House replacement (https://github.com/shirsig/aux-addon, for a static vendor price database: https://github.com/shirsig/aux-merchant-prices) Clean Up - super fast bag sorting standalone / library (https://github.com/shirsig/Clean_Up_GUI / https://github.com/shirsig/Clean_Up) ccwatch - pvp/pve debuff/DR tracking (https://github.com/shirsig/ccwatch) postal - fast automatic mail opening and mass mailing. Retail-like interface for mass mailing, retail-like autocompletion, auto detection/completion for alts, auto refresh of the mailbox (https://github.com/shirsig/Postal) crafty - text filter for the profession window, easy linking of mats (https://github.com/shirsig/crafty) cdframes - cooldown timer frames for customizable units (by default player and target) (https://github.com/shirsig/cdframes) enemybars - open pvp enemy frames with advanced detection (https://forum.elysium-project.org/topic/35375-addon-enemybars) npcscan - automatic detection/alert for units with simple interface, looks/sounds like retail NPCScan (https://github.com/shirsig/npcscan) !toggle - disables toggling behavior for Attack, Auto Shot and Shoot (https://github.com/shirsig/notoggle) linkmend - fixes CLINKs and foreign language links (https://github.com/shirsig/linkmend) modified WIM - basically WIM but with some extensions/bugfixes (https://github.com/shirsig/WIM) Detailed descriptions with images are on github.
  2. shirsig

    [AddOn] aux and more

    Something like trade goods/or/dust/essence/shard I guess, though it may match other stuff too.
  3. shirsig

    [AddOn] aux and more

    I agree with this. Besides, aux is such an addon (that shows vendor prices). It's shown in the tooltip if enabled (/aux tooltip vendor sell) and even if you don't download the database, since the wow api lets you query the vendor price of an item in exactly two places, at a vendor for all your inventory items and at the auction house for an item placed in the auctioning slot, in this case, when trying to create an auction, it should always have the price.
  4. Can anyone who's tamed Ursol'lok confirm whether he does fire damage? Also, are there others besides Lupos which are supposed to do spell damage for their normal attack?
  5. shirsig

    [AddOn] aux and more

    TBC version now in its own repo: https://github.com/shirsig/aux-addon-TBC
  6. shirsig

    [AddOn] aux and more

    The dev branch contains a TBC version but it still has some bugs and some features are disabled because of tbc api changes. Also, afaik tbc introduced the get all-scan which it doesn't take advantage of, though I'm not sure if private servers even allow this. https://github.com/shirsig/aux-addon/tree/dev
  7. shirsig

    [AddOn] aux and more

    Sorry, no simple way to add that as it's a completely different way of filtering than the current filters which can be evaluated immediately when an auction is found, and it seems useless to 99.99% of players who don't hoard tons of different items to resell. Besides you can just do a plain search for those items and get almost the same effect with sorting by percentage. You'd have to wait for a full search anyway for a filter like that to work.
  8. shirsig

    [AddOn] aux and more

    Yes, you can't do that.
  9. shirsig

    [AddOn] aux and more

    Not sure what you mean.
  10. shirsig

    [AddOn] aux and more

    That would be the best way to do localization, but even easier is to simply not localize :) Of course the difficulty in localizing is not the implementation but the actual translations. The reason I decided not to do it is because it's annoying if I have to track down 10 translators every time I wanna change some text. Most of my addons don't have anything worth localizing anyway and postal is localized using localized strings for the default interface that are shipped with the client. Even aux, which has the most text, is mostly just simple button labels.
  11. shirsig

    [AddOn] aux and more

    There's a new experimental version with TBC compatibility on the dev branch: https://github.com/shirsig/aux-addon/tree/dev Wouldn't use it for vanilla at this point and use it with care for TBC as it may still be quite buggy.
  12. shirsig

    [AddOn] aux and more

    It was an older version. I removed it at the same time I added the right click on icon to open mail feature.
  13. shirsig

    [AddOn] aux and more

    I will not cater to plainly non blizzlike changes but I've added a warning to the main post. Note that there's no way for them to know if you pressed a button or not anyway so the risk would be essentially the same. There's only one API function to do any sort of buying from the auction house which is "PlaceAuctionBid" and the only way they could know you're automating it afaik is by guessing from your pattern of usage (e.g., how quickly, how frequently, how regularly you use it)
  14. shirsig

    [AddOn] aux and more

    It seems nearly impossible that this could happen with recent versions as they manually fill the tooltip. I don't see how another addon could detect the item like that. You're talking about the aux auction listing?
  15. shirsig

    [AddOn] aux and more

    Longer for what? the timers might be wrong for individual spells of course. I think fear is a little different here from kronos where I originally tested. Sheep seems to work fine. With fear I'm not sure if blizzlike would be the pve duration (20/10/5), heartbeat approximate duration (15/10/5) or some unique exception for fear only. Kronos and ccwatch currently use 15/10/5.
  16. shirsig

    [AddOn] aux and more

    Of course they work.
  17. shirsig

    [AddOn] aux and more

    Can you be more specific about the circumstances when this happens? edit: Changed something but not sure if it fixed it as it's never happened to me anyway.
  18. Without any addons you could do this: /run for i = 0, 4 do for j = 1, GetContainerNumSlots(i) do if strfind(GetContainerItemLink(i, j) or '', 'itemname') then UseContainerItem(i, j) return end end end
  19. shirsig

    [AddOn] aux and more

    Almost anything is possible, but you'll have to figure out how yourself, I don't have much time at the moment and don't even really play anymore. What you're looking for would be in the frame.lua file.
  20. shirsig

    [AddOn] aux and more

    No. Interfering how?
  21. shirsig

    [AddOn] aux and more

    The removal is not a feature, it's a workaround. Without it the corpse would be constantly targeted. The location can be changed of course but you'll ahve to figure it out yourself. There's no post filter for categories but you can approximate it with tooltip filters.
  22. shirsig

    [AddOn] aux and more

    Sorry, don't have much time and I don't see why the icon isn't enough. Most sounds are built into the api and can't be disabled other than by disabling all game sound. This isn't the case for the tab sound, but it's the same as the one in the default ah and there's no option to disable it or plan to make one. Historical value is only buyout. There's no way to use stack prices or plan to make one. It would be inconsistent with the listing, add unnecessary complexity etc. I don't see the point besides habit from using the default ah. There's a bid listing you can get with a slash command, but it's only meant and optimized for undercutting bid stack prices for positioning in the default ah. The gold input format is already fairly complicated as it is. There are many possible shortcuts. for 1g 50s you could also write 1.5g, 150s or just 1.5 (default is g). No current plan to make it compatible. What this addon does seems crazy/stupid (removing references to default ui elements from the global table). This isn't possible anymore.
  23. shirsig

    [AddOn] aux and more

    Sorry, it was broken in many different ways many times. Most updates shouldn't break it but if they do you'll just have to start fresh. There's no such setting; and I don't really see the point. Identifying the spell is what the icon's for. Especially since it only tracks your own spells now there should be no confusion.
  24. shirsig

    [AddOn] aux and more

    So it was the case of the spell name?
  25. shirsig

    [AddOn] aux and more

    It seems to be using CastSpellByName. ccwatch currently doesn't work with that if the case is wrong. Is that the problem?
×