Olá estou com problema aqui, O erro acontece quando eu mato alguns monstros, a vida dele acaba mas ele não morre!! Se alguém puder me ajudar eu agradeço muito!! EU PRINTEI UMA DAS SCRIPTS QUE ELE DIZ QUE ESTA O ERRO!! me ajudem please
segue um dos script
function onKill(cid, target)
if isPlayer(cid) and isMonster(target) then
if getGlobalStorageValue(102590) - os.time() >= 1 then
local exp = getExperienceStage(getPlayerLevel(cid), getVocationInfo(getPlayerVocation(cid)).experienceMultiplier)
local count = ((getMonsterInfo(string.lower(getCreatureName(target))).experience*1.5*exp)/2)
doPlayerAddExperience(cid, count)
addEvent(doSendAnimatedText, 500, getCreaturePosition(cid), '+'..count, math.random(50,60))
end
else
return TRUE
end
return TRUE
end
Pergunta
ADM EDU 0
Olá estou com problema aqui, O erro acontece quando eu mato alguns monstros, a vida dele acaba mas ele não morre!! Se alguém puder me ajudar eu agradeço muito!! EU PRINTEI UMA DAS SCRIPTS QUE ELE DIZ QUE ESTA O ERRO!! me ajudem please
segue um dos script
function onKill(cid, target)
if isPlayer(cid) and isMonster(target) then
if getGlobalStorageValue(102590) - os.time() >= 1 then
local exp = getExperienceStage(getPlayerLevel(cid), getVocationInfo(getPlayerVocation(cid)).experienceMultiplier)
local count = ((getMonsterInfo(string.lower(getCreatureName(target))).experience*1.5*exp)/2)
doPlayerAddExperience(cid, count)
addEvent(doSendAnimatedText, 500, getCreaturePosition(cid), '+'..count, math.random(50,60))
end
else
return TRUE
end
return TRUE
end
Link para o comentário
Compartilhar em outros sites
2 respostass a esta questão
Posts Recomendados