Gils 1 Posted July 14, 2014 Share Posted July 14, 2014 Bonjour, I just started to make a quest helper but i got a problem. when I finish the quest What I do Best, i don't know how to turn it in because it isn't bound to an item or a npc. I mean I have a tiny window opening on the side of the screen which i have to click on to validate the quest. How do I do to solve this? Merci Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/ Share on other sites More sharing options...
Droidz 2738 Posted July 14, 2014 Share Posted July 14, 2014 Hello, In "Quest order editor" add action "RunCode" after "pulse" with param: wManager.Wow.Helpers.Quest.CompleteQuest(); You can add wait time to wait then window appear: Thread.Sleep(3500); wManager.Wow.Helpers.Quest.CompleteQuest(); Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/#findComment-7781 Share on other sites More sharing options...
Gils 1 Posted July 14, 2014 Author Share Posted July 14, 2014 3500 is given in ms? Just to know how it works :) I'm going to start working on the alliance 1-90 profile (I just joined a few days again ago) and I wanted to know, to introduce a specific way to get somewhere, how can I do? Ho I forgot, what is the command to pick up the next quest according to the fact that there is no npc neither? Ty Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/#findComment-7785 Share on other sites More sharing options...
emgin 0 Posted July 14, 2014 Share Posted July 14, 2014 3500 is given in ms? Just to know how it works :) I'm going to start working on the alliance 1-90 profile (I just joined a few days again ago) and I wanted to know, to introduce a specific way to get somewhere, how can I do? Ty could you create a thread and give us some progress steps about your project? :) Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/#findComment-7786 Share on other sites More sharing options...
Seumas 77 Posted July 14, 2014 Share Posted July 14, 2014 Creating a quest profile is very simple just takes time check out the video tut from Droidz on the tut page. Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/#findComment-7787 Share on other sites More sharing options...
Gils 1 Posted July 14, 2014 Author Share Posted July 14, 2014 Hey, i do know how to create quest profile, where I got stuck is with those npc less quests. I ran the droidz profile lvl 1 human, it worked nicely but i was surprised to see that the bot has jumped from a profile to an other. Shall have to see how that happened. btw i'm starting from there. Does it has any importance if my game is currently in french? I feel like it could be a problem? Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/#findComment-7791 Share on other sites More sharing options...
Droidz 2738 Posted July 15, 2014 Share Posted July 15, 2014 3500 is in ms. Prefer make your quests profiles with profile delivered with the bot is created in C# it is not easy). My game also is in French, not problem. To change profile automatically use action "Load Profile" in "Quest order editor". Link to comment https://wrobot.eu/forums/topic/1498-auto-quest-how-to-validate/#findComment-7793 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