antiblock
Elveron
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
Sign in to follow this  
p0w3r0ff

[QUEST] Setaou Vol.1 (Easy 2 Learn)

6 posts in this topic

A missão pede para você matar 10 Guerreiros Setaou em 1 hora ao nível 75 + mas claro voçe pode modificar quest para um moob sua escolha.

Se alguem traduzir quest faça favor de partilhar com comunidade.

Recompensa:

EXP: 200.000.000

Yang: 20.000.000

-------------------------------------
------   Setaou Vol.1 (Easy 2 Learn)
----   Scripted by /TfFReckLess
--   The Favorites Few - Clan Game
-------------------------------------
quest setaou begin
state start begin
	function a()
		say_title("~ReckLess~")
	end

	when letter with pc.get_level() >= 75 begin
		send_letter("I setaou attaccano!")
	end

	when info or button begin
		setaou.a()
		say(pc.get_name() .. ", così si chiama vero?")
		say("Eheh..")
		say("Io mi chiamo ReckLess e provengo da")
		say("una terra che nessuno conosce!")
		wait()
		setaou.a()
		say("Mi han informato che dei setaou")
		say("han in piano di compiere un attacco")
		say("al nostro villaggio..")
		say("Chiedo a lei grande guerriero di aiutarci!")
		say("")
		local chose = select ("Aiuta","Non ho tempo")
		if chose == 2 then
			setaou.a()
			say("C-cosa?..")
		return
		else
			setaou.a()
			say("Grazie mille della sua disponibilita'!")
			say("Ti ricordo che però lei ha un tempo limite")
			say("perchè poi se no verremo attaccati e sterminati..")
			wait()
			setaou.a()
			pc.setqf("time", get_time()+60*60)
			say("Noi tutti preghiamo per lei!")
			say("")
			say_reward("Uccidi 10 Guerriero Setaou in 1 ora.")
			q.set_clock("Tempo stimato per l'attacco: ", pc.getqf("time")-get_time())
			say_reward(string.format("Guerrieri Setaou rimanenti: %d", pc.getqf("state")))
			set_state("run")
		end
	end
end

state run begin
	when login or levelup or kill with pc.getqf("time") < get_time() begin
		setaou.a()
		say("Il villaggio è stato attaccato e distrutto.")
		say_reward("Missione fallita.")
		set_state("__COMPLETE__")
	end

	when 2401.kill with pc.getqf("time") >= get_time() begin
		local count = pc.getqf("state") + 1
		if count <= 10 then
			pc.setqf("state", count)
			q.set_counter("rest", 10 - count)
			if count == 10 then
				setaou.a()
				say("Grazie mille, hai ucciso tutti i setaou!")
				say("")
				say_reward("EXP ricevuta: 200.000.000")
				say_reward("Yang ricevuti: 20.000.000")
				pc.give_exp2(200000000)
				pc.change_money(20000000)
				set_state("__COMPLETE__")
			end
		end
	end
end

state __COMPLETE__ begin
end
end  

Creditos: inforge criado por ReckLess

Share this post


Link to post
Share on other sites
antiblock
Elveron

boa tarde comunidade, sou novo neste forum... li a missão e decidi deixar aqui a tradução como solicitaram, traduzi o melhor que soube =)se algum me puder informar como arranjo todas as missões traduzidas (em italiano, por exemplo) para criar um server privado poderia-me avisar em mp??------------------------------------------- Setaou Vol.1 (Easy 2 Learn)---- Scripted by /TfFReckLess-- The Favorites Few - Clan Game-------------------------------------quest setaou begin state start begin function a() say_title("~ReckLess~") end when letter with pc.get_level() >= 75 begin send_letter("O ataque do Setaou!") end when info or button begin setaou.a() say(pc.get_name() .. ", é o teu nome, verdade?") say("Eheh..") say("Eu chamo-me ReckLess e venho de") say("uma terra que ninguém conhece!") wait() setaou.a() say("Fui informado que o Setaou") say("planeja fazer um ataque") say("ao nosso vilarejo..") say("Peço-te que nos ajudes, Grande Guerreiro!") say("") local chose = select ("Ajudo","Não tenho tempo") if chose == 2 then setaou.a() say("o o que?..") return else setaou.a() say("Obrigado pela tua disponibilidade!") say("Mas lembro-te que tens um tempo limitado") say("caso contrário serás atacado e extreminado..") wait() setaou.a() pc.setqf("time", get_time()+60*60) say("Nós todos rezamos por ela!") say("") say_reward("Mata 10 Guerreiro Setaou em 1 hora.") q.set_clock("Tempo previsto para o ataque: ", pc.getqf("time")-get_time()) say_reward(string.format("Guerreiro Setaou restantes: %d", pc.getqf("state"))) set_state("run") end end end state run begin when login or levelup or kill with pc.getqf("time") < get_time() begin setaou.a() say("A aldeia foi atacada e destruída.") say_reward("Falhaste a Missão.") set_state("__COMPLETE__") end when 2401.kill with pc.getqf("time") >= get_time() begin local count = pc.getqf("state") + 1 if count <= 10 then pc.setqf("state", count) q.set_counter("rest", 10 - count) if count == 10 then setaou.a() say("Obrigado, mataste todos os Guerreiro Setaou!") say("") say_reward("EXP recebida: 200.000.000") say_reward("Yang recebido: 20.000.000") pc.give_exp2(200000000) pc.change_money(20000000) set_state("__COMPLETE__") end end end end state __COMPLETE__ begin endend

Share this post


Link to post
Share on other sites

Muito obrigado pela traduçao.

Todas quests que eu arranjar eu coloco aqui nesta area.

Cumprimentos

Share this post


Link to post
Share on other sites

Também vou ajudar muito com quests ajuda na evolucao do sv

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this