silverwind

Results 1267 comments of silverwind

After investigating a bit, I'm not sure if this can be done from an Addon.The function that sets these kind of world tooltips seems inaccessible from Lua and may be...

World objects are sadly not as easy as real targetable units (for which a lot of query functions exist). If I can somehow get the GUID of the object, I...

Still haven't had any luck on object IDs so far and I'm pretty certain now that, unless Addons can read gameobjectcache.wdb, it's impossible to get object IDs. The only possiblilty...

After a few more tests and some talk in #wowuidev, I'm pretty convinced now that it just isn't possible to get object ids, not even through polling the object cache,...

I noticed these tooltips got changed and are GameTooltips now, I'll explore further if there's a possibility of adding these.

Unless things have changed in Legion, I fear it might still be impossible. If someone wants to try, a good start would be to search for anything regarding objects in...

Interesting, definitely worth exploring.

If someone figures out how to get the underlying spell of a macro, we can show both, but I think this is a limitation not easily worked around.

You mean in the collections window? Can you show a screenshot?

Might be possible using https://wow.gamepedia.com/API_GetQuestLogRewardInfo.