Page 1 of 1

Нужен Скрипт на Ресс

Posted: 2008-04-30 22:46:38
by Lsd-man
Что бы автоматически сам искал госта и ресал с бинта!

Заранее спс!!!

Posted: 2008-05-15 12:11:18
by BATA
sub ress()
uo.print("Loading.....")
UO.Set('finddistance','2')
UO.FindType('0x2006','-1','ground')
if (uo.findCount()) then
uo.setarm('arm')
uo.waitTargetObject('finditem')
uo.print("ress......")
uo.useType('0x0E21')
wait(3500)
uo.arm('arm')
uo.unsetarm('arm')
end if
end sub

Posted: 2008-05-15 12:17:20
by Scripts Writer
BATA wrote:sub ress()
uo.print("Loading.....")
UO.Set('finddistance','2')
UO.FindType('0x2006','-1','ground')
if (uo.findCount()) then
uo.setarm('arm')
uo.waitTargetObject('finditem')
uo.print("ress......")
uo.useType('0x0E21')
wait(3500)
uo.arm('arm')
uo.unsetarm('arm')
end if
end sub


Выкладывай скрипты в тегах

Code: Select all

[code][/code]