.LUA do npc
local test = 0
function onThink()
if test <= 0 then
doCreatureSetSkullType(getNpcCid(), 6)
test = test + 1
end
return true
endinfo
Group: Conde
Joined: 25/04/12
Posts: 752
Reputation: +125
Gender: Masculino

.LUA do npc
local test = 0
function onThink()
if test <= 0 then
doCreatureSetSkullType(getNpcCid(), 6)
test = test + 1
end
return true
endinfo
Group: Herói
Joined: 28/11/10
Posts: 3.4k
Reputation: +585
Gender: Masculino

info
Group: Campones
Joined: 28/11/10
Posts: 66
Reputation: +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.