jacksucuri 0 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 Eu de novo... (Calma q meu OT ta quase pronto dai ja ja acaba as duvidas...hehe) Gente! eu mudei o xp do ot mais nem ta dando certo! <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="1" multiplier="1"> <stage minlevel="1" maxlevel="8" multiplier="50"/> <stage minlevel="9" maxlevel="100" multiplier="40"/> <stage minlevel="101" maxlevel="200" multiplier="20"/> <stage minlevel="201" maxlevel="300" multiplier="10"/> <stage minlevel="301" multiplier="7"/> </world> </stages> ta ai... EX: Quando eu mato um bixo de xp 7200 com um char lvl 151, ta dando 420000 de xp ta super errado... alguem corrige ve se ta certo ai...vlw! =) Link para o comentário Compartilhar em outros sites More sharing options...
joaohd 200 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 bom, ja viu no config.lua? substitua: experienceStages = "no" por experienceStages = "yes" ve se da ae. flw Link para o comentário Compartilhar em outros sites More sharing options...
jacksucuri 0 Postado Outubro 28, 2009 Autor Share Postado Outubro 28, 2009 cara ta assim no data.lua -- Rates experienceStages = "yes" rateExperience = 50.0 rateSkill = 150.0 rateMagic = 80.0 rateLoot = 1.0 rateSpawn = 1 agora msmo assim... num ta dando certo! ajuda fast plz Link para o comentário Compartilhar em outros sites More sharing options...
joaohd 200 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 tenta então esse stages.xml: <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="1" maxlevel="8" multiplier="50"/> <stage minlevel="9" maxlevel="100" multiplier="40"/> <stage minlevel="101" maxlevel="200" multiplier="20"/> <stage minlevel="201" maxlevel="300" multiplier="10"/> <stage minlevel="301" multiplier="7"/> </world> </stages> só mudei o world id. todos que eu tenho aqui estão com world id = 0. flw Link para o comentário Compartilhar em outros sites More sharing options...
\Mattheus ~* 7 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 (editado) Está certo o seu config.lua, então poste como você quer as rates por exemplo: * Do level 8 ao 50 quero exp 50 * Do level 51 ao 150 quero exp 20 Poste assim que eu faço aqui pra você. Obs: se não for no método acima. Abraços Editado Outubro 28, 2009 por MattheusOT Link para o comentário Compartilhar em outros sites More sharing options...
jacksucuri 0 Postado Outubro 28, 2009 Autor Share Postado Outubro 28, 2009 quero assim: do lvl 8 até lvl 100 xp=40x do lvl 101 até lvl 200 xp=20x do lvl 201 até lvl 300 xp=10x do lvl 301 até infinito(hehe) xp=7x faz ai pra mim fast... dai depois disso axo q ot fica pronto pro meus rl zua... vlw =) Link para o comentário Compartilhar em outros sites More sharing options...
\Mattheus ~* 7 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 Testa com esse agora: <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0"> <stage minlevel="8" maxlevel="100" multiplier="40"/> <stage minlevel="101" maxlevel="200" multiplier="20"/> <stage minlevel="201" maxlevel="300" multiplier="10"/> <stage minlevel="301" maxlevel="999" multiplier="7"/> <stage minlevel="999" multiplier="7"/> </world> </stages> Abraços. Link para o comentário Compartilhar em outros sites More sharing options...
satan666 12 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 Testa com esse agora: Abraços. o stages min e max não podem ter o mesmo numero. e é desnecessario fazer isso: <stage minlevel="301" maxlevel="999" multiplier="7"/> <stage minlevel="999" multiplier="7"/> Link para o comentário Compartilhar em outros sites More sharing options...
Kude Ampola 1 Postado Outubro 28, 2009 Share Postado Outubro 28, 2009 (editado) Meu stages.xml, aqui funciona perfeitamente, modifique apenas os multiplicadores e os leveis: <?xml version="1.0" encoding="UTF-8"?> <stages> <world id="0" multiplier="1"> <stage minlevel="1" maxlevel="50" multiplier="100"/> <stage minlevel="51" maxlevel="100" multiplier="60"/> <stage minlevel="101" maxlevel="150" multiplier="30"/> <stage minlevel="151" maxlevel="200" multiplier="15"/> <stage minlevel="201" maxlevel="250" multiplier="10"/> <stage minlevel="251" multiplier="5"/></world> </stages> Editado Outubro 28, 2009 por Kude Ampola Link para o comentário Compartilhar em outros sites More sharing options...
Posts Recomendados