Postado Dezembro 11, 2014 10 anos Ola, boa tarde, como diz no titulo, eu queria um limite na swrod fighitng, por Creaturescripts, tinha no tibiaking, mais infelizmente fechou, alguem tem ?
Postado Dezembro 11, 2014 10 anos MaxSword.lua function onLogin(cid) if getPlayerSkillLevel(cid, 0) >= 35 then doPlayerSetRate(cid, 0, 0) end return true end function onAdvance(cid, skill, oldlevel, newlevel) if getPlayerSkillLevel(cid, 0) >= 35 then doPlayerSetRate(cid, 0, 0) end return true end Tag <event type="login" name="MaxSword" event="script" value="MaxSword.lua"/> <event type="advance" name="MaxSwordd" event="script" value="MaxSword.lua"/> Login.lua registerCreatureEvent(cid, "MaxSword") registerCreatureEvent(cid, "MaxSwordd") if getPlayerSkillLevel(cid, 0) >= 35 then 0 = ID Da skill 35 = Skill Maximo. Servidor do WONO 1.2 Pra Download
Postado Dezembro 11, 2014 10 anos SKILL_FIST = 0 SKILL_CLUB = 1 SKILL_SWORD = 2 SKILL_AXE = 3 SKILL_DISTANCE = 4 SKILL_SHIELD = 5 SKILL_FISHING = 6 SKILL__MAGLEVEL = 7 SKILL__LEVEL = 8 Servidor do WONO 1.2 Pra Download
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.