Jump to content

shirsig

Player
  • Content count

    288
  • Joined

  • Last visited

Everything posted by shirsig

  1. shirsig

    [AddOn] aux and more

    thanks, should be fixed
  2. shirsig

    [AddOn] aux and more

    The latest version of aux has somewhat simplified filters. buy- prefixes were removed, some abbreviations were expanded, min-price was removed: I don't think it's worth it giving characters individual search listings. I actually changed it from character to account wide at some point because it was annoying to not have the history available when on an alt and vanilla doesn't have that many useful items yet anyway. Not sure what you mean about WIM. My WIM modification has a setting to ignore whispers from <lvl10.
  3. shirsig

    [AddOn] aux and more

    it works fine for me
  4. shirsig

    [AddOn] enemyFrames

    I think a pvp focus frame would be no problem. The main limitation is that there's no better identifier to be used than the name which in pve is not unique.
  5. If you just enter a plain name in aux you get a blizzard name query which doesn't support that but you can use a tooltip filter instead. For example "armor/cloth/20/40/frozen wrath" (if not in the first position tooltip is implicit but you can also write it in full as "tooltip/frozen wrath")
  6. Don't think so. You'll have to use a separate account.
  7. shirsig

    [AddOn] aux and more

    Yes. Hold down shift.
  8. shirsig

    [AddOn] aux and more

    Kronos added the non blizzlike feature to make a name search for suffixes. Not sure what you're looking to do exactly. You can do a tooltip search like "tooltip/of fire resistance" which will scan the whole AH or add some blizzard query like "armor/cloth/of fire resistance"
  9. shirsig

    [AddOn] aux and more

    Addons cannot communicate across accounts. You can always manually copy the savedvariables files of course. For the history the problem is there are conflicting requirements. On the one hand, generating a history for percentages/tooltips should require as little effort and take as little time for as many items as possible, which doesn't require much detail and requires efficient storage and calculation. On the other hand sometimes it would be interesting to have a more detailed look at price developments but that requires very different data with which the other things couldn't be done. None of the big retail addons keep notably more historical data than aux, for this reason I guess, but then there is a separate retail addon for what you want: https://mods.curse.com/addons/wow/market-watcher. So, the current aux history will not likely ever change because I think it is pretty much as good as it can be for what it is intended for now. What I might do is at some point add a separate tab with its own history similar to the market watcher addon above (much more detailed data, interval by scan not by day so you can monitor development during the day, only monitor a few selected items rather than all). But I doubt I'll find the time to do this soon if at all.
  10. shirsig

    Making Draggable Frame

    You also need f:EnableMouse(true) (maybe already set for messageframe) and f:SetMovable(true) Optionally also f:SetClampedToScreen(true) to prevent it from being moved off screen f:SetToplevel(true) to make it come to the top when clicked f:SetUserPlaced(true) to make the client remember its position (only works when the frame has a name)
  11. shirsig

    [AddOn] aux and more

    It's not a bug. The historical value was moved to the price listing where it is shown colored in green. You'll have to find it yourself in the commits. I strongly recommend using the newer version though. Even if you prefer the blizzard look I think that hardly justifies missing out on the million improvements since then.
  12. shirsig

    Twink bugs

    Some level requirements for quests awarding popular twink items are broken. For a long time it was dismissed for lack of evidence (frankly there was always compelling evidence imo) but a while before the shutdown I provided the ultimate proof: https://forum.nostalrius.org/viewtopic.php?f=46&t=26863&start=280#p284941 Anyway, would be nice if those could eventually be fixed.
  13. shirsig

    Add-ons control panel in Vanilla?

    I assume you're talking about the unified settings interface? (http://www.huntsmanslodge.com/images/wow_hunter_camera_settings.jpg) That didn't exist in vanilla. Most addons use slash commands and some have their own individual gui.
  14. shirsig

    [AddOn] aux and more

    Sorry, not really motivated to do more on WIM than bugfixes. And I use pfUI now which already has an custom WIM style.
  15. There is still constant communication between the client and server even after you're logged in. Obviously it's some sort of server side issue when on the pve server and kronos it takes like 4 seconds and on the pvp server it takes like 30+. It's not a new issue either. Used to happen on nost pvp before the shutdown during peaks.
  16. shirsig

    [AddOn] aux and more

    oops i mean "aux-addon", sorry. Same with all github zip downloads, you need to always remove the branch suffix (e.g., "-master").
  17. shirsig

    [AddOn] aux and more

    The folder name should be "aux-addon".
  18. shirsig

    [Request] CEnemyCastBar clickthrough

    https://github.com/shirsig/aurae is clickthrough and tracks similar things in the newest version (cc + DR)
  19. shirsig

    [AddOn] aux and more

    Not likely, sorry. Also, there have been a lot of changes to aurae as I have found that using it for both target and cross-target tracking just leads to too many bars on the screen. I have now removed most effects where there is no particular reason to track them on units which aren't targeted (i.e., most non-ccs). For timers on the target I would suggest using renew's debufftimers: https://forum.elysium-project.org/index.php?showtopic=25081
  20. shirsig

    [Addon] Aurae UnitFrames Fork

    I've made a new version of aurae (https://github.com/shirsig/aurae) that only tracks the player's own spells (still more than dr but not nearly as many bars as before) and written a separate tracking backend (https://github.com/shirsig/aurae/tree/target) for renew to use in this addon which is more tailored towards target-only tracking. If he uses that instead and changes the handful of globals so there's no conflict you'll be able to use them together.
  21. shirsig

    [AddOn] aux and more

    Will look at it when I have time. Do you know if the old WIM has the same issue?
  22. shirsig

    No token mail

    Still no token mail from https://tokens.nostalrius.org/ after 1 day. I saw the thread about this taking a while but that long?
  23. shirsig

    No token mail

    Thanks, got it now (didn't realize there were separate folders for "junk" and "spam")
  24. shirsig

    [AddOn] aux and more

    The newest version tracks only your own spells even in PvP.
×