Work Order Bot for Autohotkey
Posted: November 9th, 2009, 8:56 am
couple notes
First make sure you go to autohotkey.com and download autohotkey
then open the workorderteir1.ahk file in autohotkey
Also try to position your character between the work order giver and the crafting station so that your toon doesnt move when clicking between the 2.
One last thing. Each tradeskill WO giver has a different text dialogue when you first click on him so this will alter your mouse clicks if your doing this between different tradeskills, in turn you will have to modify the script for each tradeskill and save it as a seperate ahk file. this way u can load the script for the tradeskill you are working on.
1) there is a line in the macro that reads "Sleep, 162000" you will need to modify this value to meet however much time you need to fully complete your round of work orders, it generally takes about 10 seconds per combine if you are doing the work order that is the 2nd highest one you can get.
2) make an ingame macro that does /select nameofworkorderNPC , then put this macro in slot 6 of your hotbar
3) place your attack/chat binding in slot 7 of your hotbar
4) to get the right positioning you have to move the NPC's window when you first open it, at my resolution i exactly match up the left and bottom sides of the NPC window with my crafting window and this makes the clicks go in the right location
if you have other questions feel free to ask, its going to be kind of tough for you to get this going at first as crafting window locations vary and resolutions but in the event that you do get it figured out it is very nice and saves you a whoooole lot of clicking so good luck
First make sure you go to autohotkey.com and download autohotkey
then open the workorderteir1.ahk file in autohotkey
Also try to position your character between the work order giver and the crafting station so that your toon doesnt move when clicking between the 2.
One last thing. Each tradeskill WO giver has a different text dialogue when you first click on him so this will alter your mouse clicks if your doing this between different tradeskills, in turn you will have to modify the script for each tradeskill and save it as a seperate ahk file. this way u can load the script for the tradeskill you are working on.
1) there is a line in the macro that reads "Sleep, 162000" you will need to modify this value to meet however much time you need to fully complete your round of work orders, it generally takes about 10 seconds per combine if you are doing the work order that is the 2nd highest one you can get.
2) make an ingame macro that does /select nameofworkorderNPC , then put this macro in slot 6 of your hotbar
3) place your attack/chat binding in slot 7 of your hotbar
4) to get the right positioning you have to move the NPC's window when you first open it, at my resolution i exactly match up the left and bottom sides of the NPC window with my crafting window and this makes the clicks go in the right location
if you have other questions feel free to ask, its going to be kind of tough for you to get this going at first as crafting window locations vary and resolutions but in the event that you do get it figured out it is very nice and saves you a whoooole lot of clicking so good luck