Ir para conteúdo

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


lucashgas

Posts Recomendados

@Slicer

Eu peço um favor, você sabe como o agregado elemental hand do hitmonchan?

neste script?

 

 

local level = 1

local extrastr = 5

local btype = "normal"

function onUse(cid, item, frompos, item2, topos)

local pokemon = ""

if item.uid == nil then return true end

if item.itemid == 12420 then

pokemon = "Hitmonlee"

elseif item.itemid == 12421 then

pokemon = "Hitmonchan"

else

return true

end

if getPlayerStorageValue(cid, 344487) == 2 then

return doPlayerSendCancel(cid, "You have picked your prize!")

end

if getPlayerStorageValue(cid, 344487) ~= 1 then

return doPlayerSendCancel(cid, "You need own all fight trainer to choose your prize!")

end

if getPlayerMana(cid) >= 6 then

return doPlayerSendCancel(cid, "You don't have capacity for your prize!")

end

if pokemon == "" then return true end

local gender = getRandomGenderByName(pokemon)

local mypoke = getPokemonStatus(pokemon)

if not mypoke then return true end

local offense = mypoke.off * level * extrastr

local defense = mypoke.def * level * extrastr

local speed = mypoke.agi * level * extrastr

local vit = mypoke.vit * level * extrastr

local spatk = mypoke.spatk * level * extrastr

local happy = 180

local leveltable = getPokemonExperienceTable(pokemon)

local item = doCreateItemEx(2219)

doItemSetAttribute(item, "poke", pokemon)

doItemSetAttribute(item, "hp", 1)

doItemSetAttribute(item, "level", level)

doItemSetAttribute(item, "exp", leveltable[level])

doItemSetAttribute(item, "nextlevelexp", leveltable[level+1] - leveltable[level])

doItemSetAttribute(item, "offense", offense)

doItemSetAttribute(item, "defense", defense)

doItemSetAttribute(item, "speed", speed)

doItemSetAttribute(item, "vitality", vit)

doItemSetAttribute(item, "specialattack", spatk)

doItemSetAttribute(item, "happy", happy)

doItemSetAttribute(item, "gender", gender)

doItemSetAttribute(item, "description", "Contains a "..pokemon..".")

doItemSetAttribute(item, "fakedesc", "Contains a "..pokemon..".")

doPlayerAddItemEx(cid, item, true)

doTransformItem(item, pokeballs[btype].on)

doPlayerSendTextMessage(cid, 27, "You choose a "..pokemon..".")

setPlayerStorageValue(cid, 344487, 2)

doSendMagicEffect(getThingPos(cid), 29)

doSendMagicEffect(getThingPos(cid), 27)

doSendMagicEffect(getThingPos(cid), 29)

return TRUE

end

 

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

Alguem pode me explicar como funciona as fotos na barra do pokemon??

 

Porque la no config eu puis o ID da foto do Shiny Wartortle (Exemplo) ai no portrait apareceu o Shiny Wartortle mas la na barra aparece o Aerodactyl

Link para o comentário
Compartilhar em outros sites

Alguem pf manda os pokemons configurados pf..(Com todos atks normais na barra de CD)

Dou REP +++++

 

EDIT: Ajuda plx, qdo o Char morre ele nao para de morre '-'.. Tipo vc morre ai quando loga ele morre dnv..

E eu soh estou pescando pokes lvl 100, como coloca eles Low lvl ?

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

Galera achei um programa aqui pro Pessoal que tá com problemas pra trocar o Ip.

 

Link

 

 

 

Comigo deu tudo certo, e na hora de escolher a versão coloque 8.10

 

 

@Pokemonultimatetwo

Usa esse programa pra modificar o ip do teu client.

Link para o comentário
Compartilhar em outros sites

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