Ir para conteúdo

[Help] Death


darkanderson

Posts Recomendados

sim pelo creaturescript

 

 

function onPrepareDeath(cid, lastHitKiller, mostDamageKiller)   
if isPlayer(cid) == TRUE then
doCreatureSetDropLoot(cid, false)        
doPlayerSetLossPercent(cid, experience, 0)  
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_HOLYAREA)   
return TRUE      
end   
return TRUE   
end 

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...