Vá até data\creaturescripts\scripts e crie um arquivo.lua e renomeie para aolinfinity.lua e cole isto dentro :
function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)
if isPlayer(cid) == true then
if (getPlayerSlotItem(cid, 2).itemid == ID ITEM) then
pos = getCreaturePos(cid)
doCreatureSetDropLoot(cid, false)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)
doPlayerSetLossPercent(cid, experience, 0)
doSendMagicEffect(pos, 49)
return TRUE
end
end
return TRUE
end
Agora Vá Em : DATA/CREATURESCRIPS/SCRIPS/ Va Em Login e Adicione Essa Linha abaixo :
registerCreatureEvent(cid, "onPrepareDeathinifi")
Agora Vá Em : Creaturescripts.xml : E adicione essa linha abaixo :
<event type="preparedeath" name="onPrepareDeathinifi" event="script" value="aolinfinity.lua"/>
Prontinho Gente : Rep