antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
Sign in to follow this  
Unk3n0w7

[Traducão] Quest Do Banco 100% Traduzida Por Mim

2 posts in this topic

QUEST :

quest exo_bank begin		state start begin   when 20095.chat."Banco" begin	say(col.gold("Seu saldo é ("..bank.get_money()..")"))	 say	 say("O Que Queres ?")		   local a = select("Geld abgeben","Geld abholen","Nichts")		   if a == 3 then			   return	elseif a == 1 then			 say(col.gold("Têm ("..pc.get_gold()..") Yang"))	   say()	   say("Quanto dinheiro queres deixar aqui ?")	   local money_give = tonumber(input())	   if select(money_give.." Certifique-yang?","Romper") == 2 then return end	   if type(money_give) ~= "number" or string.len(money_give) > 10 or money_give == 0 or money_give < 0 or money_give > pc.get_money() then setskin(NOWINDOW) return chat("Você fez uma entrada errada!") end	   chat(" sucesso "..money_give.." Yang aplicado à sua conta!")	   pc.change_gold(-money_give)	   bank.set_money(money_give)	   log.bank(pc.get_name(), money_give, tostring("GIVE"))	elseif a == 2 then		   say(col.gold("Neste momento tens ("..bank.get_money()..")"))					  say()	   say("Quanto dinheiro voçê quer pegar ?")	   local money_take = tonumber(input())	   if select(money_take.." Vai Escoler Yang?","Romper") == 2 then return end	   if type(money_take) ~= "number" or string.len(money_take) > 10 or money_take == 0 or money_take < 0 or money_take > bank.get_money() then setskin(NOWINDOW) return chat("DVocê fez uma entrada falsa!") end	   chat("Sucesso! "..money_take.." Vc Pegou Yang Da Sua Conta !")	   pc.change_gold(money_take)	   bank.set_money(-money_take)	   log.bank(pc.get_name(), money_take, tostring("TAKE"))	  	 end	   20095.chat."Banco Visão" begin	 say(col.gold("Banco Visão"))	 say()	 say("O que você quer?")	 local a = select("informações de saldo","Atividade recente","Romper")	 if a == 3 then			 return	 elseif a == 1 then					 say(col.gold("informações de saldo"))					 say()					 say("No banco "..bank.get_money().." Yang")					 return			  elseif a == 1 then					  say(col.gold("Atividade recente"))					  say()					  local tab_1, tab_2, tab_3, art = {5},{},{},{["TAKE"] = {"levantado"}, ["GIVE"] = {"pago"}}					  local main_query = mysql_query("SELECT user_name FROM quest.exo_bank_log WHERE user_name = '"..pc.get_name().."';")					  for b = 1, table.getn(main_query) do							  table.insert(tab_1, bank.get_log("time", B))		  table.insert(tab_2, bank.get_log("art", B))		 table.insert(tab_3, bank.get_log("money", B))	   end	   local c = select2(tab_1)	   if c == 0 then return end	   say(col.gold("Tempo: "..bank.get_log("time", c)))	   say()	   say("Havia "..bank.get_log("money", c).." Yang "..art[bank.get_log("art", c)][1])	   select("Hmm está bem!")	  	end		 end	 end	end  end    



DOWNLOAD : CLICAR AQUI !



VT : AQUI !



PS : A PASS PARA DESCOMPACTAR é :

cyber-gamers

Share this post


Link to post
Share on other sites
antiblock
Elveron

Tópico encerrado e movido de Metin2 - Traduções para Metin2 - Lixeira por link quebrado

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this