STATS SCRIPT

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
install
Posts: 27
Joined: 2014-02-11 18:24:55

STATS SCRIPT

Post by install »

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
Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

Re: STATS SCRIPT

Post by Mazer »

Code: Select all

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')
Post Reply