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)
I would like to submit a suggestion. Is it possible to perhaps make a section in the menu that allows me to disable certain aspects of the addon? (Such as Blackrock Foundry, or Highmaul since both are practically dated content.)
Message: Interface\AddOns\Ailo\Ailo.lua:760: bad argument #3 to 'strformat' (string expected, got nil)
Time: 06/30/15 17:08:35
Count: 1
Stack: [C]: ?
Interface\AddOns\Ailo\Ailo.lua:760: in function `?'
...ilo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:145: in function <...ilo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:145>
[string "safecall Dispatcher[1]"]:4: in function <[string "safecall Dispatcher[1]"]:4>
[C]: ?
[string "safecall Dispatcher[1]"]:13: in function `?'
...ilo\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:90: in function `Fire'
...rface\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: <none>
Only happns on 1 of my characters. my main. even with all my other addons closed. the addon still works fine but the errors shows right after i reload or log on that toon.
Sorry for the late reply, do you know what the lockouts were on your main when this happened?
Seems like there is a dungeon/raid difficutly we do not catch
the only thing i did on my main and did not on my alts was mythic 5 men dungeons. other than that i only had some HFC and Timewalking. and the error dosnt shows any more today. since its reset which confirms what u said.
thx for the fast reply. at least u responded. some other addons creaters dosnt .
Yeah, I didn't think about the need to add mythic (23) and timewalker (24) 5 mans. I'll also throw a metatable on there so that values we don't know return "unknown" or something like that instead of nil.
Made a change for this and produced an alpha build. Haven't tested it yet in terms of actually getting locked to a mythic. If you want to tag it now for release anyway, go ahead. Otherwise I'll tag it in a day or so when its had some bake time to see if there are any errors.
I hate to be that guy. but i also noticed that HFC LFR isnt listed on the addon as well..
No, this is useful bug reporting. I've checked in an update to add the HFC dungeon ids. So far I don't see the curse packager creating a new alpha, though ... I'll check it again in a few hours when I'll be free
EDIT - k, packager finally ran, latest alpha build should add HFC support
DS 25HC is listed as DS / 25H instead of under the combined tab for 25HC instances.
Adding the if below in the for loop solved it for me (as I really do not have any interest in the DS LFR instances being listed anyway. (crude fix I know hehe)
for _, parent in ipairs(RaidFinder) do
if self:GetInstanceAbbr(parent.name) ~= "DS" then
...
end
end
(and yes I have split up the legacy raids into 10N/25N/10HC/25HC/40N :P)
You forgot to update the .toc in the latest update ;)
updated the toc, tagged a new version and wowace packackges it with the 6.1.0 toc, damn you packager
;)
What does the T and W stand for? They aren't listed in the abbreviations..
Total and Weekly
Any chance for an update with Rukhmar and follower recruitment from the Inn/Tavern? I can't figure out how to do it myself :\
Edit: Garrison pet battle daily would be great for the next update:) Thanks!
There's an alpha build on wowace where I fixed the Rukhmar quest id. I looked at follower recruitment the other week but I couldn't find a quest id for it. I wrote some code to log all completed quest ids (from 1 to 10000) before and after recruitment and there wasn't a new quest completed.
When I helped smb (Broker Garrison) how to track the garrison weekly from the war mill I also looked into recruitment:
Thank you very much!
@Voxxel
I've been very busy, but I'm working on an update
Any sign of WoD update yet? Tempered Fate / world bosses / raid boss counts / etc, etc please!