Search found 2 matches

by I][][
2004-05-24 20:46:03
Forum: Scripting Ore
Topic: nuzhen skript na alarm na DRW
Replies: 4
Views: 2756

хехех АГРС ))
привет МВД )))

во тещё такой скрипт есть

sub gz_mode()
var vas=uo.gethp()
while 1
if vas>uo.GetHP() then
uo.say('guards')
wait(300)
uo.say('З*****И!!!')
wait(300)
uo.say('guards')
wait(300)
uo.say('guards')
wait(300)
vas=uo.gethp()
endif
vas=uo.gethp ...
by I][][
2004-05-24 19:53:33
Forum: Scripting Ore
Topic: Tailoring
Replies: 2
Views: 2656

вот другой скрипт:

sub tailoring()
while 1
if uo.count(0x175D)<30 then
move_clothes_to_pack()
uo.findtype('0x175D',-1,0x40118E88)
uo.grab('300','finditem')
wait(1000)
end if
do_robes()
wait(10500)
wend
end sub
sub do_robes()
uo.waitmenu('Cloth','Shirts','Shirts','robe ...