• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

SavedInstances

 
Project Updated:
Files Updated: Sat, Oct 31 2009
Supports Game Version: 3.2.0
Category: Boss Encounters, and Data Broker
Tags:

, and [Edit Tags]

Project Manager: jokeyrhyme
Additional Authors: No additional authors
Current Version: v2.5-beta3
License: BSD License
Development Site: WowAce.com
Avg Daily DL (last 30 days): 88
Downloads Total: 61,701
Favorites: 96
Comments: 31
  • Contests
  • About SavedInstances
  •  

SavedInstances

This is an Ace3 addon that keeps track of the instance IDs saved against your characters. SavedInstances has the following features:

  • primary tooltip shows current lockouts for all your characters
  • secondary tooltip (per-lockout) shows lockout details including ID and time remaining
  • can be configured to always show your favourite instances so you can use it like a shopping list
  • left-click to open Blizzard's Raid Information window
  • right-click to configure SavedInstances

SavedInstances does not come with any knowledge of what raids and dungeons are in the game, it learns them as you go. This means that the addon size and memory footprint can be kept to a minimum, and I don't have to research and provide the names of all the instances in every single language. However, it does also mean that you can't change per-instance settings until you've actually run them yourself. The tracking and configuration of encounters is limited in a similar fashion.

Please discuss it on the forums, help with localization and report or vote on issues and requests.

Known Issues

SavedInstances is pretty good, but it's still not quite perfect. There are currently a few issues:

  • might not be compatible with DockingStation's tooltip scaling feature
  • lockout time remaining and other features may be off by an hour when your region changes to and from Daylight Savings Time
  • if the addon's information is incorrect, you can force it to refresh by opening Blizzard's Raid Information window
  • when first installed, SavedInstances has no idea what your other characters are saved to: you'll need to log into them too for their information to be recorded

LibDataBroker versus FuBar

SavedInstances will create a new button on the minimap, and you can use it to interact with SavedInstances just fine. This addon can also be displayed using a LibDataBroker-compatible display addon. I personally use Bazooka because it reminds me of FuBar and it works quite well.

Official FuBar support was terminated a while ago for a variety of reasons. If you still use FuBar, you may get SavedInstances to work with it using Broker2Fubar.

Latest Changes

You can see a more complete list of how this addon has evolved here.

v2.5 adds encounter tracking so you can see which bosses have been killed per-lockout.

Roadmap

  • Define encounters per instance and check them off as you go.
  • Remember who else was saved to the same lockout ID.
  • Display window: allow all information to be displayed in a separate window.
  • Configurable character column headings: truncate the names and/or use icons.
  • Instance reporting: some method for players to quickly share what they're saved to.
  • Class-coloured columns: optional.
  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  SavedInstances v2.5-beta3 Beta 3.2.0 515 10/31/2009
  SavedInstances v2.5-beta2 Beta 3.2.0 55 10/29/2009
  SavedInstances v2.4 Release 3.2.0 10,452 9/16/2009
  SavedInstances v2.3.1 Release 3.2.0 6,499 8/14/2009
  SavedInstances v2.3.0 Release 3.2.0 222 8/14/2009
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Aeidian said

    Any FuBar support for this?

    Reply Report Permalink
  • Nicthalur said

    Have you though about changing the display to 5 5+ 10 10+ 25 25+ ?
    Might make it a bit more intuituve than Ns and Hs.

    Reply Report Permalink
  • jokeyrhyme said

    You can configure the indicators to display exactly what you'd like. Although your suggestion does probably make for a better default.

    Reply Report Permalink
  • jokeyrhyme said

    Okay, I really liked your suggestion for the default indicators so I've gone and changed the defaults in v2.5-beta. Check it out and let me know what you think. :)

    Reply Report Permalink
  • jokeyrhyme said

    Comments for all! Yay!

    @raistiin: there's a ticket for this already, but it's a tricky feature to implement. I'm still waiting for inspiration to strike and an elegant solution to pop into my brain. I'm trying to keep this addon simple and I'm failing horribly. :P

    @tlundse: I think your earlier problem was from an Alpha version. If anyone has that "Broker" error pop up in a Release version, let me know.
    There are 6 difficulties that Blizzard tells SavedInstances about: normal/heroic 5, normal/heroic 10, normal/heroic 25. I can't really tell anything more about an instance beyond that, so it is bound to look a little funky for anything but the most recent content. A solution to this would be far more complicated than it is currently worth, I'm afraid.

    @whoisriz: SavedInstances starts of not knowing a single thing about any instances at all. As you get saved to them, it adds them to a database so you can catagorise and re-order them. If you are missing some instances, the best way to add them is to go and get saved to them. :)

    Reply Report Permalink
  • tlundse said

    yes, but if you look at the output from GetSavedInstanceInfo() that I pasted, it seems to return 25, but is still listed as 10?

    19:08:13 [9]=25,
    19:08:13 [10]="25 Player"

    Reply Report Permalink
  • jokeyrhyme said

    Oh, thanks for pointing that out. At the moment, SavedInstances just uses the 4 difficulty values available, and whether or not the instance is a raid. I had seen that group size value a while ago but obviously haven't made intelligent use of it.

    I'll raise a ticket for it and see if I can figure something out. :)

    Reply Report Permalink
  • tlundse said

    Did Magtheridon's Lair this week and it shows up as "10N" instead of 25 man, the output from GetSavedInstanceInfo() is as follows:

    19:08:13 [1]="Magtheridon's Lair",
    19:08:13 [2]=10536575,
    19:08:13 [3]=50837,
    19:08:13 [4]=1,
    19:08:13 [5]=true,
    19:08:13 [6]=false,
    19:08:13 [7]=524419072,
    19:08:13 [8]=true,
    19:08:13 [9]=25,
    19:08:13 [10]="25 Player"

    ..since that looks good to me, I have no idea why it fails to parse it...

    Reply Report Permalink
  • tlundse said

    BWL is also detected as 10N

    Reply Report Permalink
  • whoisriz said

    It seems that some instances are missing... In the screenshot they're present so it must have worked correctly at some point. But I have no occurrence of Drak'Tharon Keep, or Naxxramas, and possibly others, I didn't look for everything but those I noticed immediately. Any idea why this could be?

    Reply Report Permalink
  • raistiin said

    Would it be possible to add a function that sync's the groups/guilds saved instances, so you dont have to spend alot of time figuring out where to go when you're farming emblems with pick up groups?

    A bit like the function in Q-helper that syncs the party's quests.

    Reply Report Permalink
  • tlundse said

    [2009/08/18 18:39:20-1013-x1]: SavedInstances-r90 (r90)\SavedInstances.lua:546: attempt to index field 'Broker' (a nil value)
    (tail call): ?:

    Reply Report Permalink
  • tlundse said

    Fixed this by deleting SavedVariables.

    Reply Report Permalink
  • babymonk said

    Same as Corg. Text alinment needs some fix~

    Reply Report Permalink
  • jokeyrhyme said

    The column alignment is actually spot-on, but when characters have names of different length's it tends to look a bit off. I have a solution I'm really happy with almost good to go, pending a little advice from coders older and wiser than I. Hang tight. :)

    Reply Report Permalink
  • Corg said

    With the default settings, it seems that the text for 10-mans isn't showing up. I have to use symbols. Is anyone else seeing this?

    Reply Report Permalink
  • jokeyrhyme said

    I just quickly released v2.3.1. This version resolves your problem, Corg, as well as an issue with tooltip "uglification". Enjoy!

    Reply Report Permalink
  • Corg said

    Thanks!

    Unfortunately, I have another bug to report. If you are only showing two characters with short names, the text alignment can be deceptive.

    (In this ASCII art, Corb is actually the one saved to 10-man.

    +---------------------------------------------------------------------+
    |.Saved.Instances......Corca.................Corb..............|
    |.VoA.....................H..........N..............................|
    |.Ulduar..................H..........N..............................|
    +---------------------------------------------------------------------+

    Reply Report Permalink
  • jokeyrhyme said

    @jtpowell, vranx, tlundse:
    The issues you reported should be addressed in the latest beta. I'm aware that the instance re-ordering is currently broken and it's the last thing I need to fix before making an official release. Continue being patient. Thanks!

    Reply Report Permalink
  • Vranx said

    The latest version is working great, thanks.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 20,282 Deadly Boss Mods Boss Encounters, and Combat
  2. 6,362 Decursive Buffs & Debuffs, Boss Encounters...
  3. 2,361 Omen Threat Meter Boss Encounters, and Combat
  4. 1,999 Deadly Boss Mods - Burning Crusade mods Boss Encounters, and Combat
  5. 1,684 BigWigs Bossmods Boss Encounters, and Combat