Yoko

All sides of Injection
It is currently 2024-04-19 09:12:56

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: STATS SCRIPT
PostPosted: 2014-02-12 20:08:22 
Offline

Joined: 2014-02-11 18:24:55
Posts: 27
Hello, I need a very simple script. Its for hitting dummies. Just need so the character hit the dummy and used skill Hiding.
Its very simple, I just dont know how to write it...
In UO LOOP I would bind F1 - Last Object, Wait for Target, Target Last
and F2 - Use skill Hiding.
How to write all that into a Injection script?

Narod nuzhna pomosh so skriptom! Eto chtobi bitj gruwu i kachatj stati. Vsjo ochenj legko, ja prosto vobwe neznaju kak pisatj scripti.
Na UO LOOPe ja bi vistavil tak : F1 - Last Object, Wait for Target, Target Last
and F2 - Use skill Hiding.
Teperj kak eto vsjo napisatj na Injection script?
Please help


Top
   
 Post subject: Re: STATS SCRIPT
PostPosted: 2014-02-13 00:06:41 
Offline

Joined: 2007-11-13 00:39:14
Posts: 125
Code:
sub abc()
repeat
uo.attack('ID OF DUMMY LOOK THROUGH ,INFO')
wait(1000)
UO.UseSkill('Hiding')
wait(1000)
until UO.Dead()
end sub


If your dummy is item make UO.UseObject('OF DUMMY LOOK THROUGH ,INFO') instead of uo.attack ('ID OF DUMMY LOOK THROUGH ,INFO')


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 29 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:  
cron
Powered by phpBB® Forum Software © phpBB Limited