Jump to content

Recommended Posts

  • Bot

Hi community!
I have a problem with quests on my server.

Syntax is correct, compilator too (I think), but every quest give me this:

https://metin2.download/picture/r3F9504x09DVmF8K988YXgTtGTP6KMUj/.gif

Does anybody know, how to fix it?

Thanks.

Edited by Metin2 Dev
Core X - External 2 Internal

english_banner.gif

Link to comment
Share on other sites

  • Bot

Well, I'll try to describe it better now.

I have maybe 30 quests on server, compilation is without problem.

make.sh:

LIST_FILE='quest_list' 

if [ -r $LIST_FILE ]; then 

    rm -rdf object 
    mkdir object 

    while read line; 
        do 
            ./qc $line 
        done < $LIST_FILE 
else 
    echo $LIST_FILE' is missing' 
fi

Now, every quest is bugged like I write on the top.

english_banner.gif

Link to comment
Share on other sites

Well, I'll try to describe it better now.

I have maybe 30 quests on server, compilation is without problem.

make.sh:

LIST_FILE='quest_list' 

if [ -r $LIST_FILE ]; then 

    rm -rdf object 
    mkdir object 

    while read line; 
        do 
            ./qc $line 
        done < $LIST_FILE 
else 
    echo $LIST_FILE' is missing' 
fi

Now, every quest is bugged like I write on the top.

Every quest is bugged and looks like on the screenshot at first post? - so they don't showing any other text than square?

Check syserr of your game core - it says you all, maybe it's questlib problem or ./make.sh / folder / qc don't have permission to something

  • Love 1
Link to comment
Share on other sites

  • Bot

Well, I'll try to describe it better now.

I have maybe 30 quests on server, compilation is without problem.

make.sh:

LIST_FILE='quest_list' 

if [ -r $LIST_FILE ]; then 

    rm -rdf object 
    mkdir object 

    while read line; 
        do 
            ./qc $line 
        done < $LIST_FILE 
else 
    echo $LIST_FILE' is missing' 
fi

Now, every quest is bugged like I write on the top.

Every quest is bugged and looks like on the screenshot at first post? - so they don't showing any other text than square?

Check syserr of your game core - it says you all, maybe it's questlib problem or ./make.sh / folder / qc don't have permission to something

Hi! Thank you for your reply!

Yes, every quest is bugged like that.

This is sysser (I think there isn't a problem with quest):

SYSERR: Sep 26 10:26:30 :: pid_init: 
Start of pid: 41208

SYSERR: Sep 26 10:26:30 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'time' at row 1 (query: INSERT INTO bootlog (time, hostname, channel) VALUES(NOW(), 'channel1_core1_test', 1) errno: 1264)
SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_ds.dat
SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_dss_box.dat
SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_w20_sound.dat
SYSERR: Sep 26 10:26:30 :: LoadPackageCryptInfo: [PackageCryptInfo] Failed to load package/cshybridcrypt_metin2_patch_w21_etc.dat
SYSERR: Sep 26 10:31:09 :: ItemLoad: cannot create item by vnum 45160 (name Admin id 10000874)
SYSERR: Sep 26 10:31:09 :: ItemLoad: cannot create item by vnum 41324 (name Admin id 10000873)
SYSERR: Sep 26 10:31:10 :: ChildLoop: AsyncSQL: query failed: Data too long for column 'hint' at row 1 (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip) VALUES('CHARACTER', NOW(), 1, 960952, 273801, 0, 'LOGIN', 'IP  1001584477 1 41 122429', 'IP :)') errno: 1406)
SYSERR: Sep 26 21:01:29 :: ChildLoop: MySQL connection was reconnected. querying locale set

All of that what u wrote have 777 permissions.

Edited by Chyumgo

english_banner.gif

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.