Hi, i was just wondering if you lovely people would help me out with getting this script working. or have anything similar.
--
[SIZE="2"]#requireadmin
#include <ImageSearch.au3>
Global $Paused
HotKeySet("{Pause}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
MsgBox(0,"starting","press ok")
sleep(5000)
While (1)
$x=0
MouseMove(1427,607,3);assuming this the coordinates of the steam oven to click on it
sleep(200)
MouseClick("left",1427,607,1,3)
sleep(1200)
MouseMove(1427,607,3);assuming this the coordinates for the alchemy crystal in your bag
sleep(200)
MouseClick("left",1427,607,1,3)
sleep(1000)
MouseMove(77,539,3); assuming this the coordinates of the boxes where you place the itemf rom your inventory
sleep(200)
MouseClick("left",77,539,1,3)
Sleep(200)
while ($x<5) ; this will cast thunder 5 times, im not doing the auto charge method
Send ("{0}") ; this is your hotkey for TH
sleep(3000) ; this is the casting speed of one thing of thunger, give it a little slack and mess around with the times
$x=$x+1
WEND
sleep(1000)
MouseMove(167,168,3) ; this should be the thing that clicks OK to start makingthe crystal
sleep(200)
MouseClick("left",167,168,1,3)
sleep(5000)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc[/SIZE]
--
if you happen to have anything similar or get it working please send me the script!
*Post where i got the script from*
[Only registered and activated users can see links. Click Here To Register...]
--
[SIZE="2"]#requireadmin
#include <ImageSearch.au3>
Global $Paused
HotKeySet("{Pause}", "TogglePause")
HotKeySet("{ESC}", "Terminate")
MsgBox(0,"starting","press ok")
sleep(5000)
While (1)
$x=0
MouseMove(1427,607,3);assuming this the coordinates of the steam oven to click on it
sleep(200)
MouseClick("left",1427,607,1,3)
sleep(1200)
MouseMove(1427,607,3);assuming this the coordinates for the alchemy crystal in your bag
sleep(200)
MouseClick("left",1427,607,1,3)
sleep(1000)
MouseMove(77,539,3); assuming this the coordinates of the boxes where you place the itemf rom your inventory
sleep(200)
MouseClick("left",77,539,1,3)
Sleep(200)
while ($x<5) ; this will cast thunder 5 times, im not doing the auto charge method
Send ("{0}") ; this is your hotkey for TH
sleep(3000) ; this is the casting speed of one thing of thunger, give it a little slack and mess around with the times
$x=$x+1
WEND
sleep(1000)
MouseMove(167,168,3) ; this should be the thing that clicks OK to start makingthe crystal
sleep(200)
MouseClick("left",167,168,1,3)
sleep(5000)
WEnd
Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script is "Paused"',0,0)
WEnd
ToolTip("")
EndFunc
Func Terminate()
Exit 0
EndFunc[/SIZE]
--
if you happen to have anything similar or get it working please send me the script!
*Post where i got the script from*
[Only registered and activated users can see links. Click Here To Register...]