Chegou, chegou , chegou !!! ^^
Galera , Hoje eu vo ensinar a vcs a coisa q todos kerem mais não teem:
Boost System!
Pimeiro vá em: Data/Monster/Pokes e abra com bloco de notas o XML Do poke a ser boostado e copie o que ha dentro disso exemplo Charizard:
<?xml version="1.0" encoding="UTF-8"?><monster name="Charizard" nameDescription="a Charizard" race="undead" experience="1600" speed="240" manacost="590">
<health now="6000" max="6000"/>
<look type="67" head="20" body="30" legs="40" feet="50" corpse="6005"/>
<targetchange interval="1000" chance="1000"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="dragon claw" interval="1000" chance="50" min="-50" max="-85">
</attack>
<attack name="ember" interval="1000" chance="50" min="-50" max="-85">
</attack>
<attack name="wing attack" interval="4500" chance="50" min="-120" max="-190">
</attack>
<attack name="dragon rage" interval="4500" chance="50" min="-120" max="-190">
</attack>
<attack name="fire blast" interval="5000" chance="90" min="-290" max="-420">
</attack>
<attack name="fire spin" interval="3500" chance="90" min="-50" max="-150">
</attack>
<attack name="flamethrower" interval="7000" chance="50" min="-900" max="-1200">
</attack>
<attack name="magma storm" interval="7000" chance="50" min="-900" max="-1200">
</attack>
</attacks>
<defenses armor="1" defense="1">
<defense name="Intense Healing" interval="5000" chance="100" min="150" max="199">
</defense>
</defenses>
<voices interval="5000" chance="10">
<voice sentence="Charizard!"/>
<voice sentence="ZAAARD!"/>
</voices>
<loot>
<item id="5894" countmax="15" chance="15000"/><!-- Sell Item -->
<item id="5890" countmax="5" chance="7000"/><!-- Sell Item -->
<item id="5910" countmax="2" chance="4500"/><!-- Sell Item -->
<item id="5907" chance="300"/><!-- Stone -->
</loot>
</monster>
intao voce vai fazer um bloco de notas e colocar o nome Charizard +1.xml (O xml é essencial)
Após isso,abra o xml com bloco de notas e deixe assim:
<?xml version="1.0" encoding="UTF-8"?><monster name="Charizard +1" nameDescription="a Charizard +1" race="undead" experience="1600" speed="240" manacost="590">
<health now="100000" max="900000"/>
<look type="67" head="20" body="30" legs="40" feet="50" corpse="6005"/>
<targetchange interval="1000" chance="1000"/>
<strategy attack="100" defense="0"/>
<flags>
<flag summonable="1"/>
<flag attackable="1"/>
<flag hostile="1"/>
<flag illusionable="1"/>
<flag convinceable="1"/>
<flag pushable="0"/>
<flag canpushitems="1"/>
<flag canpushcreatures="1"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="dragon claw" interval="1000" chance="50" min="-50" max="-85">
</attack>
<attack name="ember" interval="1000" chance="50" min="-50" max="-85">
</attack>
<attack name="fire blaster" interval="4500" chance="50" min="-5000" max="-300000">
</attack>
<attack name="dragon rage" interval="4500" chance="50" min="-120" max="-190">
</attack>
<attack name="fire blast" interval="5000" chance="90" min="-290" max="-420">
</attack>
<attack name="fire spin" interval="3500" chance="90" min="-50" max="-150">
</attack>
<attack name="flamethrower" interval="7000" chance="50" min="-900" max="-1300">
</attack>
<attack name="magma storm" interval="7000" chance="50" min="-900" max="-1300">
</attack>
</attacks>
<defenses armor="1" defense="1">
<defense name="Intense Healing" interval="5000" chance="100" min="150" max="199">
</defense>
</defenses>
<voices interval="5000" chance="10">
<voice sentence="Charizard!"/>
<voice sentence="ZAAARD!"/>
</voices>
<loot>
<item id="5894" countmax="15" chance="15000"/><!-- Sell Item -->
<item id="5890" countmax="5" chance="7000"/><!-- Sell Item -->
<item id="5910" countmax="2" chance="4500"/><!-- Sell Item -->
<item id="5907" chance="300"/><!-- Stone -->
</loot>
</monster>
em atack name nos numeros voce poe o tanto q irá tirar:
em voice sentence a voz que ele vai fazer
item id ="id do item que vai dropar"
entao salve isso.
depois volte uma pasta e estará monster.xml
abra com bloco de notas e entao estará assim:
<?xml version="1.0" encoding="UTF-8"?><monsters>
<monster name="aipom" file="pokes/aipom.xml"/>
<monster name="ambipom" file="pokes/ambipom.xml"/>
<monster name="duskull" file="pokes/duskull.xml"/>
<monster name="dusclops" file="pokes/dusclops.xml"/>
<monster name="swablu" file="pokes/swablu.xml"/>
<monster name="corphish" file="pokes/corphish.xml"/>
<monster name="crawdaunt" file="pokes/crawdaunt.xml"/>
<monster name="buizel" file="pokes/buizel.xml"/>
<monster name="pidgey" file="pokes/pidgey.xml"/>
<monster name="riolu" file="pokes/riolu.xml"/>
<monster name="lucario" file="pokes/lucario.xml"/>
<monster name="aerodactyl" file="pokes/aerodactyl.xml"/>
<monster name="goldeen" file="pokes/goldeen.xml"/>
<monster name="elekid" file="pokes/elekid.xml"/>
<monster name="magby" file="pokes/magby.xml"/>
<monster name="togepi" file="pokes/togepi.xml"/>
<monster name="togetic" file="pokes/togetic.xml"/>
<monster name="pichu" file="pokes/pichu.xml"/>
<monster name="tyrogue" file="pokes/tyrogue.xml"/>
<monster name="lickitung" file="pokes/lickitung.xml"/>
<monster name="charmander" file="pokes/charmander.xml"/>
<monster name="bulbasaur" file="pokes/bulbasaur.xml"/>
<monster name="spearow" file="pokes/spearow.xml"/>
<monster name="ivysaur" file="pokes/ivysaur.xml"/>
<monster name="charmeleon" file="pokes/charmeleon.xml"/>
<monster name="venusaur" file="pokes/venusaur.xml"/>
<monster name="charizard" file="pokes/charizard.xml"/>
<monster name="squirtle" file="pokes/squirtle.xml"/>
<monster name="wartortle" file="pokes/wartortle.xml"/>
<monster name="blastoise" file="pokes/blastoise.xml"/>
<monster name="caterpie" file="pokes/caterpie.xml"/>
<monster name="metapod" file="pokes/metapod.xml"/>
<monster name="butterfree" file="pokes/butterfree.xml"/>
<monster name="weedle" file="pokes/weedle.xml"/>
<monster name="kakuna" file="pokes/kakuna.xml"/>
<monster name="beedrill" file="pokes/beedrill.xml"/>
<monster name="pidgeotto" file="pokes/pidgeotto.xml"/>
<monster name="pidgeot" file="pokes/pidgeot.xml"/>
<monster name="rattata" file="pokes/rattata.xml"/>
<monster name="raticate" file="pokes/raticate.xml"/>
<monster name="fearow" file="pokes/fearow.xml"/>
<monster name="ekans" file="pokes/ekans.xml"/>
<monster name="arbok" file="pokes/arbok.xml"/>
<monster name="pikachu" file="pokes/pikachu.xml"/>
<monster name="raichu" file="pokes/raichu.xml"/>
<monster name="sandshrew" file="pokes/sandshrew.xml"/>
<monster name="Sandslash" file="pokes/Sandslash.xml"/>
<monster name="nidoran F" file="pokes/nidoranfe.xml"/>
<monster name="nidorina" file="pokes/nidorina.xml"/>
<monster name="nidoqueen" file="pokes/nidoqueen.xml"/>
<monster name="nidoran M" file="pokes/nidoranma.xml"/>
<monster name="nidorino" file="pokes/nidorino.xml"/>
<monster name="nidoking" file="pokes/nidoking.xml"/>
<monster name="clefairy" file="pokes/clefairy.xml"/>
<monster name="clefable" file="pokes/clefable.xml"/>
<monster name="vulpix" file="pokes/vulpix.xml"/>
<monster name="ninetales" file="pokes/ninetales.xml"/>
<monster name="jigglypuff" file="pokes/jigglypuff.xml"/>
<monster name="wigglytuff" file="pokes/wigglytuff.xml"/>
<monster name="zubat" file="pokes/zubat.xml"/>
<monster name="golbat" file="pokes/golbat.xml"/>
<monster name="crobat" file="pokes/crobat.xml"/>
<monster name="oddish" file="pokes/oddish.xml"/>
<monster name="gloom" file="pokes/gloom.xml"/>
<monster name="vileplume" file="pokes/vileplume.xml"/>
<monster name="paras" file="pokes/paras.xml"/>
<monster name="parasect" file="pokes/parasect.xml"/>
<monster name="venonat" file="pokes/venonat.xml"/>
<monster name="venomoth" file="pokes/venomoth.xml"/>
<monster name="diglett" file="pokes/diglett.xml"/>
<monster name="dugtrio" file="pokes/dugtrio.xml"/>
<monster name="meowth" file="pokes/meowth.xml"/>
<monster name="persian" file="pokes/persian.xml"/>
<monster name="psyduck" file="pokes/psyduck.xml"/>
<monster name="golduck" file="pokes/golduck.xml"/>
<monster name="mankey" file="pokes/mankey.xml"/>
<monster name="primeape" file="pokes/primeape.xml"/>
<monster name="growlithe" file="pokes/growlithe.xml"/>
<monster name="arcanine" file="pokes/arcanine.xml"/>
<monster name="poliwag" file="pokes/poliwag.xml"/>
<monster name="Poliwhirl" file="pokes/Poliwhirl.xml"/>
<monster name="Politoed" file="pokes/politoed.xml"/>
<monster name="poliwrath" file="pokes/poliwrath.xml"/>
<monster name="abra" file="pokes/abra.xml"/>
<monster name="kadabra" file="pokes/kadabra.xml"/>
<monster name="alakazam" file="pokes/alakazam.xml"/>
<monster name="gastly" file="pokes/gastly.xml"/>
<monster name="haunter" file="pokes/haunter.xml"/>
<monster name="gengar" file="pokes/gengar.xml"/>
<monster name="machop" file="pokes/machop.xml"/>
<monster name="machoke" file="pokes/machoke.xml"/>
<monster name="machamp" file="pokes/machamp.xml"/>
<monster name="bellsprout" file="pokes/bellsprout.xml"/>
<monster name="weepinbell" file="pokes/weepinbell.xml"/>
<monster name="victreebel" file="pokes/victreebel.xml"/>
<monster name="tentacool" file="pokes/tentacool.xml"/>
<monster name="tentacruel" file="pokes/tentacruel.xml"/>
<monster name="geodude" file="pokes/geodude.xml"/>
<monster name="graveler" file="pokes/graveler.xml"/>
<monster name="golem" file="pokes/golem.xml"/>
<monster name="ponyta" file="pokes/ponyta.xml"/>
<monster name="rapidash" file="pokes/rapidash.xml"/>
<monster name="slowpoke" file="pokes/slowpoke.xml"/>
<monster name="slowbro" file="pokes/slowbro.xml"/>
<monster name="magnemite" file="pokes/magnemite.xml"/>
<monster name="magneton" file="pokes/magneton.xml"/>
<monster name="magnezone" file="pokes/magnezone.xml"/>
<monster name="Farfetchd" file="pokes/Farfetchd.xml"/>
<monster name="doduo" file="pokes/doduo.xml"/>
<monster name="dodrio" file="pokes/dodrio.xml"/>
<monster name="Entei" file="pokes/Entei.xml"/>
<monster name="Raikou" file="pokes/Raikou.xml"/>
<monster name="Suicune" file="pokes/Suicune.xml"/>
<monster name="Scizor" file="pokes/Scizor.xml"/>
<monster name="Steelix" file="pokes/Steelix.xml"/>
<monster name="Ho-oh" file="pokes/Ho-oh.xml"/>
<monster name="Umbreon" file="pokes/Umbreon.xml"/>
<monster name="Espeon" file="pokes/Espeon.xml"/>
<monster name="Hitmontop" file="pokes/Hitmontop.xml"/>
<monster name="Skarmory" file="pokes/Skarmory.xml"/>
<monster name="Chikorita" file="pokes/Novos/Chikorita.xml"/>
<monster name="Bayleef" file="pokes/Novos/Bayleef.xml"/>
<monster name="Bayleef2" file="pokes/Novos/Bayleef2.xml"/>
<monster name="Cyndaquil" file="pokes/Novos/Cyndaquil.xml"/>
<monster name="Hoothoot" file="pokes/Novos/Hoothoot.xml"/>
<monster name="Meganium" file="pokes/Novos/Meganium.xml"/>
<monster name="Noctowl" file="pokes/Novos/Noctowl.xml"/>
<monster name="Quilava" file="pokes/Novos/Quilava.xml"/>
<monster name="Quilava2" file="pokes/Novos/Quilava2.xml"/>
<monster name="Teddiursa" file="pokes/Novos/Teddiursa.xml"/>
<monster name="Typhlosion" file="pokes/Novos/Typhlosion.xml"/>
<monster name="Ursaring" file="pokes/Novos/Ursaring.xml"/>
<monster name="Wobbuffet" file="pokes/Novos/Wobbuffet.xml"/>
<monster name="Gligar" file="pokes/Novos/Gligar.xml"/>
<monster name="Houndour" file="pokes/Novos/Houndour.xml"/>
<monster name="Houndoom" file="pokes/Novos/Houndoom.xml"/>
<monster name="Stantler" file="pokes/Novos/Stantler.xml"/>
<monster name="seel" file="pokes/seel.xml"/>
<monster name="dewgong" file="pokes/dewgong.xml"/>
<monster name="grimer" file="pokes/grimer.xml"/>
<monster name="muk" file="pokes/muk.xml"/>
<monster name="onix" file="pokes/onix.xml"/>
<monster name="shellder" file="pokes/shellder.xml"/>
<monster name="cloyster" file="pokes/cloyster.xml"/>
<monster name="Drowzee" file="pokes/Drowzee.xml"/>
<monster name="hypno" file="pokes/hypno.xml"/>
<monster name="krabby" file="pokes/krabby.xml"/>
<monster name="Kingler" file="pokes/Kingler.xml"/>
<monster name="voltorb" file="pokes/voltorb.xml"/>
<monster name="electrode" file="pokes/electrode.xml"/>
<monster name="exeggcute" file="pokes/exeggcute.xml"/>
<monster name="Exeggutor" file="pokes/Exeggutor.xml"/>
<monster name="cubone" file="pokes/cubone.xml"/>
<monster name="marowak" file="pokes/marowak.xml"/>
<monster name="hitmonlee" file="pokes/hitmonlee.xml"/>
<monster name="hitmonchan" file="pokes/hitmonchan.xml"/>
<monster name="weezing" file="pokes/weezing.xml"/>
<monster name="koffing" file="pokes/koffing.xml"/>
<monster name="Rhydon" file="pokes/Rhydon.xml"/>
<monster name="Rhyhorn" file="pokes/Rhyhorn.xml"/>
<monster name="chansey" file="pokes/chansey.xml"/>
<monster name="tangela" file="pokes/tangela.xml"/>
<monster name="kangaskhan" file="pokes/kangaskhan.xml"/>
<monster name="horsea" file="pokes/horsea.xml"/>
<monster name="seadra" file="pokes/seadra.xml"/>
<monster name="kingdra" file="pokes/kingdra.xml"/>
<monster name="shuppet" file="pokes/shuppet.xml"/>
<monster name="banette" file="pokes/banette.xml"/>
<monster name="staryu" file="pokes/staryu.xml"/>
<monster name="starmie" file="pokes/starmie.xml"/>
<monster name="mime jr" file="pokes/mime jr.xml"/>
<monster name="mr.mime" file="pokes/mr.mime.xml"/>
<monster name="scyther" file="pokes/scyther.xml"/>
<monster name="smoochum" file="pokes/smoochum.xml"/>
<monster name="jynx" file="pokes/jynx.xml"/>
<monster name="electabuzz" file="pokes/electabuzz.xml"/>
<monster name="magmar" file="pokes/magmar.xml"/>
<monster name="pinsir" file="pokes/pinsir.xml"/>
<monster name="tauros" file="pokes/tauros.xml"/>
<monster name="seaking" file="pokes/seaking.xml"/>
<monster name="magikarp" file="pokes/magikarp.xml"/>
<monster name="gyarados" file="pokes/gyarados.xml"/>
<monster name="lapras" file="pokes/lapras.xml"/>
<monster name="ditto" file="pokes/ditto.xml"/>
<monster name="eevee" file="pokes/eevee.xml"/>
<monster name="vaporeon" file="pokes/vaporeon.xml"/>
<monster name="flareon" file="pokes/flareon.xml"/>
<monster name="jolteon" file="pokes/jolteon.xml"/>
<monster name="porygon" file="pokes/porygon.xml"/>
<monster name="omanyte" file="pokes/omanyte.xml"/>
<monster name="omastar" file="pokes/omastar.xml"/>
<monster name="kabuto" file="pokes/kabuto.xml"/>
<monster name="kabutops" file="pokes/kabutops.xml"/>
<monster name="snorlax" file="pokes/snorlax.xml"/>
<monster name="dratini" file="pokes/dratini.xml"/>
<monster name="dragonair" file="pokes/dragonair.xml"/>
<monster name="dragonite" file="pokes/dragonite.xml"/>
<monster name="ivysaur2" file="pokes/ivysaur2.xml"/>
<monster name="charmeleon2" file="pokes/charmeleon2.xml"/>
<monster name="wartortle2" file="pokes/wartortle2.xml"/>
<monster name="pidgeotto2" file="pokes/pidgeotto2.xml"/>
<monster name="spearow2" file="pokes/spearow2.xml"/>
<monster name="nidorino2" file="pokes/nidorino2.xml"/>
<monster name="nidorina2" file="pokes/nidorina2.xml"/>
<monster name="vulpix2" file="pokes/vulpix2.xml"/>
<monster name="paras2" file="pokes/paras2.xml"/>
<monster name="psyduck2" file="pokes/psyduck2.xml"/>
<monster name="growlithe2" file="pokes/growlithe2.xml"/>
<monster name="poliwhirl2" file="pokes/poliwhirl2.xml"/>
<monster name="kadabra2" file="pokes/kadabra2.xml"/>
<monster name="machoke2" file="pokes/machoke2.xml"/>
<monster name="weepinbell2" file="pokes/weepinbell2.xml"/>
<monster name="tentacool2" file="pokes/tentacool2.xml"/>
<monster name="graveler2" file="pokes/graveler2.xml"/>
<monster name="shellder2" file="pokes/shellder2.xml"/>
<monster name="haunter2" file="pokes/haunter2.xml"/>
<monster name="drowzee2" file="pokes/drowzee2.xml"/>
<monster name="seadra2" file="pokes/seadra2.xml"/>
<monster name="exeggcute2" file="pokes/exeggcute2.xml"/>
<monster name="rhyhorn2" file="pokes/rhyhorn2.xml"/>
<monster name="magikarp2" file="pokes/magikarp2.xml"/>
<monster name="omanyte2" file="pokes/omanyte2.xml"/>
<monster name="kabuto2" file="pokes/kabuto2.xml"/>
<monster name="dragonair2" file="pokes/dragonair2.xml"/>
<monster name="elekid2" file="pokes/elekid2.xml"/>
<monster name="magby2" file="pokes/magby2.xml"/>
<monster name="mime jr2" file="pokes/mime jr2.xml"/>
<monster name="smoochum2" file="pokes/smoochum2.xml"/>
<monster name="riolu2" file="pokes/riolu2.xml"/>
<monster name="togepi2" file="pokes/togepi2.xml"/>
<monster name="duskull2" file="pokes/duskull2.xml"/>
<monster name="shuppet2" file="pokes/shuppet2.xml"/>
<monster name="magneton2" file="pokes/magneton2.xml"/>
<monster name="big snorlax" file="pokes/raros/big snorlax.xml"/>
<monster name="elder charizard" file="pokes/raros/elder charizard.xml"/>
<monster name="crystal onix" file="pokes/raros/crystal onix.xml"/>
<monster name="red gyarados" file="pokes/raros/red gyarados.xml"/>
<monster name="articuno" file="pokes/raros/articuno.xml"/>
<monster name="zapdos" file="pokes/raros/zapdos.xml"/>
<monster name="moltres" file="pokes/raros/moltres.xml"/>
<monster name="celebi" file="pokes/raros/celebi.xml"/>
<monster name="lugia" file="pokes/raros/lugia.xml"/>
<monster name="lugia1" file="pokes/raros/lugia1.xml"/>
<monster name="lugia2" file="pokes/raros/lugia2.xml"/>
<monster name="lugia3" file="pokes/raros/lugia3.xml"/>
<monster name="lugia4" file="pokes/raros/lugia4.xml"/>
<monster name="lugia5" file="pokes/raros/lugia5.xml"/>
<monster name="lugia6" file="pokes/raros/lugia6.xml"/>
<monster name="lugia7" file="pokes/raros/lugia7.xml"/>
<monster name="lugia8" file="pokes/raros/lugia8.xml"/>
<monster name="lugia9" file="pokes/raros/lugia9.xml"/>
<monster name="lugia10" file="pokes/raros/lugia10.xml"/>
<monster name="mew" file="pokes/raros/mew.xml"/>
<monster name="mewtwo" file="pokes/raros/mewtwo.xml"/>
<monster name="shiny abra" file="pokes/shiny/shiny abra.xml"/>
<monster name="shiny alakazam" file="pokes/shiny/shiny alakazam.xml"/>
<monster name="shiny arcanine" file="pokes/shiny/shiny arcanine.xml"/>
<monster name="shiny beedrill" file="pokes/shiny/shiny beedrill.xml"/>
<monster name="shiny blastoise" file="pokes/shiny/shiny blastoise.xml"/>
<monster name="shiny butterfree" file="pokes/shiny/shiny butterfree.xml"/>
<monster name="shiny caterpie" file="pokes/shiny/shiny caterpie.xml"/>
<monster name="shiny cubone" file="pokes/shiny/shiny cubone.xml"/>
<monster name="shiny dratini" file="pokes/shiny/shiny dratini.xml"/>
<monster name="shiny dragonair" file="pokes/shiny/shiny dragonair.xml"/>
<monster name="shiny dragonite" file="pokes/shiny/shiny dragonite.xml"/>
<monster name="shiny electabuzz" file="pokes/shiny/shiny electabuzz.xml"/>
<monster name="shiny electrode" file="pokes/shiny/shiny electrode.xml"/>
<monster name="shiny farfetchd" file="pokes/shiny/shiny farfetchd.xml"/>
<monster name="shiny flareon" file="pokes/shiny/shiny flareon.xml"/>
<monster name="shiny gengar" file="pokes/shiny/shiny gengar.xml"/>
<monster name="shiny golbat" file="pokes/shiny/shiny golbat.xml"/>
<monster name="shiny grimer" file="pokes/shiny/shiny grimer.xml"/>
<monster name="shiny growlithe" file="pokes/shiny/shiny growlithe.xml"/>
<monster name="shiny hitmonchan" file="pokes/shiny/shiny hitmonchan.xml"/>
<monster name="shiny hitmonlee" file="pokes/shiny/shiny hitmonlee.xml"/>
<monster name="shiny horsea" file="pokes/shiny/shiny horsea.xml"/>
<monster name="shiny hypno" file="pokes/shiny/shiny hypno.xml"/>
<monster name="shiny jolteon" file="pokes/shiny/shiny jolteon.xml"/>
<monster name="shiny jynx" file="pokes/shiny/shiny jynx.xml"/>
<monster name="shiny kingler" file="pokes/shiny/shiny kingler.xml"/>
<monster name="shiny krabby" file="pokes/shiny/shiny krabby.xml"/>
<monster name="shiny marowak" file="pokes/shiny/shiny marowak.xml"/>
<monster name="shiny metapod" file="pokes/shiny/shiny metapod.xml"/>
<monster name="shiny parasect" file="pokes/shiny/shiny parasect.xml"/>
<monster name="shiny pidgeot" file="pokes/shiny/shiny pidgeot.xml"/>
<monster name="shiny pinsir" file="pokes/shiny/shiny pinsir.xml"/>
<monster name="shiny raichu" file="pokes/shiny/shiny raichu.xml"/>
<monster name="shiny raticate" file="pokes/shiny/shiny raticate.xml"/>
<monster name="shiny scyther" file="pokes/shiny/shiny scyther.xml"/>
<monster name="shiny seadra" file="pokes/shiny/shiny seadra.xml"/>
<monster name="shiny tangela" file="pokes/shiny/shiny tangela.xml"/>
<monster name="shiny tentacruel" file="pokes/shiny/shiny tentacruel.xml"/>
<monster name="shiny vaporeon" file="pokes/shiny/shiny vaporeon.xml"/>
<monster name="shiny venomoth" file="pokes/shiny/shiny venomoth.xml"/>
<monster name="shiny venusaur" file="pokes/shiny/shiny venusaur.xml"/>
<monster name="shiny voltorb" file="pokes/shiny/shiny voltorb.xml"/>
<monster name="shiny zubat" file="pokes/shiny/shiny zubat.xml"/>
<monster name="[elite] aerodactyl" file="pokes/elite/[elite] aerodactyl.xml"/>
<monster name="[elite] alakazam" file="pokes/elite/[elite] alakazam.xml"/>
<monster name="[elite] ambipom" file="pokes/elite/[elite] ambipom.xml"/>
<monster name="[elite] arbok" file="pokes/elite/[elite] arbok.xml"/>
<monster name="[elite] arcanine" file="pokes/elite/[elite] arcanine.xml"/>
<monster name="[elite] banette" file="pokes/elite/[elite] banette.xml"/>
<monster name="[elite] beedrill" file="pokes/elite/[elite] beedrill.xml"/>
<monster name="[elite] blastoise" file="pokes/elite/[elite] blastoise.xml"/>
<monster name="[elite] buizel" file="pokes/elite/[elite] buizel.xml"/>
<monster name="[elite] butterfree" file="pokes/elite/[elite] butterfree.xml"/>
<monster name="[elite] chansey" file="pokes/elite/[elite] chansey.xml"/>
<monster name="[elite] charizard" file="pokes/elite/[elite] charizard.xml"/>
<monster name="[elite] clefable" file="pokes/elite/[elite] clefable.xml"/>
<monster name="[elite] cloyster" file="pokes/elite/[elite] cloyster.xml"/>
<monster name="[elite] crawdaunt" file="pokes/elite/[elite] crawdaunt.xml"/>
<monster name="[elite] dewgong" file="pokes/elite/[elite] dewgong.xml"/>
<monster name="[elite] dodrio" file="pokes/elite/[elite] dodrio.xml"/>
<monster name="[elite] dragonite" file="pokes/elite/[elite] dragonite.xml"/>
<monster name="[elite] dusclops" file="pokes/elite/[elite] dusclops.xml"/>
<monster name="[elite] electabuzz" file="pokes/elite/[elite] electabuzz.xml"/>
<monster name="[elite] electrode" file="pokes/elite/[elite] electrode.xml"/>
<monster name="[elite] exeggutor" file="pokes/elite/[elite] exeggutor.xml"/>
<monster name="[elite] farfetchd" file="pokes/elite/[elite] farfetchd.xml"/>
<monster name="[elite] fearow" file="pokes/elite/[elite] fearow.xml"/>
<monster name="[elite] flareon" file="pokes/elite/[elite] flareon.xml"/>
<monster name="[elite] gengar" file="pokes/elite/[elite] gengar.xml"/>
<monster name="[elite] golduck" file="pokes/elite/[elite] golduck.xml"/>
<monster name="[elite] golem" file="pokes/elite/[elite] golem.xml"/>
<monster name="[elite] gyarados" file="pokes/elite/[elite] gyarados.xml"/>
<monster name="[elite] hitmonchan" file="pokes/elite/[elite] hitmonchan.xml"/>
<monster name="[elite] hitmonlee" file="pokes/elite/[elite] hitmonlee.xml"/>
<monster name="[elite] hypno" file="pokes/elite/[elite] hypno.xml"/>
<monster name="[elite] jolteon" file="pokes/elite/[elite] jolteon.xml"/>
<monster name="[elite] jynx" file="pokes/elite/[elite] jynx.xml"/>
<monster name="[elite] kabutops" file="pokes/elite/[elite] kabutops.xml"/>
<monster name="[elite] kangaskhan" file="pokes/elite/[elite] kangaskhan.xml"/>
<monster name="[elite] kingdra" file="pokes/elite/[elite] kingdra.xml"/>
<monster name="[elite] kingler" file="pokes/elite/[elite] kingler.xml"/>
<monster name="[elite] lapras" file="pokes/elite/[elite] lapras.xml"/>
<monster name="[elite] lickitung" file="pokes/elite/[elite] lickitung.xml"/>
<monster name="[elite] lucario" file="pokes/elite/[elite] lucario.xml"/>
<monster name="[elite] machamp" file="pokes/elite/[elite] machamp.xml"/>
<monster name="[elite] magmar" file="pokes/elite/[elite] magmar.xml"/>
<monster name="[elite] magnezone" file="pokes/elite/[elite] magnezone.xml"/>
<monster name="[elite] marowak" file="pokes/elite/[elite] marowak.xml"/>
<monster name="[elite] mr.mime" file="pokes/elite/[elite] Mr.mime.xml"/>
<monster name="[elite] muk" file="pokes/elite/[elite] muk.xml"/>
<monster name="[elite] nidoking" file="pokes/elite/[elite] nidoking.xml"/>
<monster name="[elite] nidoqueen" file="pokes/elite/[elite] nidoqueen.xml"/>
<monster name="[elite] ninetales" file="pokes/elite/[elite] ninetales.xml"/>
<monster name="[elite] omastar" file="pokes/elite/[elite] omastar.xml"/>
<monster name="[elite] onix" file="pokes/elite/[elite] onix.xml"/>
<monster name="[elite] parasect" file="pokes/elite/[elite] parasect.xml"/>
<monster name="[elite] persian" file="pokes/elite/[elite] persian.xml"/>
<monster name="[elite] pidgeot" file="pokes/elite/[elite] pidgeot.xml"/>
<monster name="[elite] pinsir" file="pokes/elite/[elite] pinsir.xml"/>
<monster name="[elite] politoed" file="pokes/elite/[elite] politoed.xml"/>
<monster name="[elite] poliwrath" file="pokes/elite/[elite] poliwrath.xml"/>
<monster name="[elite] porygon" file="pokes/elite/[elite] porygon.xml"/>
<monster name="[elite] primeape" file="pokes/elite/[elite] primeape.xml"/>
<monster name="[elite] raichu" file="pokes/elite/[elite] raichu.xml"/>
<monster name="[elite] rapidash" file="pokes/elite/[elite] rapidash.xml"/>
<monster name="[elite] raticate" file="pokes/elite/[elite] raticate.xml"/>
<monster name="[elite] rhydon" file="pokes/elite/[elite] rhydon.xml"/>
<monster name="[elite] sandslash" file="pokes/elite/[elite] sandslash.xml"/>
<monster name="[elite] scyther" file="pokes/elite/[elite] scyther.xml"/>
<monster name="[elite] seaking" file="pokes/elite/[elite] seaking.xml"/>
<monster name="[elite] slowbro" file="pokes/elite/[elite] slowbro.xml"/>
<monster name="[elite] snorlax" file="pokes/elite/[elite] snorlax.xml"/>
<monster name="[elite] starmie" file="pokes/elite/[elite] starmie.xml"/>
<monster name="[elite] tangela" file="pokes/elite/[elite] tangela.xml"/>
<monster name="[elite] tauros" file="pokes/elite/[elite] tauros.xml"/>
<monster name="[elite] tentacruel" file="pokes/elite/[elite] tentacruel.xml"/>
<monster name="[elite] togetic" file="pokes/elite/[elite] togetic.xml"/>
<monster name="[elite] vaporeon" file="pokes/elite/[elite] vaporeon.xml"/>
<monster name="[elite] venomoth" file="pokes/elite/[elite] venomoth.xml"/>
<monster name="[elite] venusaur" file="pokes/elite/[elite] venusaur.xml"/>
<monster name="[elite] victreebel" file="pokes/elite/[elite] victreebel.xml"/>
<monster name="[elite] vileplume" file="pokes/elite/[elite] vileplume.xml"/>
<monster name="[elite] weezing" file="pokes/elite/[elite] weezing.xml"/>
<monster name="[elite] wigglytuff" file="pokes/elite/[elite] wigglytuff.xml"/>
<monster name="[super] aerodactyl" file="pokes/super/[super] aerodactyl.xml"/>
<monster name="[super] alakazam" file="pokes/super/[super] alakazam.xml"/>
<monster name="[super] ambipom" file="pokes/super/[super] ambipom.xml"/>
<monster name="[super] arbok" file="pokes/super/[super] arbok.xml"/>
<monster name="[super] arcanine" file="pokes/super/[super] arcanine.xml"/>
<monster name="[super] banette" file="pokes/super/[super] banette.xml"/>
<monster name="[super] beedrill" file="pokes/super/[super] beedrill.xml"/>
<monster name="[super] blastoise" file="pokes/super/[super] blastoise.xml"/>
<monster name="[super][elite] buizel" file="pokes/super/[super] buizel.xml"/>
<monster name="[super] butterfree" file="pokes/super/[super] butterfree.xml"/>
<monster name="[super] chansey" file="pokes/super/[super] chansey.xml"/>
<monster name="[super] charizard" file="pokes/super/[super] charizard.xml"/>
<monster name="[super] clefable" file="pokes/super/[super] clefable.xml"/>
<monster name="[super] cloyster" file="pokes/super/[super] cloyster.xml"/>
<monster name="[super] crawdaunt" file="pokes/super/[super] crawdaunt.xml"/>
<monster name="[super] dewgong" file="pokes/super/[super] dewgong.xml"/>
<monster name="[super] dodrio" file="pokes/super/[super] dodrio.xml"/>
<monster name="[super] dragonite" file="pokes/super/[super] dragonite.xml"/>
<monster name="[super] dusclops" file="pokes/super/[super] dusclops.xml"/>
<monster name="[super] electabuzz" file="pokes/super/[super] electabuzz.xml"/>
<monster name="[super] electrode" file="pokes/super/[super] electrode.xml"/>
<monster name="[super] exeggutor" file="pokes/super/[super] exeggutor.xml"/>
<monster name="[super] farfetchd" file="pokes/super/[super] farfetchd.xml"/>
<monster name="[super] fearow" file="pokes/super/[super] fearow.xml"/>
<monster name="[super] flareon" file="pokes/super/[super] flareon.xml"/>
<monster name="[super] gengar" file="pokes/super/[super] gengar.xml"/>
<monster name="[super] golduck" file="pokes/super/[super] golduck.xml"/>
<monster name="[super] big snorlax" file="pokes/super/[super] big snorlax.xml"/>
<monster name="[super] golem" file="pokes/super/[super] golem.xml"/>
<monster name="[super] gyarados" file="pokes/super/[super] gyarados.xml"/>
<monster name="[super] hitmonchan" file="pokes/super/[super] hitmonchan.xml"/>
<monster name="[super] hitmonlee" file="pokes/super/[super] hitmonlee.xml"/>
<monster name="[super] hypno" file="pokes/super/[super] hypno.xml"/>
<monster name="[super] jolteon" file="pokes/super/[super] jolteon.xml"/>
<monster name="[super] jynx" file="pokes/super/[super] jynx.xml"/>
<monster name="[super] kabutops" file="pokes/super/[super] kabutops.xml"/>
<monster name="[super] kangaskhan" file="pokes/super/[super] kangaskhan.xml"/>
<monster name="[super] kingdra" file="pokes/super/[super] kingdra.xml"/>
<monster name="[super] kingler" file="pokes/super/[super] kingler.xml"/>
<monster name="[super] lapras" file="pokes/super/[super] lapras.xml"/>
<monster name="[super] lickitung" file="pokes/super/[super] lickitung.xml"/>
<monster name="[super] lucario" file="pokes/super/[super] lucario.xml"/>
<monster name="[super] machamp" file="pokes/super/[super] machamp.xml"/>
<monster name="[super] magmar" file="pokes/super/[super] magmar.xml"/>
<monster name="[super] magnezone" file="pokes/super/[super] magnezone.xml"/>
<monster name="[super] marowak" file="pokes/super/[super] marowak.xml"/>
<monster name="[super] mr.mime" file="pokes/super/[super] mr.mime.xml"/>
<monster name="[super] muk" file="pokes/super/[super] muk.xml"/>
<monster name="[super] nidoking" file="pokes/super/[super] nidoking.xml"/>
<monster name="[super] nidoqueen" file="pokes/super/[super] nidoqueen.xml"/>
<monster name="[super] ninetales" file="pokes/super/[super] ninetales.xml"/>
<monster name="[super] omastar" file="pokes/super/[super] omastar.xml"/>
<monster name="[super] onix" file="pokes/super/[super] onix.xml"/>
<monster name="[super] parasect" file="pokes/super/[super] parasect.xml"/>
<monster name="[super] persian" file="pokes/super/[super] persian.xml"/>
<monster name="[super] pidgeot" file="pokes/super/[super] pidgeot.xml"/>
<monster name="[super] pinsir" file="pokes/super/[super] pinsir.xml"/>
<monster name="[super] politoed" file="pokes/super/[super] politoed.xml"/>
<monster name="[super] poliwrath" file="pokes/super/[super] poliwrath.xml"/>
<monster name="[super] porygon" file="pokes/super/[super] porygon.xml"/>
<monster name="[super] primeape" file="pokes/super/[super] primeape.xml"/>
<monster name="[super] raichu" file="pokes/super/[super] raichu.xml"/>
<monster name="[super] rapidash" file="pokes/super/[super] rapidash.xml"/>
<monster name="[super] raticate" file="pokes/super/[super] raticate.xml"/>
<monster name="[super] rhydon" file="pokes/super/[super] rhydon.xml"/>
<monster name="[super] sandslash" file="pokes/super/[super] sandslash.xml"/>
<monster name="[super] scyther" file="pokes/super/[super] scyther.xml"/>
<monster name="[super] seaking" file="pokes/super/[super] seaking.xml"/>
<monster name="[super] slowbro" file="pokes/super/[super] slowbro.xml"/>
<monster name="[super] snorlax" file="pokes/super/[super] snorlax.xml"/>
<monster name="[super] starmie" file="pokes/super/[super] starmie.xml"/>
<monster name="[super] tangela" file="pokes/super/[super] tangela.xml"/>
<monster name="[super] tauros" file="pokes/super/[super] tauros.xml"/>
<monster name="[super] tentacruel" file="pokes/super/[super] tentacruel.xml"/>
<monster name="[super] togetic" file="pokes/super/[super] togetic.xml"/>
<monster name="[super] vaporeon" file="pokes/super/[super] vaporeon.xml"/>
<monster name="[super] venomoth" file="pokes/super/[super] venomoth.xml"/>
<monster name="[super] venusaur" file="pokes/super/[super] venusaur.xml"/>
<monster name="[super] victreebel" file="pokes/super/[super] victreebel.xml"/>
<monster name="[super] vileplume" file="pokes/super/[super] vileplume.xml"/>
<monster name="[super] weezing" file="pokes/super/[super] weezing.xml"/>
<monster name="[super] wigglytuff" file="pokes/super/[super] wigglytuff.xml"/>
<monster name="ancient zapdos" file="pokes/ancient/ancient zapdos.xml"/>
<monster name="ancient articuno" file="pokes/ancient/ancient articuno.xml"/>
<monster name="ancient moltres" file="pokes/ancient/ancient moltres.xml"/>
<monster name="ancient celebi" file="pokes/ancient/ancient celebi.xml"/>
<monster name="ancient mew" file="pokes/ancient/ancient mew.xml"/>
<monster name="ancient mewtwo" file="pokes/ancient/ancient mewtwo.xml"/>
<monster name="ancient lugia" file="pokes/ancient/ancient lugia.xml"/>
<monster name="[Fantastic] Ho-oh" file="pokes/news/[Fantastic] Ho-oh.xml"/>
<monster name="aggron" file="pokes/news/aggron.xml"/>
<monster name="Aron" file="pokes/news/Aron.xml"/>
<monster name="Dialga" file="pokes/news/Dialga.xml"/>
<monster name="Magmortar" file="pokes/news/Magmortar.xml"/>
<monster name="Shiny Celebi" file="pokes/news/Shiny Celebi.xml"/>
<monster name="Lairon" file="pokes/news/Lairon.xml"/>
<monster name="Giratina" file="pokes/news/Giratina.xml"/>
<monster name="Jirachi" file="pokes/news/Jirachi.xml"/>
<monster name="Electivire" file="pokes/news/Electivire.xml"/>
<monster name="Palkia" file="pokes/news/Palkia.xml"/>
<monster name="Primal Dialga" file="pokes/news/Primal Dialga.xml"/>
<monster name="Rayquaza" file="pokes/news/Rayquaza.xml"/>
<monster name="Weavile" file="pokes/news/Weavile.xml"/>
<monster name="Sneasel" file="pokes/news/Sneasel.xml"/>
<monster name="Tyranitar" file="pokes/news/Tyranitar.xml"/>
</monsters>
entao antes de termina (antes do </monsters>) voce assim:
</monster name="Charizard +1" file="pokes/Charizard +1.xml"/>
e agora vamos ao processo da stone q vai evolui-lo:
ja que a fire da boost a um charizard você abre data/actions/scripts/stones/fire.lua
entao voce ira abrir fire.lua e estara
local evo = {
["Charmander"] = "charmeleon",
["Charmeleon"] = "charmeleon2",
["Growlithe2"] = "arcanine",
["Ponyta"] = "rapidash",
["Eevee"] = "flareon",
["Vulpix"] = "vulpix2",
["Charmeleon2"] = "charizard",
["Vulpix2"] = "ninetales",
["Growlithe"] = "growlithe2",
["Magby"] = "magby2",
["Magby2"] = "magmar",
["Shiny Growlithe"] = "Shiny Arcanine",
}
local pokeballs = {
[2531] = {"Pokeball"},
[2557] = {"Superball"},
[2524] = {"Greatball"},
[2525] = {"Ultraball"},
[2523] = {"Masterball"},
}
function onUse(cid, item, fromPosition, itemEx, toPosition)
if isMonster(itemEx.uid) and getCreatureMaster(itemEx.uid) == cid then
local monster = getCreatureName(itemEx.uid)
if evo[monster] then
local health, maxHealth = getCreatureHealth(itemEx.uid), getCreatureMaxHealth(itemEx.uid)
doRemoveCreature(itemEx.uid)
doRemoveItem(item.uid)
local summon = doCreateMonster(evo[monster], toPosition)
doConvinceCreature(cid, summon)
local balls = pokeballs[getPlayerSlotItem(cid,8).itemid]
doItemSetAttribute(getPlayerSlotItem(cid, 8).uid, "name", ""..evo[monster].." "..balls[1])
doCreatureAddHealth(summon, health-maxHealth)
doSendMagicEffect(getThingPos(summon), 18)
return TRUE
end
end
return FALSE
end
entao voce vai adcionar na frente embaixo de ["Charmeleon2"] = "charizard",colocará:
["Charizard"] = "Charizard +1",
agora é so testar:
Os server's q deram certo quando testei foram:
Pokemon Flash
Pokemon Maluco
Pokemon Dash
Espero ter ajudado :gcool:
se curtiu da rep !!
+rep ;XX