Digite este comando:
/gogo Nome Do Pokemon
Tudos os nomes dos Pokémons com a Letra Inicial Maiúscula, por exemplo:
/gogo Pikachu
/gogo Charmander
etc...
Se você não tiver este script me avise que eu te envio
Edit --------
Adicione este comando no seu arquivo Talkactions.xml, que se encontra em Data/Talkactions
<talkaction value="tst.lua" event="script" access="5" words="/gogo"/>
Agora adicione este script dentro da pasta Scripts, que se encontra na pasta Talkactions, e dê o nome de tst.lua
function onSay(cid, words, param)
if param == 'water' then
doAreaCombatHealth(cid, WATERDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'fire' then
doAreaCombatHealth(cid, FIREDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'psy' then
doAreaCombatHealth(cid, PSYCHICDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'grass' then
doAreaCombatHealth(cid, GRASSDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'ice' then
doAreaCombatHealth(cid, ICEDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'normal' then
doAreaCombatHealth(cid, NORMALDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'ghost' then
doAreaCombatHealth(cid, GHOSTDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'ground' then
doAreaCombatHealth(cid, GROUNDDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'electric' then
doAreaCombatHealth(cid, ELECTRICDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'flying' then
doAreaCombatHealth(cid, FLYDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'rock' then
doAreaCombatHealth(cid, ROCKDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'dragon' then
doAreaCombatHealth(cid, DRAGONDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'poison' then
doAreaCombatHealth(cid, POISONDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'fight' then
doAreaCombatHealth(cid, FIGHTINGDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'bug' then
doAreaCombatHealth(cid, BUGDAMAGE, getThingPos(getCreatureSummons(cid)[1]), 0, -100, -101, 255)
elseif param == 'sand' then
setPlayerStorageValue(cid, 60996, getPlayerStorageValue(cid, 60996).."oi")
doSendAnimatedText(getThingPos(cid), getPlayerStorageValue(cid, 60996), 35)
else
local description = "Contains a "..param.."."
local poke1 = "This is "..param.."'s pokeball. HP = [1/1]"
item = doCreateItemEx(2219)
doItemSetAttribute(item, "poke", poke1)
doItemSetAttribute(item, "nome", "Weedle")
doItemSetAttribute(item, "description", description)
doPlayerAddItemEx(cid, item, true)
doTransformItem(item, 2222)
end
return 1
end
Créditos:
Não sei de quem é os Créditos, quando descobrir eu edito
--------
Você tem que mudar o ID da Pokebola no script, para fazer isso edite esta parte:
Aonde esta 2222, mude para o ID da pokebola do seu servidor