@Xikini @Snavy thanks for the help, this is the script
local outfits = {
[PLAYERSEX_MALE] = 1270,
[PLAYERSEX_FEMALE] = 1271
}
local cEvent = CreatureEvent("killPaleWorm")
function cEvent.onDeath(creature, corpse, killer, mostDamageKiller, lastHitUnjustified, mostDamageUnjustified)...