Зацыклите скрипт плиз буду очен благадарен

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
gorec
Posts: 4
Joined: 2004-08-08 18:55:45
Contact:

Зацыклите скрипт плиз буду очен благадарен

Post by gorec »

sub takeall()
uo.ignorereset()
uo.set("quiet","1")
uo.set("finddistance","3")
uo.findtype("-1","-1","ground")
while uo.findcount()
uo.moveitem("finditem")
wait(100)
uo.ignore("finditem")
uo.findtype("-1","-1","ground")
wend
uo.set("quiet","0")
end sub


зарание благадарин
ruff
Posts: 46
Joined: 2004-06-26 15:36:11
Location: Praha

Re: Зацыклите скрипт плиз буду очен благадарен

Post by ruff »

Code: Select all

sub main()
while 1
takeall()
wend
end sub
gorec
Posts: 4
Joined: 2004-08-08 18:55:45
Contact:

спс

Post by gorec »

Балшое спасибо
Post Reply