What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Scripts for quests (if someone knows anything about this please read)

joejoe317

New Member
Joined
Jan 2, 2011
Messages
341
Reaction score
5
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.
 
ok so I just opened my quest log and noticed there is a complete quest option in there... Is there a way to complete the quest using a script macro or....?
 
Could a plugin handle this? Kind of annoying, for some reason my bot just chills there and does nothing until the quest is turned in by hand, even if i make an if statement or assign a run to with the correct quest, or the incorrect quest.

Finally I turned in the quest, and boom! started working fine.
 
Guess i'm talking to myself here.... Doesn't anyone else want this feature?
 
i think a QB can handle this. its bad to check hole time for completed quests
 
QB for this would be awesome, alst a qb for cinematics would be awesome...

I found that if a quest has a cinematic, HB doesnt want to work when its over.
 
BugTracker #261 was open shortly after Cataclysm dropped asking for this issue to be addressed by the HBcore.

It looks like no forward progress has been made on this, so far. It is my opinion that this basic functionality does not belong in a Custom Behavior, but should be part of the HBcore. The developers may see differently, but we need the issue to be addressed in some fashion.

Please append and escalate #261 with your additional quest details.

Thanks!
chinajade
 
Back
Top