I haven't seen a proper addon for using all the AP and AM items.
Every time Blizzard pushes new items, the addons can't find them as the item IDs are not written into the addon.

I'm curious if it's even possible in theory to write an addon like this:

Code:
Loop bags
{
    Check if this item grant AP or AM
    {
       if it does then f*ing use it and abort script.
    }
}
This could be ran with slash command, which can put into any macro to be called with a Mapped Key, tadah.

Do the item IDs really need to hardcode into the addon, as currently it looks like it? I still don't know what's possible and what's not, however I think we would had an addon like this if it was possible.. Opinions?

Currently I have a bunch of macros set up in ISBoxer with the /use item:xxxxxx method but I cba to add more lines into it every time when new items goes live >_o