Scripts De Pokemon Criado Por Min

GodZikka
em Actions e Talkactions

GodZikka

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 21/10/10Posts: 5

Ola Pesoal vou mandar ae para vcs meus scripts

 

sao quebra galho

 

primeiro script

key of shiny va na pasta actions scripts depois copie um bloco de notas

renomei o bloco por esse nome Key Of Shiny e coloque isso dentro

 

 

local evo = {

 

["Abra"] = "shiny abra",

["Arcanine"] = "shiny arcanine",

["Scyther"] = "shiny Scyther",

["Electabuzz"] = "shiny electabuzz",

["Hitmonlee"] = "shiny hitmonlee",

["Blastoise"] = "shiny blastoise",

["Onix"] = "Crystal Onix",

["Hitmonchan"] = "shiny hitmonchan",

["Raichu"] = "shiny raichu",

["shiny magikarp"] = "red gyarados",

["Zubat"] = "shiny zubat",

["Venusaur"] = "shiny venusaur",

["Raichu"] = "shiny Raichu",

["Dratini"] = "shiny dratini",

["Seadra"] = "shiny seadra",

["Grimer"] = "shiny grimer",

["Charizard"] = "Elder charizard",

["Tentacool"] = "shiny tentacool",

["Tentacruel"] = "shiny tentacruel",

["Voltorb"] = "shiny voltorb",

["Venomoth"] = "shiny venomoth",

["Rattata"] = "shiny rattata",

["Raticate"] = "shiny raticate",

["Paras"] = "shiny paras",

["Parasect"] = "shiny parasect",

["Krabby"] = "shiny krabby",

["Kingler"] = "shiny kingler",

["Horsea"] = "shiny horsea",

["Butterfree"] = "shiny butterfree",

["Electrode"] = "shiny electrode",

["Farfetchd"] = "shiny farfetchd",

["Psyduck"] = "Cristiman Psyduck",

[""] = "",

[""] = "",

 

}

 

local pokeballs = {

[2531] = {"Pokeball"},

[2557] = {"Superball"},

[2524] = {"Greatball"},

[2525] = {"Ultraball"},

[2523] = {"Masterball"},

}

 

function onUse(cid, item, fromPosition, itemEx, toPosition)

if isMonster(itemEx.uid) and getCreatureMaster(itemEx.uid) == cid then

local monster = getCreatureName(itemEx.uid)

if evo[monster] then

local health, maxHealth = getCreatureHealth(itemEx.uid), getCreatureMaxHealth(itemEx.uid)

doRemoveCreature(itemEx.uid)

doRemoveItem(item.uid)

local summon = doCreateMonster(evo[monster], toPosition)

doConvinceCreature(cid, summon)

local balls = pokeballs[getPlayerSlotItem(cid,8).itemid]

doItemSetAttribute(getPlayerSlotItem(cid, 8).uid, "name", ""..evo[monster].." "..balls[1])

doCreatureAddHealth(summon, health-maxHealth)

doSendMagicEffect(getThingPos(summon), 18)

return TRUE

end

end

return FALSE

end

 

Depois va em actios xml e coloque isso

<action itemid="2091" event="script" allowfaruse="10" value="stones/Key of Shiny.lua"/>

.....................

agora proximo script

nome key of name vai em actions scripts copie um bloco

e renomei para Key Of Name

coloque isso dentro

 

 

local evo = {

 

["Elder Charizard"] = "Armagedon",

["Golduck"] = "Shiny Patolino",

["Tentacruel"] = "Dj.Cruel",

["Golem"] = "War Golem",

["Snorlax"] = "Seu Barriga",

["Arcanine"] = "Dog",

["Electabuzz"] = "Buzz Laitir",

["Hitmonlee"] = "Montal Conbat",

["Hitmonchan"] = "Soco Fodao",

["Venusaur"] = "Sapo",

["Ninetales"] = "Kilbi",

["Scyther"] = "Laminas Destruidoras",

["Pidgeot"] = "Pardal",

["Lickitung"] = "Linguinha",

["Gyarados"] = "Cobra Da Agua",

["Mr.Mime"] = "Mestre",

["Alakazam"] = "UltraZam",

["Aerodactyl"] = "Pedra voadora",

["Fearow"] = "Urubu",

["Mewtwo"] = "PokeMaster",

["Porygon"] = "Latao Voador",

["Chansey"] = "Gorda",

["Charizard"] = "Dragao",

["Ditto"] = "Amoeba",

["Wigglytuff"] = "WarTuff",

["Magmar"] = "Vulcao",

["Raichu"] = "Raio",

["Articuno"] = "Passaro Azul",

["Lapras"] = "Latios",

["Dragonite"] = "Dragao Da Nait",

["Cristman Psyduck"] = "PsyNatalino",

["Vaporeon"] = "CaoAquatico",

["Tauros"] = "TorrOLokoo",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

 

}

 

local pokeballs = {

[2531] = {"Pokeball"},

[2557] = {"Superball"},

[2524] = {"Greatball"},

[2525] = {"Ultraball"},

[2523] = {"Masterball"},

}

 

function onUse(cid, item, fromPosition, itemEx, toPosition)

if isMonster(itemEx.uid) and getCreatureMaster(itemEx.uid) == cid then

local monster = getCreatureName(itemEx.uid)

if evo[monster] then

local health, maxHealth = getCreatureHealth(itemEx.uid), getCreatureMaxHealth(itemEx.uid)

doRemoveCreature(itemEx.uid)

doRemoveItem(item.uid)

local summon = doCreateMonster(evo[monster], toPosition)

doConvinceCreature(cid, summon)

local balls = pokeballs[getPlayerSlotItem(cid,8).itemid]

doItemSetAttribute(getPlayerSlotItem(cid, 8).uid, "name", ""..evo[monster].." "..balls[1])

doCreatureAddHealth(summon, health-maxHealth)

doSendMagicEffect(getThingPos(summon), 18)

return TRUE

end

end

return FALSE

end

 

agora abra o actions xml

<action itemid="2088" event="script" allowfaruse="10" value="stones/Key Of Name.lua"/>

No meu server esse key of name e uma chave que vc coloca o nome do pokemon

eu fiz pra ser sopara vips

agora vamos para o proximo script

 

va em actions scripts copie um bloco renomei para Master Key

 

 

local evo = {

 

["Electabuzz"] = "Elekid",

["Magmar"] = "Magby",

["Hitmonlee"] = "Tyrogue",

["Hitmonchan"] = "Tyrogue",

["Pikachu"] = "Pichu",

[""] = "",

[""] = "",

[""] = "",

[""] = "",

 

}

 

local pokeballs = {

[2531] = {"Pokeball"},

[2557] = {"Superball"},

[2524] = {"Greatball"},

[2525] = {"Ultraball"},

[2523] = {"Masterball"},

}

 

function onUse(cid, item, fromPosition, itemEx, toPosition)

if isMonster(itemEx.uid) and getCreatureMaster(itemEx.uid) == cid then

local monster = getCreatureName(itemEx.uid)

if evo[monster] then

local health, maxHealth = getCreatureHealth(itemEx.uid), getCreatureMaxHealth(itemEx.uid)

doRemoveCreature(itemEx.uid)

doRemoveItem(item.uid)

local summon = doCreateMonster(evo[monster], toPosition)

doConvinceCreature(cid, summon)

local balls = pokeballs[getPlayerSlotItem(cid,8).itemid]

doItemSetAttribute(getPlayerSlotItem(cid, 8).uid, "name", ""..evo[monster].." "..balls[1])

doCreatureAddHealth(summon, health-maxHealth)

doSendMagicEffect(getThingPos(summon), 18)

return TRUE

end

end

return FALSE

end

 

agora va em actions xml e escreva isso dentro

<action itemid="2089" event="script" allowfaruse="10" value="stones/Master Key.lua"/>

 

esta stone faz prea que vc destrans forme o (electabuzz no elekid)o(magmar no magby)o (raichu no pichu)

 

E isso ae pessoal so oq eu tenho espero que vcs usen bem esses scripts e que eles ajuden seu server a se aprimorar

emquanto as pessoas que tem os scripts sertos nao postem

 

Obrigado xtibia

Gosto +Rep

Nao Gosto (Pelomenos Paro Para Olhar)

e isso ae munto Obrigado

Dudu08267

avatar
Visconde
Visconde

INFOS

Grupo: ViscondeRegistrado: 05/09/10Posts: 305

LOL? você que fez ou você pego do ot do thalia ou flash e so edito? nao estou criticando mas eu ja vi esse evolution em algum lugar!

Tiagohells

Dark Tiagohells
avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 25/12/10Posts: 53Gênero: MasculinoChar no Tibia: Uknown

ADMVictor

avatar
Campones
Campones

INFOS

Grupo: CamponesRegistrado: 26/06/11Posts: 34Char no Tibia: Lord Paulistinha

Tiago sem querer ser chato mais n pode reviver tópico depois de 1mes ou + não ;x

 

@Topic nen vo testa pq ja vi em algum luga

 

1 errro ai a evolução passada do hitmonlee é hitmontop não tyrogue ¬¬'

 

2 não fica pegando script dos otro edita e diz q é seu sem posta credito não qualé...

 

3 nem recebe meu rep+ ...