MPC Forums
BattleApps


Go Back   MPC Forums > ..:: Games ::.. > Strategy Games / MMORPGs / MMOFPS's

Strategy Games / MMORPGs / MMOFPS's Other Strategy Games / MMORPGs / MMOFPS's.

Reply
 
Thread Tools
Old 27th April 2006, 05:22   #1
sosleepy
add 182 to my post count
War Titan
 
sosleepy's Avatar
 
Thang Online ~ Level Your Buffs

so heres how it works, for all you people that are new to macroing, you will need ACTool, found here,
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)
Code:
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 - (you need the program and the script editor)

I STRONGLY SUGGEST using this code instead
Code:
$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)
__________________
UnderConstruction!


PostCount++;

Last edited by sosleepy; 30th April 2006 at 00:34..
sosleepy is offline   Reply With Quote
Old 30th April 2006, 00:31   #2
sosleepy
add 182 to my post count
War Titan
 
sosleepy's Avatar
 
Bump(for AutoIt code Edit)
__________________
UnderConstruction!


PostCount++;
sosleepy is offline   Reply With Quote
Old 1st May 2006, 05:14   #3
VirusPunk
Dark Lord
 
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.
VirusPunk is offline   Reply With Quote
Old 3rd May 2006, 01:41   #4
sosleepy
add 182 to my post count
War Titan
 
sosleepy's Avatar
 
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?")
__________________
UnderConstruction!


PostCount++;
sosleepy is offline   Reply With Quote
Old 5th May 2006, 10:33   #5
LDK
Mage
 
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
LDK is offline   Reply With Quote
Old 6th May 2006, 07:43   #6
hellos
New MPC User
 
how do u get the macro? because i have a mage that needs to lvl her buffs
hellos is offline   Reply With Quote
Old 6th May 2006, 15:19   #7
N3RD
Apprentice Knight
 
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.
N3RD is offline   Reply With Quote
Old 10th May 2006, 09:06   #8
sosleepy
add 182 to my post count
War Titan
 
sosleepy's Avatar
 
if your only lvlin one skill... then you probably dont need pots...
__________________
UnderConstruction!


PostCount++;
sosleepy is offline   Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 20:10.

Powered by vBulletin® Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Provided By: Wrestling Clique - Wrestling Forums


Page generated in 0.16550 seconds with 11 queries