eeny 523 Posted July 16, 2016 Share Posted July 16, 2016 BetterSister, pewpewmalone, Krack3n and 1 other 4 Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/ Share on other sites More sharing options...
BetterSister 367 Posted July 16, 2016 Share Posted July 16, 2016 Another great one but i dislike on this one too the way you get quest ids. Gatherer setup 5/5 tho Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-15672 Share on other sites More sharing options...
Labseries 0 Posted August 4, 2016 Share Posted August 4, 2016 There's no gatherer setup though? Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-16423 Share on other sites More sharing options...
eeny 523 Posted August 4, 2016 Author Share Posted August 4, 2016 7 minutes ago, Labseries said: There's no gatherer setup though? What do you mean? at 7:40 i swap the quest type over to gatherer for that specific quest The profile itself will be a "quester profile" the Quest subroutines inside that profile can be whatever you like. EDIT: do you want a tutorial on how to make a gatherer profile? Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-16424 Share on other sites More sharing options...
koolkaracter 1 Posted October 4, 2016 Share Posted October 4, 2016 Does this version of the profile creator no longer allow you to do alot of this? I dont get all those screens... and I can only make a grinder... no option for anything else. What gives? Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-18632 Share on other sites More sharing options...
eeny 523 Posted October 4, 2016 Author Share Posted October 4, 2016 24 minutes ago, koolkaracter said: Does this version of the profile creator no longer allow you to do alot of this? I dont get all those screens... and I can only make a grinder... no option for anything else. What gives? Yuu need to be in the "quester" product to open the quest profile creator. If you select grinderer and try make a profile... you will only make grind profiles. Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-18633 Share on other sites More sharing options...
koolkaracter 1 Posted October 4, 2016 Share Posted October 4, 2016 5 hours ago, eeny said: Yuu need to be in the "quester" product to open the quest profile creator. If you select grinderer and try make a profile... you will only make grind profiles. Aww... thanks so much i finally got it!!!! Quick 2 questions, So when i change to a different zone far away, will it automatically use hearthstone and/or use flight path and/or fly to the new location, or do I have to do something specific in the coding? I tried to follow the info here But it didn't seem to really explain. second question - Is there a user manual or something that explains what each field does? Some of the fields in the GUI aren't easy to figure out what they do. I tried looking and I couldn't find one. Thanks! Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-18650 Share on other sites More sharing options...
Arcangelo 105 Posted October 4, 2016 Share Posted October 4, 2016 3 hours ago, koolkaracter said: Aww... thanks so much i finally got it!!!! Quick 2 questions, So when i change to a different zone far away, will it automatically use hearthstone and/or use flight path and/or fly to the new location, or do I have to do something specific in the coding? I tried to follow the info here But it didn't seem to really explain. second question - Is there a user manual or something that explains what each field does? Some of the fields in the GUI aren't easy to figure out what they do. I tried looking and I couldn't find one. Thanks! 1. not hs - that have to be forced with a speficic code, FP yes if you have set the bot up "to use fp" 2. The quick answer is no, there are a guide somewhere explaining some stuff here and there, but not like 1 thats just have all the answers eeny 1 Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-18654 Share on other sites More sharing options...
Sophie_ 15 Posted October 19, 2016 Share Posted October 19, 2016 Hey, thanks for the tutorial eeny, but i got a question. I want to create a quester profile that do WOTLK daily quests, so, do i need to do one profile per zone or can i just add all the quests and then the bot will go in the second zone if the first one is completed? Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-19335 Share on other sites More sharing options...
eeny 523 Posted October 19, 2016 Author Share Posted October 19, 2016 13 minutes ago, sow said: Hey, thanks for the tutorial eeny, but i got a question. I want to create a quester profile that do WOTLK daily quests, so, do i need to do one profile per zone or can i just add all the quests and then the bot will go in the second zone if the first one is completed? I only play retail so you may find different. It does depend on the mesh's and how far the bot has to go. 95% of the time thats OK and the bot will do a long move to pick up the next daily. in my 68-80 profile on retail i have the bot move from Zuldrak > Sholazar with no special runcode so its certainly doable. Put it all in 1 profile and see, it will porb work. Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-19337 Share on other sites More sharing options...
Networkz 58 Posted October 19, 2016 Share Posted October 19, 2016 1 hour ago, sow said: Hey, thanks for the tutorial eeny, but i got a question. I want to create a quester profile that do WOTLK daily quests, so, do i need to do one profile per zone or can i just add all the quests and then the bot will go in the second zone if the first one is completed? So, your going to need to make a travel profile to travel from one zone to the next, and your going to have to call on it in the functions Load profile, Once loaded it should run it to the next zone, once there get it to load your next zones daily quest profile. A) Make a Profile for each zone, and its Dailies. B) Make Travel profiles from one zone to the next. C) Do a zone > Travel To Profile > Do the Zone > Travel To profile > Next zone etc.. and so on so fourth. you can use the quester like a grinder. just get it to follow waypoints all the way to the next zone. Might work.. Inside quest tools, on the bottom, there is a path creator that marks waypoints. you could use wManager.Wow.Bot.Tasks.GoToTask.ToPosition(new Vector3(38.23928f, 10.52102f, -4.297345f)); **Use this in a RunCode Statement. Add a new line with new Vectors for each hotspot you want to follow Until you get to the end then run your next profile, I havent tried it out yet as im not in the process of making anything haha. or you could Try and use followpath as a quest type ? maybe.... Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-19338 Share on other sites More sharing options...
Sophie_ 15 Posted October 19, 2016 Share Posted October 19, 2016 Thanks for your answers guys, as i play on retail, i will try to do eeny's way, if it doesnt work i'll come back ;) thanks Link to comment https://wrobot.eu/forums/topic/3394-quest-tutorial-video-basic-concepts-gatherer/#findComment-19340 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