Ir para conteúdo

[Encerrado] [Pokemon] Dúvidas? - Pda


lucashgas

Posts Recomendados

@all

Como adicionar ou retirar um move de um pokemon??

tipow onde eu vou pra adicionar o golpe?

 

e como por exemplo adicionar o golpe e nesse golpe eu colocar lvl necessario pra poder o pokeon ultilizar ele?

se nun me engano é em data/lib/configuration.lua

procura la por moves

 

movestable = { --alterado v2.6 \/, peguem pelo menos toda essa tabela!

["Bulbasaur"] = {move1 = {name = "Quick Attack", level = 5, cd = 15, dist = 2, target = 1, f = 40, t = "normal"},

move2 = {name = "Razor Leaf", level = 12, cd = 10, dist = 4, target = 1, f = 33, t = "grass"},

move3 = {name = "Vine Whip", level = 19, cd = 20, dist = 1, target = 0, f = 65, t = "grass"},

move4 = {name = "Headbutt", level = 16, cd = 15, dist = 1, target = 1, f = 70, t = "normal"},

move5 = {name = "Leech Seed", level = 16, cd = 60, dist = 3, target = 1, f = 1, t = "grass"},

move6 = {name = "Solar Beam", level = 31, cd = 60, dist = 1, target = 0, f = 135, t = "grass"},

move7 = {name = "Sleep Powder", level = 20, cd = 80, dist = 1, target = 0, f = 0, t = "normal"},

move8 = {name = "Stun Spore", level = 18, cd = 45, dist = 1, target = 0, f = 0, t = "normal"},

move9 = {name = "Poison Powder", level = 17, cd = 45, dist = 1, target = 0, f = 0, t = "normal"},

},

Link para o comentário
Compartilhar em outros sites

@ALL Quand

o eu boto pra logar no Otclient aparece isso no console

 

[08/10/2012 18:45:29] [Warning - Protocol::RSA_decrypt] Not valid packet size

 

O que será?

Link para o comentário
Compartilhar em outros sites

@ALL Quand

o eu boto pra logar no Otclient aparece isso no console

 

[08/10/2012 18:45:29] [Warning - Protocol::RSA_decrypt] Not valid packet size

 

O que será?

leia o change log do patch v1.7/v2.7

 

Não tem nada mostrando a respeito sobre isto..

Editado por 353009
Link para o comentário
Compartilhar em outros sites

verifique isso

2* - Junto com o serv ira vir o OTClient, quem nao quiser n precisa utiliza-lo...

Caso nao for utiliza-lo, va em lib/configuration.lua e mude 'useOTClient = true' para false;

4* - Soh peguem o arquivo XML/Groups.xml se forem utilizar o OTClient!!!

Editado por PostadorHunter
Link para o comentário
Compartilhar em outros sites

Pessoal eu já tenho os pokemons da 3° e a 4°geração já na adicionados na minha Spr e agora o que faço ??

vc adiciono no dat tbm ???

se sim:

va em data/monsters/pokes

copie e cole um arquivo e renomei-e para o nome do seu pokemon

dentro adc isso

 

<?xml version="1.0" encoding="UTF-8"?>

<monster name="Aipom" nameDescription="an aipom" race="normal" experience="316" speed="137" manacost="0">

<health now="90" max="90"/>

<look type="890" head="30" body="50" legs="95" feet="113" corpse="3267"/>

<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="1"/>

<flag staticattack="90"/>

<flag runonhealth="0"/>

<flag hungerdelay="15"/>

</flags>

<attacks>

<attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>

<attack name="Quick Attack" interval="2711" chance="30" range="1"/>

<attack name="Scratch" interval="2617" chance="30" range="1"/>

<attack name="Headbutt" interval="2758" chance="30" range="1"/>

<attack name="Triple Punch" interval="2899" chance="29" range="1"/>

<attack name="Mega Punch" interval="2852" chance="29" range="1"/>

<attack name="Strafe" interval="4181" chance="27" range="5"/>

</attacks>

<defenses armor="0" defense="0"/>

<voices interval="5000" chance="10">

<voice sentence="AIIPOM!"/>

<voice sentence="AAII!"/>

<voice sentence="PPOOM!"/>

</voices>

<loot>

<item id="12187" chance="4000" count="1" countmax="1"/>

<item id="12186" chance="1500" count="1" countmax="1"/>

<item id="11453" chance="100" count="1" countmax="1"/>

</loot>

<script>

<event name="Spawn"/>

</script>

</monster>

 

 

onde esta:

Aipom coloque o nome do seu pokemon

nameDescription="an aipom" coloque a descrição do seu pokemon

experience="316" experiencia que ele da

<look type="890" looktype la do dat editor

<health now="90" max="90"/> life

---

<item id="12187" chance="4000" count="1" countmax="1"/>

<item id="12186" chance="1500" count="1" countmax="1"/>

<item id="11453" chance="100" count="1" countmax="1"/>

ids dos itens que podem cair no lot

------

 

<attacks>

<attack name="melee" interval="2000" chance="100" range="1" min="-50" max="-100"/>

<attack name="Quick Attack" interval="2711" chance="30" range="1"/>

<attack name="Scratch" interval="2617" chance="30" range="1"/>

<attack name="Headbutt" interval="2758" chance="30" range="1"/>

<attack name="Triple Punch" interval="2899" chance="29" range="1"/>

<attack name="Mega Punch" interval="2852" chance="29" range="1"/>

<attack name="Strafe" interval="4181" chance="27" range="5"/>

</attacks>

essess são os ataques que ele pode usa /\

 

em monster.xml adc isso

<monster name="Nome do seu Poekmon" file="pokes/geracao 1/nome do seu script.xml"/>

data/lib/configuration.lua

procura por movestable

adc isso la

 

["nome do pokemon"] = {move1 = {name = "Quick Attack", level = 5, cd = 15, dist = 2, target = 1, f = 40, t = "normal"},

move2 = {name = "Razor Leaf", level = 12, cd = 10, dist = 4, target = 1, f = 33, t = "grass"},

move3 = {name = "Vine Whip", level = 19, cd = 20, dist = 1, target = 0, f = 65, t = "grass"},

move4 = {name = "Headbutt", level = 16, cd = 15, dist = 1, target = 1, f = 70, t = "normal"},

move5 = {name = "Leech Seed", level = 16, cd = 60, dist = 3, target = 1, f = 1, t = "grass"},

move6 = {name = "Solar Beam", level = 31, cd = 60, dist = 1, target = 0, f = 135, t = "grass"},

move7 = {name = "Sleep Powder", level = 20, cd = 80, dist = 1, target = 0, f = 0, t = "normal"},

move8 = {name = "Stun Spore", level = 18, cd = 45, dist = 1, target = 0, f = 0, t = "normal"},

move9 = {name = "Poison Powder", level = 17, cd = 45, dist = 1, target = 0, f = 0, t = "normal"},

},

 

 

 

configure de modo que preferir

Link para o comentário
Compartilhar em outros sites

@AvengerPlayer

LOL vlw pelo report kkk erro bobo paka

 

@maguito

1* - essa vai da o bixo

2* - vms ver oq posso fazer qnt a isso

3* - tb ja to puto com isso ;x

4* - botando dividido os pokes n tiram nd.. tem q inventar algu ;x

5* - ta tas dizendo q os disables somam? ;x

6* - wtf?

Link para o comentário
Compartilhar em outros sites

Cara como faço para add na Dat ?esqueci fikei uns 3 meses sem mecher no meu PDA e esqueci geral .

 

A Alguém sabe como faço para tirar o nlv dos pokemons do jogo eu baixei esse PDA desse topico + ele vem com level e eu queria sem level e atualizado .Alguém sabe pelo menos como tirar o nlv dos mpokemons só quero que o payer tenham nlv?

Link para o comentário
Compartilhar em outros sites

Visitante
Este tópico está impedido de receber novos posts.
×
×
  • Criar Novo...