Por DarkGuii, 26 de fev. de 2013 em NPCs, monsters e raids
info
Grupo: Campones
Registrado: 01/01/13
Posts: 18
Reputação: +6
Char no Tibia: Dark Guii
Para os fans (ou os que odeiam) a série Rebeldes, aqui vai o meu monstro, ele é como aqueles monstros do Subwat, hita até 100k ou mais. Vamos lá?
Abra o monsters.xml e ponha essa tag:
<monster name="Diego" file="diego.xml"/>
Depois, crie um arquivo chamado Diego.xml e cole esse script dentro do arquivo:
<?xml version="1.0"?> <monster name="Diego" nameDescription="a Diego" experience="6470000" speed="420" race="Fire"> <health now="40000" max="40000"/> <look type="128" head="114" body="119" legs="114" feet="114" corpse="2317"/> <strategy attack="990" defense="680"/> <targetchange speed="420" chance="75"/> <flags> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag hostile="1"/> <flag attackable="1"/> <flag staticattack="1"/> <flag targetdistance="1"/> </flags> <attacks> <attack name="melee" interval="2000" chance="100" skill="600" attack="320" fire="400" tick="10000" min="-1337" max="-1337" range="1"/> <attack name="physical" interval="4000" chance="50" min="-1337" max="-1337" range="6" radius="8" target="1"> <attribute key="areaEffect" value="mortarea"/> <attribute key="shootEffect" value="suddendeath"/> </attack> <attack name="physical" interval="6000" chance="35" min="-6666" max="-6666" range="1" radius="9" target="0"> <attribute key="areaEffect" value="explosionarea"/> </attack> <attack name="lifedrain" interval="1000" chance="25" min="-420" max="-720" range="1"> <attribute key="areaEffect" value="redshimmer"/> </attack> <attack name="outfit" interval="6000" chance="75" length="2" spread="3" duration="10000" item="277"> <attribute key="areaEffect" value="yellowfirework"/> </attack> <attack name="physical" interval="40000" chance="100" min="-6500" max="-28000" range="7"> <attribute key="areaEffect" value="redspark"/> <attribute key="shootEffect" value="largerock"/> </attack> <attack name="physical" interval="2000" chance="15" min="-35000" max="-67958" range="7" radius="13" target="0"> <attribute key="areaEffect" value="rednote"/> </attack> <attack name="fire" interval="6800" chance="15" min="-40000" max="-100000" range="7" radius="13" target="0"> <attribute key="areaEffect" value="mortarea"/> <attribute key="shootEffect" value="fire"/> </attack> </attacks> <defenses defense="100" armor="60"> <defense name="healing" interval="2300" chance="75" min="10000" max="20000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <immunities> <immunity name="earth"/> <immunity name="energy"/> <immunity name="death"/> <immunity name="physical"/> <immunity name="lifedrain"/> <immunity name="outfit"/> <immunity name="ice"/> <immunity name="fire"/> <immunity name="holy"/> <immunity name="paralyze"/> <immunity name="invisible"/> <immunity name="drown"/> <immunity name="drunk"/> </immunities> <voices speed="2200" chance="75"> <voice sentence="Rebeldes! Chegou a minha veez!"/> </voices> <summons maxSummons="10"> <summon name="Orshabaal" speed="6000" chance="30"/> <summon name="Tartaruga Mutante Suprema" speed="6000" chance="30"/> <summon name="Suprem" speed="6000" chance="30"/> </summons> <loot> <item id="1971" countmax="1" chance="2000" text="Holy shit its a fucking book, zomg"/> <item id="1987" countmax="1" chance="30"> <inside> <item id="2148" countmax="100" chance="50"/> </inside> </item> <item id="2393" countmax="1" chance="1000"/> <item id="2421" countmax="1" chance="300"/> </loot> </monster>
Depois é só entrar no seu OT e falar /m Diego pra summonar e pronto! Monstro criado com sucesso!
info
Grupo: Campones
Registrado: 01/01/13
Posts: 18
Reputação: +6
Char no Tibia: Dark Guii
Para os fans (ou os que odeiam) a série Rebeldes, aqui vai o meu monstro, ele é como aqueles monstros do Subwat, hita até 100k ou mais. Vamos lá?
Abra o monsters.xml e ponha essa tag:
Depois, crie um arquivo chamado Diego.xml e cole esse script dentro do arquivo:
<?xml version="1.0"?> <monster name="Diego" nameDescription="a Diego" experience="6470000" speed="420" race="Fire"> <health now="40000" max="40000"/> <look type="128" head="114" body="119" legs="114" feet="114" corpse="2317"/> <strategy attack="990" defense="680"/> <targetchange speed="420" chance="75"/> <flags> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag hostile="1"/> <flag attackable="1"/> <flag staticattack="1"/> <flag targetdistance="1"/> </flags> <attacks> <attack name="melee" interval="2000" chance="100" skill="600" attack="320" fire="400" tick="10000" min="-1337" max="-1337" range="1"/> <attack name="physical" interval="4000" chance="50" min="-1337" max="-1337" range="6" radius="8" target="1"> <attribute key="areaEffect" value="mortarea"/> <attribute key="shootEffect" value="suddendeath"/> </attack> <attack name="physical" interval="6000" chance="35" min="-6666" max="-6666" range="1" radius="9" target="0"> <attribute key="areaEffect" value="explosionarea"/> </attack> <attack name="lifedrain" interval="1000" chance="25" min="-420" max="-720" range="1"> <attribute key="areaEffect" value="redshimmer"/> </attack> <attack name="outfit" interval="6000" chance="75" length="2" spread="3" duration="10000" item="277"> <attribute key="areaEffect" value="yellowfirework"/> </attack> <attack name="physical" interval="40000" chance="100" min="-6500" max="-28000" range="7"> <attribute key="areaEffect" value="redspark"/> <attribute key="shootEffect" value="largerock"/> </attack> <attack name="physical" interval="2000" chance="15" min="-35000" max="-67958" range="7" radius="13" target="0"> <attribute key="areaEffect" value="rednote"/> </attack> <attack name="fire" interval="6800" chance="15" min="-40000" max="-100000" range="7" radius="13" target="0"> <attribute key="areaEffect" value="mortarea"/> <attribute key="shootEffect" value="fire"/> </attack> </attacks> <defenses defense="100" armor="60"> <defense name="healing" interval="2300" chance="75" min="10000" max="20000"> <attribute key="areaEffect" value="blueshimmer"/> </defense> </defenses> <immunities> <immunity name="earth"/> <immunity name="energy"/> <immunity name="death"/> <immunity name="physical"/> <immunity name="lifedrain"/> <immunity name="outfit"/> <immunity name="ice"/> <immunity name="fire"/> <immunity name="holy"/> <immunity name="paralyze"/> <immunity name="invisible"/> <immunity name="drown"/> <immunity name="drunk"/> </immunities> <voices speed="2200" chance="75"> <voice sentence="Rebeldes! Chegou a minha veez!"/> </voices> <summons maxSummons="10"> <summon name="Orshabaal" speed="6000" chance="30"/> <summon name="Tartaruga Mutante Suprema" speed="6000" chance="30"/> <summon name="Suprem" speed="6000" chance="30"/> </summons> <loot> <item id="1971" countmax="1" chance="2000" text="Holy shit its a fucking book, zomg"/> <item id="1987" countmax="1" chance="30"> <inside> <item id="2148" countmax="100" chance="50"/> </inside> </item> <item id="2393" countmax="1" chance="1000"/> <item id="2421" countmax="1" chance="300"/> </loot> </monster>Depois é só entrar no seu OT e falar /m Diego pra summonar e pronto! Monstro criado com sucesso!