.LUA do npc
local test = 0
function onThink()
if test <= 0 then
doCreatureSetSkullType(getNpcCid(), 6)
test = test + 1
end
return true
endinfo
Grupo: Conde
Registrado: 25/04/12
Posts: 752
Reputação: +125
Gênero: Masculino

.LUA do npc
local test = 0
function onThink()
if test <= 0 then
doCreatureSetSkullType(getNpcCid(), 6)
test = test + 1
end
return true
endinfo
Grupo: Herói
Registrado: 28/11/10
Posts: 3.4k
Reputação: +585
Gênero: Masculino

info
Grupo: Campones
Registrado: 28/11/10
Posts: 66
Reputação: +3
Boa noiteee pessoal, tenho 1 duvida simples, porem não consigo fazer isso, deichar o npc black skull, ja tentei as tags:
skull ="5"
tambem tentei:
<flags>
<flag skull ="5">
</flags>
Como fazer isso pessoal?
Obrigado.