Histórico de Curtidas
-
Victoriso deu reputação a Wise em scripting maximo skillmaxclub.lua (data\creaturescripts\scripts):
function onAdvance(cid, skill, oldLevel, newLevel) local maxlevel = 50 if skill == SKILL_CLUB and newLevel > maxlevel then return false end return true end
Tag - creaturescripts.xml (data\creaturescripts):
<event type="advance" name="MaxClub" event="script" value="maxclub.lua"/>
Registre o creature event em login.lua (data\creaturescripts\scripts):
registerCreatureEvent(cid, "MaxClub")