Postado Outubro 24, 2015 9 anos Boa tarde galera do TK Bom estou quebrando a cabeça faz umas 2 horas ja, tentando tirar o heal do level up, ja desativei no creaturescripts, procurei em outro lugar mas não achei, desativei mas mesmo assim ele continua healando se alguem souber oque fazer, tfs 1.0 versão do servidor 10.80 local config = { heal = false, save = true, effect = false}function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= 8 or newLevel <= oldLevel then return true end local player = Player(cid) if config.effect then player:getPosition():sendMagicEffect(math.random(CONST_ME_FIREWORK_YELLOW, CONST_ME_FIREWORK_BLUE)) player:say('LEVEL UP!', TALKTYPE_MONSTER_SAY) end if config.heal then player:addHealth(player:getMinHealth()) end if config.save then player:save() end return trueend
Postado Outubro 24, 2015 9 anos Apaga toda essa parte if config.heal then player:addHealth(player:getMinHealth()) end Life is so meaningless, there is nothing worth a smile So goodbye, I'll miss you sugestões?
Postado Outubro 24, 2015 9 anos Autor Apaga toda essa parte if config.heal then player:addHealth(player:getMinHealth()) end local config = { heal = false, save = true, effect = false}function onAdvance(cid, skill, oldLevel, newLevel) if skill ~= 8 or newLevel <= oldLevel then return true end local player = Player(cid) if config.effect then player:getPosition():sendMagicEffect(math.random(CONST_ME_FIREWORK_YELLOW, CONST_ME_FIREWORK_BLUE)) player:say('LEVEL UP!', TALKTYPE_MONSTER_SAY) end if config.save then player:save() end return trueendapaguei e continuou a mesma coisa
Postado Outubro 24, 2015 9 anos Então eu acho que tem outro script curando quando upa, procura por ele por ai. Life is so meaningless, there is nothing worth a smile So goodbye, I'll miss you sugestões?
Postado Outubro 24, 2015 9 anos Autor Pode fechar o tópico já foi resolvido. Editado Outubro 24, 2015 9 anos por cleitonhip (veja o histórico de edições)
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.