Postado Março 3, 2017 9 anos Boa noite (ou seria bom dia?) Sou novo aqui no fórum, e comecei a mexer com OT faz pouco tempo (umas 48h), mas tenho conseguido me virar com os tutoriais e tópicos de dúvidas aqui do fórum. Infelizmente hoje esbarrei em um problema que simplesmente não consigo resolver. Estava criando monstros, e então tentei criar monstros que sumonassem os monstros novos. Até então tudo bem, o primeiro funcionou perfeitamente, porém os demais sumonam apenas uma criatura, ainda que eu altere o MaxSummon. Utilizei monstros já existentes como base para criar os novos, postareis os scripts abaixo dos que funcionaram, e, em seguida, dos que estou com problemas. Este funcionou, o Boss foi feito com um script de Barbarian Skullhunter e o summon com um de Dwarf Guard Spoiler <?xml version="1.0" encoding="UTF-8"?> <monster name="Northern Earl" nameDescription="a northern earl" race="blood" experience="750" speed="400" manacost="99999"> <health now="1000" max="1000"/> <look type="254" head="0" body="77" legs="77" feet="114" corpse="6080"/> <targetchange interval="5000" chance="20"/> <strategy attack="75" defense="25"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <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" skill="65" attack="70"/> </attacks> <defenses armor="30" defense="50"/> <elements> <element physicalPercent="-25"/> <element firePercent="0"/> <element earthPercent="0"/> <element deathPercent="-25"/> </elements> <immunities> <immunity invisible="1"/> </immunities> <voices interval="5000" chance="10"> <voice sentence="Hail King Ragnar!"/> <voice sentence="FOR ODIN!"/> <voice sentence="Your christian god can't save you from me!"/> </voices> <loot> <item id="2152" countmax="20" chance1="10000" chancemax="0"/> <item id="2789" countmax="20" chance1="10000" chancemax="0"/> <item id="7460" chance="5000"/> <item id="7463" chance="3000"/> <item id="2127" chance="1000"/> </loot> <summons maxSummons="6"> <summon name="Veteran Shieldbrother" chance="3000"/> </summons> </monster> Spoiler <?xml version="1.0" encoding="UTF-8"?> <monster name="veteran shieldbrother" nameDescription="a veteran shieldbrother" race="blood" experience="500" speed="300" manacost="99999"> <health now="700" max="700"/> <look type="70" head="20" body="30" legs="40" feet="50" corpse="6013"/> <targetchange interval="5000" chance="20"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <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" skill="65" attack="70"/> </attacks> <defenses armor="25" defense="50"/> <elements> <element physicalPercent="-25"/> <element firePercent="0"/> <element earthPercent="0"/> <element deathPercent="-25"/> </elements> <voices interval="5000" chance="10"> <voice sentence="Hail King Ragnar!"/> <voice sentence="FOR ODIN!"/> <voice sentence="Your christian god can't save you from me!"/> </voices> <loot> <item id="2152" countmax="20" chance1="10000" chancemax="0"/> <item id="2789" countmax="20" chance1="10000" chancemax="0"/> <item id="7460" chance="5000"/> <item id="7463" chance="3000"/> <item id="2127" chance="1000"/> </loot> </monster> Agora, este não sumona mais de um monstro de jeito nenhum, entretanto, se eu trocar pelo monstro usado no boss de cima, ou ainda outro monstro (testei com rat), ele sumona certo, então acredito que o problema esteja no summon e não no boss. Spoiler <?xml version="1.0" encoding="UTF-8"?> <monster name="Lagertha" nameDescription="King Ragnar's wife" race="blood" experience="1500" speed="400" manacost="99999"> <health now="1500" max="1500"/> <look type="139" head="79" body="86" legs="105" feet="114" corpse="6081"/> <targetchange interval="5000" chance="20"/> <strategy attack="50" defense="50"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="0"/> <flag convinceable="0"/> <flag pushable="1"/> <flag canpushitems="1"/> <flag canpushcreatures="0"/> <flag targetdistance="1"/> <flag staticattack="90"/> <flag runonhealth="0"/> </flags> <attacks> <attack name="melee" interval="2000" skill="50" attack="60"/> <attack name="physical" interval="1000" chance="10" range="7" min="0" max="-50"> <attribute key="shootEffect" value="spear"/> </attack> </attacks> <defenses armor="40" defense="50"/> <elements> <element icePercent="0"/> <element holyPercent="0"/> <element firePercent="0"/> <element physicalPercent="20"/> <element deathPercent="1"/> </elements> <immunities> </immunities> <voices interval="5000" chance="10"> <voice sentence="Shield Wall!"/> <voice sentence="Stand still!"/> <voice sentence="I'll cut your balls off!"/> </voices> <loot> <item id="2152" countmax="20" chance1="10000" chancemax="0"/> <item id="2789" countmax="20" chance1="10000" chancemax="0"/> <item id="7460" chance="5000"/> <item id="7463" chance="3000"/> <item id="2127" chance="1000"/> </loot> <summons maxSummons="10"> <summon name="shieldmaiden" chance="3000"/> </summons> </monster> Spoiler <?xml version="1.0" encoding="UTF-8"?> <monster name="shieldmaiden" nameDescription="a shieldmaiden" race="blood" experience="500" speed="300" manacost="99999"> <health now="700" max="700"/> <look type="139" head="113" body="57" legs="95" feet="113" corpse="6081"/> <targetchange interval="5000" chance="20"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="0"/> <flag attackable="1"/> <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" skill="65" attack="70"/> </attacks> <defenses armor="25" defense="50"/> <elements> <element physicalPercent="-25"/> <element firePercent="0"/> <element earthPercent="0"/> <element deathPercent="-25"/> </elements> <voices interval="5000" chance="10"> <voice sentence="Hail King Ragnar!"/> <voice sentence="FOR ODIN!"/> <voice sentence="Your christian god can't save you from me!"/> </voices> <loot> <item id="2152" countmax="20" chance1="10000" chancemax="0"/> <item id="2789" countmax="20" chance1="10000" chancemax="0"/> <item id="7460" chance="5000"/> <item id="7463" chance="3000"/> <item id="2127" chance="1000"/> </loot> </monster> Tentei arrumar de diversas formas e procurei bastante no fórum, mas afinal, já são 4:30h da matina e o sono me venceu. Inclusive, copiei e colei o script do summon que estava funcionando, alterando apenas a parte visual, mas mesmo assim não funcionou. Se puderem me ajudar, ficaria muito grato. Abraço. [Postei anteriormente na seção errada, estou repostando na seção certa.]
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.