Jump to content

Quest Evento Tanakas


Sonia

Recommended Posts

Aqui os traigo una quest que encontre es otro evento para el server metin2 solo falta que alguien la Ponga en español y La pruebe quien lo aga la vuelva a publicar para zone

 

quest tanaka begin
	state start begin
	  
	  
		when 20005.chat."Evento Tanaka" with pc.is_gm() begin
	  
			local b = select("Iniciar", "Finalizar", "Cancelar")
		  
			if b == 1 then
				game.set_event_flag("tanaka", 1)
		  
				command("m 5001 75")
				command("m 5004 5")
		  
				notice_all("O Evento tanaca acabou de começar!")
				notice_all("Vai até ao Yonah a livrar-se deles")
				notice_all("Matem os Tanaka!!!.")
			  
			elseif b == 2 then
			  
				if game.get_event_flag("tanaka") == 1 then
					game.set_event_flag("tanaka", 0)
				  
					say("")
					say("Voce conclui com exito o evento Tanaka!")
					  
					notice_all("O Evento Tanaka acabou..")
					notice_all("Quem matou o tanaka merece uma recompensa..")
					notice_all("Espera-mos que gostem dela.")
				else
				  
					say("")
					say("Não pode terminar o evento,")
					say("pois ainda nem o começou...")
					say("")
				  
				end
			  
			elseif b == 3 then
		  
				return
			  
			end
		  
		end
	  
		when 20005.chat."Eu quero Ajudar!" with game.get_event_flag("tanaka") == 1 begin
	  
			say_title("Evento Tanaka")
			say("")
			say("Vais-me ajudar a mar o Tanaka?")
			say("Se conseguires")
			say("seras recompensado!!")
			say("Queres ajudar?")
   say("")
		  
			local s = select("sim", "Nao")
		  
			if s == 1 then
				pc.warp(Oase Warp Points)
			  
			elseif s == 2 then
				return
			end
		  
		end
	  
		when 20005.chat."Recompença em Iten" with pc.count_item(Item ID) >= 1 begin
			say_title("Trocar orelha do Tanaka")
			say("")
			say("Eu troco intes por orelhas de Tanaka")
		  
			local ON = select("Trocar", "Cancelar")
		  
			if ON == 1 then
		  
				pc.remove_item(Item ID, 1)
			  
				pc.give_item2(Item ID, 1)
			  
			elseif ON == 2 then
		  
				return
			  
			end
		end
  
	end
end
Link to comment
Share on other sites

creo que pregunta por los creditos o eso traduce el google xD

tiene un par de fallos de logistica...

 

para activar la quest tienes que sacar al tio ese, y tienes que estar en el sitio del evento, ya que en cuanto la actives saldran 2 tanakas despavoridos. y esa es otra, tendras que estar sacando mas tanakas, porque con dos solo...

 

Pero con un par de modificaciones se puede arreglar eso

Link to comment
Share on other sites

Yo hice una que lo que hace es sacar un tanakas por cada tanaka muerto, y sale en un sitio aleatorio dentro del oasis, y en el momento que cierro el evento se dejan de regenerar los tanaka.

Si alguien la quiere la posteo, pero no creo que a nadie le interese

 

Saludos

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...