View Single Post
04-13-20, 05:41 PM   #2
FractalZone
A Defias Bandit
Join Date: Dec 2007
Posts: 2
Here is the example of what I want a macro to do when I hover over an item that begins a quest.

Assume the item is "Worldvein Intelligence Reports" (Item# 169764). (it appears as a scroll in my bags.)

I know from checking that Item# 169764 begins the quest "Worldvein Rumors", Quest# 56533.

I need to have the macro scrape the quest number from the tooltip that is displayed when I mouse over that scroll (Item# 169764) in my bags, then tell me if I have completed the quest. A True/False output is fine. Ideally, the macro would display a response such as:

"Worldvein Rumors (Quest# 56533) = True"

if I have completed it. The final part would read "False" if I have not completed the quest.

If the item does no start a quest, something similar to:

"This item does not begin a quest."

Even more useful in cases where the item is a quest objective would be a result such as:

"Worldvein Intelligence Reports" is an objective of Quest# 56533"

If there is no quest associated with the item (# 123456 for example) the response could be:

"No Quest is associated with Item# 123456."

Regards,
FractalZone
  Reply With Quote