antiblock
Cyphriun
  • Chatbox

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

Quest Do Pescador Traduzida Por Min

1 post in this topic

bem aqui deixo a quest do pescador traduzida linha por linha a mão xD

 

 

quest fisher begin
state start begin
when 9009.chat."Shop" begin
npc.open_shop()
setskin(NOWINDOW)
end

when 9009.chat."Melhore a sua cana de pesca" begin
say("Pescador:")
say("Então voce esta interessado nos segredos")
say("para melhorar a sua cana de pesca?")
say("na realidade,")
say("nao ha realmente um segredo")
say("Quanto mais tempo voce a usar, mais pontos você ganha.")
say("Se a sua cana de pesca tem o max. pontos")
say("Traga a ate min")
say("que eu vou tentar melhorala para si.")
say("")
say("")
say("")
say("")
end

when 9009.take with item.vnum < 27400 or item.vnum > 27590 begin
say("Eu só posso melhorar canas de pesca!")
say("")
end

when 9009.take with item.vnum == 27590 begin
say("A cana não pode continuar a ser melhorada.")
say("")
end

when 9009.take with item.vnum >= 27400 and item.vnum < 27590 and item.get_socket(0) != item.get_value(2) begin
say("A cana tem poucos pontos de pesca.")
say("Eu não a posso melhorar.")
say("")
end

when 9009.take with item.vnum >= 27400 and item.vnum < 27590 and item.get_socket(0) == item.get_value(2) begin
say("Você precisa de uma cana de pesca melhor?")
say("Mostra-me a sua cana...")
say(string.format("Os pontos da sua cana: %d .", item.get_value(0) / 10))
say("Eu nao sou competente o soficiente. Se você quiser,")
say("Vou ajudá-lo com sua cana de pesca!")
say(string.format("100 zu %d ela também pode falhar.", 100 - item.get_value(3)))
say("Quer realmente melhorar a cana de pesca?")
say("")

local s = select("Melhorar}", "Nao melhorar}")

if s == 1 then
local f = __fish_real_refine_rod(item.get_cell())
if f == 2 then
say("Eu nao conssegui melhorala.")
say("Mas ten a sua cana de volta.")
say("Tente novamente mais tarde.")
say("")
elseif f == 1 then
say("O melhoramento foi um sucesso!")
say("")
else
say("O melhoramento falhou.")
say("volta a tentar mais tarde")
say("")
end
else
say("Close")
say("")
end
end
end
end

 

testada e a bombar

 

Imagem colocada

 

se ajudei +1 

 

comprimentos

Edited by LetsGo (see edit history)

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega

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