Jump to content

Recommended Posts

hi guys.I have a problem with a quest

quest:

Spoiler

  quest first_login begin
        state start begin
            when login with pc.getqf("Iteme_inceput")== 0  begin
            timer("lvlinceput", 10)
            pc.setqf( "Iteme_inceput", 1)
                while pc.get_level() < 75 do
                    pc.give_exp2(pc.get_next_exp())
                end
            end
                when lvlinceput.timer begin
                        horse.set_level(21)
                        horse.ride()
                    while pc.get_level() < 104 do
                        pc.give_exp2(pc.get_next_exp())
                    end
                    
                end    
        end
    end

Everything works until it reaches timer.Then down core.
same quest works perfectly on r34k gamefile.

 

 

E


 
Link to comment
https://metin2.dev/topic/11113-problem-with-quest/
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

syser:

SYSERR: Mar 21 17:14:04 :: checkpointing: CHECKPOINT shutdown: tics did not updated.

gamefile.core

 

#4  0x0844473c in checkpointing (sig=Could not find the frame base for "checkpointing(int)".
) at signal.c:29
        __FUNCTION__ = "checkpointing"
 

 

Link to comment
https://metin2.dev/topic/11113-problem-with-quest/#findComment-65093
Share on other sites

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

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.