Jump to content

60003 Theowahdan quest


Recommended Posts

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Active+ Member

Here you go.

Quote

        when 20406.chat."Absorption of bonuses" begin
            say_title(mob_name(20406))
            say("")
            say("Do you want to absorb bonuses from your weapon")
            say("or amour?")
            say("")
            local confirm = select("Yes", "No")
            if confirm == 2 then
                return
            end
            
            setskin(NOWINDOW)
            pc.open_sash(false)
        end

 

Link to comment
Share on other sites

  • Active+ Member
10 minutes ago, blazerxk said:

you don't have the whole quest, i already installed the absolve system now i just need to install the npc

Well, you said you only needed the absorption part.

I'll send the whole quest.

Spoiler

quest sash begin
    state start begin
        when 20406.chat."What is a Sash?" begin
            say_title(mob_name(20406))
            say("")
            say("The sash offers you two options:")
            say("Combination & Absorption.")
            say("")
            say("You can try combination with sash of same")
            say("grade. Two sash combined can generate a")
            say("sash of a biggest grade.")
            say("")
            say("In a absorption the sash take the bonus")
            say("of a weapon or amour at a rate of your")
            say("sash. The absorption rate varies between")
            say("the sash grade, the weapon or amour")
            say("absorbed will be destroyed.")
            say("")
        end
        
        when 20406.chat."Combination" begin
            say_title(mob_name(20406))
            say("")
            say("Would you like to combine two sashes?")
            say("")
            local confirm = select("Yes", "No")
            if confirm == 2 then
                return
            end
            
            setskin(NOWINDOW)
            pc.open_sash(true)
        end
        
        when 20406.chat."Absorption of bonuses" begin
            say_title(mob_name(20406))
            say("")
            say("Do you want to absorb bonuses from your weapon")
            say("or amour?")
            say("")
            local confirm = select("Yes", "No")
            if confirm == 2 then
                return
            end
            
            setskin(NOWINDOW)
            pc.open_sash(false)
        end
    end
end

 

Link to comment
Share on other sites

16 minutes ago, Th1Doose said:

Bem, você disse que só precisava da parte de absorção.

Vou enviar a missão inteira.

  Ocultar conteúdo

quest sash start
    state start start
        when 20406.chat."What is a Sash?" begin
            say_title(mob_name(20406))
            say("")
            say("A faixa oferece duas opções:")
            say("Combinação e Absorção.")
            say("")
            say("Você pode tentar a combinação com faixa do mesmo ")
            say("grau. Duas faixas combinadas podem gerar um")
            say("faixa do maior grau.")
            say("")
            say("Em uma absorção a faixa recebe o bônus")
            say("de uma arma ou amour em uma taxa de seu"

            say("o grau da faixa, a arma ou amour")
            say("absorvido será destruído.")
            say("")
        end
        
        when 20406.chat."Combination" begin
            say_title(mob_name(20406))
            say("")
            say("Gostaria de combinar duas faixas?")
            say("")
            local confirm = select("Yes", "No")
            if confirm == 2 then
                return
            end
            
            setskin(NOWINDOW)
            pc.open_sash(true)
        end
        
        when 20406.chat."Absorção de bônus"comece
            say_title(mob_name(20406))
            say("")
            say("Você quer absorver bônus de sua arma")
            say("ou amour?")
            say("")
            local confirm = select("Sim", "Não")
            if confirm == 2 então
                retorne
            end
            
            setskin(NOWINDOW)
            pc.open_sash(false)
        end
    end
end

 

quest doesn't have begin-end clause.  

when installing this is showing

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.