Por mws256, 29 de jun. de 2010 em NPCs, monsters e raids
info
Grupo: Campones
Registrado: 17/10/09
Posts: 27
Reputação: +5
Char no Tibia: Kina uf elera
Bom esse é meu 1° monster! 100% MWS256
Começando entre na pasta de monster (PASTADOOT/data/monster) copie qualquer arquivo .xml,
entre com bloco de notas, apague tudo que tem lá dentro e cole isto:
<?xml version="1.0"?><monster name="Frost Ghazbaran" nameDescription="Frost Ghazbaran" experience="30000" speed="515" race="Fire"> <health now="140000" max="140000"/> <look type="12" head="76" body="114" legs="97" feet="94" corpse="6068"/> <strategy attack="100"/> <targetchange chance="15"/> <flags> <flag canpushitems="1"/> <flag canpushcreatures="1"/> <flag hostile="1"/> <flag attackable="1"/> <flag pushable="0"/> <flag staticattack="90"/> <flag targetdistance="1"/> </flags> <attacks> <attack name="melee" interval="2000" chance="100" skill="230" attack="235" range="1"/> <attack name="manadrain" interval="4000" chance="25" min="-600" max="-1100" radius="8" target="0"> <attribute key="areaEffect" value="bluebubble"/> </attack> <attack name="physical" interval="20000" chance="100" min="-300" max="-530" radius="5" target="0"> <attribute key="areaEffect" value="teleport"/> </attack> <attack name="physical" interval="2000" chance="8" min="-1650" max="-2075" range="2"> <attribute key="shootEffect" value="whirlwindsword"/> </attack> <attack name="death" interval="3000" chance="20" min="-250" max="-600" length="8" spread="0"> <attribute key="areaEffect" value="mortarea"/> </attack> <attack name="ice" interval="3000" chance="18" min="-660" max="-780" radius="6" target="0"> <attribute key="areaEffect" value="bigplants"/> </attack> </attacks> <defenses defense="65" armor="70"> <defense name="healing" interval="6000" chance="15" min="3000" max="5500"> <attribute key="areaEffect" value="blueshimmer"/> </defense> <defense name="speed" interval="4000" chance="15" duration="6000" speedchange="440"> <attribute key="areaEffect" value="redshimmer"/> </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="0" chance="30"> <voice sentence="COME AND GIVE ME SOME AMUSEMENT!" yell="1"/> <voice sentence="FLAWLESS VICTORY!"/> <voice sentence="I AM FROST GHAZBARAN OF THE TRIANGLE... AND I AM HERE TO CHALLENGE YOU ALL!" yell="1"/> <voice sentence="IS THAT THE BEST YOU HAVE TO OFFER, TIBIANS?" yell="1"/> </voices> <summons maxSummons="4"> <summon name="deathslicer" speed="20000" chance="100"/> <summon name="deathslicer" speed="20000" chance="100"/> <summon name="deathslicer" speed="20000" chance="100"/> <summon name="deathslicer" speed="20000" chance="100"/> <summon name="demon" speed="20000" chance="50"/> </summons> <loot> <item id="1987" countmax="1" chance="100000"> <inside> <item id="2143" countmax="15" chance="13000"/> <item id="2150" countmax="10" chance="13000"/> <item id="2421" countmax="1" chance="7509"/> <item id="2447" countmax="1" chance="3000"/> <item id="2514" countmax="1" chance="18000"/> <item id="7405" countmax="1" chance="4700"/> <item id="7431" countmax="1" chance="5000"/> <item id="7433" countmax="1" chance="5000"/> <item id="8878" countmax="1" chance="3500"/> <item id="8884" countmax="1" chance="9000"/> </inside> </item> <item id="2112" countmax="1" chance="8000"/> <item id="2152" countmax="67" chance="100000"/> <item id="2155" countmax="1" chance="8000"/> <item id="2160" countmax="1" chance="6000"/> <item id="2165" countmax="1" chance="13000"/> <item id="2470" countmax="1" chance="11000"/> <item id="2487" countmax="1" chance="6000"/> <item id="2503" countmax="1" chance="600"/> <item id="6500" countmax="5" chance="35000"/> <item id="8904" countmax="1" chance="8000"/> <item id="8918" countmax="1" chance="6500"/> </loot> </monster>
<monster name="Frost Ghazbaran" nameDescription="Frost Ghazbaran" experience="30000" speed="515" race="Fire">
<health now="140000" max="140000"/>
<look type="12" head="76" body="114" legs="97" feet="94" corpse="6068"/>
<strategy attack="100"/>
<targetchange chance="15"/>
<flags>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag hostile="1"/>
<flag attackable="1"/>
<flag pushable="0"/>
<flag staticattack="90"/>
<flag targetdistance="1"/>
</flags>
<attacks>
<attack name="melee" interval="2000" chance="100" skill="230" attack="235" range="1"/>
<attack name="manadrain" interval="4000" chance="25" min="-600" max="-1100" radius="8" target="0">
<attribute key="areaEffect" value="bluebubble"/>
</attack>
<attack name="physical" interval="20000" chance="100" min="-300" max="-530" radius="5" target="0">
<attribute key="areaEffect" value="teleport"/>
<attack name="physical" interval="2000" chance="8" min="-1650" max="-2075" range="2">
<attribute key="shootEffect" value="whirlwindsword"/>
<attack name="death" interval="3000" chance="20" min="-250" max="-600" length="8" spread="0">
<attribute key="areaEffect" value="mortarea"/>
<attack name="ice" interval="3000" chance="18" min="-660" max="-780" radius="6" target="0">
<attribute key="areaEffect" value="bigplants"/>
</attacks>
<defenses defense="65" armor="70">
<defense name="healing" interval="6000" chance="15" min="3000" max="5500">
<attribute key="areaEffect" value="blueshimmer"/>
</defense>
<defense name="speed" interval="4000" chance="15" duration="6000" speedchange="440">
<attribute key="areaEffect" value="redshimmer"/>
</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="0" chance="30">
<voice sentence="COME AND GIVE ME SOME AMUSEMENT!" yell="1"/>
<voice sentence="FLAWLESS VICTORY!"/>
<voice sentence="I AM FROST GHAZBARAN OF THE TRIANGLE... AND I AM HERE TO CHALLENGE YOU ALL!" yell="1"/>
<voice sentence="IS THAT THE BEST YOU HAVE TO OFFER, TIBIANS?" yell="1"/>
</voices>
<summons maxSummons="4">
<summon name="deathslicer" speed="20000" chance="100"/>
<summon name="demon" speed="20000" chance="50"/>
</summons>
<loot>
<item id="1987" countmax="1" chance="100000">
<inside>
<item id="2143" countmax="15" chance="13000"/>
<item id="2150" countmax="10" chance="13000"/>
<item id="2421" countmax="1" chance="7509"/>
<item id="2447" countmax="1" chance="3000"/>
<item id="2514" countmax="1" chance="18000"/>
<item id="7405" countmax="1" chance="4700"/>
<item id="7431" countmax="1" chance="5000"/>
<item id="7433" countmax="1" chance="5000"/>
<item id="8878" countmax="1" chance="3500"/>
<item id="8884" countmax="1" chance="9000"/>
</inside>
</item>
<item id="2112" countmax="1" chance="8000"/>
<item id="2152" countmax="67" chance="100000"/>
<item id="2155" countmax="1" chance="8000"/>
<item id="2160" countmax="1" chance="6000"/>
<item id="2165" countmax="1" chance="13000"/>
<item id="2470" countmax="1" chance="11000"/>
<item id="2487" countmax="1" chance="6000"/>
<item id="2503" countmax="1" chance="600"/>
<item id="6500" countmax="5" chance="35000"/>
<item id="8904" countmax="1" chance="8000"/>
<item id="8918" countmax="1" chance="6500"/>
</loot>
</monster>
Vá em arquivo > Salvar como > coloque frostghazbaran.xml.
Agora vá em monster.xml e coloque isso:
<monster name="Frost Ghazbaran" file="frostghazbaran.xml"/>
Prontooo!
100% MWS
Registrado: 03/06/08
Posts: 85
Reputação: +27
Char no Tibia: Drunk Outlaw
Parece ser bom, mas poste uma SS pra galera ver amigão.
Abraços.
Registrado: 30/03/10
Posts: 73
Reputação: +34
Char no Tibia: ADM
Mws256 - Se tivese SS eu ate testava mais assim desanima po...
info
Grupo: Campones
Registrado: 17/10/09
Posts: 27
Reputação: +5
Char no Tibia: Kina uf elera
Bom esse é meu 1° monster! 100% MWS256
Começando entre na pasta de monster (PASTADOOT/data/monster) copie qualquer arquivo .xml,
entre com bloco de notas, apague tudo que tem lá dentro e cole isto:
Vá em arquivo > Salvar como > coloque frostghazbaran.xml.
Agora vá em monster.xml e coloque isso:
Prontooo!
100% MWS