Postado Janeiro 14, 2015 10 anos Olá senhores, Tentei utilizar esse script postada por alguém que não me lembro o nome, porém ela não funciona e nem apresenta erro. Vejam abaixo: function onKill(cid, target) if isPlayer(cid) and isPlayer(target) then if getPlayerIp(cid) ~= getPlayerIp(target) then local config = { Kname = getPlayerName(cid), Tname = getPlayerName(target), Tlevel = getPlayerLevel(target), } local heart = doPlayerAddItem(cid, 5943, 1) doItemSetAttribute(heart, "name", "" ..config.Tname.. " Heart's") doItemSetAttribute(heart, "description", "Killed at Level "..config.Tlevel.." by "..config.Kname..". " .. (getCreatureSkullType(cid) <= SKULL_GREEN and "(Unjustified)" or "(Justified)")) elseif getPlayerIp(cid) == getPlayerIp(target) then doPlayerAddExp(cid, -10000) end end return true end
Postado Janeiro 14, 2015 10 anos Ativou ele exemplo se for 1 action adicionou ele no actions.xml Meus Trabalhos Tudo em Desenvolvimento mais att em breve Estou parado Tudo Removido
Postado Janeiro 14, 2015 10 anos esse sistema e praq? Meus Trabalhos Tudo em Desenvolvimento mais att em breve Estou parado Tudo Removido
Postado Janeiro 14, 2015 10 anos Quando algum player morre no PVP, no corpo dele fica um coração de morgaroth dizendo por quem ele for morto.
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.