Ir para conteúdo

Shiny Stone


EddyHavaiano

Posts Recomendados

Ola Galerinha do XTibia

Venho aqui posta uma script da shiny stone vi um pedido no forum e resolvi posta a do meu antigo servidor... vamos ao que interessa.

Primeiramente vá em "DATA/ACTIONS/SCRIPTS" ou "DATA/ACTIONS/SCRIPTS/STONES" do como que estiver no seu servidor e copie um arquivo ".lua" renomeie para shinystone.lua e cole isto dentro.

 

local evo = {        ["Abra"] = "Shiny Abra",	["Arcanine"] = "Shiny Arcanine",	["Beedrill"] = "Shiny Beedrill",	["Blastoise"] = "Shiny Blastoise",	["Dratini"] = "Shiny Dratini",	["Electabuzz"] = "Shiny Electabuzz",	["Electrode"] = "Shiny Electrode",	["Farfetchd"] = "Shiny Farfetchd",	["Grimer"] = "Shiny Grimer",	["Growlithe"] = "Shiny Growlithe",	["Gyarados"] = "Red Gyarados",	["Hitmonchan"] = "Shiny Hitmonchan",	["Hitmonlee"] = "Shiny Hitmonlee",	["Horsea"] = "Shiny Horsea",	["Jynx"] = "Shiny Jynx",	["Onix"] = "Crystal Onix",	["Kingler"] = "Shiny Kingler",	["Krabby"] = "Shiny Krabby",	["Parasect"] = "Shiny Parasect",	["Pikachu"] = "Shiny Pikachu",	["Raichu"] = "Shiny Raichu",	["Raticate"] = "Shiny Raticate",	["Scyther"] = "Shiny Scyther",	["Seadra"] = "Shiny Seadra",	["Tentacruel"] = "Shiny Tentacruel",	["Venomoth"] = "Shiny Venomoth",	["Venusaur"] = "Shiny Venusaur",	["Voltorb"] = "Shiny Voltorb",	["Electrode"] = "Shiny Electrode",	["Pinsir"] = "Shiny Pinsir",	["Gengar"] = "Shiny Gengar",	["Snorlax"] = "Big Snorlax",	["Vaporeon"] = "Shiny Vaporeon",	["Flareon"] = "Shiny Flareon",	["Jolteon"] = "Shiny Jolteon",	["Kadabra"] = "Shiny Kadabra",	["Alakazam"] = "Shiny Alakazam",	["Zubat"] = "Shiny Zubat",	["Pidgeot"] = "Shiny Pidgeot",	["Paras"] = "Shiny Paras",	["Parasect"] = "Shiny Parasect",	["Golbat"] = "Shiny Golbat",}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

 

Apos ter feito o passo acima feche e salve, logo em seguida vá em "DATA/ACTIONS/ACTIONS.XML" e adicione esta tag

 

<action itemid="2361" event="script" allowfaruse="10" value="stones/shinystone.lua"/>

Caso seu diretório seja "DATA/ACTIONS/SCRIPTS adicione esta tag.

<action itemid="2361" event="script" allowfaruse="10" value="shinystone.lua"/>

 

Adicionando mais pokemons no meu script.

E simples siga os passos abaixo

 

 

 

	["NOMEDOPOKEMON NORMAL"] = "NOMEDOPOKEMONSHINY",

Adicione abaixo da ultima tag exemplo

	["Golbat"] = "Shiny Golbat",
	["Gorluck"] = "Shiny Gorluck", - Tag adicionada

}

 

 

 

Agora salve e pronto shiny stone adicionada. =)

A sim imagem não tive tempo de testa pois estou no hospital doente mais logo que chega em casa daqui umas 2 semanas eu testarei e postarei

 

ID DA SHINY STONE = 2361

 

AJUDEI ?? REP +

NÃO ?? Poste sua duvida ou erro e tentarei ajuda-lo.

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

Pega um item diferente para que seja a boost stone

 

e muda o ID nesta tag

Caso seu diretório seja "DATA/ACTIONS/SCRIPTS adicione esta tag.
<action itemid="2361" event="script" allowfaruse="10" value="shinystone.lua"/>

MUDE ONDE TEM ITEMID para um ID diferete.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...