Navegación

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

    Sema1995 (@Sema1995)

    44
    Reputación
    621
    Mensajes
    597
    Visitas
    0
    Seguidores
    0
    Siguiendo
    • Perfil
    • Siguiendo
    • Seguidores
    • Temas
    • Mensajes
    • Mejor valorados
    • Grupos

    Information about Sema1995

    Registrado
    Última vez conectado

    Publicados por Sema1995

    • Se me ha eliminado la tabla item_proto

      Como vas a importar un .xml a un navicat? tendra que ser .sql :facepalm:

      publicado en Ayuda
    • COmo aareglo el nuevo hack de GM ?

      yo tengo el fix y no lo regalo , que me das acambio de el? xd

      publicado en Ayuda
    • Como apago el server?

      1º La contraseña la pusiste enncriptada?

      2º si no lo hiciste , el masterelpack v5 las encriptas , te lo bajas y lo haces.

      3º prueba poniendo el value mas de 5 , por que aveces las cuentas de 5 para abajo tienen pjs lv 0 sin nombre .

      Saludos

      publicado en Ayuda
    • No conecta al dedicado

      Error al conectar en dedicado? , mira si sigues teniendo el dedicado ... xd
      es muy raro que de error en un dedicado si no puedes entrar al ftp ni a nada , entra en el panel de ovh o como se llame y mete un formateo xD

      publicado en Ayuda
    • Bloquear paso en mapa¿?

      No... me refiero a una valla invisible... para el que intente pasar no pueda , como en el ox , que solo se puede entrar con /go o /warp , pues lo mismo , que intenten pasar y blokee el paso.. xD

      publicado en Ayuda
    • Alguien me ayuda en una quest?

      Bueno , tengo el mapa ice_run y con su quest , el problema es este.

      Parte del fallo :

      quest icerun begin
      state start begin
      when 20515.chat."Busqueda Dragónes" with pc.get_map_index() == 130 begin
      say_title("Guardian de Atlántida:")
      say("Debes de ser muy valiente")
      say("para venir aqui.")
      say("")
      say_title("Eres lo suficientemente valiente??")
      say("")
      say("Quieres entrar a Atlantida??.")
      say("")
      
      local s = select("Claro!!!", "No, mejor no.")
      if s == 1 then
      --if party.get_near_count() >=5 then
      --game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")-1)
      d.new_jump_all(131, 5106 , 4089)
      d.regen_file("data/dungeon/icerun_regen.txt")
      d.notice("Quienes soys Vosotros!!!")
      d.notice("Fuera de mi Ciudad!!!")
      d.notice("Como rompais mi metin...")
      --else
      -- say_title("Guardianes de Atlantida:")
      -- say("Se necesita un grupo de 6 personas")
      -- say("Para poder entrar.")
      -- say("")
      -- say("Usted esta solo.. "..party.get_near_count()+1.." No puedes.")
      -- say("pasar.")
      -- return
      --end
      else
      return
      end
      end
      when 21552.chat."GM-Zutritt" with pc.get_map_index() == 207 and pc.is_gm() begin
      say_title("Necesitas un grupo")
      say_title("Atlantis entró al hielo.")
      say("Veo que eres lo suficientemente valiente =)")
      say("Quieres entrar a Atlántida?.")
      say("")
      
      local s = select("Claro!", "No , mejor no.")
      if s == 1 then
      d.new_jump_all(131, 5106 , 4089)
      d.regen_file("data/dungeon/icerun_regen.txt")
      d.notice("Quien soys !!! No podeis entrar aqui!!!")
      d.notice("Fuera de mi cuidad!!!")
      else
      return
      end
      end
      when 21552.chat."Heilige Halle verlassen" with pc.get_map_index() == 207 begin
      say_title("Guardianes de la atlantida:")
      say("Quieres salir de Atlantida? ?")
      say("")
      
      
      local s = select("Si!", "No.")
      if s == 1 then
      local empire = pc.get_empire()
      if empire == 1 then
      pc.warp(474300,954800)
      elseif empire == 2 then
      pc.warp(63800,166400)
      elseif empire == 3 then
      pc.warp(959900,269200)
      end
      else
      return
      end
      end
      --when logout begin
      -- if pc.get_map_index() == 207 then
      --  game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")-1)
      -- end
      --end
      when login begin
      --if pc.get_map_index() == 207 then
      --game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")+1)
      --end
      if pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 then
      pc.set_warp_location(204, 37743,37743)
      end
      end
      when 21578.kill with pc.get_map_index()>= 2080000 and pc.get_map_index() < 2090000 begin
      timer("erster_metin", 6)
      d.notice("NOOOOO Mi metin!!!")
      d.notice("Yo te maldigo!!!")
      d.notice("Los valientes Guerreros me atacan!!!")
      d.notice("Vamos venir a por mi si os atreveis!!")
      end
      when erster_metin.timer begin
      d.jump_all(5380 , 4122)
      d.regen_file("data/dungeon/icerun1_regen.txt")
      d.setf("keule", 0)
      d.set_warp_at_eliminate(4, d.get_map_index(), (5000+432), (4000+122), "data/dungeon/icerun2_regen.txt")
      --pc.give_item2(30003)
      end
      

      Aqui dice que entras al mapa cuando el 20515 hablas con el desde el mapa 130 , vale todo bien hasta este punto.

      local s = select("Claro!!!", "No, mejor no.")
      if s == 1 then
      --if party.get_near_count() >=5 then
      --game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")-1)
      d.new_jump_all(131, 5106 , 4089)
      d.regen_file("data/dungeon/icerun_regen.txt")
      d.notice("Quienes soys Vosotros!!!")
      d.notice("Fuera de mi Ciudad!!!")
      d.notice("Como rompais mi metin...")
      --else
      -- say_title("Guardianes de Atlantida:")
      -- say("Se necesita un grupo de 6 personas")
      -- say("Para poder entrar.")
      -- say("")
      -- say("Usted esta solo.. "..party.get_near_count()+1.." No puedes.")
      -- say("pasar.")
      -- return
      --end
      else
      return
      end
      end
      when 21552.chat."GM-Zutritt" with pc.get_map_index() == 207 and pc.is_gm() begin
      say_title("Necesitas un grupo")
      say_title("Atlantis entró al hielo.")
      say("Veo que eres lo suficientemente valiente =)")
      say("Quieres entrar a Atlántida?.")
      say("")
      
      local s = select("Claro!", "No , mejor no.")
      if s == 1 then
      d.new_jump_all(131, 5106 , 4089)
      d.regen_file("data/dungeon/icerun_regen.txt")
      d.notice("Quien soys !!! No podeis entrar aqui!!!")
      d.notice("Fuera de mi cuidad!!!")
      else
      return
      end
      end
      when 21552.chat."Heilige Halle verlassen" with pc.get_map_index() == 207 begin
      say_title("Guardianes de la atlantida:")
      say("Quieres salir de Atlantida? ?")
      say("")
      
      
      local s = select("Si!", "No.")
      if s == 1 then
      local empire = pc.get_empire()
      if empire == 1 then
      pc.warp(474300,954800)
      elseif empire == 2 then
      pc.warp(63800,166400)
      elseif empire == 3 then
      pc.warp(959900,269200)
      end
      else
      return
      end
      end
      --when logout begin
      -- if pc.get_map_index() == 207 then
      --  game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")-1)
      -- end
      --end
      when login begin
      --if pc.get_map_index() == 207 then
      --game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")+1)
      --end
      if pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 then
      pc.set_warp_location(204, 37743,37743)
      end
      end
      when 21578.kill with pc.get_map_index()>= 2080000 and pc.get_map_index() < 2090000 begin
      timer("erster_metin", 6)
      d.notice("NOOOOO Mi metin!!!")
      d.notice("Yo te maldigo!!!")
      d.notice("Los valientes Guerreros me atacan!!!")
      d.notice("Vamos venir a por mi si os atreveis!!")
      end
      

      Una vez que aparece el metin 21578 en el mapa , lo rompo pero no me teletrasporta al siguiente punto.

      Alguien podria explicarme por que? porfavor ...

      Quest entera:

      quest icerun begin
      state start begin
      when 20515.chat."Busqueda Dragónes" with pc.get_map_index() == 130 begin
      say_title("Guardian de Atlántida:")
      say("Debes de ser muy valiente")
      say("para venir aqui.")
      say("")
      say_title("Eres lo suficientemente valiente??")
      say("")
      say("Quieres entrar a Atlantida??.")
      say("")
      
      local s = select("Claro!!!", "No, mejor no.")
      if s == 1 then
      --if party.get_near_count() >=5 then
      --game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")-1)
      d.new_jump_all(131, 5106 , 4089)
      d.regen_file("data/dungeon/icerun_regen.txt")
      d.notice("Quienes soys Vosotros!!!")
      d.notice("Fuera de mi Ciudad!!!")
      d.notice("Como rompais mi metin...")
      --else
      -- say_title("Guardianes de Atlantida:")
      -- say("Se necesita un grupo de 6 personas")
      -- say("Para poder entrar.")
      -- say("")
      -- say("Usted esta solo.. "..party.get_near_count()+1.." No puedes.")
      -- say("pasar.")
      -- return
      --end
      else
      return
      end
      end
      when 21552.chat."GM-Zutritt" with pc.get_map_index() == 207 and pc.is_gm() begin
      say_title("Necesitas un grupo")
      say_title("Atlantis entró al hielo.")
      say("Veo que eres lo suficientemente valiente =)")
      say("Quieres entrar a Atlántida?.")
      say("")
      
      local s = select("Claro!", "No , mejor no.")
      if s == 1 then
      d.new_jump_all(131, 5106 , 4089)
      d.regen_file("data/dungeon/icerun_regen.txt")
      d.notice("Quien soys !!! No podeis entrar aqui!!!")
      d.notice("Fuera de mi cuidad!!!")
      else
      return
      end
      end
      when 21552.chat."Heilige Halle verlassen" with pc.get_map_index() == 207 begin
      say_title("Guardianes de la atlantida:")
      say("Quieres salir de Atlantida? ?")
      say("")
      
      
      local s = select("Si!", "No.")
      if s == 1 then
      local empire = pc.get_empire()
      if empire == 1 then
      pc.warp(474300,954800)
      elseif empire == 2 then
      pc.warp(63800,166400)
      elseif empire == 3 then
      pc.warp(959900,269200)
      end
      else
      return
      end
      end
      --when logout begin
      -- if pc.get_map_index() == 207 then
      --  game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")-1)
      -- end
      --end
      when login begin
      --if pc.get_map_index() == 207 then
      --game.set_event_flag("besuchinheiligerhalle", game.get_event_flag("besuchinheiligerhalle")+1)
      --end
      if pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 then
      pc.set_warp_location(204, 37743,37743)
      end
      end
      when 21578.kill with pc.get_map_index()>= 2080000 and pc.get_map_index() < 2090000 begin
      timer("erster_metin", 6)
      d.notice("NOOOOO Mi metin!!!")
      d.notice("Yo te maldigo!!!")
      d.notice("Los valientes Guerreros me atacan!!!")
      d.notice("Vamos venir a por mi si os atreveis!!")
      end
      when erster_metin.timer begin
      d.jump_all(5380 , 4122)
      d.regen_file("data/dungeon/icerun1_regen.txt")
      d.setf("keule", 0)
      d.set_warp_at_eliminate(4, d.get_map_index(), (5000+432), (4000+122), "data/dungeon/icerun2_regen.txt")
      --pc.give_item2(30003)
      end
      when 21581.chat."GM-Abkürzung BOSS" with pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 and pc.is_gm() begin
      say("Du kommst zum Bossraum")
      wait()
      npc.purge()
      d.setf("statue", 5)
      timer("ice_jump", 6)
      end
      when 21581.chat."Wolang des Weges?" with pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 begin
      say("...")
      wait()
      d.notice("Grantelbart:")
      d.notice(".....")
      d.notice("..Dieser Weg ist kalt..")
      d.notice(".....")
      d.notice("..Nehmt euch vor Neralex in Acht!....")
      d.notice(".....")
      d.notice("Neralex:")
      d.notice("Was habt ihr hier verloren!")
      d.notice("Sucht das Weite und zwar sofort!!")
      npc.purge()
      d.kill_all()
      timer("erster_spruch", 10)
      end
      when erster_spruch.timer begin
      d.jump_all(5000+685, 4000+82)
      d.setf("insel1", 0)
      d.setf("insel2", 0)
      d.setf("insel3", 0)
      d.setf("insel4", 0)
      d.setf("alleinseln", 0)
      d.regen_file("data/dungeon/icerun3_1_regen.txt")
      d.notice("Besuche jede der 4 Inseln einmal. Beim wiederholten")
      d.notice("erreichen einer Insel erscheinen Kämpfer die")
      d.notice("dann getötet werden müssen, bevor man zur nächsten")
      d.notice("Insel kommt.")
      end
      when 20350.chat."GM-Abkürzung Mini-Bossraum" with pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 and pc.is_gm() begin
      say("Du kommst zum Mini-Bossraum")
      wait()
      npc.purge()
      timer("inseln_fertigg", 10)
      end
      when 20350.chat."Die 4 Inseln" with pc.get_map_index() >= 2080000 and pc.get_map_index() < 2090000 begin
      npc.lock()
      say_title("Nerolfrös:")
      say("Ich kann euch auf eine andere")
      say("Insel befördern. Bitte wähle eine aus:")
      local s=select ("1","2","3","4","Abbruch")
      if s
      

      Gracias y saludos.

      publicado en Ayuda
    • Bloquear paso en mapa¿?

      creo que no me entendisteis... blokear el paso como 1 barrera.. vamos que no se pueda pasar ni aunque lo intentes , como si fuera 1 montaña que no se puede subir o algo asin , que bloquee el paso. xD

      publicado en Ayuda
    • Bloquear paso en mapa¿?

      Buenas , estoy buscando la forma de bloquear el paso en un mapa , como en el ox , que no se puede salir ni entrar solo desde el npc , pues igual.

      Alguien save algun programa para hacer esto¿?.

      Saludos.

      publicado en Ayuda
    • Quien kiere un dedicado

      Ambas cuentas son de el XD!

      Aqui hay baneo por multicuentas?
      en ese caso se tiene que llevar 1 xd

      publicado en Guías
    • Decryptar el metin 2 evolution

      Es muy facil su uso , es un masterelpack normal y corriente , metes los .epk a dentro y descompilar y ala

      Saludos.

      publicado en Guías
    • 1
    • 2
    • 12
    • 13
    • 14
    • 15
    • 16
    • 56
    • 57
    • 14 / 57