sosleepy
27th April 2006, 05:22
so heres how it works, for all you people that are new to macroing, you will need ACTool, found here (http://www.actool.net),
with that you also need:
a mage(perferible with 90-120 mp
6 buffs(3 of each suggested)
and you need the mana pots +1(its kinda a waste of money, but since the next one down is 80, you will need these)
(skill lvling scroll is highly suggested, but not manditory, if u use one of these, macro in towns so your scroll doesnt run out...)
fill up your inventory with these pots...
use this code for your macro(delete anything else that is there if there is anything in ACTool)
SetActiveWindow ThangClient
delay 16000
RightClick
delay 1000
keys w
delay 500
keys w
delay 500
keys w
delay 500
RightClick
delay 800
keys e
delay 500
keys e
delay 500
keys e
delay 1000
RightClick
delay 800
keys xxx
delay 500
keys xxx
delay 1000
keys r
delay 500
keys r
delay 500
keys r
delay 1000
RightClick
delay 800
keys t
delay 500
keys t
delay 500
keys t
delay 1000
RightClick
delay 800
keys y
delay 500
keys y
delay 500
keys y
delay 1000
RightClick
delay 800
keys q
delay 500
keys q
delay 500
keys q
delay 500
keys xxx
delay 500
keys xxx
you may need to reset the SETACTIVEWINDOW command, to do so, thang must be open, delete the line of code that already says SetActiveWindow ThangClient, click commands on the macros menu, find SetActive Window, double click it, and select ThangClient
set it to run about 50x or so, just to get the feel for it
NOTE: ACTool is buggy, and it might not always execute a command, DONT BLAME ME IF THIS HAPPENS! use ACTool understanding this...
also note: i am not resposible for any consecuences that result to you or your account due to ure macroing...
Edit:
If you use AutoIt (http://www.autoitscript.com/autoit3/downloads.php) - (you need the program and the script editor)
I STRONGLY SUGGEST using this code instead
$i = 90 ;or how ever many pots you have
$p = Int(4)
While $i >0
WinWaitActive("Thang")
Sleep(4900)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("w")
Sleep(1000)
Send("w")
Sleep(500)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("e")
Sleep(1000)
Send("e")
Sleep(500)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("r")
Sleep(1000)
Send("r")
Sleep(1000)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("t")
Sleep(1000)
Send("t")
Sleep(500)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("y")
Sleep(1000)
Send("y")
Sleep(500)
MouseClick("right")
Sleep(100)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("q")
Sleep(1000)
Send("q")
Sleep(500)
WEnd
its way more effecient, and it runs perfectly(without errors like ACTool does)
with that you also need:
a mage(perferible with 90-120 mp
6 buffs(3 of each suggested)
and you need the mana pots +1(its kinda a waste of money, but since the next one down is 80, you will need these)
(skill lvling scroll is highly suggested, but not manditory, if u use one of these, macro in towns so your scroll doesnt run out...)
fill up your inventory with these pots...
use this code for your macro(delete anything else that is there if there is anything in ACTool)
SetActiveWindow ThangClient
delay 16000
RightClick
delay 1000
keys w
delay 500
keys w
delay 500
keys w
delay 500
RightClick
delay 800
keys e
delay 500
keys e
delay 500
keys e
delay 1000
RightClick
delay 800
keys xxx
delay 500
keys xxx
delay 1000
keys r
delay 500
keys r
delay 500
keys r
delay 1000
RightClick
delay 800
keys t
delay 500
keys t
delay 500
keys t
delay 1000
RightClick
delay 800
keys y
delay 500
keys y
delay 500
keys y
delay 1000
RightClick
delay 800
keys q
delay 500
keys q
delay 500
keys q
delay 500
keys xxx
delay 500
keys xxx
you may need to reset the SETACTIVEWINDOW command, to do so, thang must be open, delete the line of code that already says SetActiveWindow ThangClient, click commands on the macros menu, find SetActive Window, double click it, and select ThangClient
set it to run about 50x or so, just to get the feel for it
NOTE: ACTool is buggy, and it might not always execute a command, DONT BLAME ME IF THIS HAPPENS! use ACTool understanding this...
also note: i am not resposible for any consecuences that result to you or your account due to ure macroing...
Edit:
If you use AutoIt (http://www.autoitscript.com/autoit3/downloads.php) - (you need the program and the script editor)
I STRONGLY SUGGEST using this code instead
$i = 90 ;or how ever many pots you have
$p = Int(4)
While $i >0
WinWaitActive("Thang")
Sleep(4900)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("w")
Sleep(1000)
Send("w")
Sleep(500)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("e")
Sleep(1000)
Send("e")
Sleep(500)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("r")
Sleep(1000)
Send("r")
Sleep(1000)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("t")
Sleep(1000)
Send("t")
Sleep(500)
MouseClick("right")
Sleep(1500)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("y")
Sleep(1000)
Send("y")
Sleep(500)
MouseClick("right")
Sleep(100)
$p = $p - 1
if $p = 0 Then
Send("x")
$p = Int(4)
$i = $i - 1
EndIf
Sleep(1000)
Send("q")
Sleep(1000)
Send("q")
Sleep(500)
WEnd
its way more effecient, and it runs perfectly(without errors like ACTool does)