Search found 2 matches

by decker
2007-02-08 11:52:04
Forum: I need script!
Topic: собирание с земли
Replies: 5
Views: 2657

sub loot2()
uo.set("finddistance","2");
for var i=1 to 100
uo.findtype("-1","-1","ground");
if uo.findcount() Then
uo.moveitem("finditem");
uo.ignore("finditem","on");
endif
wait(10);
next
uo.ignorereset()
end sub
by decker
2007-02-06 11:00:13
Forum: I need script!
Topic: Поправьте пожалуйста скрипт.
Replies: 0
Views: 1528

Поправьте пожалуйста скрипт.

sub Cartograph()
VAR Sunduk1 = '0x495A8754' ; Сериал сундука с мешками с картами
VAR Trash = '0x49E8E2CE' ; Сериал мусорного ведра
VAR Meshok = '0x0E75' ; Тип мешка
VAR Map = '0x14EB' ; Тип карты
VAR Fizzle = 'You are not familiar enough with the area to draw the map'
VAR Success ...