Ir para conteúdo

DumboDots2

Campones
  • Total de itens

    7
  • Registro em

  • Última visita

1 Seguidor

Sobre DumboDots2

Informações

  • Forma que conheci o xTibia
    Otservs
  • Sou
    OT-Admin

DumboDots2's Achievements

  1. DumboDots2

    Prof. Oak

    local ballcatch = { [2394] = {cr = 3, on = 24, off = 23, ball = 11826, send = 47, typeee = "normal"}, [2391] = {cr = 6, on = 198, off = 197, ball = 11832, send = 48, typeee = "great"}, [2393] = {cr = 10, on = 202, off = 201, ball = 11835, send = 46, typeee = "super"}, [2392] = {cr = 15, on = 200, off = 199, ball = 11829, send = 49, typeee = "ultra"}, } function onUse(cid, item, frompos, item3, topos) local item2 = getTopCorpse(topos) if item2 == null then return true end if getItemAttribute(item2.uid, "catching") == 1 then return true end local name = string.lower(getItemNameById(item2.itemid)) name = string.gsub(name, "fainted ", "") name = string.gsub(name, "defeated ", "") local x = pokecatches[doCorrectPokemonName(name)] -------------------------------------------------------------------------------- local storage = newpokedex[doCorrectPokemonName(name)].stoCatch if getPlayerStorageValue(cid, storage) == -1 then setPlayerStorageValue(cid, storage, "normal = 0, great = 0, super = 0, ultra = 0, saffari = 0") end if not x then return true end local owner = getItemAttribute(item2.uid, "corpseowner") if owner and isCreature(owner) and isPlayer(owner) and cid ~= owner and isInArray({1,8}, getPlayerGroupId(cid)) then doPlayerSendCancel(cid, "You are not allowed to catch this pokemon.") return true end newidd = ballcatch[item.itemid].ball typeee = ballcatch[item.itemid].typeee local catchinfo = {} catchinfo.rate = ballcatch[item.itemid].cr catchinfo.catch = ballcatch[item.itemid].on catchinfo.fail = ballcatch[item.itemid].off catchinfo.newid = newidd catchinfo.name = doCorrectPokemonName(name) catchinfo.topos = topos catchinfo.chance = x.chance doSendDistanceShoot(getThingPos(cid), topos, ballcatch[item.itemid].send) doRemoveItem(item.uid, 1) local d = getDistanceBetween(getThingPos(cid), topos) addEvent(doSendPokeBall, d * 70 + 100 - (d * 14) , cid, catchinfo, false, false, typeee) addEvent(doSendMagicEffect, (d * 70 + 100 - (d * 14)) - 100, topos, 3) return true end
  2. DumboDots2

    Prof. Oak

    Version 8.54 Servidor: Poketibia Server Base: Baiaki Otserver 8.54 Obrigado.
  3. Eu sei como fazer isto, mais é bastante demorado de explicar e estou sem tempo, até por que tem aver com o exe (seu client) e arquivos dll que ajudam nisso, além do script ... ;/
  4. DumboDots2

    Prof. Oak

    Olá, Preciso de um Npc (Prof.Oak), que ao falar com ele ele lhe da 1 Pokémon (só 1, não pode escolher outro), e 5 pokebals.. Conheco bem pouco de script, mais acho que isto é simples. Falas: Player: Oi Oak: Olá Jovem Treinador, veio aqui Para Pegar seu Primeiro Pokémon? Player: Sim Oak: Muito bem, Tenho 3 Pokémons comigo, Cyndaquil, Chikorita e Totodile, qual gostaria de escolher? Player: [Pokemon Name] Oak: Muito Bem, Pegue seu [Pokémon Name] e essas 5 Pokébolas Player: Até Logo Oak: Boa Aventura! Isto é possivel? Obrigado.
  5. Funciono, muito obrigado. rep+ ------------------------- Edit - Rep+ acabou hoje, amanhã eu lhe dou o rep ok? vlw
  6. Olá, adicionei um item em meu servidor, mais ao cria-lo no servidor, ele aparece no chão, e não vai para minha bag, aparece a seguinte msg: You cannot pickup this object. Tem como alguem me ajudar? valendo rep+ Grato.
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...