Navegación

    UniversoJuegos
    • Registrarse
    • Conectarse
    • Buscar
    • Recientes
    • Etiquetas
    • Popular
    • Usuarios
    • Grupos
    • Buscar
    1. Inicio
    2. ReeDBuLL
    3. Mensajes

    ReeDBuLL (@ReeDBuLL)

    10
    Reputación
    9
    Mensajes
    198
    Visitas
    0
    Seguidores
    0
    Siguiendo
    • Perfil
    • Siguiendo
    • Seguidores
    • Temas
    • Mensajes
    • Mejor valorados
    • Grupos

    Information about ReeDBuLL

    Registrado
    Última vez conectado

    Publicados por ReeDBuLL

    • Ayuda NO-IP

      Hola estoy intentando hacer mi server via no-ip al parecer el modem ya reconocio la ip del host y todo va bien exepto en el servidor :|||:
      Estaba viendo esto http://foro.universojuegos.es/viewtopic.php?f=19&t=12294 pero me quedo atorado en la parte del putty .

      Alguien me podria ayudar a hacerlo.

      Gracias de Antemano y Saludos . :wiii:

      publicado en Ayuda
    • SE PODRA ??

      Hola amigos de UJ eh estado viendo que ya han estado sacando mobs del WoW (World Of Warcraft) y les vengo con una duda
      Esta moto se podra adaptar para metin2?

      Estaria genial que se pudiera como WoW que se suben dos personas _xD_

      publicado en Ayuda
    • Item Evolución

      Ahi esta la guia Suerte =]
      http://foro.universojuegos.es/viewtopic.php?f=19&t=6447

      publicado en Ayuda
    • Como traducir el nombre de los npc en segundos

      Hola este es mi primer post :wiii:
      Esto solo sirve para el nombre de los npc para evitar la fatiga de andar cambiando el nombre del npc
      Entramos al navicat y vamos a la tabla de mob_proto la abrimos y presionamos Ctrl+Q y ahora escribimos lo siguiente

      update mob_proto set gb2312name='Armas' where vnum='9001';
      update mob_proto set gb2312name='Armaduras' where vnum='9002';
      update mob_proto set gb2312name='Pociones' where vnum='9003';
      update mob_proto set gb2312name='FuegosArtificiales' where vnum='9004';
      update mob_proto set gb2312name='Banco' where vnum='9005';
      update mob_proto set gb2312name='Anciana' where vnum='9006';
      update mob_proto set gb2312name='Manuales', on_click='1' where vnum='9007';
      update mob_proto set gb2312name='Accesorios' where vnum='9008';
      update mob_proto set gb2312name='Pescador' where vnum='9009';
      update mob_proto set gb2312name='Manuales', on_click='1' where vnum='9010';
      update mob_proto set gb2312name='EncargadaBodas' where vnum='9011';
      update mob_proto set gb2312name='Teletransportador' where vnum='9012';
      update mob_proto set gb2312name='Lungsam' where vnum='10026';
      update mob_proto set gb2312name='Lungsam' where vnum='10027';
      update mob_proto set gb2312name='Bosque_Rojo' where vnum='10028';
      update mob_proto set gb2312name='CampoSerpientes' where vnum='10029';
      update mob_proto set gb2312name='Yongbi' where vnum='10030';
      update mob_proto set gb2312name='Guardia' where vnum='11000';
      update mob_proto set gb2312name='GuardiaBatalla' where vnum='11001';
      update mob_proto set gb2312name='Guardia' where vnum='11002';
      update mob_proto set gb2312name='GuardiaBatalla' where vnum='11003';
      update mob_proto set gb2312name='Guardia' where vnum='11004';
      update mob_proto set gb2312name='GuardiaBatalla' where vnum='11005';
      update mob_proto set gb2312name='ItemShop' where vnum='20015';
      update mob_proto set gb2312name='Herrero' where vnum='20016';
      update mob_proto set gb2312name='Uriel' where vnum='20011';
      update mob_proto set gb2312name='Soon' where vnum='20023';
      update mob_proto set gb2312name='Pony' where vnum='20029';
      update mob_proto set gb2312name='Caballo' where vnum='20030';
      update mob_proto set gb2312name='VendedorAmbulante' where vnum='20042';
      update mob_proto set gb2312name='HerreroArmas' where vnum='20044';
      update mob_proto set gb2312name='HerreroArmaduras' where vnum='20045';
      update mob_proto set gb2312name='HerreroAccesorios' where vnum='20046';
      update mob_proto set gb2312name='Teletransportador' where vnum='20083';
      update mob_proto set gb2312name='Corporal' where vnum='20300';
      update mob_proto set gb2312name='Corporal' where vnum='20320';
      update mob_proto set gb2312name='Corporal' where vnum='20340';
      update mob_proto set gb2312name='Mental' where vnum='20301';
      update mob_proto set gb2312name='Mental' where vnum='20321';
      update mob_proto set gb2312name='Mental' where vnum='20341';
      update mob_proto set gb2312name='Daga' where vnum='20302';
      update mob_proto set gb2312name='Daga' where vnum='20322';
      update mob_proto set gb2312name='Daga' where vnum='20342';
      update mob_proto set gb2312name='Arco' where vnum='20303';
      update mob_proto set gb2312name='Arco' where vnum='20323';
      update mob_proto set gb2312name='Arco' where vnum='20343';
      update mob_proto set gb2312name='Armas' where vnum='20304';
      update mob_proto set gb2312name='Armas' where vnum='20324';
      update mob_proto set gb2312name='Armas' where vnum='20344';
      update mob_proto set gb2312name='Magia' where vnum='20305';
      update mob_proto set gb2312name='Magia' where vnum='20325';
      update mob_proto set gb2312name='Magia' where vnum='20345';
      update mob_proto set gb2312name='Dragon' where vnum='20306';
      update mob_proto set gb2312name='Dragon' where vnum='20326';
      update mob_proto set gb2312name='Dragon' where vnum='20346';
      update mob_proto set gb2312name='Luz' where vnum='20307';
      update mob_proto set gb2312name='Luz' where vnum='20327';
      update mob_proto set gb2312name='Luz' where vnum='20347';
      update mob_proto set gb2312name='TorreDemonios' where vnum='20348';
      update mob_proto set gb2312name='Instructor' where vnum='20349';
      update mob_proto set gb2312name='Guardia' where vnum='20354';
      update mob_proto set gb2312name='Capitan' where vnum='20355';
      update mob_proto set gb2312name='Transportador' where vnum='20094';
      

      Damos en Run y listo ya quedo :wiii:
      Atencion si el nombre no es el que querian cambienlo manualmente _xD_
      Fuente:Metink

      publicado en Traducción de archivos
    • Qué Instant que me recomiendan para un Server con Hamachi.

      Yo te recomendaria el Ahynoa :wiii:

      publicado en Ayuda
    • NECESITO GENTE PARA SERVER

      Hola a Todos estoy creando un servidor y necesito un poco de ayuda
      lo que tiene implementado el server es lo SIGUIENTE
      -Instant de Crank V2
      -Armas y Armors nuevas
      -Los items evolucionan por ejemplos Negra->Emperador>Oly>Titanica

      Necesito gente que me ayude a lo siguiente
      -Subir el server y la pag a NO-IP
      -Ayuda con la item shop
      -Ayuda a editar cliente

      Ofresco puestos GM en el server al que me ayude, gracias por leer el post :wiii:
      Agregenme a MT2-RED@HOTMAIL.COM O AL SKYPE (BUSQUENME CON ESE CORREO XD) :happy:

      publicado en Ayuda
    • Letras Metin2

      Hola amigo me podrias hacer uno que diga Mt2-ReD :happy:

      publicado en Metin2
    • Busco personal para Crear servidor de metin2

      Hola universojuegos
      Necesito ayuda para crear un servidor `privado que si sale bien le contratare un buen host y lo tendre 24/7
      Se editar todo gracias a estos posts exepto crear las pags WEBS y TENER EL SERVER VIA NO-IP
      Se los agradeceria mucho.
      Si se ofrecen dejen sus MSN o Envienme MP y los agrego muchas gracias!

      publicado en Servidores
    • Video tutorial como poner ip fija a su server de metin

      hey me podrias hechar una mano mi msn es mt2-life@hotmail.com

      publicado en Guías
    • 1 / 1