Is it possible to make a script that...afther you kill a guy....it cut his body right away...like...
you're on a mass...and you dont wanna to your enemies be able to ressurect your oponent...so you cut his body and we be able to be ress with all items equiped...
thnx
Body 'cut'
Moderators: Murderator+, Murderator
Code: Select all
sub Cutter()
var ser
repeat
uo.deletejournal()
repeat
wait(50)
until uo.injournal('Body')
ser = uo.getserial('lastcorpse')
while uo.getdistance(ser) > 4
wait(50)
wend
uo.setarm('arm1')
uo.waittargetobject(ser)
uo.usetype('0x13FE') ; cleaver type
wait(500)
uo.arm('arm1')
until uo.dead()
endsub
flake wrote:Code: Select all
sub Cutter()
var ser
repeat
uo.deletejournal()
repeat
wait(50)
until uo.injournal('Body')
ser = uo.getserial('lastcorpse')
while uo.getdistance(ser) > 4
wait(50)
wend
uo.setarm('arm1')
uo.waittargetobject(ser)
uo.usetype('0x13FE') ; cleaver type
wait(500)
uo.arm('arm1')
until uo.dead()
endsub
thnxx
XD