Ir para conteúdo

Pesquisar na Comunidade

Mostrando resultados para as tags ''Box''.



Mais opções de pesquisa

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • A Cidade OTBR
    • OTServ Brasil
    • Atendimento
    • Taverna
  • Projetos Open Source
    • Canary
    • OTServBR-Global
    • Mehah OTClient
    • MyAAC
  • OpenTibia
    • Notícias e Discussões
    • Suporte - Dúvidas, Bugs, Erros
    • Downloads
    • Tutoriais
    • Show-Off
  • Outros
    • Design

Encontrado 2 registros

  1. Ola boa noite eu estou com uma duvida que esta me matando eu gostaria de criar algumas quests que o premio seriam box que daria um poke aleatório dentro de uma pokeball, mais eu preciso criar novas boxs alguem saberia como me ajudar ? Estou a muito tempo sem mecher com server voltei meio perdido A minha divida e que n sei onde seria a id da box e onde seria a id da pokeball. vou deixar o script da box Obrigado desde já. Rep++ pra quem ajudar. Server de poketibia 8.54. Script Box
  2. Box 4 100% Igual PO

    Créditos: Dedeu400 Primeiro va em data/actions/scripts e crie um novo script chamado box 4.lua Coloque Isso dentro do box 4.lua function onUse(cid, item, frompos, item2, topos) local box = { [1] ={msg = "Vc Abriu Sua BOX 4",np = 'venusaur Pokeball'}, [2] ={msg = "Vc Abriu Sua BOX 4",np = 'charizard Pokeball'}, [3] ={msg = "Vc Abriu Sua BOX 4",np = 'blastoise Pokeball'}, [4] ={msg = "Vc Abriu Sua BOX 4",np = 'pidgeot Pokeball'}, [5] ={msg = "Vc Abriu Sua BOX 4",np = 'nidoqueen Pokeball'}, [6] ={msg = "Vc Abriu Sua BOX 4",np = 'nidoking Pokeball'}, [7] ={msg = "Vc Abriu Sua BOX 4",np = 'ninetales Pokeball'}, [8] ={msg = "Vc Abriu Sua BOX 4",np = 'arcanine Pokeball'}, [9] ={msg = "Vc Abriu Sua BOX 4",np = 'poliwrath Pokeball'}, [10] ={msg = "Vc Abriu Sua BOX 4",np = 'alakazam Pokeball'}, [11] ={msg = "Vc Abriu Sua BOX 4",np = 'machamp Pokeball'}, [12] ={msg = "Vc Abriu Sua BOX 4",np = 'tentacruel Pokeball'}, [13] ={msg = "Vc Abriu Sua BOX 4",np = 'golem Pokeball'}, [14] ={msg = "Vc Abriu Sua BOX 4",np = 'dewgong Pokeball'}, [15] ={msg = "Vc Abriu Sua BOX 4",np = 'gengar Pokeball'}, [16] ={msg = "Vc Abriu Sua BOX 4",np = 'rhydon Pokeball'}, [17] ={msg = "Vc Abriu Sua BOX 4",np = 'scyther Pokeball'}, [18] ={msg = "Vc Abriu Sua BOX 4",np = 'jynx Pokeball'}, [19] ={msg = "Vc Abriu Sua BOX 4",np = 'electabuzz Pokeball'}, [20] ={msg = "Vc Abriu Sua BOX 4",np = 'magmar Pokeball'}, [21] ={msg = "Vc Abriu Sua BOX 4",np = 'gyarados Pokeball'}, [22] ={msg = "Vc Abriu Sua BOX 4",np = 'lapras Pokeball'}, [23] ={msg = "Vc Abriu Sua BOX 4",np = 'omastar Pokeball'}, [24] ={msg = "Vc Abriu Sua BOX 4",np = 'kabutops Pokeball'}, [25] ={msg = "Vc Abriu Sua BOX 4",np = 'aerodactyl Pokeball'}, [26] ={msg = "Vc Abriu Sua BOX 4",np = 'snorlax Pokeball'}, [27] ={msg = "Vc Abriu Sua BOX 4",np = 'dragonair Pokeball'}, [28] ={msg = "Vc Abriu Sua BOX 4",np = 'dragonite Pokeball'} } local level = 60 -- level para usar local e = box[math.random(1,28)] local boxid = 2531 -- id da box que vai ser dada ao jogador if getPlayerLevel(cid) >= level then doPlayerSendTextMessage(cid,22,e.msg) b = doPlayerAddItem(cid, boxid, 1) doItemSetAttribute(b, "name", e.np) doRemoveItem(item.uid, 1) else doPlayerSendCancel(cid, "You must be at least level "..level.." to use this box.") end return TRUE end agora feche e salve.... va em data/actions/actions.xml e adicione esta TAG: <action itemid="7891" event="script" value="box 4.lua"/> Estou Trazendo Esse Escript de Outro Forum
×