So i have had this idea of building (or finding out how to modify) an addon that can keep track of time from last grab and check KI's to see if they are there. in a group im in often is questions how long until this or that KI is available and reminding people to go get on can be forgotten without a list to go through, so i was thinking of making one as an addon that would chime in to remind to get ki's.
Any idea where i could start?
Assuming you have some coding background.
windower.ffxi.get_key_items() returns a list of key items currently available. I'd code a list of IDs for KI of interest (moglophone, plate, etc.) with their respective cooldowns, and have it check whether we have them or not in regular intervals. If the state flipped (true to false or false to true), log the time in which that happened to a local file via files or config library.
Then can have an addon command that displays Cooldown - (current time - last time) for each KI. Or you could permanently display a countdown via texts library.
Could be prone to user error, unfortunately there's not a great way to get this information from the server unless you also code a text parser for when you talk to the NPC before it's available, which isn't a bad idea.
Additionally need to consider certain use cases are different. Moglophone is available 20hrs from time of attainment, while Sortie is based from time of usage.