Jump to content

Please help text on the screen stays


Recommended Posts

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

There is not just a quest..more quest have this problem,not just one.

 

quest mesaj_bun_venit begin
    state start begin
        when login begin
            -- Text informations | Start
            local hostname = "SkyMetin2" -- Sets the servername 
            -- Text informations | End
            
            -- Equipment settings | Start
            local lvl = 1 -- Sets player level
            local hkp = 8000 -- Sets alignment count
            -- Equipment settings | End
            
            local name = pc.get_name()
            
            if pc.getqf("basic_weapon") == 0 then
say_size(350, 100)
addimage ( - 85 , - 90 , "001.tga" ) 
say_red ( "[ENTER][ENTER]" )
say_red ( "Bun venit, "..pc.get_name ()..".")
say_red ( "Acesta este un server privat de Metin2," )
say_red ( "PVM. Aici vă asteaptă o multime de")
say_red ( "aventuri alături de alti jucători care preferă " )
say_red ( "mai multă actiune in lumea metinului." )
say_red ( "Împreună, cu ajutorul vostru, al jucătorilor, cât" )
say_red ( "si al echipei vrem să construim o comunitate" )
say_red ( "cât se poate de dezvoltată din toate punctele" )
say_red ( "de vedere.")
say_red ( "[ENTER][ENTER]" )
addimage ( - 85 , - 90 , "001.tga" ) 
                if pc.get_job() == 0 then -- Warrior
                    pc.give_item2("19")
                    pc.give_item2("11209")    
                    pc.give_item2("12209")
                    notice_all(name.." (Războinic) este nou pe "..hostname)
                elseif pc.get_job() == 1 then -- Assassin
                    pc.give_item2("1009")
                    pc.give_item2("2009")
                    pc.give_item2("11409")
                    pc.give_item2("12349")
                    pc.give_item2("8000",200)
                    notice_all(name.." (Ninja) este nou pe "..hostname)
                elseif pc.get_job() == 2 then -- Sura
                    pc.give_item2("19")
                    pc.give_item2("11609")
                    pc.give_item2("12489")
                    notice_all(name.." (Sura) este nou pe "..hostname)
                elseif pc.get_job() == 3 then -- Mage
                    pc.give_item2("5009")
                    pc.give_item2("7009")
                    pc.give_item2("11809")
                    pc.give_item2("12629")
                    
                    notice_all(name.." (Saman) este nou pe "..hostname)
                end
                while pc.get_level() < lvl do
                    pc.give_exp2(pc.get_next_exp())
                end
                horse.advance()
                horse.ride()
                pc.give_item2("13009")
                pc.give_item2("14009")
                pc.give_item2("15009")
                pc.give_item2("16009")
                pc.give_item2("17009")
                pc.give_item2("50051")
                pc.give_item2("50187")
                pc.changealignment(hkp)
                pc.setqf("basic_weapon",1)
            else
                chat("Bun venit "..name)
            end
        end
    end
end

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.