Jump to content

dabliux

Miembro
  • Contador contenido

    19
  • Ingreso

  • Última visita

2 Seguidores

Visitantes recientes al perfil

520 visitas al perfil

dabliux's Achievements

  1. Buenas tengo una quest que me gustaría que me le terminen ya que aun no e dado​ para terminarla quest eventdepaste_tree begin state start begin when 30129.click begin local SOCK_VNUM = 50160 say("Enhorabuena El equipo de metin2 te hace entrega de una estola!") local s = select("Tengo las telas!","No tengo ninguna tela!","En que consiste la mision ?") if s==1 then if pc.level >= 40 then if pc.getqf("put_sock_count") >= 40 then say("Lo siento! Hoy has traido ya 40 telas!") else if pc.countitem(SOCK_VNUM) >= 40 then pc.setqf("put_sock_count", pc.getqf("put_sock_count") + 40) pc.removeitem(SOCK_VNUM, 40) say("Enhorabuena el equipo de metin2 te hace entrega de una estola!") pc.give_item_from_special_item_group(SOCK_VNUM) else say("Lo siento no tienes 40 telas") end end else say("Tines que tener level 40 para traer las telas!") end elseif s==2 then say("Quieres robarme ? Largate y trae 40 o no vuelvas!") elseif s==3 then say_reward("Obtener estola!") say("Todo el tiempo que este aqui no faltaran las estolas regresa pronto!") end end end end​ le falta el que cuando uno le de el item al npc el te entregue la estola ya eso solo falta
  2. eres un asco para los servidore solo dañas los metin
  3. Amigo me podrias hacer una quest en donde el user escriba el comando cualquiera en la quest y le llege el items como haciendo el papel de implementor la quest
  4. men dime porque cuando meto esta quest nunca me drop y donde podria edictar los mob para que me drop en esta quest quest event_oua begin state start begin when login begin if game.get_event_flag("oua_event") == 1 then notice("Evento: Evento de Pascuas activado!") end end when kill begin local m_ind = pc.get_map_index() if npc.is_pc() then else if m_ind == 1 or m_ind == 3 or m_ind == 21 or m_ind == 23 or m_ind == 41 or m_ind == 43 and pc.get_level() <= 20 then if game.get_event_flag("oua_event") == 1 then local chance = number(1, 100) local chance_max = game.get_event_flag("mond_drop_chance") if chance <= chance_max then pc.give_item2(50162) --game.drop_item(50162) else end else end elseif m_ind == 63 or m_ind == 64 and pc.get_level() <= 40 then if game.get_event_flag("oua_event") == 1 then local chance = number(1, 100) local chance_max = game.get_event_flag("mond_drop_chance") if chance <= chance_max then pc.give_item2(50162) --game.drop_item(50162) else end else end elseif m_ind == 65 or m_ind == 61 or m_ind == 104 and pc.get_level() <= 60 then if game.get_event_flag("oua_event") == 1 then local chance = number(1, 100) local chance_max = game.get_event_flag("mond_drop_chance") if chance <= chance_max then pc.give_item2(50162) --game.drop_item(50162) else end else end elseif m_ind == 62 or m_ind == 71 or m_ind == 67 and pc.get_level() <= 70 then if game.get_event_flag("oua_event") == 1 then local chance = number(1, 100) local chance_max = game.get_event_flag("mond_drop_chance") if chance <= chance_max then pc.give_item2(50162) --game.drop_item(50162) else end else end elseif m_ind == 68 or m_ind == 72 or m_ind == 73 or m_ind == 66 and pc.get_level() <= 90 then if game.get_event_flag("oua_event") == 1 then local chance = number(1, 100) local chance_max = game.get_event_flag("mond_drop_chance") if chance <= chance_max then pc.give_item2(50162) --game.drop_item(50162) else end else end elseif m_ind == 103 or m_ind == 70 or m_imd == 69 and pc.get_level() <= 250 then if game.get_event_flag("oua_event") == 1 then local chance = number(1, 100) local chance_max = game.get_event_flag("mond_drop_chance") if chance <= chance_max then pc.give_item2(50162) --game.drop_item(50162) else end else end end end end when 20087.chat."<GM> Evento de Pascuas" with pc.is_gm() begin if game.get_event_flag("oua_event") == 1 then say_title("Administrar evento:") say("") say("Evento con huevos pascuas : ~ Activo ") say("") say_reward("Activar evento?") local s=select("Si", "No") if s==1 then say_title("Administrar evento:") say("") say("El evento acabo.") say("~ Hasta el proximo!") game.set_event_flag("oua_event", 0) char_log(0, "Oua_event_end from" ..pc.get_name()) notice_all("Evento con huevos pascuas ~ Terminado.") elseif s==2 then say_title("Administrar evento:") say("") say("~ Adios!") end else say_title("Administrar evento:") say("") say("Evento con huevos pascuas : ~ Cerrado ") say("") say_reward("¿Empezar evento?") local s=select("Si", "No") if s==1 then say_title("Administrar evento:") say("") say("El evento ~ empezo! .") say("~ Suerteeee a todoss!") game.set_event_flag("oua_event", 1) char_log(0, "Oua_event_start from" ..pc.get_name()) notice_all("Evento con huevos pascuas ~ A empezado !") elseif s==2 then say_title("Administrar evento:") say("") say("~ Adios!") end end end when 20087.chat."<GM> Evento con huevos pascuas " with pc.is_gm() begin if pc.get_name() == "NombreGM" or pc.get_name() == "...."or pc.get_name() == "....."then say_title("Administrar evento:") say("") say("Como quieres que sea el drop?") say("") say_reward("Entre 1-100") say("") local new_chance = tonumber(input()) if new_chance < 0 or new_chance > 100 then say_title("Administrar evento:") say("") say("Has introducido datos incorrectos~") else char_log(0, "Oua_event_chance from" ..pc.get_name().. " to " ..new_chance.. "%") game.set_event_flag("mond_drop_chance", new_chance) say_title("Administrar evento:") say("") say("Drop actual " ..new_chance.. " setat.") say("~ Adios !") end else say_title("Administrar evento:") say("") say("No tienes los derechos a ejecuta esto.") end end end end
  5. quien mejora esta quest ya que las dos post esta malas
  6. a mi me tora este error mini_pvp.lua:11::when doesn't have begin-end clause. (()
  7. eres el mejor te amoamos jajaja maricatu marica yo marica todos la la la xD ajajajajaja
  8. quien ayuda o pasa la quest ya corregida
  9. PACI sera que la puedes corregir o rectificar por favor
  10. jaja no puedo no uso source pasamelo por quest
  11. que funcione la quest ejemplo que a las 3 muertes te envie a city eso es todo amigo gracias
  12. Esto son los videos que deven estar en ZONE no de apertura de servidores que solo llenan al FORO de Spam y lo unden mas ya que los que llegan no encuentran cosas nuevas y se van (y)
×
×
  • Crear nuevo...