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.
- Every Instance that gives you a SavedInstanceID is trackable! (LFR/nhc/hc/mythic raids, mythic 5mans, etc.)
- Daily Heroic Dungeon, PVP, etc.
- 5man heroics (Option to show 5mans in the tooltip is OFF by default)
- Emissary Bounty Caches
Updates on login and every time you get the 'You are now saved to this instance'-message, a shift-click on the tooltip forces a manual update. 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: Bring up the RaidFrame, Shift-click for manual playerupdate
- 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)
1.0.24 now also tracks daily heroic
If the char is preceded by an Emblem of Frost then you've already done the dailyheroic with it.
-Instead of showing "tooltip abbreviation used for heroic difficulty" the addon show "true"
Could you PM me a link to you SV @ http://paste.wowace.com/ ? :(
If it gets not fixed with a Wipe Database :/
sorry if this was asked before!
I hope that You can :D
That would bloath the tooltip 'a bit' :o
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
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.
Thanks for your work on this.
This has really made using my alt's easier. Love your work!
[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>
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)
You need exit the game, delete Ailo.lua
from the \Account\<accountname>\SavedVariables\
folder and restart.
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
Oh, looks like I've forgot to add those strings to the localization app :C
How could i fix this problem in ZHTW?
[2009/10/26 13:01:37-380-x1]: AceLocale-3.0: Ailo: Missing entry for 'Tooltip abbreviation used for heroic raids': Ailo-1.0.10\Ailo.lua:71: in main chunk
[2009/10/26 13:01:37-380-x1]: AceLocale-3.0: Ailo: Missing entry for 'Tooltip abbreviation used for nonheroic raids': Ailo-1.0.10\Ailo.lua:77: in main chunk
NEW UPDATE also had some problem as below: [2009/10/27 19:44:45-390-x1]: AceLocale-3.0: Ailo: Missing entry for 'Chatframe Messages': Ailo-1.0.12\Ailo.lua:83: in main chunk
Currently I'm not very happy how I save the raiddifficulty etc. and how I determine what string to put into the tooltip, because right now you have to login on every char again if you change it.