Kalos72 4 Posted September 4, 2017 Share Posted September 4, 2017 Is there a way to make the bot login, do a certain profession cooldown and logout? I run multiple tailors/engineers/alchemist each day using their cooldowns... Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/ Share on other sites More sharing options...
Droidz 2738 Posted September 4, 2017 Share Posted September 4, 2017 Hello, yes https://wrobot.eu/forums/topic/3632-relogger-tutorial-video/ Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31585 Share on other sites More sharing options...
Kalos72 4 Posted September 4, 2017 Author Share Posted September 4, 2017 I know about Relogger to cycle through the accounts, its awesome. I guess it would be a profile of some sort to open TSM and craft everything in que or something? Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31597 Share on other sites More sharing options...
Droidz 2738 Posted September 5, 2017 Share Posted September 5, 2017 You can do that with lua, but you need basic knowledge in lua, WRobot (and c#) Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31611 Share on other sites More sharing options...
Kalos72 4 Posted September 5, 2017 Author Share Posted September 5, 2017 I guess I need one of you wizards to make it happen...paid of course. I dont care if its through TSM or if it just opens your professions and does certain ones, lets talk about it. :) Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31634 Share on other sites More sharing options...
mich125 8 Posted September 5, 2017 Share Posted September 5, 2017 All you have to do is: In reloger make profile like: ChangeCharacter 1st alt Run profile for his profession for like 2mins, so he have time to craft. ChangeCharacter to 2nd alt etc... And to make character craft here you have an example profile for embersilk cloth, 1st macro open tailoring, 2nd casts embersilk cloth, if you want 1 more cooldown from tailoring you add 1 more macro, and you make such profiles for all your professions/characters, however you want. And its quester profile btw, so you need to run bot in quester. Hope you understand me:) Embersilk Cloth.xml Kalos72 1 Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31641 Share on other sites More sharing options...
Kalos72 4 Posted September 5, 2017 Author Share Posted September 5, 2017 Great thanks! Let me see if I can dissect that example to figure it out. Thank you! :) Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31648 Share on other sites More sharing options...
Kalos72 4 Posted September 6, 2017 Author Share Posted September 6, 2017 So is it simply a matter of changing the profession you want to use "/cast Engineer" and then the recipe name "Sky Golem""? Can you add lines for all the professions in the same script or do you need to make a new one for each profession? Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-31658 Share on other sites More sharing options...
Kalos72 4 Posted September 22, 2017 Author Share Posted September 22, 2017 Anyone able to help here, this would be great! Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-32460 Share on other sites More sharing options...
mich125 8 Posted September 23, 2017 Share Posted September 23, 2017 You need to open profession window before you can craft, so in a profile there is always 1st macro to open profession window for example: /cast Engineering and then to craft an item, there is 2nd macro, where you can just edit craft name, so yea, you can change this example to like /cast Engineering craft something like sky golem /cast Tailoring craft something etc... ite pretty simple Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-32483 Share on other sites More sharing options...
Kalos72 4 Posted October 10, 2017 Author Share Posted October 10, 2017 This is what I came up with but its not working... ProfessionsTestOne.xml Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33330 Share on other sites More sharing options...
mich125 8 Posted October 10, 2017 Share Posted October 10, 2017 Hey, I got your pm, sry i was kinda busy, but here is a working one, i tested it on my toon, and works fine. ProfessionsTestOne.xml Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33337 Share on other sites More sharing options...
Kalos72 4 Posted October 10, 2017 Author Share Posted October 10, 2017 No worries man, I didnt want to be a PITA! :) I will try this now...thanks! Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33365 Share on other sites More sharing options...
Kalos72 4 Posted October 10, 2017 Author Share Posted October 10, 2017 Works! One question, can this profile also go to an anvil/forge as needed for the task? Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33375 Share on other sites More sharing options...
mich125 8 Posted October 10, 2017 Share Posted October 10, 2017 Sure, you will just have to put cords/object id of particualar anvil you want him to go to. here you have example where i used anvil in dalaran near obli forge: ProfessionsTestOne.xml var position = new Vector3(-729f, 4525f, 730f); int objEntryId = 246942; you just switch cords and objid to the object you want him to go to. Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33377 Share on other sites More sharing options...
Kalos72 4 Posted October 11, 2017 Author Share Posted October 11, 2017 Dalaran works perfect, thanks! This is now working for me, tonight is the first run through ALL my accounts to manage Professions. If this works, then the next step is how to get the Hexweave Bag and Living Steel to my AH Alt... :) Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33392 Share on other sites More sharing options...
Kalos72 4 Posted October 11, 2017 Author Share Posted October 11, 2017 Alchemy Transmute Living Steel doesnt appear to be working, I will take a look at it tomorrow. Thanks to all that have been trying to help me through this process. :) Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33394 Share on other sites More sharing options...
mich125 8 Posted October 11, 2017 Share Posted October 11, 2017 just change name to Transmute: Living Steel ProfessionsTestOne.xml Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33396 Share on other sites More sharing options...
Kalos72 4 Posted October 12, 2017 Author Share Posted October 12, 2017 Yep cool, got this working now. Next question, is there a way to force it to make as many as it can? For example, Smelting. I want it to stay there and smelt until all that ore is gone. I know I COULD add multiple lines for the same ore but that seem crazy... :) Link to comment https://wrobot.eu/forums/topic/6983-professions-cooldowns/#findComment-33436 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