Yoko

All sides of Injection
It is currently 2025-10-15 15:10:55

All times are UTC+02:00




Post new topic  Reply to topic  [ 5 posts ] 
Author Message
 Post subject: help with targeting
PostPosted: 2008-02-06 00:05:34 
Offline

Joined: 2008-01-31 17:43:42
Posts: 12
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


Top
   
 Post subject:
PostPosted: 2008-02-06 09:34:18 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
Code:
sub corpseclick()
uo.waittargetobject("lastcorpse")
uo.msg(".command")
end sub

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
 Post subject:
PostPosted: 2008-02-10 01:10:15 
Offline

Joined: 2008-01-31 17:43:42
Posts: 12
thank you


Top
   
 Post subject:
PostPosted: 2008-02-17 04:07:28 
Offline

Joined: 2008-01-31 17:43:42
Posts: 12
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?


Top
   
 Post subject:
PostPosted: 2008-02-17 12:11:41 
Offline
Expert!
User avatar

Joined: 2005-09-14 15:31:58
Posts: 2152
Location: Latvia
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

_________________
Уроки языка Injection
Основные команды языка Injection
Yoko Injection Code Sweeper
Drw (2009) скрипты
2017 Начал играть на Uorpg.net


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 5 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited