Como fasso para adicionar novo slotType nas sources?
Novo slot chamado Overall ao equipa ele voce nao pode equipar um legs pois o overall ocupa as 2 posiçoes
function onAdvance(cid) if getPlayerLevel(cid) >= 4200 then doPlayerAddExperience(cid, (getExperienceForLevel(4200) - getPlayerExperience(cid))) end return trueendend
function onThink(cid, interval) if(getTilePzInfo(getCreaturePosition(cid))) then addEvent(function() if isPlayer(cid) and (getTilePzInfo(getCreaturePosition(cid))) and getCreatureHealth(cid) < getCreatureMaxHealth(cid) then doCreatureAddHealth(cid, getCreatureMaxHealth(cid)) addEvent(doRemoveCreature, 1, cid) end end, 1000 * 1) endend
Essa Creaturescript tem como função alterar a rate das Skills nos seus respectivos Niveis.
Na pasta data\creaturescripts\scripts\ Crie um arquivo chamado: stagesconfig.lua