antiblock
diamwall
  • 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  
TheSubKIller aka Skinning

[TRADUÇÃO] Setaou Vol.1 (Easy 2 Learn)

3 posts in this topic

Boas Cyber-Gamers

-------------------------------------

------ Setaou Vol.1 (Easy 2 Learn)

---- Scripted by /TfF\ReckLess

-- 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

end

end

Share this post


Link to post
Share on other sites
antiblock
diamwall

onde meto esta quest no filezilla?Eestamissão e de que nivel??

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