Networkz 58 Posted May 21, 2015 Share Posted May 21, 2015 I TOOK TO LONG OF A BREAK I FORGET IT ALL ! ! ! ! ! OMG ! ! ! Okay So ive Been through the Forum and Been looking and i did find what i thought was an answer to my question, I in turn tried it out and am still experience an issue. My Log Comes up with the steps and the steps actually look good, I dont have any debug errors or errors at all. But when i use (EDIT* 35933 is the Quest Azeroths last stand. This is for starting your 90 - 100 Journey.. and i beleive the second turn in for 90 - 100, after doing the quest The Dark Portal. wManager.Wow.Helpers.Quest.CompleteQuest(35933); or Thread.Sleep(3500); wManager.Wow.Helpers.Quest.CompleteQuest(35933); It just stands there, It doesnt try and open the window to accept the quest or Turn it in.. And Also If i wanted to accept one or more of these types of quests would the code look like this or would this work for accepting or not lol.. Sorry this is like relearning my ABC's wManager.Wow.Helpers.Quest.AcceptQuest(35933); The Log is Fairly Long and 95% of my issues are all at the bottom, I went through and deleted the first quest on the profile because ill just make it start in the Blasted lands. Ummmmm!!! What else.. Yea thats about all. Everything at the bottom of log is my issues lol. top 75% is irrelevant to the question so far xD This is also quite literally the very first quest on the profile lol! 21 May 2015 12H15.log.html90-100 Horde.xml Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/ Share on other sites More sharing options...
Networkz 58 Posted May 21, 2015 Author Share Posted May 21, 2015 Droidz By the time im done this your going to turn me into a proffesional programmer lol ! ! ! Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/#findComment-10168 Share on other sites More sharing options...
Networkz 58 Posted May 24, 2015 Author Share Posted May 24, 2015 Is anything wrong with the code droidz.. I can't seem to find a mistake in it. Was practically a copy / paste from yours haha! Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/#findComment-10175 Share on other sites More sharing options...
Droidz 2738 Posted May 28, 2015 Share Posted May 28, 2015 Hello, "wManager.Wow.Helpers.Quest.CompleteQuest" works only if you have target quest giver (no on popup quest). To resolve your problem look this profile: (steps 10, 11, 12, 13). You need to, in "Quests order editor": Add steps type While with param : wManager.Wow.Helpers.Quest.HasQuest(35933) Add steps type RunLuaCode with param: RunMacroText("/click ObjectiveTrackerBlocksFrameHeader"); RunMacroText("/click QuestFrameCompleteButton"); RunMacroText("/click QuestFrameCompleteQuestButton"); Add steps type Wait with param: 1500 Add steps type EndWhile. eeny 1 Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/#findComment-10188 Share on other sites More sharing options...
Networkz 58 Posted May 28, 2015 Author Share Posted May 28, 2015 Okay awesome ! Thanks droidz. Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/#findComment-10194 Share on other sites More sharing options...
Deathguardjamie 5 Posted September 21, 2015 Share Posted September 21, 2015 (edited) Having the same issues, tried the code above - but it's still not accepting, Any ideas? PS, The profile itself has been uploaded under the name 'Redridge - A few more quests' I've had the quester just hand in at Magistrate soloman but if you guys could shed some light on why I couldn't get it to work that'd be gravy. Edited September 21, 2015 by Deathguardjamie Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/#findComment-10965 Share on other sites More sharing options...
Droidz 2738 Posted October 23, 2015 Share Posted October 23, 2015 Hello,It is possible that the name of the buttons changes on some quests.You can get the name of the buttons with this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment&comment=8447In this script replace "TheButtonName" by name returned by the scriptRunMacroText("/click TheButtonName"); Link to comment https://wrobot.eu/forums/topic/2173-click-to-accept-click-to-turn-in-quests-droidz-budday/#findComment-11245 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now