antiblock
Rodnia | Alpha & Omega

Search the Community

Showing results for tags 'item de seguir o lider do grupo'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Comunidade
    • Community Servers
    • Anúncios
    • Apresentações
    • Sugestões
    • Suporte (Tickets)
    • Lixeira do fórum
  • Patrocínios
  • Hardware e Software
    • Smartphones e Tablets
    • Desktops e Laptops
    • Sistemas Operativos
  • Ensino
    • Programação
    • Web Design
    • Ensino Escolar
  • Gaming
    • Gaming Mobile
    • Battle Royale
    • Ação e FPS
    • MOBA
    • RPG e MMORPG
    • Outros Géneros
    • Consolas
  • Gerenciamento de Servidores e Clientes
    • Metin2
    • Minecraft
    • Counter-Strike
    • FiveM
    • Browser
    • Outros Servidores
  • Design World
    • Geral e Galerias de Arte
    • Pedidos de Designer
    • Tutoriais e Recursos
  • WebMaster
    • Geral
    • Alojamento Web
    • Plataformas Web
  • Discussão Geral
    • Notícias
    • Computador
    • Video-Sharing e Streaming
    • Automóveis & Motos
    • Desporto
    • Entretenimento
    • Anúncios e Comércio
    • FunZone
    • Off-Tópic

Categories

  • DEVs/Resellers
    • Plechito
    • iBeast
    • dracaryS
    • Vegas
    • Dungeons
  • Leaks Metin2
    • C++ / C# / Python
    • Unpacked
    • ServerFiles
    • Programs and tools
  • Graphics & 3D & Costume
    • Maps
    • Npc & Mobs
    • Equipment
    • Websites, Designs and Scripts
  • FiveM
  • Windows
    • Releases
  • Música
    • Hip-Hop
  • Trash
    • Metin2
    • Android
    • Aplicações
    • WebMaster
    • Jogos PC

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


E-mail


Website URL


Localizaçao


Sobre mim

Found 1 result

  1. Bom para quem precisa de um item que teletransportar para perto do líder do grupo.Observação: necessário está no grupo para usar o item de teletransportar para perto do líder do grupo. quest teamwarp begin state start begin when ID_DO_ITEM.use begin if party.is_party() then if party.is_leader() then say_title("Gruppenmitglieder ansprechen!") say("Möchtest du die Gruppenmitglieder ansprechen?") local ss = select("Ja","Nein") if ss == 1 then item.remove() party.setf ( "x", pc.get_x() ) party.setf ( "y", pc.get_y() ) party.chat("======== Der Leader spricht zu euch! ========") party.chat("======= Ihr könnt euch nun teleportieren! =======") else say("bye!") end else say("Zum Leiter teleportieren!") say("Möchtest du dich nun teleportieren?") local ss = select("Ja","Nein") if ss == 1 then if party.getf("x") == 0 or party.getf("y") == 0 then say("Dein Leiter ist nicht bereit.") else item.remove() pc.warp(party.getf("x").."00",party.getf("y").."00") end end end else say("Du bist in keiner Gruppe.") end end endendCréditos: SoNicce.