
Search found 3 matches
- 2004-09-11 21:31:05
- Forum: Help
- Topic: ,target HELP... i'm utterly confused! (ENG) (4yoko)
- Replies: 5
- Views: 1926
Thank you
Thank you SO much yoko!!


- 2004-09-11 08:17:22
- Forum: Help
- Topic: ,target HELP... i'm utterly confused! (ENG) (4yoko)
- Replies: 5
- Views: 1926
updated..
sub pot()
UO.Exec("usetype purple")
wait(2730)
x = UO.GetX("enemy")
y = UO.GetY("enemy")
k = 0
while k < 2
k = k + 1
wait(100)
wend
x = (UO.GetX("enemy")) - x
y = (UO.GetY("enemy")) - y
x = (UO.GetX("enemy")) + x
y = (UO.GetY("enemy")) + y
z = (UO.GetZ("enemy"))
UO.Target("0x2c ...
UO.Exec("usetype purple")
wait(2730)
x = UO.GetX("enemy")
y = UO.GetY("enemy")
k = 0
while k < 2
k = k + 1
wait(100)
wend
x = (UO.GetX("enemy")) - x
y = (UO.GetY("enemy")) - y
x = (UO.GetX("enemy")) + x
y = (UO.GetY("enemy")) + y
z = (UO.GetZ("enemy"))
UO.Target("0x2c ...
- 2004-09-11 07:34:42
- Forum: Help
- Topic: ,target HELP... i'm utterly confused! (ENG) (4yoko)
- Replies: 5
- Views: 1926
,target HELP... i'm utterly confused! (ENG) (4yoko)
Hi yoko. I have read all english documentation, and I still can't get ,target working. I even tried babelfish (babelfish.altavista.com) to try to read the russian, but i still couldent understand it
Heres my script:
It readies a purple potion, waits until its just about to explode, tracks ...
Heres my script:
It readies a purple potion, waits until its just about to explode, tracks ...