Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''ajuda !''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • xTibia - Notícias e Suporte
    • Regras
    • Noticias
    • Soluções
    • Projetos Patrocinados
    • Tutoriais para Iniciantes
    • Imprensa
  • OTServ
    • Notícias e Debates
    • OTServlist
    • Downloads
    • Recursos
    • Suporte
    • Pedidos
    • Show-Off
    • Tutoriais
  • OFF-Topic
    • Barzinho do Éks
    • Design
    • Informática

Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Sou

Encontrado 5 registros

  1. Galera como fasso pra deixar servidor online com net compartilhada e Observaçao meu servidor é um 10-11OTXserver se alguem poder me ajudar tou sempre logado no Xtibia é nos <3
  2. Galera boa noite, Alguém por favor pode me ajudar nesse Script aqui: Ajuda seria que o Pokemon está usando só 2 Stones !! Agradeço desde já quem puder me ajudar nesse Script Retribuo ajuda em Web: ^^ function onUse(cid, item, topos, item2, frompos) local myball = getPlayerSlotItem(cid, local boost = getItemAttribute(myball.uid, "boost") or 0 local boosts = 5 if boost == 70 then doPlayerSendCancel(cid, "Your pokemon is already at maximum boost.") 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 -----Shiny stone: local evo = { --nome do shiny, qnts stones precisa ["Snorlax"] = {"Shiny Snorlax", 8}, ["Gengar"] = {"Shiny Gengar", 9}, ["Ninetales"] = {"Shiny Ninetales", 7}, ["Raichu"] = {"Shiny Raichu", 7}, ["Alakazam"] = {"Shiny Alakazam", 10}, ["Venusaur"] = {"Shiny Venusaur", 6}, ["Charizard"] = {"Shiny Charizard", 7}, ["Blastoise"] = {"Shiny Blastoise", 6}, --alterado v2.4 ["Butterfree"] = {"Shiny Butterfree", 3}, ["Beedrill"] = {"Shiny Beedrill", 3}, ["Pidgeot"] = {"Shiny Pidgeot", 7}, ["Rattata"] = {"Shiny Rattata", 1}, ["Raticate"] = {"Shiny Raticate", 3}, ["Fearow"] = {"Shiny Fearow", 6}, ["Zubat"] = {"Shiny Zubat", 1}, ["Golbat"] = {"Shiny Golbat", 3}, ["Onix"] = {"Shiny Onix", 9}, ["Salamence"] = {"Shiny Salamence", 10}, ["Oddish"] = {"Shiny Oddish", 1}, ["Paras"] = {"Shiny Paras", 1}, ["Parasect"] = {"Shiny Parasect", 1}, ["Venonat"] = {"Shiny Venonat", 2}, ["Venomoth"] = {"Shiny Venomoth", 7}, ["Growlithe"] = {"Shiny Growlithe", 4}, ["Arcanine"] = {"Shiny Arcanine", 9}, ["Abra"] = {"Shiny Abra", 7}, ["Tentacool"] = {"Shiny Tentacool", 3}, ["Tentacruel"] = {"Shiny Tentacruel", 7}, ["Farfetch'd"] = {"Shiny Farfetch'd", 4}, ["Muk"] = {"Shiny Muk", 5}, ["Kingler"] = {"Shiny Kingler", 4}, ["Voltorb"] = {"Shiny Voltorb", 3}, ["Electrode"] = {"Shiny Electrode", 6}, ["Cubone"] = {"Shiny Cubone", 4}, ["Marowak"] = {"Shiny Marowak", 7}, ["Hitmonlee"] = {"Shiny Hitmonlee", 7}, ["Hitmonchan"] = {"Shiny Hitmonchan", 7}, ["Tangela"] = {"Shiny Tangela", 7}, ["Horsea"] = {"Shiny Horsea", 1}, ["Seadra"] = {"Shiny Seadra", 5}, ["Scyther"] = {"Shiny Scyther", 6}, ["Jynx"] = {"Shiny Jynx", 7}, ["Electabuzz"] = {"Shiny Electabuzz", 7}, ["Pinsir"] = {"Shiny Pinsir", 5}, ["Magikarp"] = {"Shiny Magikarp", 1}, ["Gyarados"] = {"Shiny Gyarados", 10}, ["Dratini"] = {"Shiny Dratini", 3}, ["Dragonair"] = {"Shiny Dragonair", 7}, ["Dragonite"] = {"Shiny Dragonite", 10}, ["Salamence"] = {"Shiny Salamence", 10}, ["Metagross"] = {"Shiny Metagross", 10}, ["Tropius"] = {"Shiny Tropius", 10}, ["Milotic"] = {"Shiny Milotic", 10}, } 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, 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] 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
  3. Estou Criando Um Server De Poketibia !! Com Base No Server Lunus Ele e Bem Legal ! So Que eu queria que vcs me ajudacen em uma coisa no kit inicial para newplayer quando o player cria um char o char vem sem nada na bag eu queria adicionar uma box +1 e pot e reviver e uns td para facilitar !! ByPokerFace '-'
  4. Galera queria adicionar systema de lv no meu digitibia server que ta em construçao a base do server e o server flash quero ajuda de vcs ! OBS : PROCURO MAPPER !
  5. Bom Galera Meu Server e digi tibia com base no do pokemon flash ! eu tava la vendo uns negocio e tals ai me deparei que quando pega um digimon ele vem sempre como (abra) o Pokemon e quando tento soltar da erro no go/back . vou posta o go/back pra vcs verem o que ta errado . function onUse(cid, item, fromPosition, itemEx, toPosition) function getPokemonMaxLife(name) local file = io.open('data/monster/monsters.xml','r') local arquivo = file:read(-1):lower():match('<monster name="'..name:lower()..'" file="(.-)"/>') file:close() local data = io.open('data/monster/'..(arquivo or ''),'r') if not data then return 100 end local maximo = data:read(-1):match('max%s*=%s*"(%d+)"') data:close() return maximo end ----- Config ----- local MaximoSummon = 1 local nome = getItemName(item.uid) local poke_name = nome:match('(.-) Pokeball') local summons = getCreatureSummons(cid) local action_id = getItemAttribute(item.uid, "aid") ----- Config ----- if getItemAttribute(item.uid, "aid") == -1 then return doPlayerSendCancel(cid, "Seu pokemon está morto.") end if getPlayerStorageValue(cid, 25000) == 5 then return doPlayerSendCancel(cid, "Você está montando.") end if getPlayerStorageValue(cid, 23000) == 5 then return doPlayerSendCancel(cid, "Você está voando.") end local summons = getCreatureSummons(cid) if item.uid ~= getPlayerSlotItem(cid, CONST_SLOT_FEET).uid then doPlayerSendCancel(cid, "Para Soltar seus pokemons, coloque-os no slot da pokeball.") return TRUE end if(table.maxn(summons) < MaximoSummon) then -- no summons creature = doSummonCreature(poke_name, getCreaturePosition(cid)) doConvinceCreature(cid, creature) registerCreatureEvent(creature, "DiePoke") registerCreatureEvent(cid, "PlayerPokeDeath") registerCreatureEvent(cid, "LogoutPoke") doPlayerSay(cid, "Go,"..poke_name.."!!", TALKTYPE_ORANGE_1) doSendMagicEffect(getCreaturePosition(creature), 188) doTransformItem(getPlayerSlotItem(cid,8).uid, 2531, 1) doItemSetAttribute(getPlayerSlotItem(cid,8).uid,"name", poke_name .." Pokeball") if action_id ~= 0 then doCreatureAddHealth(creature, -(tonumber(getPokemonMaxLife(poke_name) - action_id))) else doCreatureAddHealth(creature, getPokemonMaxLife(poke_name)) end else for _, pid in ipairs(summons) do if (table.maxn(summons) >= 1) then doItemSetAttribute(item.uid, "aid", getCreatureHealth(summons[1])) doSendMagicEffect(getCreaturePosition(getCreatureSummons(cid)[1]), 188) doPlayerSay(cid, "Back,"..poke_name..".", TALKTYPE_ORANGE_1) doRemoveCreature(pid) doTransformItem(getPlayerSlotItem(cid,8).uid, 2532, 1) doItemSetAttribute(getPlayerSlotItem(cid,8).uid,"name", poke_name .." Pokeball") end end end return true end Esse e o go/back logo vi tb que da um erro . esse aki . [28/08/2013 08:24:46] [Error - Action Interface] [28/08/2013 08:24:46] data/actions/scripts/goback.lua:onUse [28/08/2013 08:24:46] Description: [28/08/2013 08:24:46] (luaDoCreateNpc) Npc with name 'abra' not found [28/08/2013 08:24:46] [Error - Action Interface] [28/08/2013 08:24:46] data/actions/scripts/goback.lua:onUse [28/08/2013 08:24:46] Description: [28/08/2013 08:24:46] (luaDoConvinceCreature) Creature not found [28/08/2013 08:24:46] [Error - Action Interface] [28/08/2013 08:24:46] data/actions/scripts/goback.lua:onUse [28/08/2013 08:24:46] Description: [28/08/2013 08:24:46] (luaRegisterCreatureEvent) Creature not found [28/08/2013 08:24:46] [Error - Action Interface] [28/08/2013 08:24:46] data/actions/scripts/goback.lua:onUse [28/08/2013 08:24:46] Description: [28/08/2013 08:24:46] (luaGetThingPosition) Thing not found [28/08/2013 08:24:46] [Error - Action Interface] [28/08/2013 08:24:46] data/actions/scripts/goback.lua:onUse [28/08/2013 08:24:46] Description: [28/08/2013 08:24:46] (luaDoCreatureAddHealth) Creature not found Queria a Ajuda De vcs .
×
×
  • Criar Novo...