antiblock
Rodnia | Alpha & Omega

Search the Community

Showing results for tags 'montaria'.



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 2 results

  1. Baixei a server files Tolqannc e fui testar o cliente, tudo está funcionando normalmente. Mas as montarias não funcionam. Todas as montarias do servidor que consegui encontrar não funcionam, você clina no item ele vai para seu personagem, mas as montarias não aparecem, o que devo fazer? Link do client http://cyber-gamers.org/index.php?/topic/19400-serverfiles-tolqaanac/
  2. Boa noite galera, estou com o seguinte bug na quest, a parte do "say" esta saindo ali no canto esquerdo superior, ele pergunta se quero subir o cavalo clico em sim e entao ele vai para aquele canto o chat, alguem sabe como resolver? vou postar a quest abaixo se precisarem quest subircaballo begin state start begin when 20349.chat."Subir Caballo" begin if horse.get_level() < 21 then say_title ( "Instructor de Montaria :" ) say ( "¡ Hola !" ) say ( "Soy el instructor del establo, puedo mejorar el nivel de tu caballo a cambio de medallas." ) say ( "¿ Te gustaría mejorar tu caballo?" ) local opzioni=select ( "Si" , "No" ) if opzioni == 1 then if horse. get_level ( ) < 1 and pc.get_level( ) > 24 then say ( "Para aumentar el nivel de tu montura." ) say ( "Necesito una" ) say_item ( "Medalla de Caballo" , 50050 , "" ) say ( "y 200.000 " ) say_item ( "Yang" , 1 , "" ) say ( "¡ Enhorabuena ! Aquí tienes tu caballo nivel 1..." ) say ( "" ) if pc . count_item ( 50050 ) >= 1 and pc . gold >= 200000 then pc . remove_item ( 50050 , 1 ) pc . changegold ( -200000 ) pc . give_item2 ( 50051 , 1 ) horse.set_level("1") wait ( ) say_title ( "Instructor de Montaria:" ) say ( "¡ Enhorabuena ! Aquí tienes tu caballo nivel 1..." ) say_reward ( "El nivel de tu caballo ha aumentado " ) else say_title ( "Instructor de Montaria:" ) say ( "No posees suficientes recursos.") end elseif horse. get_level ( ) >= 1 and horse.get_level() < 11 and pc.get_level( ) > 34 then say ( "Para aumentar el nivel de tu montura." ) say ( "Necesito dos" ) say_item ( "Medalla de Caballo" , 50050 , "" ) say ( "y 400.000 " ) say_item ( "Yang" , 1 , "" ) say ( "¡ Enhorabuena ! Aquí tienes tu caballo nivel 1..." ) say ( "" ) if pc . count_item ( 50050 ) >= 2 and pc . gold >= 400000 then pc . remove_item ( 50050 , 2 ) pc . remove_item ( 50051 , 1 ) pc . changegold ( -400000 ) pc . give_item2 ( 50052 , 1 ) horse.set_level("11") wait ( ) say_title ( "Instructor de Montaria:" ) say ( "¡ Enhorabuena ! Aquí tienes tu caballo nivel 11..." ) say_reward ( "El nivel de tu caballo ha aumentado " ) else say_title ( "Instructor de Montaria:" ) say ( "No posees suficientes recursos.") end elseif horse. get_level ( ) >= 11 and horse. get_level ( ) < 21 and pc.get_level( ) > 49 then say ( "Para aumentar el nivel de tu montura." ) say ( "Necesito tres" ) say_item ( "Medalla de Caballo" , 50050 , "" ) say ( "y 600.000 " ) say_item ( "Yang" , 1 , "" ) say ( "¡ Enhorabuena ! Aquí tienes tu caballo nivel 21..." ) say ( "" ) if pc . count_item ( 50050 ) >= 3 and pc . gold >= 600000 then pc . remove_item ( 50050 , 3 ) pc . remove_item ( 50052 , 1 ) pc . changegold ( -600000 ) pc . give_item2 ( 50053 , 1 ) horse.set_level("21") wait ( ) say_title ( "Instructor de Montaria:" ) say ( "¡ Enhorabuena ! Aquí tienes tu caballo nivel 21..." ) say_reward ( "El nivel de tu caballo ha aumentado " ) else say_title ( "Instructor de Montaria:" ) say ( "No posees suficientes recursos.") end else say_title ( "Instructor de Montaria:" ) say ( "Necesitas mas nivel para mejorar tu caballo." ) end end else say_title ( "Instructor de Montaria:" ) say ( "Tu caballo ya ha alcanzado el nivel máximo. Ya no puedo hacer nada por tí." ) end setskin(NOWINDOW) end endend