Postado Março 9, 2018 7 anos Diga em poucas palavras a base utilizada (Nome do servidor ou nome do website). Ex. TFS 1.3; Base: BAIAK Qual erro está surgindo/O que você procura? GALERA PRECISO DE UM SCRIPT PARA O STAGES QUE O EXP SEJA 999x e DEPOIS DO 2500 ELE FIQUE 1x , OBRIGADO ! Você tem o código disponível? Se tiver publique-o aqui: Você tem alguma imagem que possa auxiliar no problema? Se sim, coloque-a aqui. <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="1" maxlevel="200" multiplier="999"/> <stage minlevel="201" maxlevel="300" multiplier="999"/> <stage minlevel="301" maxlevel="400" multiplier="999"/> <stage minlevel="401" maxlevel="500" multiplier="999"/> <stage minlevel="501" maxlevel="600" multiplier="999"/> <stage minlevel="601" maxlevel="700" multiplier="999"/> <stage minlevel="701" maxlevel="2500" multiplier="999"/> <stage minlevel="2501" maxlevel="5000" multiplier="1"/> <stage minlevel="901" multiplier="2"/> </world> </stages> ESTÁ CORRETO ESSE SCRIPT COMO EU DISSE EM CIMA ?
Postado Março 9, 2018 7 anos <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="1" maxlevel="2499" multiplier="999"/> <stage minlevel="2500" multiplier="1"/> </world> </stages>
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.