Olá galera.
Como vocês devem saber, agora a moderação tem que postar 2 tópicos por semana. Pode ser tutorial, monstro, distro, npc... Qualquer coisa.
Então estou aqui para postar o Bad GM, que fiz faz muito tempo para o firelinkot.
Ele era 5000x, ou seja, recomendo usar este monstro em um ot de xp alta e para matar, o player tem que ser bem forte mesmo.. Mas com um pouco de conhecimento é possivel editar os ataques.
Ta ae o script (testado em versão 8.1)
<?xml version="1.0" encoding="UTF-8"?><monster name="Bad GM" tp="1" nameDescription="Bad GM" race="blood" species="human" experience="1000000" speed="800" manacost="0">
<health now="3000000" max="3000000"/>
<look type="75" head="0" body="104" legs="97" feet="94" corpse="3128"/>
<targetchange interval="60000" chance="0"/>
<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 staticattack="100"/>
<flag targetdistance="1"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="melee" interval="2000" min="-50000" max="-80000"/>
<attack name="manadrain" interval="1000" chance="90" range="7" min="-1275" max="-20000"/>
<attack name="Fire Field" interval="4000" chance="99"/>
<attack name="whirlwind" interval="3000" chance="100" min="-1900" max="-3800"/>
<attack name="stone shower" interval="4000" chance="90" min="-9900" max="-29275"/>
<attack name="wrath of nature" interval="5000" chance="100" min="-19900" max="-20275"/>
<attack name="banshee sonar" interval="3300" chance="90" min="-12000" max="-38000"/>
<attack name="great energy beam" interval="5000" chance="90" min="-6000" max="-25000"/>
<attack name="poison" interval="2000" chance="90" range="7" radius="6" target="0" min="-635" max="-1955">
<attribute key="areaEffect" value="bluebubble"/>
</attack>
</attacks>
<defenses armor="32" defense="35">
<defense name="healing" interval="1000" chance="25" min="10000" max="50000">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
<defense name="strong haste" interval="2000" chance="100"/>
<attack name="paralyze" interval="5000" chance="99"/>
</defenses>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="1"/>
<immunity poison="1"/>
<immunity lifedrain="1"/>
<immunity paralyze="1"/>
<immunity outfit="1"/>
<immunity drunk="1"/>
<immunity invisible="1"/>
</immunities>
<summons max="2">
<summon name="hero" interval="3000" chance="80"/>
</summons>
<voices interval="5000" chance="10">
<voice sentence="VOU ACABAR COM VOCE SEU TOLO!!"/>
<voice sentence="EU SOU O MELHOR GM MWAHAHAHA!"/>
</voices>
<loot>
<item id="2160" chance="100000" countmax="50" /> -- crystal coin
</loot>
</monster>
Se precisarem da alguma ajuda posta ae que tentarei ajudar.
Abraços