stupidhead64 wrote:On the script for Crafting,
MoveTo xloc, yloc
this is in the part
'This is the process to go to the person handing out Refining Work Orders.
'You can add as many WP's as needed to get a smooth path to the person
Sub MovetoWOrefine()
MoveTo xloc, yloc 'Put description here
VGSendCommand "/target " & WOpersonrefine
Sleep 2000
MoveToMob getTarget
VGSendText "h" 'Hails, if you changed this set it to whatever key you bound to Hail
Turnin
End Sub
How do I find the location of the npc to get the work orders?
Also, it says you can add as many as you want to get a smooth run.....So would it be like this?
MoveTo xloc, yloc 'Put description here
VGSendCommand "/target " & WOperson
Sleep 2000
MoveToMob getTarget
VGSendText "h" 'Hails, if you changed this set it to whatever key you bound to Hail
Turnin
End Sub
MoveTo xloc, yloc 'Put description here
VGSendCommand "/target " & WOperson
Sleep 2000
MoveToMob getTarget
VGSendText "h" 'Hails, if you changed this set it to whatever key you bound to Hail
Turnin
End Sub
MoveTo xloc, yloc 'Put description here
VGSendCommand "/target " & WOperson
Sleep 2000
MoveToMob getTarget
VGSendText "h" 'Hails, if you changed this set it to whatever key you bound to Hail
Turnin
End Sub
just copy/paste that underwards? Thanks!
To get the x and y, you would type in game
/loc
and it gives it to you right in your chat.
As far as putting as many as you want in, it would be like this.
MoveTo xloc, yloc 'Put description here
MoveTo xloc, yloc 'Put description here
MoveTo xloc, yloc 'Put description here
MoveTo xloc, yloc 'Put description here
MoveTo xloc, yloc 'Put description here
MoveTo xloc, yloc 'Put description here
VGSendCommand "/target " & WOperson
Sleep 2000
MoveToMob getTarget
VGSendText "h" 'Hails, if you changed this set it to whatever key you bound to Hail
Turnin
End Sub
This would give you 6 different locations to run to.