Search found 4 matches

by alexhide
2007-01-16 01:42:41
Forum: I need script!
Topic: Собрать вещи
Replies: 4
Views: 2343

I'm wrote: Где же логика?
По ICQ обьяснили ошибки и я все исправил. :)
by alexhide
2007-01-15 13:08:52
Forum: I need script!
Topic: Собрать вещи
Replies: 4
Views: 2343

Тема закрыта. :)
by alexhide
2007-01-15 06:09:43
Forum: I need script!
Topic: Собрать вещи
Replies: 4
Views: 2343

sub loot()
uo.set('finddistance','3')

uo.exec('addobject bag1')
uo.print('Bag for Money')
while uo.targeting()
wait(100)
wend

uo.exec('addobject bag2')
uo.print('Bag for maps')
while uo.targeting()
wait(100)
wend

uo.exec('addobject bag3')
uo.print('Bag for SOS bottles')
while uo ...
by alexhide
2007-01-15 05:06:26
Forum: I need script!
Topic: Собрать вещи
Replies: 4
Views: 2343

Собрать вещи


sub main()

#korabl
#NewFishing(353,179,6,2)
#Fenix House
NewFishing(290,160,5,3)

end sub

sub do_one_loop(x,y)

UO.Exec("usetype 0xDBF")
Wait(300)
UO.LClick(x,y)
Wait(3000)

end sub

sub NewFishing(startx, starty, dx, dy)

var i, j, x, y
while true
for j=0 to dx
x = startx ...