local config = {
['demon'] = {storage = 19554, outfit = {20, 2}},
['Strong Freak'] = {storage = 19774, outfit = {19, 1}},
['dragon'] = {storage = 19447, outfit = {20, 1}}
}
function onKill(cid, target)
local monster = config[getCreatureName(target):lower()]
if...