Page 1 of 1

Can anyone make a script that loots JUST gold?

Posted: 2004-07-15 01:06:38
by Haist
Please ? Thanks

Posted: 2004-07-21 04:17:24
by Azazello
попробуй это
try thise

sub loot_gold()
uo.findtype(0x0EED,"-1","lastcorpse")
if uo.findcount() > 0 then
UO.grab(1, "finditem")
END if
end sub