SOLVED
TFS 1.2
custom_droploot.lua:
local itemDeathDrop = ITEM_PLATINUM_COIN
local itemAmount = 10
function onDeath(player, corpse, killer, mostDamage, unjustified, mostDamage_unjustified)
if getPlayerFlagValue(player, PlayerFlag_NotGenerateLoot) or player:getVocation():getId() ==...