Cutting

Ask for help

Moderators: Murderator+, Murderator

Post Reply
ozcaN
Posts: 34
Joined: 2004-06-18 17:21:40

Cutting

Post by ozcaN »

I use this for cuting corpses but the shard im on now did some weird stuff. Its runuo and they did this thing where thier r 2 corpses and one is fake and injeciton usualy cuts the wrong one and in 5 seconds it dissapears. U cant see the fake one. Anyone know a better way to cut cause i think they are gona make it so if u cut fake one u get jailed?

sub cut()
UO.Exec ("waittargetground 'body'")
UO.Exec ("usetype cleaver")
end sub
Goggy
Posts: 291
Joined: 2004-11-07 01:22:35
Location: Черкассы
Contact:

Post by Goggy »

Code: Select all

sub Corpse()
   UO.SetArm('CWeapon')
    UO.waittargetobject('lastcorpse')
    UO.usetype('****')                    ;Type - cleaver
    wait(500)
      UO.Arm('CWeapon')
end sub


Try this
Post Reply