Ir para conteúdo
  • 0

Erro Script De Não Dropar Item No Slot Do Shield


Janmix

Pergunta

local item = getPlayerSlotItem(cid, 5).itemid == 5907

 

function onDeath(cid, lastHitKiller, mostDamageKiller)

if getPlayerSkullType(cid) >= 4 then

doCreatureSetDropLoot(item, false)

else

doCreatureSetDropLoot(item, false)

end

return true

end

 

erro:

[29/09/2012 14:35:11] [Error - CreatureScript Interface]

[29/09/2012 14:35:11] data/creaturescripts/scripts/noDrop.lua

[29/09/2012 14:35:11] Description:

[29/09/2012 14:35:11] (luaGetPlayerSlotItem) Player not found

 

esse script ta com erro o player morre dropa o item e esta dando um erro no executavel quem souber arrumar ou criar 1 script que faça o mesmo efeito que é não dropar items no slot do shield ou nao dropar o item 5907.

 

rep+

Link para o comentário
Compartilhar em outros sites

4 respostass a esta questão

Posts Recomendados

  • 0

function onDeath(cid, lastHitKiller, mostDamageKiller)
if getPlayerSlotItem(cid, 5).itemid == 5907 then
if getPlayerSkullType(cid) >= 4 then
doCreatureSetDropLoot(cid, false)
end
end
return true
end

 

Tenta ai.

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...