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)
Grab the latest Beta build.
You sir, are amazing. Thank you so much:)
Since 5.4 launched, I've been seeing this error, caught by BugSack/BugGrabber on every toon. I'm not sure if it's for DataStore_Stats or AiLO.
4892x DataStore_Stats\DataStore_Stats-r17.lua:105: attempt to call global "GetArenaTeam" (a nil value) DataStore_Stats\DataStore_Stats-r17.lua:105: in function <DataStore_Stats\DataStore_Stats.lua:27> DataStore_Stats\DataStore_Stats-r17.lua:117: in function <DataStore_Stats\DataStore_Stats.lua:116> <string>:"safecall Dispatcher[1]":4: in function <string>:"safecall Dispatcher[1]":4 <in C code> <string>:"safecall Dispatcher[1]":13: in function "?" Libs\CallbackHandler-1.0\CallbackHandler-1.0-6.lua:92: in function "Fire" Ailo-2.8.5\Libs\AceEvent-3.0\AceEvent-3.0-3.lua:120: in function <Ailo\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>
Locals: nil
If I turn off Ailo the bug still reproduces. If I turn off DataStore_Stats it does not. So, it's their bug.
Is there any way to have Ailo track Trove of the Thunder King?
With the newest change seems the "Track Holiday Boss" option is glitching possibly. For some reason it says my Shaman has killed the holiday boss and so it is showing on the tooltip. Thing is there arent any holidays right now. Thoughts?
I ended up seeing this as well but before I got around to investigating it, Midsummer Fire Festival had started for real. I'm assuming that something happened related to that. The code was set to consider that seasonal event to start on June 21 at 12:01 AM. Turns out that they changed the start time somewhere along the line to 11 am but that may be beside the point.
When I saw the holiday listed in my tooltip it was probably past midnight and so wouldn't have actually been a bug. I'm guessing the same is true for you; your in a timezone farther east than me and so while the timestamps I see for your post are the 20th it was probably already the 21st for you. The reason it would have appeared that you had killed the boss already was that there was no reward available, not because you'd already claimed it that day but because the event hadn't started.
So, in the end I think it was just a simple bug - they changed the start time from when I last did an update of those dates in the addon. Looks like they've also pushed the end time back so I'll get out an update that has the correct times.
I've recently encountered a very annoying issue with Ailo, I think it might have started with the release of 5.3. When mousing over Ailo's icon (no matter if it's the minimap button or LDB) the tooltip keeps growing and growing the longer I hold my cursor over the button, copying my character's lockout data over and over onto the screen, making it very unreadable and also causing slight lag every time this happens. When I move the cursor away from and back onto the icon it resets to displaying the data only once and a few seconds later starts filling my screen again. There seems to be some loop that adds the whole block of data endlessly to the tooltip as long as the cursor is held over the icon. After doing some testing I found out that this issue ONLY occures when I enable both Ailo and ArkInventory, Ailo does not seem to conflict with any other addon I'm using. I've been using both addons for years and this has never happened before, so it must have either been caused by 5.3 or by one of the more recent changes in one of these addons. Also, Ailo's tooltip is the only tooltip I've ever seen affected by this. I've tried to disable all options regarding tooltips and LDB in ArkInventory, but this did not seem to fix anything. Right now, I don't know what else to try, and I don't want to abandon any of these addons, so maybe you could look into this and apply some kind of fix or workaround? Thank you very much.
Edit: I just found out that another addon is also showing this behavior of endlessly growing tooltips with ArkInventory enabled and Ailo disabled, so apparently ArkInventory is at fault here.
Now that most realms should've unlocked Nalak as well, any chance of getting him added to the list of bosses to track as well?
With the latest update is my thinking correct that i now change
minLevel = MAX_PLAYER_LEVEL_TABLE[GetExpansionLevel()],
to
minLevel = 85,
Thank you :)
With the latest update you don't have to change the code directly anymore; just go into options and change the min level slider to 85 :)
Love the addon a lot, just a question tho,
Is it posible to see the saves of still 85's. things like naxx, AQ, old things.
And the new world bosses, i see sha, but not galleon or oondasta :) Thxxx
An option to track Saylis's Warband (aka Galleon) was added in the last update of the addon.
The quest id that most people say is used to track Oondasta is not working; I've killed him this week but the quest is not completed. I've saved off a list of all my completed quests and will diff it on tuesday to see if I can find one that went from completed to not completed. However, I've already diffed that list against an alt that hasn't killed Oondasta this week, and while there's a lot of extra chaff to sort through with two different toons, I suspect that at this time its just not working right.
As for showing lockouts for lower level characters, the only way you could do that right now is to edit the ailo.lua file yourself in something like notepad (and everytime you upgraded the addon you'd have to go back and edit it again. Find and change the following
from: currentMaxLevel = MAX_PLAYER_LEVEL_TABLE[GetExpansionLevel()] - Seasonal:LevelAdjustment()
to: currentMaxLevel = 85
Oh cool, the Lua thing worked :D I do old raids all the time, even on still 85's so this is great!
Blizzard's Oondasta quest flag is just plain broken at the moment. This prevents all addons and macros from reliably querying Oondasta kill status.
Please add your voice here to request a fix.
/run for k, v in pairs({Galleon=32098, Sha=32099, Nalak=32518, Oondasta=32519, Box=32609}) do print(format("%s : %s", k, IsQuestFlaggedCompleted(v) and "Yes" or "No")) end
Hi the addon is very nice, but playing with an italian client and I got this error, probably related to the AceLocale libs. Is possible to check ?
Terribly sorry about that. I spelled it Saylis's in one place and Salyis's in the other and that caused the error you saw. Thank you very much for the report, I've pushed another beta build out that should, I hope, work correctly.
I love this addon since a guildie introduced me to it. Now that Galleon is on a weekly loot lockout (and spawns more quickly), any chance of adding him like Sha?
Added to the latest Beta build. I'm going to give it a couple of days before pushing it as a Release build so that the localizers have a chance to enter their translations.