kra vc pedio muita coisa!
Na pasta poke crie um arquivo XML chamado Big snorlax
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Snorlax " nameDescription="a Big Snorlax" race="undead" experience="90500" speed="220" manacost="0">
<health now="74000" max="74000"/>
<look type="548" head="20" body="30" legs="40" feet="50" corpse="10288"/>
<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="0"/>
<flag targetdistance="1"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-860" max="-1000">
</attack>
<attack name="tackle" interval="5000" chance="90" min="-860" max="-1000">
</attack>
<attack name="scratch" interval="3000" chance="90" min="-100" max="-150">
</attack>
<attack name="hyper beam" interval="7000" chance="90" min="-3100" max="-4100">
</attack>
<attack name="rage" interval="6750" chance="90" min="-700" max="-1100">
</attack>
<attack name="rage" interval="6500" chance="90" min="-150" max="-1370">
</attack>
<attack name="scratch" interval="2000" chance="50" min="-550" max="-1560">
</attack>
<attack name="earthquake" interval="9000" chance="80" min="-1500" max="-3000">
</attack>
<attack name="Earthquak" interval="4500" chance="80" min="-2500" max="-9500">
</attack>
</attacks>
<defenses armor="1" defense="1">
<defense name="healing" interval="9500" chance="85" min="15000" max="20000">
<attribute key="areaEffect" value="sleep"/>
</defense>
</defenses>
<voices interval="5000" chance="10">
<voice sentence="Snooorlax!"/>
</voices>
<loot>
<item id="2691" countmax="10" chance="15000"/><!-- Sell Item -->
<item id="5888" countmax="1" chance="3500"/><!-- Sell Item -->
<item id="5888" countmax="1" chance="1"/><!-- Sell Item -->
<item id="5908" chance="200"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Chikorita
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Chikorita" nameDescription="a chikorita" race="undead" experience="750" speed="270" manacost="330">
<health now="1000" max="1000"/>
<look type="318" head="20" body="30" legs="40" feet="50" corpse="2995"/>
<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="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="0"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-30" max="-30">
</attack>
<attack name="leech seed" interval="4500" chance="93" min="-40" max="-75">
</attack>
<attack name="razor leaf" interval="5000" chance="93" min="-150" max="-320">
</attack>
<attack name="stun spore" interval="3500" chance="92" min="-30" max="-90">
</attack>
<attack name="sipo" interval="8500" chance="93" min="-599" max="-1019">
</attack>
<attack name="vine whip" interval="4000" chance="90" min="-50" max="-250">
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Chiko!"/>
<voice sentence="Chikorita!"/>
</voices>
<loot>
<item id="7732" countmax="15" chance="15000"/><!-- Sell Item -->
<item id="2111" countmax="5" chance="4000"/><!-- Sell Item -->
<item id="5888" countmax="0" chance="1"/><!-- Sell Item -->
<item id="5918" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Bayleef
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Bayleef" nameDescription="a Bayleef" race="undead" experience="950" speed="270" manacost="330">
<health now="1000" max="1000"/>
<look type="319" head="20" body="30" legs="40" feet="50" corpse="7322"/>
<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="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="0"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-30" max="-30">
</attack>
<attack name="leech seed" interval="4500" chance="93" min="-40" max="-75">
</attack>
<attack name="razor leaf" interval="5000" chance="93" min="-150" max="-320">
</attack>
<attack name="stun spore" interval="3500" chance="92" min="-30" max="-90">
</attack>
<attack name="sipo" interval="8500" chance="93" min="-599" max="-1019">
</attack>
<attack name="vine whip" interval="4000" chance="90" min="-150" max="-550">
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Bay!"/>
<voice sentence="Bayleef!"/>
</voices>
<loot>
<item id="7732" countmax="15" chance="15000"/><!-- Sell Item -->
<item id="2111" countmax="5" chance="4000"/><!-- Sell Item -->
<item id="5888" countmax="0" chance="1"/><!-- Sell Item -->
<item id="5918" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Meganium
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Meganium" nameDescription="a Meganium" race="undead" experience="1050" speed="270" manacost="330">
<health now="6500" max="6500"/>
<look type="320" head="20" body="30" legs="40" feet="50" corpse="7325"/>
<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="1"/>
<flag canpushitems="0"/>
<flag canpushcreatures="0"/>
<flag targetdistance="0"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-30" max="-30">
</attack>
<attack name="leech seed" interval="4500" chance="93" min="-140" max="-575">
</attack>
<attack name="razor leaf" interval="5000" chance="93" min="-150" max="-1000">
</attack>
<attack name="stun spore" interval="3500" chance="92" min="-30" max="-90">
</attack>
<attack name="sipo" interval="8500" chance="93" min="-1000" max="-1519">
</attack>
<attack name="vine whip" interval="3500" chance="90" min="-1100" max="-1650">
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Mega!"/>
<voice sentence="Meganium!"/>
</voices>
<loot>
<item id="7732" countmax="15" chance="15000"/><!-- Sell Item -->
<item id="2111" countmax="5" chance="4000"/><!-- Sell Item -->
<item id="5888" countmax="0" chance="1"/><!-- Sell Item -->
<item id="5918" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Cyndaquil
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Cyndaquil" nameDescription="a Cyndaquil" race="undead" experience="750" speed="230" manacost="550">
<health now="800" max="800"/>
<look type="324" head="20" body="30" legs="40" feet="50" corpse="2957"/>
<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="0"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-30" max="-50">
</attack>
<attack name="scratch" interval="4500" chance="90" min="-30" max="-45">
</attack>
<attack name="fire spin" interval="5000" chance="90" min="-50" max="-120">
</attack>
<attack name="ember" interval="3500" chance="90" min="-120" max="-170">
</attack>
<attack name="flamethrower" interval="7000" chance="90" min="-199" max="-209">
</attack>
<attack name="Fire Fang" interval="8500" chance="90" min="-599" max="-909">
</attack>
<attack name="cyndaquil" interval="900" chance="90" min="-100" max="-100">
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Cyndaquil!"/>
<voice sentence="Quill!"/>
</voices>
<loot>
<item id="5894" countmax="5" chance="15000"/><!-- Sell Item -->
<item id="5890" countmax="2" chance="7000"/><!-- Sell Item -->
<item id="5910" countmax="1" chance="4500"/><!-- Sell Item -->
<item id="5907" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Quilava
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Quilava" nameDescription="a Quilava" race="undead" experience="950" speed="230" manacost="550">
<health now="1800" max="1800"/>
<look type="325" head="20" body="30" legs="40" feet="50" corpse="7323"/>
<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="0"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-30" max="-50">
</attack>
<attack name="scratch" interval="4500" chance="90" min="-40" max="-55">
</attack>
<attack name="fire spin" interval="5000" chance="90" min="-90" max="-190">
</attack>
<attack name="ember" interval="3500" chance="90" min="-120" max="-270">
</attack>
<attack name="flamethrower" interval="7000" chance="90" min="-399" max="-509">
</attack>
<attack name="Fire Fang" interval="8500" chance="90" min="-599" max="-1000">
</attack>
<attack name="cyndaquil" interval="900" chance="100" min="-100" max="-100">
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Quilava!"/>
<voice sentence="laava!"/>
</voices>
<loot>
<item id="5894" countmax="5" chance="15000"/><!-- Sell Item -->
<item id="5890" countmax="2" chance="7000"/><!-- Sell Item -->
<item id="5910" countmax="1" chance="4500"/><!-- Sell Item -->
<item id="5907" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Typhlosion
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Typhlosion" nameDescription="a Typhlosion" race="undead" experience="750" speed="230" manacost="550">
<health now="7800" max="7800"/>
<look type="326" head="20" body="30" legs="40" feet="50" corpse="7321"/>
<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="0"/>
<flag staticattack="90"/>
<flag runonhealth="0"/>
</flags>
<attacks>
<attack name="tackle" interval="1000" chance="50" min="-30" max="-50">
</attack>
<attack name="scratch" interval="4500" chance="90" min="-30" max="-45">
</attack>
<attack name="fire spin" interval="5000" chance="90" min="-1450" max="-1520">
</attack>
<attack name="ember" interval="3500" chance="90" min="-1520" max="-1570">
</attack>
<attack name="flamethrower" interval="7000" chance="90" min="-1599" max="-1909">
</attack>
<attack name="cyndaquil" interval="900" chance="100" min="-0" max="-0">
</attack>
</attacks>
<defenses armor="1" defense="1"/>
<immunities>
<immunity physical="0"/>
<immunity energy="0"/>
<immunity fire="0"/>
<immunity poison="0"/>
<immunity lifedrain="0"/>
<immunity paralyze="0"/>
<immunity outfit="0"/>
<immunity drunk="0"/>
<immunity invisible="0"/>
</immunities>
<voices interval="5000" chance="10">
<voice sentence="Typhlosion!"/>
<voice sentence="Typhlosion!"/>
</voices>
<loot>
<item id="5894" countmax="5" chance="15000"/><!-- Sell Item -->
<item id="5890" countmax="2" chance="7000"/><!-- Sell Item -->
<item id="5910" countmax="1" chance="4500"/><!-- Sell Item -->
<item id="5907" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Totodile
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Totodile" nameDescription="a Totodile" race="undead" experience="450" speed="250" manacost="0">
<health now="800" max="800"/>
<look type="327" head="20" body="30" legs="40" feet="50" corpse="2996"/>
<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="tackle" interval="1000" chance="50" min="-10" max="-30">
</attack>
<attack name="tail whip" interval="4500" chance="90" min="-30" max="-45">
</attack>
<attack name="bubble" interval="5000" chance="90" min="-150" max="-220">
</attack>
<attack name="splash" interval="3500" chance="90" min="-90" max="-170">
</attack>
<attack name="hydro pump" interval="7000" chance="90" min="-199" max="-509">
</attack>
<attack name="Hydro Cannon" interval="4000" chance="90" min="-599" max="-109">
</attack>
</attacks>
<defenses armor="1" defense="1">
</defenses>
<voices interval="5000" chance="10">
<voice sentence="Totodile!"/>
<voice sentence="Totodile!"/>
</voices>
<loot>
<item id="7159" countmax="9" chance="10000"/><!-- Sell Item -->
<item id="6569" countmax="1" chance="4000"/><!-- Sell Item -->
<item id="6126" countmax="1" chance="15000"/><!-- Sell Item -->
<item id="5810" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Croconaw
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Croconaw" nameDescription="a Croconaw" race="undead" experience="950" speed="250" manacost="0">
<health now="1700" max="1700"/>
<look type="328" head="20" body="30" legs="40" feet="50" corpse="7328"/>
<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="tackle" interval="1000" chance="50" min="-10" max="-30">
</attack>
<attack name="tail whip" interval="4500" chance="90" min="-30" max="-45">
</attack>
<attack name="bubble" interval="5000" chance="90" min="-150" max="-420">
</attack>
<attack name="splash" interval="3500" chance="90" min="-120" max="-370">
</attack>
<attack name="hydro pump" interval="7000" chance="90" min="-199" max="-409">
</attack>
<attack name="Hydro Cannon" interval="4000" chance="90" min="-599" max="-109">
</attack>
</attacks>
<defenses armor="1" defense="1">
</defenses>
<voices interval="5000" chance="10">
<voice sentence="Croconaw!"/>
<voice sentence="Croconaw!"/>
</voices>
<loot>
<item id="7159" countmax="9" chance="10000"/><!-- Sell Item -->
<item id="6569" countmax="1" chance="4000"/><!-- Sell Item -->
<item id="6126" countmax="1" chance="15000"/><!-- Sell Item -->
<item id="5810" chance="100"/><!-- Stone -->
</loot>
</monster>
Na pasta poke crie um arquivo XML chamado Feraligatr
<?xml version="1.0" encoding="UTF-8"?>
<monster name="Feraligatr" nameDescription="a Feraligatr" race="undead" experience="450" speed="250" manacost="0">
<health now="6500" max="6500"/>
<look type="329" head="20" body="30" legs="40" feet="50" corpse="7314"/>
<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="tackle" interval="1000" chance="50" min="-10" max="-30">
</attack>
<attack name="tail whip" interval="4500" chance="90" min="-30" max="-45">
</attack>
<attack name="bubble" interval="5000" chance="90" min="-1350" max="-1520">
</attack>
<attack name="splash" interval="3500" chance="90" min="-520" max="-1070">
</attack>
<attack name="hydro pump" interval="7000" chance="90" min="-500" max="-1900">
</attack>
<attack name="Hydro Cannon" interval="4000" chance="90" min="-909" max="-909">
</attack>
</attacks>
<defenses armor="1" defense="1">
</defenses>
<voices interval="5000" chance="10">
<voice sentence="Feraligatr!"/>
<voice sentence="Feraligatr!"/>
</voices>
<loot>
<item id="7159" countmax="9" chance="10000"/><!-- Sell Item -->
<item id="6569" countmax="1" chance="4000"/><!-- Sell Item -->
<item id="6126" countmax="1" chance="15000"/><!-- Sell Item -->
<item id="5810" chance="100"/><!-- Stone -->
</loot>
</monster>
depois de ter feito isso vá no arquivo monster e adcione as TAGS
<monster name="big snorlax" file="pokes/big snorlax.xml"/> <monster name="Chikorita" file="pokes/Chikorita.xml"/> <monster name="Bayleef" file="pokes/Bayleef.xml"/> <monster name="Meganium" file="pokes/Meganium.xml"/> <monster name="Cyndaquil" file="pokes/Cyndaquil.xml"/> <monster name="Quilava" file="pokes/Quilava.xml"/> <monster name="Typhlosion" file="pokes/Typhlosion.xml"/> <monster name="Totodile" file="pokes/Totodile.xml"/> <monster name="Croconaw" file="pokes/Croconaw.xml"/> <monster name="Feraligatr" file="pokes/Feraligatr.xml"/>
os NPC eu posto depois!
ei
me da REP++ pq eu me atrazei na escola por causa de vc¬¬
e nenhum desse scripts são meus!Eu me esquece para quem são os creditos mais não são para min!
mesmo assim eu quero REP++




info
Grupo: Campones
Registrado: 12/03/11
Posts: 0
Reputação: 0
Char no Tibia: Nao Jogo Tibia '-'
Bom...
Queria Pedir Alguns Scripts Pra vcs...
Sistemas :
Pokemons que Quero :
Nao Sei Se Pode Pedir Npc... Mais Vou Pedir :
Lembrando , Quem me Ajudar Vai Ganhar Vaga no Meu Ot...
Temos Vaga De :
Ot Vai Ficar Prontinho e Online Logo Logo.... Ja Adicionei
Lugia , Celebi , Entei , Raikou , Steelix , Etc...
Vlw Pela Atenção Pessoal ^^