PDA

View Full Version : Thang Online ~ Level Your Buffs


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)

sosleepy
30th April 2006, 00:31
Bump(for AutoIt code Edit)

VirusPunk
1st May 2006, 05:14
Well good job on that. I am planning on releasing my bot like I promised when I get it finished. It will include a nice little GUI to set options and also will be capable of performing certain actions like auto-repair without being near the shop.

sosleepy
3rd May 2006, 01:41
yeh... ive been working on something simular, but im having a problem handing events in the I/O stream... so its pretty hard for me to do much else, the macros work pretty well, but your limited by their speed and effeciency to be able to make it look less like a macro and more like a player(IE: moving around, responding to movement by saying "Buff?")

LDK
5th May 2006, 10:33
i dont know if this game have "sit"(heal MP + hp while sitting) if it does it best recommend your macro have an option which allow poor player to use this macro as well
if there no sit then nvm this stupid post

hellos
6th May 2006, 07:43
how do u get the macro? because i have a mage that needs to lvl her buffs =)

N3RD
6th May 2006, 15:19
lol this one is easy.

download : Aldos macro recorder.

then enter this text;

{script}
rightclick 520,373
{/script}x[{wait 4875}{script}
wait 28000

repeat 10000
{/script}

and if U wish u could enter:

{script}
rightclick 520,373
{/script}x[{wait 4875}{script}
insert keystroke v

wait 25000

insert keystroke v

repeat 10000
{/script}

the second one is not needed, if you have a moderate mage, the MP will be enough to regenerate in 28 seconds.

sosleepy
10th May 2006, 09:06
if your only lvlin one skill... then you probably dont need pots...