Quote:
Originally Posted by catallynz
I don't know how to do that, what file do i need to edit? and how is that line called?
I tried searching in the CrayonCode file but i couldn't find it.
|
Func BackToMount($Boat = 0) ; TODO find reliable way to detect if path is selected
Local Const $Mount[2][2] = [[39, 128], [98, 122]]
Sleep(500)
NearbyNPC(2)
CoSe("{LCTRL}")
Sleep(50)
MouseMove($Mount[$Boat][0], $Mount[$Boat][1])
Sleep(250)
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
Sleep(250)
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
Sleep(250)
MouseClick("right", $Mount[$Boat][0], $Mount[$Boat][1])
Sleep(500)
CoSe("t")
CoSe("{ESC}")
CoSe("{LCTRL}")
MapMovement()
Return True
EndFunc ;==>BackToMount