-
Quem Está Navegando 0 membros estão online
- Nenhum usuário registrado visualizando esta página.
-
Conteúdo Similar
-
script alguém pode me ajudar nessa spells aqui, queira que colocassem pro meu personagem ficar inatingível por 6 segundos e podendo atacar livremente
Por lazaroszz,
- 0 respostas
- 471 visualizações
-
- 0 respostas
- 894 visualizações
-
- 1 resposta
- 1034 visualizações
-
- 0 respostas
- 1912 visualizações
-
- 1 resposta
- 2185 visualizações
-
Pergunta
Lordfireot 16
eu to com outro erro
[error - creaturescript interface]
data/creaturescript/script/playerdeath.lua:ondeath
description
(luainterface::luagetcreaturename) creature not found
[error - creaturescript interface]
data/creaturescript/scripts/playerdeath.lua:ondeath
description
ddata/creaturescript/scripts/playerdeath.lua:15: in function <data/creaturescript/scripts/playerdeath.lua:1>
esse e meu erro agora meu arquivo playerdeath
function onDeath(cid, corpse, deathList)
local strings = {""}
local t, position = 1, 1
local deathType = "killed"
local toSlain, toCrushed = 3, 9
if #deathList >= toSlain then
deathType = "slain"
elseif #deathList >= toCrushed then
deathType = "crushed"
end
for _, pid in ipairs(deathList) do
strings[position] = t == 1 and "" or strings[position] .. ", "
strings[position] = strings[position] .. getCreatureName(pid) .. ""
t = t + 1
end
for i, str in ipairs(strings) do
if(str:sub(str:len()) ~= ",") then
str = str .. "."
end
msg = getCreatureName(cid) .. " was " .. deathType .. " at level " .. getPlayerLevel(cid) .. " by " .. str
end
for _, oid in ipairs(getPlayersOnline()) do
doPlayerSendChannelMessage(oid, "Death channel", msg, TALKTYPE_CHANNEL_O, CHANNEL_DEATH)
end
return true
end
alguem me ajuda pf
Link para o comentário
Compartilhar em outros sites
8 respostass a esta questão
Posts Recomendados