Can anyone make a script that loots JUST gold?

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Haist
Posts: 5
Joined: 2004-07-14 21:12:29

Can anyone make a script that loots JUST gold?

Post by Haist »

Please ? Thanks
Azazello
Posts: 3
Joined: 2004-07-20 05:20:28
Contact:

Post 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
Post Reply