Trainig Ground Macro

10/21/2005 10:31 billou#1
Hi all,

I am trying to create a macro that will put my char in the TG.
I am using a tool called Aldo's.
I have some parts of the needed script:
The first part is used to connect to CO:
{script}
wait 1000
LeftClick 466,644
wait 1000
vbSendKeys {x} 'letters of your loggin
vbSendKeys {x}
vbSendKeys {x}
vbSendKeys {x}
vbSendKeys {x}
wait 1000
LeftClick 466,691
wait 1000
vbSendKeys {x} 'letters of your password
vbSendKeys {x}
vbSendKeys {x}
vbSendKeys {x}
vbSendKeys {x}
wait 1000
LeftClick 965,727
{/script}

The second part is used to detect a disconnection and it clicks on the OK button:
{script}
do while 1=1
h = findwindow("Instruction")
if h=0 then
wait 10000
else
LeftClick 638,542
wait 10000
end if
DoEvents
loop
{/script}

I tried to create a third macro that will bring my chat in the TG. However the mouse is not enough accurate and it fails to enter the TG. I assume that if i enter the TG it is fail to spot a stake.
Anyone had already created a such macro?
Thanks
10/21/2005 12:04 Hojo#2
no question/requests here

Moved to CO main