Как зделать ???

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
empty_
Posts: 6
Joined: 2005-08-31 19:27:02
Location: Latvia, Riga

Как зделать ???

Post by empty_ »

Vot script :

Code: Select all

sub RessAll()
UO.SetArm('Weapon')
uo.usetype('0x0E21')
wait(400)
UO.Arm('Weapon')
end sub


Kak mne zdelat' 4tob on juzal binti, i zhdal target a potom tolko nadeval Weapon? HELP! PLIZ ! :lol: :oops:
Askaneli
Sphere expert
Posts: 1143
Joined: 2004-10-01 08:27:38
Location: Уфа

Post by Askaneli »

Code: Select all

sub RessAll() 
UO.SetArm('Weapon')
uo.bandageself()
wait(400)
UO.Arm('Weapon')
end sub
Сделал дело - флуди смело !!!
empty_
Posts: 6
Joined: 2005-08-31 19:27:02
Location: Latvia, Riga

Post by empty_ »

Askaneli wrote:

Code: Select all

sub RessAll() 
UO.SetArm('Weapon')
uo.bandageself()
wait(400)
UO.Arm('Weapon')
end sub


Da net mne 4tob resat' :P
Blood Slayer
Posts: 124
Joined: 2005-07-14 20:53:05
Contact:

Post by Blood Slayer »

empty_ wrote:
Askaneli wrote:

Code: Select all

sub RessAll() 
UO.SetArm('Weapon')
uo.bandageself()
wait(400)
UO.Arm('Weapon')
end sub


Da net mne 4tob resat' :P


Code: Select all


sub RessAll()
UO.SetArm('Weapon')
uo.usetype("бинты")
while uo.targeting()
wait(50)
wend
UO.Arm('Weapon')
end sub

Post Reply