Israel Posted February 9, 2019 Share Posted February 9, 2019 Olá amigos testando meu serve me deparei com um problema quando o bardo da destino das cartas em outro jogador o fp desse jogador e retirado gostaria que isso não acontecesse desse o tarro mas que não tire o fp pode alguém me ajudar Quote Link to comment Share on other sites More sharing options...
EIysium Posted February 9, 2019 Share Posted February 9, 2019 Olá, você pode retirar essa condição em src/map/skill.cpp e procura a linha: status_change_clear_buffs(target, SCCB_BUFFS | SCCB_CHEM_PROTECT); e remove "SCCB_CHEM_PROTECT" status_change_clear_buffs(target, SCCB_BUFFS); Não se esqueça de recompilar seu server. 1 Quote Link to comment Share on other sites More sharing options...
Israel Posted February 9, 2019 Author Share Posted February 9, 2019 Obrigado deu certo Quote Link to comment Share on other sites More sharing options...