• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Help [ Vocations death corpses] [creatureevent] Scrips

djblah

Active Member
Joined
Oct 15, 2010
Messages
146
Solutions
2
Reaction score
33
good and got the scripts I think it's little old but if someone could ayuar to modify. they are grateful.

good hints them the script. to forget that fails me, for the death of a player not aparese the corpse. Here I leave the script to modify it and help me.

HTML:
function onDeath(cid, corpse)

local table = {
[1] = 1, --[vocation] = id do corpse
[2] = 1,
[3] = 1,
[4] = 1
}

doTransformItem(corpse.uid, table[getPlayerVocation(cid)] )
doDecayItem(corpse.uid)
end
 
Back
Top