I am creating a quest profile in deepholm, so far I have reached 2 quests that have the
"Click to complete quest" popup on the top right.
In order to complete you have to click on it and then click complete...
Is there a way to make a script to auto click or whatever. I was researching the api and have come across these... IDK if it helps at all, but I would like a solid complete profile, one click.
With the resolution of mounts I am almost there.
Here is the list I found, not sure if its accurate or not... I will even list a few websites that look like it has it in its code for reference.
QUEST_WATCH_POPUP_CLICK_TO_COMPLETE = "Click to complete quest";
QUEST_WATCH_POPUP_CLICK_TO_VIEW = "Click to view quest";
QUEST_WATCH_POPUP_QUEST_COMPLETE = "Quest Complete!";
QUEST_WATCH_POPUP_QUEST_DISCOVERED = "Quest Discovered!";
I found this website
utils/xmlbrowser/diff/FrameXML/WatchFrame - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
and
FrameXML ? WatchFrame.lua (build 13164)
and
Paste2: Next Generation Pastebin - Viewing Paste 1134726
it my all be the same stuff, basically i just copy and pasted "QUEST_WATCH_POPUP_QUEST_COMPLETE" into google to find these sites.
"Click to complete quest" popup on the top right.
In order to complete you have to click on it and then click complete...
Is there a way to make a script to auto click or whatever. I was researching the api and have come across these... IDK if it helps at all, but I would like a solid complete profile, one click.
With the resolution of mounts I am almost there.
Here is the list I found, not sure if its accurate or not... I will even list a few websites that look like it has it in its code for reference.
QUEST_WATCH_POPUP_CLICK_TO_COMPLETE = "Click to complete quest";
QUEST_WATCH_POPUP_CLICK_TO_VIEW = "Click to view quest";
QUEST_WATCH_POPUP_QUEST_COMPLETE = "Quest Complete!";
QUEST_WATCH_POPUP_QUEST_DISCOVERED = "Quest Discovered!";
I found this website
utils/xmlbrowser/diff/FrameXML/WatchFrame - World of Warcraft Programming: A Guide and Reference for Creating WoW Addons
and
FrameXML ? WatchFrame.lua (build 13164)
and
Paste2: Next Generation Pastebin - Viewing Paste 1134726
it my all be the same stuff, basically i just copy and pasted "QUEST_WATCH_POPUP_QUEST_COMPLETE" into google to find these sites.