Postado Junho 15, 2014 10 anos O tópico foi movido para a área correta, preste mais atenção da próxima vez! Leia as regras do fórum: http://tibiaking.com/forum/topic/1281-regras-gerais/?p=7680 Este tópico foi movido: De: "OTServ → Suporte OTServ → Suporte de OTServ Geral" Para: "OTServ → Suporte OTServ → Suporte de Servidores Derivados" Ajudei = REP+ Não dou suporte por PM qualquer dúvida procure no fórum,caso não encontre oque procura crie um tópico. [email protected]" /> | TFS 0.4 DEV | %5Bcreaturescript%5D Icones no minimap com descrição%5Btalkaction%5D Adicionar ou remover VIP do player.%5Bcreaturescripts%5D Senha para porta%5Btalkaction%5D Mandar mensagem para pasta do servidorMapa Evento War Castle%5Baction%5D Canoa em MovimentoTeleport Scroll System%5Bcreaturescripts%5D Recompensa por level para X vocations%5Btalkaction%5D Adicionar X item para o player%5Btalkactions%5D Adicionar item para todos players online%5Baction%5D Item que teleporta o player para house[action+movement] Passaporte para entrar no barco
Postado Junho 15, 2014 10 anos Manda As scripts delas? está em data/actions/scripts e quero sabe servidor com level? ou sem? Editado Junho 15, 2014 10 anos por AnnaFeeh (veja o histórico de edições)
Postado Junho 15, 2014 10 anos Autor local evo = { --nome do shiny, qnts stones precisa ["Snorlax"] = {"Shiny Snorlax", 1}, ["Gengar"] = {"Shiny Gengar", 1}, ["Ninetales"] = {"Shiny Ninetales", 1}, ["Raichu"] = {"Shiny Raichu", 1}, ["Alakazam"] = {"Shiny Alakazam", 1}, ["Venusaur"] = {"Shiny Venusaur", 1}, ["Charizard"] = {"Shiny Charizard", 1}, ["Blastoise"] = {"Shiny Blastoise", 1}, --alterado v2.4 ["Butterfree"] = {"Shiny Butterfree", 1}, ["Beedrill"] = {"Shiny Beedrill", 1}, ["Pidgeot"] = {"Shiny Pidgeot", 1}, ["Rattata"] = {"Shiny Rattata", 1}, ["Raticate"] = {"Shiny Raticate", 1}, ["Fearow"] = {"Shiny Fearow", 1}, ["Nidoking"] = {"Shiny Nidoking", 1}, ["Zubat"] = {"Shiny Zubat", 1}, ["Golbat"] = {"Shiny Golbat", 1}, ["Onix"] = {"Shiny Onix", 1}, -- ["Salamence"] = {"Shiny Salamence", 1}, ["Oddish"] = {"Shiny Oddish", 1}, ["Vileplume"] = {"Shiny Vileplume", 1}, ["Paras"] = {"Shiny Paras", 1}, ["Parasect"] = {"Shiny Parasect", 1}, ["Venonat"] = {"Shiny Venonat", 1}, ["Venomoth"] = {"Shiny Venomoth", 1}, ["Growlithe"] = {"Shiny Growlithe", 1}, ["Arcanine"] = {"Shiny Arcanine", 1}, ["Abra"] = {"Shiny Abra", 1}, ["Tentacool"] = {"Shiny Tentacool", 1}, ["Tentacruel"] = {"Shiny Tentacruel", 1}, ["Golem"] = {"Shiny Golem", 1}, ["Farfetch'd"] = {"Shiny Farfetch'd", 1}, ["Grimer"] = {"Shiny Grimer", 1}, ["Muk"] = {"Shiny Muk", 1}, ["Hypno"] = {"Shiny Hypno", 1}, ["Krabby"] = {"Shiny Krabby", 1}, ["Kingler"] = {"Shiny Kingler", 1}, ["Voltorb"] = {"Shiny Voltorb", 1}, ["Electrode"] = {"Shiny Electrode", 1}, ["Cubone"] = {"Shiny Cubone", 1}, ["Marowak"] = {"Shiny Marowak", 1}, ["Hitmonlee"] = {"Shiny Hitmonlee", 1}, ["Hitmonchan"] = {"Shiny Hitmonchan", 1}, ["Tangela"] = {"Shiny Tangela", 1}, ["Horsea"] = {"Shiny Horsea", 1}, ["Seadra"] = {"Shiny Seadra", 1}, ["Scyther"] = {"Shiny Scyther", 1}, ["Jynx"] = {"Shiny Jynx", 1}, ["Electabuzz"] = {"Shiny Electabuzz", 1}, ["Pinsir"] = {"Shiny Pinsir", 1}, ["Magikarp"] = {"Shiny Magikarp", 1}, ["Gyarados"] = {"Shiny Gyarados", 1}, ["Vaporeon"] = {"Shiny Vaporeon", 1}, ["Jolteon"] = {"Shiny Jolteon", 1}, ["Flareon"] = {"Shiny Flareon", 1}, ["Dratini"] = {"Shiny Dratini", 1}, ["Dragonair"] = {"Shiny Dragonair", 1}, ["Dragonite"] = {"Shiny Dragonite", 1}, ["Wigglytuff"] = {"Shiny Wigglytuff", 1}, ["Hitmontop"] = {"Shiny Hitmontop", 1}, } local balls = { [11826] = {newBall = 11826}, [11832] = {newBall = 11832}, [11835] = {newBall = 11835}, [11829] = {newBall = 11829}, } 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 if getPlayerItemCount(cid, item.itemid) >= evo[monster][2] then doPlayerSendTextMessage(cid, 27, "Parabens! Seu "..getPokeName(itemEx.uid).." evoluiu para "..evo[monster][1].."!") local health, maxHealth = getCreatureHealth(itemEx.uid), getCreatureMaxHealth(itemEx.uid) doSendMagicEffect(getThingPos(itemEx.uid), 18) doRemoveCreature(itemEx.uid) doPlayerRemoveItem(cid, item.itemid, evo[monster][2]-1) doRemoveItem(item.uid, 1) doSummonMonster(cid,evo[monster][1]) local pokeball = getPlayerSlotItem(cid, 8) doItemSetAttribute(pokeball.uid, "poke", evo[monster][1]) doItemSetAttribute(pokeball.uid, "level", pokes[evo[monster][1]].level) doItemSetAttribute(ball, "hp", 1) doItemSetAttribute(ball, "happy", 110) local pk = getCreatureSummons(cid)[1] local getShinyPokeballs = balls[getPlayerSlotItem(cid, 8).itemid] doTransformItem(getPlayerSlotItem(cid, 8).uid, getShinyPokeballs.newBall) adjustStatus(pk, pokeball.uid, true, false, true) return TRUE else return doPlayerSendTextMessage(cid, 27, "You need atleast ".. evo[monster][2] .." stones to do it!") end end end return FALSE end function onUse(cid, item, topos, item2, frompos) local myball = getPlayerSlotItem(cid, 8) local boost = getItemAttribute(myball.uid, "boost") or 0 local boosts = 1 if boost == 20 then doPlayerSendCancel(cid, "Seus pokemon já está no impulso máximo.") return true end if not isSummon(item2.uid) then doPlayerSendCancel(cid, "Use only in your pokemons.") return true end boosts = boosts local pokemon = getItemAttribute(myball.uid, "poke") local off = pokes[pokemon].offense * boost_rate * boosts local def = pokes[pokemon].defense * boost_rate * boosts local agi = pokes[pokemon].agility * boosts local spatk = pokes[pokemon].specialattack * boost_rate * boosts local vit = pokes[pokemon].vitality * boost_rate * boosts newBoost = boost + boosts if newBoost > 70 then newBoost = 70 end doSetItemAttribute(myball.uid, "boost", newBoost) doItemSetAttribute(myball.uid, "offense", getItemAttribute(myball.uid, "offense") + off) doItemSetAttribute(myball.uid, "defense", getItemAttribute(myball.uid, "defense") + def) doItemSetAttribute(myball.uid, "speed", getItemAttribute(myball.uid, "speed") + agi) doItemSetAttribute(myball.uid, "specialattack", getItemAttribute(myball.uid, "specialattack") + spatk) doItemSetAttribute(myball.uid, "vitality", getItemAttribute(myball.uid, "vitality") + vit) doRemoveItem(item.uid) doSendMagicEffect(getThingPos(item2.uid), 103) doPlayerSendTextMessage(cid, 27, "Congrulations, your "..pokemon..", as beem boosted +"..boosts..".") doPlayerSendTextMessage(cid, 27, "Now your "..pokemon.." have a boost +"..newBoost..".") doSendAnimatedText(getThingPos(item2.uid), "+"..boosts.." Boost", 215) return true end E com lvl
Postado Junho 15, 2014 10 anos tenta:: local evo = { --nome do shiny, qnts stones precisa ["Snorlax"] = {"Shiny Snorlax", 1}, ["Gengar"] = {"Shiny Gengar", 1}, ["Ninetales"] = {"Shiny Ninetales", 1}, ["Raichu"] = {"Shiny Raichu", 1}, ["Alakazam"] = {"Shiny Alakazam", 1}, ["Venusaur"] = {"Shiny Venusaur", 1}, ["Charizard"] = {"Shiny Charizard", 1}, ["Blastoise"] = {"Shiny Blastoise", 1}, --alterado v2.4 ["Butterfree"] = {"Shiny Butterfree", 1}, ["Beedrill"] = {"Shiny Beedrill", 1}, ["Pidgeot"] = {"Shiny Pidgeot", 1}, ["Rattata"] = {"Shiny Rattata", 1}, ["Raticate"] = {"Shiny Raticate", 1}, ["Fearow"] = {"Shiny Fearow", 1}, ["Nidoking"] = {"Shiny Nidoking", 1}, ["Zubat"] = {"Shiny Zubat", 1}, ["Golbat"] = {"Shiny Golbat", 1}, ["Onix"] = {"Shiny Onix", 1}, -- ["Salamence"] = {"Shiny Salamence", 1}, ["Oddish"] = {"Shiny Oddish", 1}, ["Vileplume"] = {"Shiny Vileplume", 1}, ["Paras"] = {"Shiny Paras", 1}, ["Parasect"] = {"Shiny Parasect", 1}, ["Venonat"] = {"Shiny Venonat", 1}, ["Venomoth"] = {"Shiny Venomoth", 1}, ["Growlithe"] = {"Shiny Growlithe", 1}, ["Arcanine"] = {"Shiny Arcanine", 1}, ["Abra"] = {"Shiny Abra", 1}, ["Tentacool"] = {"Shiny Tentacool", 1}, ["Tentacruel"] = {"Shiny Tentacruel", 1}, ["Golem"] = {"Shiny Golem", 1}, ["Farfetch'd"] = {"Shiny Farfetch'd", 1}, ["Grimer"] = {"Shiny Grimer", 1}, ["Muk"] = {"Shiny Muk", 1}, ["Hypno"] = {"Shiny Hypno", 1}, ["Krabby"] = {"Shiny Krabby", 1}, ["Kingler"] = {"Shiny Kingler", 1}, ["Voltorb"] = {"Shiny Voltorb", 1}, ["Electrode"] = {"Shiny Electrode", 1}, ["Cubone"] = {"Shiny Cubone", 1}, ["Marowak"] = {"Shiny Marowak", 1}, ["Hitmonlee"] = {"Shiny Hitmonlee", 1}, ["Hitmonchan"] = {"Shiny Hitmonchan", 1}, ["Tangela"] = {"Shiny Tangela", 1}, ["Horsea"] = {"Shiny Horsea", 1}, ["Seadra"] = {"Shiny Seadra", 1}, ["Scyther"] = {"Shiny Scyther", 1}, ["Jynx"] = {"Shiny Jynx", 1}, ["Electabuzz"] = {"Shiny Electabuzz", 1}, ["Pinsir"] = {"Shiny Pinsir", 1}, ["Magikarp"] = {"Shiny Magikarp", 1}, ["Gyarados"] = {"Shiny Gyarados", 1}, ["Vaporeon"] = {"Shiny Vaporeon", 1}, ["Jolteon"] = {"Shiny Jolteon", 1}, ["Flareon"] = {"Shiny Flareon", 1}, ["Dratini"] = {"Shiny Dratini", 1}, ["Dragonair"] = {"Shiny Dragonair", 1}, ["Dragonite"] = {"Shiny Dragonite", 1}, ["Wigglytuff"] = {"Shiny Wigglytuff", 1}, ["Hitmontop"] = {"Shiny Hitmontop", 1}, } local balls = { [11826] = {newBall = 11826}, [11832] = {newBall = 11832}, [11835] = {newBall = 11835}, [11829] = {newBall = 11829}, } 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 if getPlayerItemCount(cid, item.itemid) >= evo[monster][2] then doPlayerSendTextMessage(cid, 27, "Parabens! Seu "..getPokeName(itemEx.uid).." evoluiu para "..evo[monster][1].."!") local health, maxHealth = getCreatureHealth(itemEx.uid), getCreatureMaxHealth(itemEx.uid) doSendMagicEffect(getThingPos(itemEx.uid), 18) doRemoveCreature(itemEx.uid) doPlayerRemoveItem(cid, item.itemid, evo[monster][2]-1) doRemoveItem(item.uid, 1) doSummonMonster(cid,evo[monster][1]) local pokeball = getPlayerSlotItem(cid, 8) doItemSetAttribute(pokeball.uid, "poke", evo[monster][1]) doItemSetAttribute(pokeball.uid, "level", pokes[evo[monster][1]].level) doItemSetAttribute(ball, "hp", 1) doItemSetAttribute(ball, "happy", 110) local pk = getCreatureSummons(cid)[1] local getShinyPokeballs = balls[getPlayerSlotItem(cid, 8).itemid] doTransformItem(getPlayerSlotItem(cid, 8).uid, getShinyPokeballs.newBall) adjustStatus(pk, pokeball.uid, true, false, true) return TRUE else return doPlayerSendTextMessage(cid, 27, "You need atleast ".. evo[monster][2] .." stones to do it!") end end end return FALSE end Fale se deu certo e mim mande o seu booststone.lua *--*
Participe da conversa
Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.