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

  • Your Rating

  • Share
  • Report Abuse

Am I locked out?

 

Project Updated:
Files Updated: Fri, Nov 20 2009
Supports Game Version: 3.2.0
Category: Boss Encounters, and Data Broker
Tags:

, , , , , and [Edit Tags]

Project Manager: Starfox
Additional Authors: No additional authors
Current Version: 1.0.20
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 39
Downloads Total: 1,459
Favorites: 8
Comments: 12
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About Am I locked out?
  •  

Little addon which saves me quite some time with all my twinks.

What it does

Rembers which of your chars are saved to which instance. Naxx/Ulduar/OS/TEoE/VoA/OL/ToC, 10/25, nhc/hc and 5man heroics. (Option to show 5mans in the tooltip is OFF by default) Updates on login and every time you get the 'You are now saved to this instance'-message So you don't have to log onto your chars to see if you can join that raid with one of your alts

Currently only a LDB icon:

  • Right click: Brings up the configuration (change tooltip colors, profiles)
  • Left click: Trigger a manual parse of saved raidinstances for the current player
  • Hovering: Shows a tooltip of all instances. Green = free, Red = locked out (default colors, you can change them)

Config options:

  • Standard Ace3 profile things
  • Change colors of the tooltip
  • Change abbreviations used for instancenames (Ailo tries to get a 'first char of every word'-type, but that is kinda hard if you have a locale which relies heavy on utf-8 chars)
  • 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  
  Am I locked out? 1.0.20 Release 3.2.0 119 11/20/2009
  Am I locked out? 1.0.19 Release 3.2.0 266 11/9/2009
  Am I locked out? 1.0.18 Release 3.2.0 221 10/30/2009
  Am I locked out? 1.0.17 Release 3.2.0 12 10/30/2009
  Am I locked out? 1.0.16 Release 3.2.0 27 10/29/2009
  • 1 page(s)
  • 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.
  • woolie said

    Can this track toons across accounts ? i have 2 accounts each with 4 80's

    Reply Report Permalink
  • Starfox said

    Nope, there is no way to track things across multiple accounts.

    Reply Report Permalink
  • Starfox said

    As I said in the comment earlier:
    1.0.14 should now update the database correctly when:
    1) The client recieves the event that raidID's got updated (Ailo requests a RaidInfo update when it gets loaded)
    2) When you get saved to a raidID

    Also it can now color the names in the tooltip by class color, I can add !CLASS_COLORS support if people want

    Reply Report Permalink
  • Starfox said

    When I switched to AceEvent I forgot to also register for the event which updates raidID's.
    You can always left-click the icon to trigger a manual update, I'll just add an option to color the names in the tooltip by classcolor and then tag a new version.

    Reply Report Permalink
  • ashopedies said

    The last du Versions failed to produce a tooltip in Bazooka, which I use as LDB addon.

    [2009/10/26 17:35:07-539-x1]: Ailo-1.0.11\Ailo.lua:174: attempt to compare number with string
    Ailo-1.0.11\Ailo.lua:123: in function `OnEnter'
    Bazooka-Bazooka-r84\Bazooka.lua:1281: in function `showTip'
    Bazooka-Bazooka-r84\Bazooka.lua:1149: in function <Interface\AddOns\Bazooka\Bazooka.lua:1140>

    Reply Report Permalink
  • Starfox said

    Should be fixed in 1.0.11
    I added a version number to the database so I can force the addon to reset the database if I make any further structural changes which break old versions, sorry for the inconvenience

    Reply Report Permalink
  • Dridzt said

    Confirmed.
    You need exit the game, delete Ailo.lua
    from the \Account\<accountname>\SavedVariables\
    folder and restart.

    Reply Report Permalink
  • Dridzt said

    Since I doubt the author didn't even logon before pushing an update,
    I have to guess a purge of the previous saved variables is needed.

    The offending line tries to compare a number with "hc" or "nhc" (a string).
    It will not work with any output method (LDB or minimap)

    Reply Report Permalink
  • Starfox said

    Now it only uses the retunvalues of GetSavedInstanceInfo to place things in the database, you can now easily change the 'hc'/'nhc' in the tooltip through config.

    Reply Report Permalink
  • Starfox said

    I hope it works now, it was just an error on my side, the library I copied had the .lua file in another subfolder than the version I included through .pkgmeta, sorry :(

    Reply Report Permalink
  • Dridzt said

    This is a unique approach to presentation and the mod
    definitely has a place in people's addons folder.

    You can safely ignore the arseholes linking other addons in your comments.
    (That's what the rest of us do anyway)

    Thanks for sharing.

    Reply Report Permalink
  • Quazgar said

    I have tried many releases now, but I am unable to get this addon running, I have also tried to install Ace2 and/or Ace3 libraries, but so far, no success...

    Reply Report Permalink
  • Dridzt said

    There is currently a bug with loading of the minimap icon library.
    (I've posted a ticket about it and will hopefully be fixed in next push).
    It will affect people running it that don't have an LDB compatible display
    and rely on the minimap icon to show them the tooltip instead of some panel.

    If you're comfortable with small edits:
    1. Open the Ailo.toc file
    2. Find the line that reads
    Libs\LibDBIcon-1.0\LibDBIcon-1.0.lua
    3. Make it like this
    Libs\LibDBIcon-1.0\LibDBIcon-1.0\LibDBIcon-1.0.lua
    4. Save the file and restart the game (reloading in place won't work).

    Should also be noted that Ailo only works for maxlevel characters (80).

    Reply Report Permalink
  • Quazgar said

    Sweet, that worked great!
    I think the addon was awsome, to bad about the bug, but I think that will be fixed very soon.
    One question thou, do I still need Ace libraries installed, or can I get rid of them?

    Reply Report Permalink
  • Dridzt said

    If you got them specifically to try and fix this error,
    you can get rid of them yes.

    Reply Report Permalink
  • skuggmunk said

    FINALY!! Ty so much for that, made my day!

    Reply Report Permalink
  • Don't want to throw water on what you have done, the more addon writers the better :).
    But there is addon already called Savedinstances which is quite complete with all raids, types, heroics across all alts, also nice tooltip on each save with details, id, time left etc.

    Reply Report Permalink
  • Starfox said

    http://www.wowace.com/addons/ailo/localization/
    deDE I can do myself, but not things like frFR, esES, ruRU, so if someone using it in that language feel free to add the strings (only 11 at the moment and I don't think it will get much more than that)

    Reply Report Permalink
  • Nasapunk88 said

    Oh thnk god finally some1 made 1. I was gettin so rdy to make an addon for this but have the problem of not knowing how to make addons >.> so i used Notepad addon to make tables.
    TY for this addon

    Reply Report Permalink
  • ZombiePope said

    I really like the UI for this. It's concise and looks cool. The current version 1.0.1 is bugged and probably won't run for users without a non-embedded AceAddon-3.0 (although you can always try), but I reported it and hopefully the next version works for everybody.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 26,430 Deadly Boss Mods Boss Encounters, and Combat
  2. 3,445 Decursive Buffs & Debuffs, Boss Encounters...
  3. 3,343 BigWigs Bossmods Boss Encounters, and Combat
  4. 3,118 Omen Threat Meter Boss Encounters, and Combat
  5. 1,905 Deadly Boss Mods - Burning Crusade mods Boss Encounters, and Combat