Jump to content

Shisui

Former Staff
  • Posts

    977
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by Shisui

  1. Good evening everyone, i've a question and i don't know how to solve it.

     

    I've made a server and it was working fine until today when i tried to log in game

    this happeaned.

     

    BmIth.png

     

    I've created a lot of servers and this was the first time that this happened.
    Everything works, sql, filezilla and web but this.
     
    Thank you.
  2.  

    I'm sorry, but the only language I know is English :(

    I don't understand what's written in the quest and the translator doesn't help either...

  3. Hi guys. I want to share another quest. This time it will be easier for me to explain how does it work.

    You receive a letter when it is said that You can hunt for one of four species. After killing it, You will receive selected reward.

    http://pastebin.com/AxDdGf99

    To add a new or edit existing hunting mission, please follow this pattern while adding data to hMobSetTable:

    [level] =  {mob1_id, count_of_mob1, mob2_id, count_of_mob2, mob3_id, count_of_mob3, mob4_id, count_of_mob4, ["ID_R1"] = reward1_id, ["C_R1"] = reward1_count, ["ID_R2"] = reward2_id, ["C_R2"] = reward2_count, ["YANG"] = yang_amount, ["EXP"] = exp_amount},

     

    If You have any questions, feel free to ask ;)

    Could you translate?

    • Metin2 Dev 1
  4. quest warpring begin
        state start begin
            when 70007.use begin
                say_size(350, 360)
                    addimage(21,7,"nost.tga")
                    setcolor(0,0,0)
                    say_black("")
                    say_black("")
                    say_title ( "Warp Ring" )
                    say ( "" )
                    say ( "azddxvcxvxcv." )
                    local opzioni =select ("things","lel")
                    if opzioni == 1 then
                        local opzioni2 =select ("Map 1 Jinno","Map 2 Jinno","Map 1 Chunjo","Map 2 Chunjo","Map 1 Shinsoo","Map 2 Shinsoo","Cancel")
                        if opzioni2 == 1 then
                            pc . warp ( 969600 , 278400 )
                        elseif opzioni2 == 2 then
                            pc . warp ( 873100 , 242600 )
                        elseif opzioni2 == 3 then
                            pc . warp ( 55700 , 157900 )
                        elseif opzioni2 == 4 then
                            pc . warp ( 138500 , 234900 )
                        elseif opzioni2 == 5 then
                            pc . warp ( 469300 , 964200 )
                        elseif opzioni2 == 6 then
                            pc . warp ( 360800 , 877600 )
                        elseif opzioni2 == 7 then
                            return
                        elseif opzioni == 2 then
                            say_title ( "Warp Ring" )
                            say ( "" )
                            say ( "azddxvcxvxcv." )
                        end
                    end
                end
            end
        end
    end

    There was a missing 'end'. Next time take care of the tabulators.

     

     

    ek6Nf.png

  5. Where is the error?

    When i click 'lel' the window closes. 

    quest warpring begin
    state start begin
    when 70007.use begin
    say_size(350, 360)
    			addimage(21,7,"nost.tga")
    			setcolor(0,0,0)
    			say_black("")
    			say_black("")
    			say_title ( "Warp Ring" )
    			say ( "" )
    			say ( "azddxvcxvxcv." )
    			local opzioni =select ("things","lel")
    			if opzioni == 1 then
    			local opzioni2 =select ("Map 1 Jinno","Map 2 Jinno","Map 1 Chunjo","Map 2 Chunjo","Map 1 Shinsoo","Map 2 Shinsoo","Cancel")
    			if opzioni2 == 1 then
    			pc . warp ( 969600 , 278400 )
    			elseif opzioni2 == 2 then
    			pc . warp ( 873100 , 242600 )
    			elseif opzioni2 == 3 then
    			pc . warp ( 55700 , 157900 )
    			elseif opzioni2 == 4 then
    			pc . warp ( 138500 , 234900 )
    			elseif opzioni2 == 5 then
    			pc . warp ( 469300 , 964200 )
    			elseif opzioni2 == 6 then
    			pc . warp ( 360800 , 877600 )
    			elseif opzioni2 == 7 then
    			return
    			elseif opzioni == 2 then
    			say_title ( "Warp Ring" )
    			say ( "" )
    			say ( "azddxvcxvxcv." )
    				end
    			end
    		end
    	end
    end

    Thanks.

  6. Hey, download all the quests files to a folder on your PC.

     

    Open up Notepadd ++, press shift, ctrl + F. in the directory tab click on the "..." and locate the folder you downloaded the quests to.

     

    in the  "Find what:" box type the information you're looking for, either the mission name, or some of the text within the quest itself. After this just press "Find All" and it'll search all the files and show you a list of the ones it found it in.

     

    iTxrtUz.png

    OK, i've found some lines, but i can't find the rest of them.

     

     

    Edit: After reading and reading the quest I figured it out that the file locale locale_latin1.lua has something to do about it.

     

    Appreciated!
  7. Good evening,

     

    Where can i find the hunting quests?

    I know is around levelup.quest and questlib.lua but i don't know where is the text, like 4example (portuguese language*)

     

    5srsg.png moTJd.png

    *sorry i didn't had an english version.

     

    Thanks.

×
×
  • 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.