Jump to content

mt2oldpvp

Miembro
  • Contador contenido

    7
  • Ingreso

  • Última visita

Actividad de reputación

  1. Gracias
    mt2oldpvp got a reaction from sol in Problemas con el Game. Eternia2   
    Eso es porque el binario del cliente y el game no tienen los mismos sistemas por eso no te aparecen los personajes.
     
    Saludos!
  2. Gracias
    mt2oldpvp reacted to 【ℛ-𝓝】ℛ𝔂𝓼𝒆 in ➫ ➬ ➩ [SERVERFILES] Compilado 2017-2018-2019   
    ◄ ServerFiles ► Premiumlike
     
    ◄ ServerFiles ► Kuratox3
     
    ◄ ServerFiles ► Battle2
     
    ◄ ServerFiles ► BestProduction 1.8
     
    ◄ ServerFiles ► Melosia2
     
    ◄ ServerFiles ► Rubinum2
     
    ◄ ServerFiles ► Taviona2
     
    ◄ ServerFiles ► Maro2 / Oldline / Nalunia
     
    ◄ ServerFiles ► Mukari2 - Multilenguaje
     
    ◄ ServerFiles ► Drakonia2
     
    ◄ ServerFiles ► Elitarius2
     
    ◄ ServerFiles ► DINOS
     
    ◄ ServerFiles ► 40K pagas - Gratis
     
    ◄ ServerFiles ► con WON listas para montar
     
    ◄ ServerFiles ► Rivality2
     
    ◄ ServerFiles ► con 6ta Raza
     
    ◄ ServerFiles ► Oficial TR by Frozen
     
    ◄ ServerFiles ► Abizu2
     
    ◄ ServerFiles ► Sanii V1.2
     
    [REUPLOAD] ◄ ServerFiles ► Nirvana V2
     
    ◄ ServerFiles ► Athraworld
     
    ◄ ServerFiles ► Play PVP Farm
     
    ◄ ServerFiles ► Metin2Family
     
    ◄ ServerFiles ► Terios.pl
     
    ◄ ServerFiles ► Metin2Gravity
     
    ◄ ServerFiles ► Titania2
     
    ◄ ServerFiles ► Limpios by Undyne
     
    ◄ ServerFiles ► Heroes última versión
     
    ◄ ServerFiles ► Avalter.pl
     
    ◄ ServerFiles ► Lucian (ingles)
     
    ◄ ServerFiles ► Ocelot2606
  3. Me Gusta
    mt2oldpvp reacted to Rinnegan in Evento PvP   
    quest evento_pvp begin state start begin function Config() return { ["Coordenadas"] = {55500,55500}--Coordenadas del mapa cuando das al boton Participar ["Index"] = {360}--Index del mapa del evento ["Vidas"] = {3}--Vidas del usuario } end when 20011.chat"Evento pvp" with game.get_event_flag("eventopvp") == 1 begin local r = game.get_event_flag("eventopvp2") if pc.getqf("eventopvp") != r then pc.setqf("eventopvp",r) pc.setqf("muertes",0) pc.setqf("intento",0) end if pc.getqf("muertes") >= evento_pvp.Config().Vidas[1] then say("Usted ya agoto sus "..evento_pvp.Config().Vidas[1].." vidas.") return end if select ("Participar","Salir") == 1 then pc.warp(evento_pvp.Config().Coordenadas[1],evento_pvp.Config().Coordenadas[2]) end end when 20358.chat."Evento pvp GM" with pc.is_gm() begin local e = select ("Iniciar evento","Terminar evento","Nada") if e == 1 then notice_all("El evento pvp ha iniciado, ve a uriel para participar.") game.set_event_flag("eventopvp",1) game.set_event_flag("eventopvp2",game.get_event_flag("eventopvp2")+1) elseif e == 2 then notice_all("El evento pvp ha terminado.") game.set_event_flag("eventopvp",0) end end when login with pc.get_map_index() == evento_pvp.Config().Index[1] begin if pc.getqf("muertes") >= evento_pvp.Config().Vidas[1] or game.get_event_flag("eventopvp2") == 0 then warp_to_village() return end loop_timer("revisar_pvp",0.5) end when revisar_pvp.timer begin if pc.get_hp() <= 0 and pc.getqf("intento") == 0 then pc.setqf("intento",1) local m = pc.getqf("muertes")+1 pc.setqf("muertes",m) if m >= evento_pvp.Config().Vidas[1] then notice_in_map("El usuario "..pc.get_name().." ha muerto "..m.." veces y fue descalificado.") cleartimer("revisar_pvp") warp_to_village() return end chat("Has muerto "..m.." veces") end if pc.getqf("intento") == 1 and pc.get_hp() >= 1 then pc.setqf("intento",0) end if game.get_event_flag("eventopvp2") == 0 then cleartimer("revisar_pvp") warp_to_village() end end end end puse un paréntesis donde no iba, ahí esta arreglada.
  4. Me Gusta
    mt2oldpvp got a reaction from Rinnegan in Evento PvP   
    Gracias por la ayuda pero no funciona.
×
×
  • Crear nuevo...