antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
K3nkσz

Release - Sistema De Shutdown Quest

4 posts in this topic

Boas comunidade,

Encontrei uma quest bastante interessante no meu ponto de vista.

 

Imagem colocada

 

Imagem colocada

 

Imagem colocada

 

E pronto, é isto, bastante simples, obviamente que apenas os membros da equipa têm acesso a esta "Missão" que aparece do lado esquerdo junto das outras missões.

 

Quest em Romeno se algum tiver interessado pode sempre traduzir e postar aqui ou até mesmo criar um outro tópico.

--------------------------------------- Rebootsystem Quest by xCupidoN!-- Tradus de xCupidoN! @ FreakPlay.net-------------------------------------quest rebootsystem beginstate start beginwhen letter with pc.is_gm and pc.get_name() == "[SGA]xCupidoN" beginsend_letter("Shutdown System")endwhen info or button with pc.is_gm and pc.get_name() == "[SGA]xCupidoN" beginsay_title("Mentenanþã:")say_verde("Vrei sã aplici o Mentenanþã ?")say_verde("Atunci alege timpul când sã opresc,")say_verde("server-ul dar tot odatã voi anunþa ºi jucãtorii.")local s = select("30 Minute", "15 Minute", "Acum!", "Închide")if s == 1 thentimer("shutdown30min", 1)endif s == 2 thentimer("shutdown15min", 1)endif s == 3 thencommand("shutdown")endif s == 4 thensend_letter("Mentenanþã")endendwhen shutdown30min.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 30 de minute!")timer("shutdown15min", 60*15)endwhen shutdown15min.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 15 minute!")timer("shutdown1", 60*5)endwhen shutdown1.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 10 minute!")notice_all("Daþi Log Out pentru a preveni pierderea itemelor!")timer("shutdown2", 60*5)endwhen shutdown2.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 5 minute!")notice_all("Daþi Log Out pentru a preveni pierderea itemelor!")timer("shutdown3", 60*3)endwhen shutdown3.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 2 minute!")notice_all("Daþi Log Out pentru a preveni pierderea itemelor!")timer("shutdown4", 60)endwhen shutdown4.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 1 minut!")notice_all("Daþi Log Out pentru a preveni pierderea itemelor!")timer("shutdown5", 30)endwhen shutdown5.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 30 de secunde!")notice_all("Daþi Log Out pentru a preveni pierderea itemelor!")timer("shutdown6", 15)endwhen shutdown6.timer beginnotice_all("Atenþie !!!")notice_all("Mentenanþã: Server-ul va fi oprit în 15 secunde!")timer("shutdown7", 5)endwhen shutdown7.timer begincommand("shutdown")endendend

EXTRA

 

Como instalar a quest?

 

Coloca a quest junto das outras quests no filezilla, que normalmente fica neste directório:

/usr/home/game/share/locale/germany/quest

Dão permissões 777 e depois vão à maquina (VirtualBox, VirtualPC, etc)

E fazem o seguinte:

cd /usr/home/game/share/locale/germany/quest (Vosso directório da quest)./qc NOME.quest

Dêem bom uso desta quest!

Créditos: FreakPlay.net

 

Cumprimentos,

KENGA 

 

Share this post


Link to post
Share on other sites
antiblock
Elveron

Está aqui traduzida:

 

 

quest rebootsystem begin
state start begin
when letter with pc.is_gm and pc.get_name() == "Colocar nome do Admin aqui" begin
send_letter("Manutenção")
end
when info or button with pc.is_gm and pc.get_name() == "Colocar nome do Admin aqui" begin
say_title("Manutenção:")
say_verde("Queres fazer uma manutenção ?")
say_verde("Escolhe o tempo que desejas para desligar,")
say_verde("o servidor e os jogadores vão ser avisados.")
local s = select("30 Minutos", "15 Minutos", "Agora!", "Sair")
if s == 1 then
timer("shutdown30min", 1)
end
if s == 2 then
timer("shutdown15min", 1)
end
if s == 3 then
command("shutdown")
end
if s == 4 then
send_letter("Manutenção")
end
end
when shutdown30min.timer begin
notice_all("Atenção !!!")
notice_all("Manutenção: O servidor vai ser desligado em 30 minutos")
timer("shutdown15min", 60*15)
end
when shutdown15min.timer begin
notice_all("Atenção!!!")
notice_all("Manutenção: O servidor vai ser desligado em 15 minutos!")
timer("shutdown1", 60*5)
end
when shutdown1.timer begin
notice_all("Atenção !!!")
notice_all("Manutenção: O servidor vai ser desligado em 10 minutos!")
notice_all("Sai da conta para evitar a perda de Itens!")
timer("shutdown2", 60*5)
end
when shutdown2.timer begin
notice_all("Atenção !!!")
notice_all("Manutenção: O servidor vai ser desligado em 5 minutos!")
notice_all("Sai da conta para evitar a perda de Itens")
timer("shutdown3", 60*3)
end
when shutdown3.timer begin
notice_all("Atenþie !!!")
notice_all("Manutenção: O servidor vai ser desligado em 2 minutos!")
notice_all("Sai da conta para evitar a perda de Itens")
timer("shutdown4", 60)
end
when shutdown4.timer begin
notice_all("Atenção !!!")
notice_all("Manutenção: O servidor vai ser desligado em 1 minuto")
notice_all("Sai da conta para evitar a perda de Itens")
timer("shutdown5", 30)
end
when shutdown5.timer begin
notice_all("Atenção !!!")
notice_all("Manutenção: O servidor vai ser desligado em 30 segundos!")
notice_all("Sai da conta para evitar a perda de Itens")
timer("shutdown6", 15)
end
when shutdown6.timer begin
notice_all("Atenção !!!")
notice_all("Manutenção: O servidor vai ser desligado em 15 segundos!")
timer("shutdown7", 5)
end
when shutdown7.timer begin
command("shutdown")
end
end
end

Share this post


Link to post
Share on other sites
------------------------------------------------------------------- Sistema de Manutenção feito pôr xCupidoN!                   ---- Traduzido pôr Corvo para cyber-gamers.org!                  ---- Mantenham os créditos, caso alterem a quest poderão mudar.  -------------------------------------------------------------------quest rebootsystem beginstate start beginwhen letter with pc.is_gm and pc.get_name() == "Nome do Administrador" beginsend_letter("Manutenção")endwhen info or button with pc.is_gm and pc.get_name() == "Nome do Administrador" beginsay_title("Manutenção:")say_verde("Queres ligar o Sistema de Manutenção?")say_verde("Escolhe em baixo o tempo de demora,")say_verde("o servidor mandará uma mensagem aos 30,15,10,5,2,1 minutos")say_verde("para avisar aos Jogadores do tempo restante para Log-out.")local s = select("30 Minutos", "15 Minutos", "Agora!", "Sair")if s == 1 thentimer("shutdown30min", 1)endif s == 2 thentimer("shutdown15min", 1)endif s == 3 thencommand("shutdown")endif s == 4 thensend_letter("Manutenção!")endendwhen shutdown30min.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 30 Minutos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown15min", 60*15)endwhen shutdown15min.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 15 Minutos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown1", 60*5)endwhen shutdown1.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 10 Minutos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown2", 60*5)endwhen shutdown2.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 5 Minutos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown3", 60*3)endwhen shutdown3.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 2 Minutos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown4", 60)endwhen shutdown4.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 1 Minuto!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown5", 30)endwhen shutdown5.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 30 segundos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown6", 15)endwhen shutdown6.timer beginnotice_all("O servidor irá-se desligar para Manutenção.")notice_all("Manutenção: O servidor irá ser desligado dentro de 15 segundos!")notice_all("Manutenção: Faz Log-out para evitar a perda de items")timer("shutdown7", 5)endwhen shutdown7.timer begincommand("shutdown")endendend

Share this post


Link to post
Share on other sites

2008 feelings so fucking old

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