local config =
{
[2501] = {level = 1000, tak = {x = 1401, y = 1100, z = 11}, nie = {x = 1005, y = 999, z = 7}, effect = CONST_ME_POFF}--,
}
function onStepIn(cid, item, fromPos, itemEx, toPos)
if (config[item.uid]) then
if (getPlayerLevel(cid) > config[item.uid].level) then...