Postado Janeiro 21, 2015 10 anos Olha eu to tentando fazer um script de um digimon novo, só que no jogo n apareçeu nivel nem nada, sendo que dos outros apareçeu. OBS:o head e body eu sai chutando pois não sei aonde eu vejo isso, se é em um script ou sprite. Script (Flamedramon): <?xml version="1.0" encoding="UTF-8"?> <monster name="Flamedramon" nameDescription="a flamedramon" race="fire" experience="876" speed="250" manacost="0"> <health now="270" max="300"/> <look type="293" head="75" body="105" legs="95" feet="113" corpse="11840"/> <targetchange interval="0" chance="0"/> <strategy attack="500" defense="0"/> <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="5"/> <flag staticattack="100"/> <flag runonhealth="0"/> <flag hungerdelay="20"/> </flags> <attacks> <attack name="Fire Fang" interval="2000" chance="100" range="6" min="-50" max="-100"> <attribute key="shootEffect" value="eartharrow"/> </attack> <attack name="Pin Missile" interval="2617" chance="30" range="6"/> <attack name="Magma Storm" interval="4920" chance="20" range="6"/> <attack name="Flare Blitz" interval="2852" chance="29" range="6"/> <attack name="Psycho Shift" interval="3040" chance="28" range="8"/> <attack name="Extreme Speed" interval="3275" chance="26" range="6"/> <attack name="Flamethrower" interval="5625" chance="18" range="6"/> <attack name="Lava Plume" interval="3510" chance="25" range="6"/> <attack name="Ember" interval="6330" chance="17" range="6"/> <attack name="Fire Spin" interval="3980" chance="22" range="6"/> <attack name="Fire Punch" interval="4544" chance="19" range="50"/> </attacks> <defenses armor="0" defense="0"/> <voices interval="5000" chance="10"> <voice sentence="Flamedramon,a Coragem Flamejante!"/> </voices> <loot> <item id="12194" chance="4000" count="1" countmax="1"/> <item id="12193" chance="4000" count="1" countmax="1"/> <item id="11452" chance="100" count="1" countmax="1"/> </loot> <script> <event name="Spawn"/> </script> </monster> Script (Eu usei esse como base): <?xml version="1.0" encoding="UTF-8"?> <monster name="Agumon" nameDescription="a agumon" race="fire" experience="628" speed="137" manacost="0"> <health now="90" max="90"/> <look type="36" head="35" body="45" legs="95" feet="113" corpse="11853"/> <targetchange interval="10000" chance="0"/> <strategy attack="100" defense="0"/> <flags> <flag summonable="1"/> <flag attackable="1"/> <flag hostile="1"/> <flag illusionable="1"/> <flag convinceable="1"/> <flag pushable="1"/> <flag canpushitems="0"/> <flag canpushcreatures="0"/> <flag targetdistance="1"/> <flag staticattack="97"/> <flag runonhealth="0"/> <flag hungerdelay="21"/> </flags> <attacks> <attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/> <attack name="Scratch" interval="2570" chance="31" range="1"/> <attack name="Ember" interval="2664" chance="30" range="4"/> <attack name="Fireball" interval="3040" chance="28" range="4"/> <attack name="Fire Fang" interval="2852" chance="29" range="1"/> <attack name="Slash" interval="2946" chance="28" range="1"/> <attack name="Fire Spin" interval="3228" chance="27" range="6"/> <attack name="Flamethrower" interval="3510" chance="25" range="6"/> <attack name="Flame Burst" interval="3369" chance="26" range="6"/> </attacks> <defenses armor="0" defense="0"/> <voices interval="5000" chance="10"> <voice sentence="AGUMON!"/> </voices> <loot> <item id="12152" chance="2000" count="1" countmax="1"/> <item id="12162" chance="2500" countmax="50"/> <item id="12157" chance="2000" count="1" countmax="1"/> <item id="11447" chance="50" count="1" countmax="1"/> </loot> <script> <event name="Spawn"/> </script> </monster> Editado Janeiro 21, 2015 10 anos por luanluciano93 formatação do script (veja o histórico de edições)
Postado Janeiro 21, 2015 10 anos O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de Scripts" Para: "OTServ → Suporte OTServ → Suporte de Servidores Derivados" The corrupt fear us. The honest support us. The heroic join us.
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.