Primeiro, você precisa ir em Data/Monster/Pokes/PASTA DO POKÉMON/POKÉMON
exemplo:
Em Data/Monster/Pokes/PASTA DO POKÉMON/NOME DO POKE.xml , você escreve isso:
<?xml version="1.0" encoding="UTF-8"?>
<monster name="NOME DO POKE" nameDescription="a NOME DO POKE" race="psychic" experience="204" speed="104" manacost="0">
<health now="30" max="30"/>
<look type="613" head="10" body="30" legs="95" feet="113" corpse="11838"/>
<targetchange interval="10000" chance="0"/>
<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="2"/>
<flag staticattack="100"/>
<flag runonhealth="0"/>
<flag hungerdelay="24"/>
</flags>
<attacks>
<attack name="physical" interval="2000" chance="100" range="4" min="-50" max="-100">
<attribute key="shootEffect" value="eartharrow"/>
</attack>
<attack name="Psychic" interval="2617" chance="30" range="6"/>
<attack name="Restore" interval="4920" chance="20" range="6"/>
<attack name="Psy Pulse" interval="2852" chance="29" range="4"/>
<attack name="Calm Mind" interval="3040" chance="28" range="8"/>
</attacks>
<defenses armor="0" defense="0"/>
<voices interval="5000" chance="10">
<voice sentence="ABRA!"/>
</voices>
<loot>
<item id="12194" chance="4000" chance1="129" chancemax="156" count="1" countmax="1"/>
</loot>
<script>
<event name="Spawn"/>
</script>
</monster>
e depois, vá em Data/Monster/monsters.xml adicione isso:
<monster name="NOME DO POKE" file="pokes/Pasta Do Pokemon/NOME DO POKE.xml"/>
pronto, seu pokémon foi adcionado, para adcionar ataques você vai em: Data/Lib/Configuration.lua e coloca isso perto dos outros:
["NOME DO POKE"] = {move1 = {name = "ATTACK 1", level = LEVEL PARA USAR, cd = TEMPO DE CD, dist = 1, target = 0, f = 0, t = "normal"},
move2 = {name = "ATTACK 2", level = LEVEL PARA USAR, cd = TEMPO DE CD, dist = 5, target = 1, f = 35, t = "psychic"},
move3 = {name = "ATTACK 3", level = LEVEL PARA USAR, cd = TEMPO DE CD, dist = 1, target = 0, f = 90, t = "psychic"},
move4 = {name = "ATTACK 4", level = LEVEL PARA USAR, cd = TEMPO DE CD, dist = 1, target = 0, f = 0, t = "psychic"},
},
e depois procure por outra linha parecida e arrume assim:
["NOME DO POKE"] = {offense = FORÇA, defense = DEFESA, specialattack = 7, vitality = VIDA, agility = VELOCIDADE, exp = EXPERIENCIA, level = LEVEL PARA USAR, wildLvl = 15, type = "TIPO1", type2 = "TIPO 2"},
e pronto, seu pokémon está adcionado com força e ataque.
Ajudei? REP+




info
Grupo: Barão
Registrado: 20/01/13
Posts: 242
Reputação: 0
Char no Tibia: Akira
queria saber como adcionar os novos pokemons de unova eu ja tenho o dat e scprit: http://www.4shared.c...ao_-_Stiga.html mais nao sei oque fazer para adcionar pf alguem me ajuda por exemplo oque eu tenho que baixar e fazer outras coisas como colocar ataques etc....
mais pessoal pf escreve no comentario nao quero que fica enviando para outro tutorias que e a mesma coisa que nao saber pf alguem me ajuda
Editado Janeiro 29 por firewere