Register for your free account! | Forgot your password?

You last visited: Today at 02:15

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Quest mission books

Discussion on Quest mission books within the Metin2 Private Server forum part of the Metin2 category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2012
Posts: 21
Received Thanks: 0
Quest mission books

Hi I found this quest on the internet for mission books... When I go to putty not by mistake but when in game I click on the book in question nothing opens.. Can you help me?

HTML Code:
quest libri_missione begin
    state start begin
        -- miss facili
        when 50307.use begin
            set_quest_state("easy_quest","run")
            pc.remove_item(50307,1)
        end
        -- miss normali
        when 50308.use begin
            set_quest_state("normal_quest","run")
            pc.remove_item(50308,1)
        end
        -- miss difficili
        when 50309.use begin
            set_quest_state("hard_quest","run")
            pc.remove_item(50309,1)
        end
        -- miss esperte
        when 50310.use begin
            set_quest_state("expert_quest","run")
            pc.remove_item(50310,1)
        end
    end
end
HTML Code:
quest easy_quest_1 begin
    state start begin
    end
  
    state run begin
        function EasyMissionData(field)
            local miss_data = {
                ['qta'] = {100,200,500,1000},
                ['reward_qta'] = {1,2,5,20},
                ['reward_value'] = 8011
            }
            return miss_data[field]
        end
      
        when enter begin
            local num = number(1,table.getn(easy_quest.EasyMissionData('qta')))
            pc.setqf("kills",easy_quest.EasyMissionData('qta')[num])
            pc.setqf("rq",easy_quest.EasyMissionData('reward_qta')[num])
            pc.setqf("rv",easy_quest.EasyMissionData('reward_value'))
        end
        when letter begin
            send_letter("Missione Facile")
        end
        when button or info begin
            say_title("Missione Facile")
            say("Obiettivo:")
            say_reward("Uccidere " .. pc.getqf("kills") .. " mostri.")
            say("Ricompensa:")
            say_reward(pc.getqf("rq") .. " Lingotti.")
            say_item_vnum(80011)
        end
        when kill with not npc.is_pc() begin
            pc.setqf("kills",pc.getqf("kills")-1)
            if pc.getqf("kills") <= 0 then
                set_state("reward")
            end
        end
    end
  
    state reward begin
        when letter begin
            send_letter("Ricompensa Missione Facile")
        end
        when button or info begin
            say_title("Ricompensa Missione Facile")
            if pc.enough_inventory(80011) == true then
                say_reward("Hai ricevuto:")
                say_reward(pc.getqf("rq") .. " Lingotti.")
                say_item_vnum(pc.getqf("rv"))
                pc.give_item2(pc.getqf("rv"),pc.getqf("rq"))
                clear_letter()
                pc.delqf("rq")
                pc.delqf("rv")
                pc.delqf("kills")
                set_state("__COMPLETE__")
            else
                say("Devi avere almeno 1 spazio nell' inventario")
                say("per ritirare la ricompensa.")
            end
        end
    end
  
    state __COMPLETE__ begin
    end
end
Scorpion945 is offline  
Old 04/05/2021, 23:11   #2
 
Endless.'s Avatar
 
elite*gold: 0
Join Date: Apr 2010
Posts: 2,047
Received Thanks: 744
set_state("reward")

remove the "" between ()

This should be look so

Code:
set_state(reward)
Do you have sure the Type from the Missionbook on Type 18?
Endless. is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
Skyrim:Quest Hitting the Books
07/30/2013 - General Gaming Discussion - 0 Replies
Huhu. Ich komme momentan bei der Quest nicht weiter... Wer nicht weiß welche ich meine: Das ist die Reihe der Akademie von Winterfeste Quests und in der soll man 3 gestohlene Bücher zurück holen. Alle getötet,Orthos befragt,blabla. Ich soll dann irgendwann die Treppen hoch und dann durch nen Gang,aber die Tür ist von riesigen Steinen umgeben. Ich kann die Holztür öffnen und schliessen und dahinter sind auch noch 2 Gegner. Es gibt keinen anderen Weg... was muss ich tun? Ich kann auch...
[SEARCH]quest missions books
02/21/2013 - Metin2 Private Server - 0 Replies
Hello epvp .. Please seeking quest missions for books, do you know of any? thank you all
Compile all quest without quest's files list // Kompilieren Sie alle Quest ohne Quest
07/17/2011 - Metin2 PServer Guides & Strategies - 3 Replies
ENGLISH Hello dear community, this is a very simple guide but at the same time useful. How to compile ALL quest in the folder "quest" without the files list in the file "locale_list"? Easy! Open the file "make" and replace the content of the file with this: for f in *.quest; do ./qc $f; done Oki. Now set the 0777 permission to the file. Finally open a SSH client and sign in. Write the command: cd /game_file_folder



All times are GMT +1. The time now is 02:16.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.