Jump to content

Quest error with compiling


Recommended Posts

  • Premium

Dear community,

So i am getting an error in my quest and i  do not know whats wrong..

here is teh quest:

Spoiler

quest betamapwarp begin
    state start begin
        when 9002.click begin
            if select(GetText("otherkingdoms",pc.get_lang(),1)) == 1 && > 89 begin then
            say_title(GetText("otherkingdoms",pc.get_lang(),2))
            say("")
            say("pc.get_quest_name(),pc.get_lang(),3))
            say(GetText("otherkingdoms",pc.get_lang(),4))
            say(GetText("otherkingdoms",pc.get_lang(),5))
            say("")
            say_reward(GetText("otherkingdoms",pc.get_lang(),6))
         
            local s1=select("pc.get_quest_name(),pc.get_lang(),7) ,pc.get_quest_name(),pc.get_lang(),8))
            if s1 == 1 then
                pc.warp(1087000, 1655400)
            else
                return
            end         
        end
        when 20095.chat.(GetText("otherkingdoms",pc.get_lang(),9)) with pc.get_level() >= 89 begin
            say_title(GetText("otherkingdoms",pc.get_lang(),1))
            say("")
            say(GetText("otherkingdoms",pc.get_lang(),10))
            say(GetText("otherkingdoms",pc.get_lang(),11))
            say(GetText("otherkingdoms",pc.get_lang(),12))
            say("")
            say_reward(GetText("otherkingdoms",pc.get_lang(),13))
         
            local s1=select(GetText("otherkingdoms",pc.get_lang(),14)) ,pc.get_quest_name(),pc.get_lang(),15))
            if s1 == 1 then
                pc.warp(1084600, 1784400)
            else
                return
            end         
        end
        when 20095.chat.(GetText("otherkingdoms",pc.get_lang(),16)) with pc.get_level() > 89 begin
            say_title(GetText("otherkingdoms",pc.get_lang(),1))
            say("")
            say(GetText("otherkingdoms",pc.get_lang(),17))
            say(GetText("otherkingdoms",pc.get_lang(),18))
            say(GetText("otherkingdoms",pc.get_lang(),19))
            say("")
            say_reward(GetText("otherkingdoms",pc.get_lang(),20))
         
            local s1=select(GetText("otherkingdoms",pc.get_lang(),21)) ,pc.get_quest_name(),pc.get_lang(),22))
            if s1 == 1 then
                pc.warp(1226600, 1680600)
            else
                return
            end         
        end
        when 20095.chat.(GetText("otherkingdoms",pc.get_lang(),23)) with pc.get_level() > 89 begin
            say_title(GetText("otherkingdoms",pc.get_lang(),24))
            say("")
            say(GetText("otherkingdoms",pc.get_lang(),25))
            say(GetText("otherkingdoms",pc.get_lang(),26))
            say(GetText("otherkingdoms",pc.get_lang(),27))
            say("")
            say_reward(GetText("otherkingdoms",pc.get_lang(),28))
         
            local s1=select(GetText("otherkingdoms",pc.get_lang(),29)) ,pc.get_quest_name(),pc.get_lang(),30))
            if s1 == 1 then
                pc.warp(1134400, 1654800)
            else    
                return
                end
            end         
        end
    end
end

Here is the error when i run make.py

Spoiler

QUEST : betamapwarp
STATE : start
WHEN  : 9002.click
Error occured on compile teleport_beta.quest
 

 

  • Metin2 Dev 1
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
×
×
  • 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.