Postado Março 27, 2015 10 anos Autor Ata, li rapidamente e "inguli" algumas letrinhas, desculpe. Certo, vamos lá.Arcanjo <?xml version="1.0" encoding="UTF-8"?> <monster name="Arcanjo" nameDescription="the Arcanjo" race="undead" experience="500000" speed="0" manacost="0"> <health now="1000000" max="1000000"/> <look typeex="9751"/> <targetchange interval="5000" chance="0"/> <strategy attack="0" defense="0"/> <script> <event name="arcanjoblood"/> </script> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="100"/> </flags> <defenses armor="1" defense="1"/> <immunities> <immunity poison="1"/> <immunity lifedrain="1"/> <immunity paralyze="1"/> <immunity outfit="1"/> <immunity drunk="1"/> <immunity invisible="1"/> </immunities> </monster> Guarda Do Portao <?xml version="1.0" encoding="UTF-8"?> <monster name="Guarda do Portao" nameDescription="the Guarda do Portao" race="undead" experience="500000" speed="0" manacost="0"> <health now="1000000" max="1000000"/> <look type="268" head="114" body="114" legs="114" feet="114" addons="3" corpse="6080"/> <targetchange interval="5000" chance="0"/> <strategy attack="0" defense="0"/> <script> <event name="guardablood"/> </script> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="0"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="100"/> </flags> <defenses armor="1" defense="1"/> <immunities> <immunity poison="1"/> <immunity lifedrain="1"/> <immunity paralyze="1"/> <immunity outfit="1"/> <immunity drunk="1"/> <immunity invisible="1"/> </immunities> </monster> Event Zombie <?xml version="1.0" encoding="UTF-8"?> <monster name="Event Zombie" nameDescription="an event zombie" race="undead" experience="280" speed="150" manacost="0"> <health now="500" max="500"/> <look type="311" corpse="9875"/> <targetchange interval="5000" chance="50"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="0"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="0"/> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" min="-350" max="-350"/> </attacks> <defenses armor="15" defense="10"/> <immunities> <immunity paralyze="1"/> <immunity invisible="1"/> </immunities> <voices interval="5000" chance="10"> <voice sentence="You wont last long!"/> <voice sentence="Mmmmh.. braains!"/> </voices> <loot> <item id="2148" countmax="1" chance="100000"/><!-- gold coin --> </loot> </monster> Editado Março 27, 2015 10 anos por brendoonh (veja o histórico de edições)
Postado Março 27, 2015 10 anos Os scripts estão normais, verifique se você adicionou corretamente os scripts em seus locais e verifique se a extensão dele está em .xml. Ou tenta assim, pega todos os scripts e joga na pasta monsters, renomeie eles para:Arcanjo.xmlGuardaDoPortao.xmlEventZombie.xml Ai você deleta as tags do monsters.xml e coloca o seguinte: <monster name="Arcanjo" file="Arcanjo.xml"/> <monster name="Guarda do Portao" file="GuardaDoPortao.xml"/> <monster name="Event Zombie" file="EventZombie.xml"/> O erro está acontecendo pois o servidor não está encontrando o .xml dos monstros nos locais citados nas tags. ➥ Regras | Seções OTServ | Seções BOT
Postado Março 27, 2015 10 anos Solução Faz assim, zipa a pasta monsters e anexa aqui, vou testar na minha base pra ver o que é. @Edit, editei a pasta pra você, testa agora. monster.rar Editado Março 27, 2015 10 anos por Wakon (veja o histórico de edições) ➥ Regras | Seções OTServ | Seções BOT
Postado Março 27, 2015 10 anos Autor Fico mto grato pela sua atenção para me ajudar, obrigado.. Não leve esse rep+ como pagamento, é apenas um modo que tenho de agradecer por sua ajuda, obrigado mais uma vez.
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.