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)
Message: Interface/AddOns/Ailo/Ailo.lua:2958: attempt to index local 'raid' (a nil value)
Time: Fri Oct 25 15:23:35 2024
Count: 3
Stack: Interface/AddOns/Ailo/Ailo.lua:2958: attempt to index local 'raid' (a nil value)
[string "@Interface/AddOns/Ailo/Ailo.lua"]:2958: in function `?'
[string "@Interface/AddOns/AdvancedInterfaceOptions/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:109: in function <...ons/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:109>
[string "=[C]"]: ?
[string "@Interface/AddOns/AdvancedInterfaceOptions/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <...ons/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Interface/AddOns/AdvancedInterfaceOptions/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Interface/AddOns/Ailo/Libs/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...rface/AddOns/Ailo/Libs/AceEvent-3.0/AceEvent-3.0.lua:119>
Locals: self = <table> {
modules = <table> {
}
defaultModuleState = true
hooks = <table> {
}
enabledState = true
optionsFrame = Frame {
}
db = <table> {
}
baseName = "Ailo"
defaultModuleLibraries = <table> {
}
name = "Ailo"
orderedModules = <table> {
}
}
lockouts = <table> {
Kazzak.Cecro.Blackrock Depths.NormalRaid = <table> {
}
Kazzak.Cecro.Blackrock Depths.HeroicRaid = <table> {
}
Kazzak.Cecro.WorldBosses.Orta, the Broken Mountain = <table> {
}
}
now = 1729859015
(for index) = 3
(for limit) = 13
(for step) = 1
iSaved = 3
instanceName = "Blackrock Depths"
_ = 2361151512
instanceReset = 401783
instanceDifficulty = 17
locked = true
_ = false
_ = 524550145
isRaid = true
maxPlayers = 15
difficultyName = "Looking For Raid"
maxEncounters = 8
completedEncounters = 8
extendDisabled = false
instanceId = 2792
raid = nil
iOffset = 0
(*temporary) = "%s (%s)"
(*temporary) = "Blackrock Depths"
(*temporary) = "Heroic"
(*temporary) = "Blackrock Depths (Heroic)"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'raid' (a nil value)"
LFGSearchResultsLockouts = <table> {
Blackrock Depths (Normal) = true
Blackrock Depths (Heroic) = true
}
RaidFromInstance = <table> {
2522 = <table> {
}
2096 = <table> {
}
1205 = <table> {
}
2164 = <table> {
}
2569 = <table> {
}
1008 = <table> {
}
1861 = <table> {
}
1676 = <table> {
}
1648 = <table> {
}
967 = <table> {
}
1712 = <table> {
}
1009 = <table> {
}
2217 = <table> {
}
996 = <table> {
}
1530 = <table> {
}
2657 = <table> {
}
2070 = <table> {
}
1098 = <table> {
}
1136 = <table> {
}
1520 = <table> {
}
2481 = <table> {
}
1448 = <table> {
}
1228 = <table> {
}
2549 = <table> {
}
2296 = <table> {
}
2450 = <table> {
}
}
strfDBKey = "Kazzak.Cecro.%s"
instanceTypes = <table> {
24 = "TimewalkerDungeon"
33 = "TimewalkerRaid"
7 = "RaidFinder"
1 = "NormalDungeon"
2 = "HeroicDungeon"
4 = "LegacyRaid"
8 = "ChallengeDungeon"
16 = "MythicRaid"
9 = "LegacyRaid"
5 = "LegacyRaid"
15 = "HeroicRaid"
17 = "RaidFinder"
3 = "LegacyRaid"
6 = "LegacyRaid"
23 = "MythicDungeon"
14 = "NormalRaid"
}
In reply to Cecromancer:
To fix, you need add in Ailo\Ailo.lua:ln1661
after
```
--============== CATACLYSM ==============--
{ id = 187, wings = { -- tier 13 - Dragonsoul
{ id = 416, max = 4 }, -- The Siege of Wyrmrest Temple
{ id = 417, max = 4 }, -- Fall of Deathwing
}},
```
this:
```
{ id = 1301, wings = { -- Blackrock Depths
{ id = 2750, max = 3 }, -- The Elemental Overlords
{ id = 2751, max = 3 }, -- Shadowforge City
{ id = 2752, max = 2 }, -- The Imperial Seat
}},
```
I did really liked this addon since legion expansion. i wish it gets updated to TWW. was simple and to the point. i didnt like the other addons. but since this seems not getting updates. is there there any updated addon that dose what this addon dose ?
In reply to Cecromancer:
I haven't been playing as much as I used so I'm not as sure about what should be tracked for this expansion. If you have things you want to request, especially if you have the needed ids, I'm happy to update it.
Otherwise it'll just get updated based on my own coming across things and being like, "hmmmm, that should be in Ailo"
In reply to Turducken_McNugget:
Thx for replying. well there is
the new weekly quest. but it seems to change from week to week.
the other weekly quest. both npcs are near each other in the city.
there is also the number of keys u got from world events that can be used to delvs to open epic chests.
there is the weekly world events it self. the theater event in first zone. the machine event in the 2nd zone. light the fire event in the 3rd zone. there also the event of picking a follower in the 4th zone and doing the world quests there to gain rep with him.
also next week will be the daily mythic zero for each dung. and the weekly vault.
there is also the weekly quest knowledge points for professions.
the monthly quest for knowledge points from darkmoon
the weekly knowledge points from Treatise from inscription for all professions.
the weekly knowledge points from random treasures.
there is weak aura for it working fine. but ur addon help to track thing between alts. while the week aura track it on the alt u logged in only.
will "try" add more things. and quest IDs once i get some.
Any chance of adding a tracker for the Great Vault (Blizzard_WeeklyRewards) since I have many Toons it would be nice to see which toons have gear waiting in the Great Vault with out having to jump on all my toons to see if there is gear waiting for me.
Thanks for your work and consideration love the app
Any idea why Loamm renown is no longer showing for me? Its been this way for at least a couple of weeks. I suppose possibly since the last update? Any thing that could help troubleshoot? I have been maxxed for quite a while on a few characters and at first I thought maybe it dropped off because everyone was maxxed, but I got a new char to 70 2 weeks ago and its not showing for them either.
Could you please update addons TOC to 10.1 as Blizzard reports that at 10.0.7 is OUT of Date and is causing Bug Sack to show errors for this addon. Thanks
I've added a tracker for Catalyst Charges since the game doesn't seem to display them anywhere.
That currency is a little weird and when you complete the quest for the week, all your characters gain a charge. When that happens the tooltip won't show the new total. However, what we will do is color the background of the cell red when we recognize on a character that the quest has been completed.
So, if the entire column has a green background, then you haven't completed the weekly quest. Once you've completed the quest, any cell that is green means you haven't logged into that character since completion.
This addon is everything I want it to be, except I can't keep track of all the abbreviations ;.; It'd be perfect if it had its own window or let me mouseover the ldb tooltip to see full names.
Also it took me a while to figure out red means finished. It may be more immediate to use a checkmark for fully completed/worn out tasks.
In reply to Haruka_Ikazan:
If you left click the ldbicon it should bring up options. There's a section called Instance Abbreviations where you can change any of the abbreviation strings to something that makes more sense for you. For example, I personally always end up renaming the LFR wings for raids to W1, W2, etc for wing 1, wing 2, etc because I never remember what the actual wings are called.
I also tend to change instance abbreviations; like instead of RLP (Ruby Life Pools) it just says ruby. But things that make sense for me may not make sense for others (especially in other languages) so we use the abbreviation scheme.
If you don't know what an abbreviation stands for you can also try to find it in that big list which should be arranged alphabetically by the real name. There's also a Column Names section that has some other abbreviations we use, like DT for Draconic Treatises, that you can change.
For things that only have an icon, that icon should be next to the checkbox for whether that tracker should be shown in the tooltip. So, for example, if weren't sure what the lightning bolt was for, you can go to the General Settings section of the options and see that there is a checkbox with that lightning bolt that says Storm's Fury and the tooltip for it has more info about what that is.
The red and green colors are customizable as well in General Settings if you would prefer different ones.
Your suggestions are interesting though and I will consider and look at them. The checkmark is interesting because I've been thinking of possibly adding another state that represents "you can't do this on that character" either because their level isn't high enough or, especially, for situations if you have to explicitly pick up the quest first to do the thing and that character hasn't yet (like Aiding the Accord).
Cheers!
I have plans to add new dragonflight trackers. I'm still in the phase of collecting quest ids and things so that I can identify completion states (which is proving especially tricky on the Great Hunts specifically). If you have any requests, let me know. Bonus points if you have the ids/criteria needed to identify completion.
Things I'm currently looking into for tracking:
Aiding the Accord weekly quest
Siege of Dragonbane Keep event weekly reward
Iskaar Community Feast weekly reward
3x Grand Hunt rewards (epic, rare and common)
Show your Mettle - free weekly mettle reward quest
2x weekly dungeon quests from the Azure Archives Annex
Weekly Profession Knowledge rewards from
- Draconic Treatises from scribes (all)
- Profession Trainer quest (all)
- Consortium gathering quest (all but herbalism, mining, skinning)
- Fill 5 work order quests (all but alchemy, enchanting, herbalism, mining, skinning)
Not sure if this is worth posting in Issues but I've been consistently seeing this error with every character login recently:
Message: Interface\AddOns\Ailo\Ailo.lua:1161: attempt to index upvalue 'LDBIcon' (a nil value)
Time: Sat May 14 12:58:05 2022
Count: 1
Stack: Interface\AddOns\Ailo\Ailo.lua:1161: attempt to index upvalue 'LDBIcon' (a nil value)
[string "@Interface\AddOns\Ailo\Ailo.lua"]:1161: in function <Interface\AddOns\Ailo\Ailo.lua:1124>
[string "=[C]"]: ?
[string "@Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua"]:70: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:65>
[string "@Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua"]:498: in function `InitializeAddon'
[string "@Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua"]:623: in function <Interface\AddOns\Ace3\AceAddon-3.0\AceAddon-3.0.lua:615>
Locals: <none>
In reply to Wisdawn:
That error means we tried to access the LibDBIcon library and it wasn't there. There are two versions of the addon available for download, one comes with libs and the other without.
If you are using the nolib version (one way to tell is that the only thing under Ailo\Libs is LibDataBroker-1.1) then you need to make sure you also have LibDBIcon-1.0 installed as a standalone addon. You'd also need LibQtip-1.0 and Ace3.
If you are using the version with libs, and LibDBIcon-1.0 is there under Ailo\Libs, and you still have that error then let me know.
Also, the addon has been updated just recently, so update to the latest version first.
Hello, errors since this morning with the removal of Valor points cap (I guess) :
In reply to Ekhurr:
Is that the error report or a way to fix it? I noticed AILO wasn't working since last night.
In reply to crystallynrose:
It's the error, seasonMax being the thing in error with the removal of the valor point cap.
In reply to crystallynrose:
Fix :
In reply to Ekhurr:
Uggg. I still think the correct value to display when the currency is seasonal is to show the amount you can still gain before hitting the current weeks cap. But I'm going to have to rewrite some stuff so that in the future we auto handle seasonal currencies transitioning to a normal currency.
How about a TBC Classic version?