Yoko
http://forum.yoko.com.ua/

help with targeting
http://forum.yoko.com.ua/viewtopic.php?f=3&t=13193
Page 1 of 1

Author:  crazy1 [ 2008-02-06 00:05:34 ]
Post subject:  help with targeting

For the free shard I play on I have to type a command to get experience points and click on the monster I killed. I was wondering how can I make it auto target the dead body and click without me doing anything?
thank you

Author:  Nmy [ 2008-02-06 09:34:18 ]
Post subject: 

Code:
sub corpseclick()
uo.waittargetobject("lastcorpse")
uo.msg(".command")
end sub

Author:  crazy1 [ 2008-02-10 01:10:15 ]
Post subject: 

thank you

Author:  crazy1 [ 2008-02-17 04:07:28 ]
Post subject: 

I seem to have to run the script everytime I want it to click how can I make it just click everytime I kill something?

Author:  Nmy [ 2008-02-17 12:11:41 ]
Post subject: 

crazy1 wrote:
I seem to have to run the script everytime I want it to click how can I make it just click everytime I kill something?


Code:
sub corpseclick()
while true
if uo.injournal("body") then
uo.waittargetobject("lastcorpse")
uo.msg(".command")
uo.deletejournal()
endif
wait(1000)
wend
end sub

Page 1 of 1 All times are UTC+02:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/