Open coprse

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
Mazer
Posts: 125
Joined: 2007-11-13 00:39:14

Open coprse

Post by Mazer »

I have such script but if corpse is closed it doesent loot how can i make this script open corpse ?
i have tryed uo.usefromground('lastcorpse') but it seems doesent work

Code: Select all

sub corpser()
   uo.waittargetobject('lastcorpse')
   uo.usetype('0x0F51') ; Dager
   wait(500)
   Lootall()
endsub
Scripts Writer
Posts: 2259
Joined: 2005-04-19 18:00:29
Location: Московская область
Contact:

Re: Open coprse

Post by Scripts Writer »

Code: Select all

uo.UseObject('lastcorpse')
Post Reply