Hi, what should I write in the creature.xml file when I want to add a onAdvance event?
Im using 4220niller's system
And here's a example with the .lua:
You advance in level: V
Im using 4220niller's system
And here's a example with the .lua:
You advance in level: V
function onAdvance(cid, oldlevel, newlevel)
if newlevel == 100 then
doPlayerSendTextMessage(cid, 22, "Lalalala!")
end
end
Last edited: