Jump to content

Rumor

Banned
  • Posts

    914
  • Joined

  • Last visited

  • Days Won

    15
  • Feedback

    0%

Posts posted by Rumor

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    For years now we've relied on various file leaks which were usually in some Asian language, up until 2010 when someone (nico_w?) released the SG database. Even after this date, we continued to use our old file structures and methods, and old bash scripts to manage our servers. In 2013, some files were released which came from a private server that was based off the SG files. This isn't a thread to talk about who's right or wrong, or who did what work or anything like that... just a place to release files. The reason this release is beneficial is we've never really had a full release of "clean" and "untouched" files. Every time someone releases files they have some stupid backdoor added or are heavily modified from the original. The goal of this release is to get the files to be as close as possible to an official server, and remove things like Xtrap which none of us are using anyway. Official files is what all the pservers are based off of, so having the official structure just makes sense. There are several threads online with files that have been modified by some person but I never see threads with the files the way they originally came.

    These files in the game folder are from July, 2013 and the game/db cores are fully unmodified and straight from YMIR. That includes lack of modification to make them compatible with certain clients or anything like that. Garbage files like old logs are removed and ready to be generated when you launch your server. These are meant to be a "base server" for the one you want to create. For this reason, there are no customized quests or new items and stuff like that. It's only what SG had in 2013 of July.

    The database structure is the one from this thread: http://metin2dev.org/board/topic/174-complete-34k-db-structure/#entry950

    The item_proto and mob_proto is the one from SG in July 2013. I've included a tool in the download as well used to dump the server proto to the client.


    Since the goal is purity of files, but some files had to be slightly modified for simplicity (and so they run at all) here's the list of things changed/removed:

    - Removed panama folder.
    - Removed old log files and pid files, etc..
    - Removed Xcrap stuff
    - Removed all traces to the above (Symlinks) from install.sh.
    - Removed cshybridcrypt files.
    - Modified CONFIG file to guide you into configuration for your own usage.
    - The quests are from the leak of pserver files based off SG. Some of these may or may not work fully.
    - Timebomb fix applied (Updated: March 13th, 2014)



    Now in order to use these files:

    1. Upload and untar the database and server files. "untouched_34083_db.tar.gz" goes in "/var/db".
    2. Navigate with PuTTy to the game folder as a root user and run this command: "chown -R metin2 .".
    3. Navigate to the game folder as the metin2 user and run install.sh. This will setup all the permissions and symlinks correctly.
    4. Restart your database with the command "service mysql-server restart".


    The server can be started and stopped by executing "run.sh" and "shutdown.sh" and logs can be cleared by executing "clear.sh". All of these are found in the game folder. Make sure to "/shutdown" ingame before using "shutdown.sh" or you may have data loss. Don't be alarmed when running the shutdown script, it's normal for PuTTy to not give you a prompt for a while (you haven't disconnected from SSH).


    How to convert the database proto to a perfect client-side proto:

    1. Grab the following files from the conf folder in the server files:

    mob_proto.txt
    mob_names.txt
    item_proto.txt
    item_names.txt

    2. Put those files in a folder with the "dump_proto.exe" tool and run it. It will automatically generate the protos for your client assuming you have followed the correct structure of the txt files.




    Download:

    https://mega.co.nz/#!aNp3CJCa!UYpjfJvzWPDejhOTysXTqa-o0bQ_JsC5Q6emudCCQc4 (Updated: March 13th, 2014)
    - No password (I don't believe in putting passwords on archives released to the public).

    • Metin2 Dev 94
    • kekw 3
    • Eyes 4
    • Dislove 2
    • Angry 4
    • Not Good 4
    • Sad 2
    • Smile Tear 4
    • Think 7
    • Confused 2
    • Scream 2
    • Lmao 4
    • Good 54
    • Love 10
    • Love 142
  2. Maybe try going in your CONFIG file and setting the BIND_IP to the external IP of your server.

    SYSERR: Feb 15 15:34:43 :: Start: TABLE_POSTFIX not configured use default
    

    As far as I know, this is normal because you haven't set "TABLE_POSTFIX" in the CONFIG file and it's not necessary to do so anyway.

     
     
    SYSERR: Feb 15 15:35:08 :: CBlockCountry::Load:  DirectQuery failed(SELECT login FROM block_exception)

    It looks like you have an incorrect database structure for account.block_exception. Try running this query into the account database using Navicat:

    /*
    Navicat MySQL Data Transfer
    
    Source Server         : Metin2Nirvana TESTSERVER
    Source Server Version : 50533
    Source Host           : 
    Source Database       : account
    
    Target Server Type    : MYSQL
    Target Server Version : 50533
    File Encoding         : 65001
    
    Date: 2014-02-15 08:58:32
    */
    
    SET FOREIGN_KEY_CHECKS=0;
    
    -- ----------------------------
    -- Table structure for `block_exception`
    -- ----------------------------
    DROP TABLE IF EXISTS `block_exception`;
    CREATE TABLE `block_exception` (
      `login` int(11) DEFAULT NULL
    ) ENGINE=MyISAM DEFAULT CHARSET=big5;
    
    -- ----------------------------
    -- Records of block_exception
    -- ----------------------------
  3. 0215 06:53:17324 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x8000000f, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
    0215 06:53:20218 :: CreateFromMemoryFile: Cannot create texture
    0215 06:53:22976 :: GRANNY: r:/granny/rt/granny_file_info.cpp(145): File has run-time type tag of 0x80000015, which doesn't match this version of Granny (0x80000010).  Automatic conversion will be attempted.
    
  4. So I have a problem that would sound like a simple resolution, but it isn't. I have a two-hand level 90 weapon set to upgrade to a higher level two-handed weapon but it does nothing when you try to upgrade this weapon. The one-hand level 90 weapon DOES upgrade, along with other items.

     

    When trying to upgrade 90 1hand:

    6WWTm.jpg

     

    When trying to upgrade 90 2hand:

    6WWUi.jpg

     

    It doesn't even open this window. This has been tested with magic metal, blacksmith, tyrax:

    6WWW6.jpg

     

    All the same result.

     

    Here are the properly configured settings in the DB:

    6WWXr.png

     

    6WX0o.png

     

    Now I'll clear logs and try to upgrade, and post the FULL log files (syserr/syslog from ch1 and DB):

     

    CH1 syserr

    SYSERR: Feb 15 11:55:53 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    SYSERR: Feb 15 11:56:01 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    SYSERR: Feb 15 11:56:36 :: Process: SEQUENCE 34c8f800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 15 11:56:36 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 15 11:57:07 :: Process: SEQUENCE 34c91c00 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 15 11:57:07 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 15 11:57:20 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'level' at row 1 (query: REPLACE INTO levellog (name, level, time, playtime) VALUES('MrBoombastic', 128, NOW(), 839) errno: 1264)
    SYSERR: Feb 15 11:59:37 :: Process: SEQUENCE 34c8f800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 15 11:59:37 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 15 12:00:11 :: Process: SEQUENCE 35bb0400 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 15 12:00:11 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    

    CH1 syslog

    Feb 15 11:55:52 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:52 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:55:52 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:52 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:53 :: refine_type_scroll, ...
    Feb 15 11:55:53 :: REFINE: FIND 377 TRUE
    SYSERR: Feb 15 11:55:53 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    Feb 15 11:55:53 :: Invalid Socket Count 3, set to maximum
    Feb 15 11:55:53 :: SECTREE DIFFER: Dawe11 61x108 was 61x107
    Feb 15 11:55:53 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:53 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:54 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:54 :: MrBoombastic: USE_ITEM Pink Potion(L) (cell: 85)
    Feb 15 11:55:54 :: MrBoombastic: USE_ITEM Pink Potion(L) (cell: 85)
    Feb 15 11:55:54 :: OnClick Trade Vendor[vnum 9003 ServerUniqueID 6822, pid 0] by Nyuu
    Feb 15 11:55:54 :: reallocating buffer to 8192, current 1024
    Feb 15 11:55:54 :: SHOP: START: Nyuu
    Feb 15 11:55:55 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:55 :: Shop::Buy : name Nyuu pos 2
    Feb 15 11:55:55 :: SHOP: BUY: name Nyuu Magic Metal(x 1):16126760 price 2000000
    Feb 15 11:55:55 :: GLOBAL_TIME: Feb 15 11:55:55 time_gap 0
    Feb 15 11:55:56 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:56 :: Shop::Buy : name Nyuu pos 2
    Feb 15 11:55:56 :: SHOP: BUY: name Nyuu Magic Metal(x 1):16126761 price 2000000
    Feb 15 11:55:56 :: Shop::Buy : name Nyuu pos 2
    Feb 15 11:55:56 :: SHOP: BUY: name Nyuu Magic Metal(x 1):16126762 price 2000000
    Feb 15 11:55:56 :: SAVE: Nyuu 59376x171108
    Feb 15 11:55:56 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:56 :: SHOP: END: Nyuu
    Feb 15 11:55:56 :: Reeko: USE_ITEM Bravery Cape (cell: 10)
    Feb 15 11:55:57 :: MrBoombastic: USE_ITEM Pink Potion(L) (cell: 85)
    Feb 15 11:55:57 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:55:57 :: SECTREE DIFFER: Reeko 175x238 was 174x238
    Feb 15 11:55:57 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:55:57 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:55:57 :: Nyuu: USE_ITEM Magic Metal (cell: 12)
    Feb 15 11:55:57 :: REFINE: FIND 378 TRUE
    Feb 15 11:55:58 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:55:58 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:55:58 :: MrBoombastic: USE_ITEM Pink Potion(L) (cell: 85)
    Feb 15 11:55:58 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:55:59 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:55:59 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:55:59 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:55:59 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:55:59 :: GIVE_GOLD: MrBoombastic 26885
    Feb 15 11:55:59 :: GIVE_GOLD: MrBoombastic 26885
    Feb 15 11:55:59 :: GIVE_GOLD: MrBoombastic 26885
    Feb 15 11:55:59 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:55:59 :: GIVE_GOLD: MrBoombastic 26656
    Feb 15 11:55:59 :: GIVE_GOLD: MrBoombastic 26656
    Feb 15 11:55:59 :: GIVE_GOLD: MrBoombastic 26656
    Feb 15 11:55:59 :: MrBoombastic: USE_ITEM Pink Potion(L) (cell: 85)
    Feb 15 11:55:59 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:00 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:00 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:00 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:00 :: GIVE_GOLD: MrBoombastic 80907
    Feb 15 11:56:00 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:00 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:00 :: OnClick Blacksmith[vnum 20016 ServerUniqueID 10026, pid 0] by [SA]Rumor
    Feb 15 11:56:00 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:01 :: SECTREE DIFFER: Dawe11 61x109 was 61x108
    Feb 15 11:56:01 :: refine_type_scroll, ...
    Feb 15 11:56:01 :: REFINE: FIND 378 TRUE
    SYSERR: Feb 15 11:56:01 :: DoRefineWithScroll: REFINE : Unknown refine scroll item. Value0: 1
    Feb 15 11:56:01 :: Invalid Socket Count 3, set to maximum
    Feb 15 11:56:01 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:01 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:01 :: GIVE_GOLD: MrBoombastic 27226
    Feb 15 11:56:01 :: GIVE_GOLD: MrBoombastic 27226
    Feb 15 11:56:01 :: GIVE_GOLD: MrBoombastic 27226
    Feb 15 11:56:01 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:01 :: SECTREE DIFFER: Dawe11 60x109 was 61x109
    Feb 15 11:56:01 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:01 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:01 :: QUEST ScriptAnswer pid 1 answer 1
    Feb 15 11:56:02 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:02 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:02 :: Nyuu: USE_ITEM Magic Metal (cell: 9)
    Feb 15 11:56:02 :: REFINE: FIND 379 TRUE
    Feb 15 11:56:02 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:02 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:02 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:03 :: AddAffect Red Thief Magician type 211 apply 19 -30 flag 5 duration 20
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 27052
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 27052
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 27052
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 54480
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 54480
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 54480
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 40061
    Feb 15 11:56:03 :: GIVE_GOLD: MrBoombastic 40061
    Feb 15 11:56:03 :: OnClick Blacksmith[vnum 20016 ServerUniqueID 10026, pid 0] by [SA]Rumor
    Feb 15 11:56:03 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:03 :: GIVE_GOLD: Reeko 32877
    Feb 15 11:56:03 :: GIVE_GOLD: Reeko 32877
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:04 :: GIVE_GOLD: Reeko 21763
    Feb 15 11:56:04 :: GIVE_GOLD: Reeko 21763
    Feb 15 11:56:04 :: GIVE_GOLD: Reeko 21763
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:04 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:04 :: QUEST ScriptAnswer pid 1 answer 0
    Feb 15 11:56:04 :: MrBoombastic: USE_ITEM Aqua Potion(L) (cell: 75)
    Feb 15 11:56:05 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:05 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:05 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:05 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:05 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:05 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:05 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:05 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:06 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:06 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:06 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:06 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:06 :: MrBoombastic: USE_ITEM Pink Potion(L) (cell: 85)
    Feb 15 11:56:06 :: QUEST timer name 2 cycle 22500 pc 38703 npc 4294967293 loop? 0
    Feb 15 11:56:06 :: QUEST add timer 0x36173740 3
    Feb 15 11:56:06 :: QUEST remove with no cancel 0x35b71d20
    Feb 15 11:56:06 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:06 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:06 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:06 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:07 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:07 :: QUEST ScriptAnswer pid 1 answer 1
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:07 :: GIVE_GOLD: Reeko 32874
    Feb 15 11:56:07 :: GIVE_GOLD: Reeko 32874
    Feb 15 11:56:07 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:07 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:07 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:07 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:08 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:09 :: GoldenRipper: USE_SKILL: 4 pkVictim 0x0
    Feb 15 11:56:09 :: AddAffect GoldenRipper type 4 apply 95 610 flag 16 duration 92
    Feb 15 11:56:09 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:09 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:09 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:09 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:09 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:09 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3001)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:10 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:11 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:11 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:11 :: GIVE_GOLD: Reeko 65294
    Feb 15 11:56:11 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:11 :: GIVE_GOLD: Reeko 129836
    Feb 15 11:56:11 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:11 :: GoldenRipper: USE_SKILL: 3 pkVictim 0x0
    Feb 15 11:56:11 :: AddAffect GoldenRipper type 3 apply 19 25 flag 0 duration 172
    Feb 15 11:56:11 :: AddAffect GoldenRipper type 3 apply 17 62 flag 15 duration 172
    Feb 15 11:56:11 :: SECTREE DIFFER: Dawe11 60x110 was 60x109
    Feb 15 11:56:11 :: QUEST timer name 2 cycle 22500 pc 27792 npc 4294967293 loop? 0
    Feb 15 11:56:11 :: QUEST add timer 0x34e04040 3
    Feb 15 11:56:11 :: QUEST remove with no cancel 0x35b6bc20
    Feb 15 11:56:11 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:11 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:12 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:12 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:12 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:12 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:12 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:13 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:13 :: GIVE_GOLD: Reeko 32833
    Feb 15 11:56:13 :: GIVE_GOLD: Reeko 32833
    Feb 15 11:56:13 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:13 :: GoldenRipper: USE_ITEM Enchant Change Scroll (cell: 74)
    Feb 15 11:56:13 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3004)
    Feb 15 11:56:13 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3503)
    Feb 15 11:56:13 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:13 :: SECTREE DIFFER: Arrogance 149x41 was 149x42
    Feb 15 11:56:13 :: SECTREE DIFFER: Dawe11 59x110 was 60x110
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3003)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:14 :: GoldenRipper: USE_ITEM Enchant Change Scroll (cell: 74)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:14 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:15 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:15 :: GIVE_GOLD: Reeko 32441
    Feb 15 11:56:15 :: GIVE_GOLD: Reeko 32441
    Feb 15 11:56:15 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3005)
    Feb 15 11:56:15 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:15 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:16 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:16 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:16 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:16 :: Nyuu: USE_ITEM Spirit Stone of Slayer+6 (cell: 43)
    Feb 15 11:56:16 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:17 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:17 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:17 :: Nyuu: USE_SKILL: 49 pkVictim 0x0
    Feb 15 11:56:17 :: AddAffect Nyuu type 49 apply 19 49 flag 18 duration 39
    Feb 15 11:56:17 :: SECTREE DIFFER: Arrogance 149x42 was 149x41
    Feb 15 11:56:17 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3502)
    Feb 15 11:56:18 :: Reeko: USE_ITEM Red Potion (L) (cell: 74)
    Feb 15 11:56:18 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:19 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3505)
    Feb 15 11:56:19 :: Arrogance: USE_ITEM Pink Potion(L) (cell: 34)
    Feb 15 11:56:19 :: GoldenRipper: USE_ITEM Enchant Change Scroll (cell: 74)
    Feb 15 11:56:19 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:19 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:19 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=38601, npc=3002)
    Feb 15 11:56:20 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:20 :: SECTREE DIFFER: Arrogance 150x42 was 149x42
    Feb 15 11:56:21 :: GoldenRipper: USE_ITEM Enchant Change Scroll (cell: 74)
    Feb 15 11:56:21 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3501)
    Feb 15 11:56:21 :: GIVE_GOLD: Reeko 32692
    Feb 15 11:56:21 :: GIVE_GOLD: Reeko 32692
    Feb 15 11:56:21 :: PONG! 1 41
    Feb 15 11:56:22 :: Handshake: lower than zero -40
    Feb 15 11:56:22 :: SAVE: Nyuu 61288x168671
    Feb 15 11:56:22 :: COMMAND: Arrogance: ride
    Feb 15 11:56:22 :: HORSE STAMINA CONSUME EVENT CANCEL 0x35770160
    Feb 15 11:56:22 :: HORSE STAMINA REGEN EVENT CREATE 0x36140e60
    Feb 15 11:56:22 :: HorseSummon : Arrogance lv:121 bSummon:1 fromFar:0
    Feb 15 11:56:22 :: RegisterRaceNumMap Brown Horse 20108
    Feb 15 11:56:23 :: GoldenRipper: USE_ITEM Enchant Change Scroll (cell: 74)
    Feb 15 11:56:23 :: Handshake: lower than zero -300
    Feb 15 11:56:23 :: Handshake: lower than zero -60
    Feb 15 11:56:24 :: SECTREE DIFFER: Dawe11 59x111 was 59x110
    Feb 15 11:56:24 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:24 :: SECTREE DIFFER: Dawe11 58x111 was 59x111
    Feb 15 11:56:24 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:24 :: Handshake: lower than zero -40
    Feb 15 11:56:24 :: Handshake: client_time 264111 server_time 446391 name: Arrogance
    Feb 15 11:56:24 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:25 :: MrBoombastic: USE_ITEM Bravery Cape (cell: 3)
    Feb 15 11:56:25 :: SECTREE DIFFER: Nyuu 9x25 was 9x26
    Feb 15 11:56:26 :: GoldenRipper: USE_ITEM Enchant Change Scroll (cell: 74)
    Feb 15 11:56:26 :: CQuestManager::Kill QUEST_KILL_EVENT (pc=35735, npc=3504)
    Feb 15 11:56:26 :: GIVE_GOLD: Reeko 64720
    

    DB syslog:

    Feb 15 11:55:55 :: [     4200] return 0/0/0 async 0/0/2
    Feb 15 11:56:00 :: [     4250] return 0/0/0 async 0/0/1
    Feb 15 11:56:05 :: [     4300] return 0/0/0 async 0/0/0
    Feb 15 11:56:10 :: [     4350] return 0/0/0 async 0/0/0
    Feb 15 11:56:15 :: [     4400] return 0/0/1 async 0/0/0
    Feb 15 11:56:20 :: [     4450] return 0/1/1 async 0/0/2
    Feb 15 11:56:25 :: [     4500] return 0/0/0 async 0/0/1
    Feb 15 11:56:28 :: SetPlay off 367482934 metineropersiax
    Feb 15 11:56:29 :: LOGIN_BY_KEY success
    Feb 15 11:56:29 :: RESULT_LOGIN: login success metineropersiax rows: 1
    Feb 15 11:56:29 :: xKakashi 959900 269200 hair 3007
    Feb 15 11:56:30 :: SetPlay on 367482934 metineropersiax
    Feb 15 11:56:30 :: [PLAYER_LOAD] ID xKakashi pid 38741 gold 3486050 
    Feb 15 11:56:30 :: QID_QUEST 51
    Feb 15 11:56:30 :: QUEST_LOAD: count 14 PID 38741
    Feb 15 11:56:30 :: QID_AFFECT 51
    Feb 15 11:56:30 :: AFFECT_LOAD: count 7 PID 38741
    Feb 15 11:56:30 :: [     4550] return 0/0/2 async 0/0/0
    Feb 15 11:56:31 :: AUTH_LOGIN id(5459)
    Feb 15 11:56:32 :: LOGIN_BY_KEY success
    Feb 15 11:56:32 :: RESULT_LOGIN: login success albinnz rows: 1
    Feb 15 11:56:32 :: kosovaa 62288 164942 hair 0
    Feb 15 11:56:33 :: AUTH_LOGIN id(15524)
    Feb 15 11:56:34 :: QUERY_RESULT: HEADER_GD_SAFEBOX_LOAD
    Feb 15 11:56:34 :: SAFEBOX id[15572] size[1]
    Feb 15 11:56:34 :: QUERY_RESULT: HEADER_GD_SAFEBOX_LOAD
    Feb 15 11:56:35 :: LOGIN_BY_KEY success
    Feb 15 11:56:35 :: RESULT_LOGIN: login success
    Feb 15 11:56:35 :: ZapMonkey 10000 1207800 hair 1005
    Feb 15 11:56:35 :: pugi 957428 255793 hair 0
    Feb 15 11:56:35 :: [     4600] return 0/0/2 async 0/0/0
    Feb 15 11:56:40 :: [     4650] return 0/0/0 async 0/0/1
    Feb 15 11:56:41 :: LOGIN_BY_KEY success
    Feb 15 11:56:41 :: RESULT_LOGIN: login success
    Feb 15 11:56:41 :: kosovaa 62288 164942 hair 0
    Feb 15 11:56:42 :: [PLAYER_LOAD] Load from PlayerDB pid[10874]
    Feb 15 11:56:42 :: QID_PLAYER 56 10874
    Feb 15 11:56:42 :: SetPlay on 173295753 albinnz
    Feb 15 11:56:42 :: QID_ITEM 56
    Feb 15 11:56:42 :: ITEM_LOAD: count 75 pid 10874
    Feb 15 11:56:42 :: QID_QUEST 56
    Feb 15 11:56:42 :: QUEST_LOAD: count 56 PID 10874
    Feb 15 11:56:42 :: QID_AFFECT 56
    Feb 15 11:56:42 :: AFFECT_LOAD: count 25 PID 10874
    Feb 15 11:56:44 :: PLAYER_DELETE TRY: pugigame 38100 pid1
    Feb 15 11:56:44 :: PLAYER_DELETE SUCCESS 38100
    Feb 15 11:56:45 :: [     4700] return 0/0/0 async 0/0/0
    Feb 15 11:56:50 :: [     4750] return 0/0/0 async 0/0/2
    Feb 15 11:56:52 :: LOGIN_BY_KEY success
    Feb 15 11:56:52 :: RESULT_LOGIN: login success
    Feb 15 11:56:52 :: ZapMonkey 10000 1207800 hair 1005
    Feb 15 11:56:52 :: [PLAYER_LOAD] Load from PlayerDB pid[38101]
    Feb 15 11:56:53 :: QID_PLAYER 2 38101
    Feb 15 11:56:53 :: SetPlay on 1604722698 pugigame
    Feb 15 11:56:53 :: QID_ITEM 2
    Feb 15 11:56:53 :: ITEM_LOAD: count 55 pid 38101
    Feb 15 11:56:53 :: QID_QUEST 2
    Feb 15 11:56:53 :: QUEST_LOAD: count 23 PID 38101
    Feb 15 11:56:53 :: QID_AFFECT 2
    Feb 15 11:56:53 :: AFFECT_LOAD: count 1 PID 38101
    Feb 15 11:56:55 :: [     4800] return 0/0/1 async 0/0/1
    Feb 15 11:56:57 :: AUTH_LOGIN id(15548)
    Feb 15 11:56:58 :: LOGIN_BY_KEY success
    Feb 15 11:56:59 :: RESULT_LOGIN: login success
    Feb 15 11:56:59 :: Brand 475411 955830 hair 1007
    Feb 15 11:56:59 :: TheViper 474596 953921 hair 3012
    Feb 15 11:57:00 :: [     4850] return 0/0/0 async 0/0/0
    Feb 15 11:57:05 :: [     4900] return 0/0/0 async 0/0/2
    Feb 15 11:57:08 :: LOGIN_BY_KEY success
    Feb 15 11:57:08 :: RESULT_LOGIN: login success unstoppable rows: 2
    Feb 15 11:57:08 :: Brand 475411 955830 hair 1007
    Feb 15 11:57:08 :: TheViper 474596 953921 hair 3012
    Feb 15 11:57:10 :: [PLAYER_LOAD] Load from PlayerDB pid[38149]
    Feb 15 11:57:10 :: QID_PLAYER 59 38149
    Feb 15 11:57:10 :: SetPlay on 1761704815 unstoppable
    Feb 15 11:57:10 :: QID_ITEM 59
    Feb 15 11:57:10 :: ITEM_LOAD: count 57 pid 38149
    Feb 15 11:57:10 :: QID_QUEST 59
    Feb 15 11:57:10 :: QUEST_LOAD: count 16 PID 38149
    Feb 15 11:57:10 :: QID_AFFECT 59
    Feb 15 11:57:10 :: AFFECT_LOAD: count 2 PID 38149
    Feb 15 11:57:10 :: [     4950] return 0/0/4 async 0/0/0
    Feb 15 11:57:11 :: AUTH_LOGIN id(15802)
    Feb 15 11:57:12 :: LOGIN_BY_KEY success
    Feb 15 11:57:12 :: RESULT_LOGIN: login success
    Feb 15 11:57:12 :: Salvation 63926 166201 hair 3012
    Feb 15 11:57:15 :: [     5000] return 0/0/1 async 0/0/0
    Feb 15 11:57:17 :: AUTH_LOGIN id(10373)
    Feb 15 11:57:18 :: LOGIN_BY_KEY success
    Feb 15 11:57:19 :: RESULT_LOGIN: login success
    Feb 15 11:57:19 :: Oran2000 1084900 1784300 hair 3011
    Feb 15 11:57:19 :: MissKiKi 959741 269928 hair 0
    Feb 15 11:57:19 :: Landay444 961255 271918 hair 0
    Feb 15 11:57:19 :: TamlonXXL 960552 269313 hair 0
    Feb 15 11:57:20 :: GuildChangeMemberData 38601 0 128 7
    Feb 15 11:57:20 :: [     5050] return 0/0/14 async 0/0/7
    Feb 15 11:57:25 :: [     5100] return 0/0/0 async 0/0/4
    Feb 15 11:57:25 :: LOGIN_BY_KEY success
    Feb 15 11:57:26 :: RESULT_LOGIN: login success
    Feb 15 11:57:26 :: Oran2000 1084900 1784300 hair 3011
    Feb 15 11:57:26 :: MissKiKi 959741 269928 hair 0
    Feb 15 11:57:26 :: Landay444 961255 271918 hair 0
    Feb 15 11:57:26 :: TamlonXXL 960552 269313 hair 0
    Feb 15 11:57:26 :: [PLAYER_LOAD] Load from PlayerDB pid[26836]
    Feb 15 11:57:26 :: QID_PLAYER 5 26836
    Feb 15 11:57:26 :: SetPlay on 1646242789 maxik4000
    Feb 15 11:57:26 :: QID_ITEM 5
    Feb 15 11:57:26 :: ITEM_LOAD: count 76 pid 26836
    Feb 15 11:57:26 :: QID_QUEST 5
    Feb 15 11:57:26 :: QUEST_LOAD: count 30 PID 26836
    Feb 15 11:57:26 :: QID_AFFECT 5
    Feb 15 11:57:26 :: AFFECT_LOAD: count 3 PID 26836
    

  5. If your players are using the original FX CPUs like the 4100, 6100, or 8100 they will have issues. When this CPU came out I bought one and the game would randomly freeze up and turn black inside the window and repeat the chat over and over on my screen. A total graphics glitch which was only possible to remove by ending the game in task manager and starting it again. I've seen threads on german forums about this and I know people with the newer FX CPUs who don't have this issue.

    https://www.google.com/search?q=metin2+fx-4100&oq=metin2+fx-4100&aqs=chrome..69i57j0.1662j0j4&sourceid=chrome&espv=210&es_sm=93&ie=UTF-8

    • Love 1
  6. 1. get_mob_level function: http://pastebin.com/bVGPQqxe

    2. Thankyou

    3. In my original post here I showed the locale_string.txt and showed that those things are not missing. I copied and pasted the ones from the error and listed them in that spoiler.

    4. I actually had just applied the official one which was released by Shogun on this forum for 34k games. I can try to run that again if you still think it's useful.

  7. Would appreciate some assistance ^^

    Channel:

    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 24
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 41
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 44
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 44
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 44
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 24
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 1
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 21
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 24
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 24
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 24
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 4
    SYSERR: Feb 14 09:43:24 :: ForAttrRegionFreeAngle: SECTREE_MANAGER::ForAttrRegion - Unhandled exception. MapIndex: 4
    SYSERR: Feb 14 09:43:24 :: LoadSkillMotion: Motion: Skill exist but no motion data for index 0 mob 3591 skill 256
    SYSERR: Feb 14 09:44:45 :: Process: UNKNOWN HEADER: 52, LAST HEADER: 6(525), REMAIN BYTES: 86, fd: 22
    SYSERR: Feb 14 09:46:43 :: Process: SEQUENCE 34c33800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:46:43 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:46:45 :: Process: SEQUENCE 34c32800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:46:45 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:47:02 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value)
    SYSERR: Feb 14 09:47:02 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.(null) letter
    SYSERR: Feb 14 09:47:27 :: Process: SEQUENCE 34c38800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:47:27 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:47:30 :: Process: SEQUENCE 34c39400 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:47:30 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:47:58 :: Process: SEQUENCE 36119400 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:47:58 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:48:18 :: Process: SEQUENCE 34c38000 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:48:18 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:49:35 :: Process: SEQUENCE 362d2800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:49:35 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:50:12 :: Resume: wrong QUEST_WAIT request! : 951
    SYSERR: Feb 14 09:50:47 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value)
    SYSERR: Feb 14 09:50:47 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.(null) letter
    SYSERR: Feb 14 09:50:47 :: RunState: LUA_ERROR: [string "drop_event"]:5: attempt to perform arithmetic on local `limit' (a nil value)
    SYSERR: Feb 14 09:50:47 :: WriteRunningStateToSyserr: LUA_ERROR: quest drop_event.(null) letter
    SYSERR: Feb 14 09:51:21 :: Process: SEQUENCE 3634c800 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:51:21 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:52:23 :: Process: SEQUENCE 364a3400 mismatch 0xaf != 0x64 header 254
    SYSERR: Feb 14 09:52:23 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
    	[254 : 0xaf]
    
    SYSERR: Feb 14 09:35:22 :: ChildLoop: AsyncSQL: query failed: Out of range value for column 'player_level' at row 1 (query: INSERT INTO quest_reward_log VALUES('collect_quest_lv70',36117,130,2,50113,1,NOW()) errno: 1264)

    drop event quest:

    quest drop_event begin
    	state start begin
    		when login with game.get_event_flag("drop_event") > 0 begin
    			local level = pc.get_level()
    			if game.get_event_flag("drop_event") == 1 then
    				pc.setqf("rate",500-math.floor(level/4))
    				set_state(xmasgift)
    			elseif game.get_event_flag("drop_event") == 2 then
    				pc.setqf("rate",400-math.floor(level/4))
    				set_state(moon)				
    			end
    		end
    		when enter begin
    			clear_letter()
    		end
    	end
    
    	state xmasgift begin
    		when login with game.get_event_flag("drop_event") == 0 begin
    			set_state(start)
    		end
    		when letter begin
    			q.set_icon("scroll_open_blue.tga")
    			send_letter("*Christmas Gift Box")	
    		end
    		when button or info begin
    			-- addimage(20, 12, "xmasgiftlight.tga")
    			-- say("")
    			-- say("")
    			-- say("")
    			say_title("")
    			----"123456789012345678901234567890123456789012345678901234567890"|
    			say("Merry Christmas!")
    			say("")
    			say("Today you can farm Christmas Gifts")
    			say("from monsters you kill and open them with")
    			say("a Nirvana key found in the itemshop")
    			say("or at the Christmas Tree in map 1.")
    			say("")
    			say("You can receive excellent prizes from these")
    			say("Christmas gift boxes.")
    			say("")
    			say_reward("Enjoy what gifts it holds for you!")
    			say("")
    		end
    			
    		when kill begin
    			if game.get_event_flag("drop_event") == 1 then
    				local level = pc.get_level()
    				local rate = pc.getqf("rate")
    				local limit = tonumber(get_mob_level[npc.get_race()])
    				if level <= limit+11 then
    					local drop = number(1,rate)
    					if drop == 1 then
    						pc.setqf("rate",rate+3)
    						game.drop_item_with_ownership(50036)
    					end
    				end
    			else
    				set_state(start)
    			end
    		end
    	end
    	state moon begin
    		when login with game.get_event_flag("drop_event") == 0 begin
    			set_state(start)
    		end
    		when letter begin
    			q.set_icon("scroll_open_blue.tga")
    			send_letter("*Moonlight Treasures")	
    		end
    		when button or info begin
    			addimage(20, 12, "moonlight.tga")
    			say("")
    			say("")
    			say("")
    			say_title("")
    			----"123456789012345678901234567890123456789012345678901234567890"|
    			say("Hello young hero!")
    			say("")
    			say("Today the moon is shining in its")
    			say("brightest form. And that's because it's")
    			say("a full moon today.")
    			say("")
    			say("On this special day, you can obtain")
    			say("Moonlight Boxes from every monster you hunt.")
    			say("")
    			say_reward("Enjoy what treasures it holds for you!")
    			say("")
    		end
    			
    		when kill begin
    			if game.get_event_flag("drop_event") == 2 then
    				local level = pc.get_level()
    				local rate = pc.getqf("rate")
    				local limit = tonumber(get_mob_level[npc.get_race()])
    				if level <= limit+11 then
    					local drop = number(1,rate)
    					if drop == 1 then
    						pc.setqf("rate",rate+3)
    						game.drop_item_with_ownership(50011)
    					end
    				end
    			else
    				set_state(start)
    			end
    		end
    	end
    end
    
    lv70 collect quest:
    http://pastebin.com/Ek5jJFK4
    
    

    Auth:

    SYSERR: Feb 14 09:44:46 :: locale_find: LOCALE_ERROR: "¾ÆÀÌÅÛÀÌ ³ª¿Ã È®·ü";
    SYSERR: Feb 14 09:44:46 :: locale_find: LOCALE_ERROR: "ÀüÁ¦±¹";
    SYSERR: Feb 14 09:44:46 :: locale_find: LOCALE_ERROR: "%sÀÇ %sÀÌ %d%% Áõ°¡Çß½À´Ï´Ù!";
    SYSERR: Feb 14 09:44:48 :: locale_find: LOCALE_ERROR: "µ·ÀÌ ³ª¿Ã È®·ü";
    SYSERR: Feb 14 09:44:48 :: locale_find: LOCALE_ERROR: "ÀüÁ¦±¹";
    SYSERR: Feb 14 09:44:48 :: locale_find: LOCALE_ERROR: "%sÀÇ %sÀÌ %d%% Áõ°¡Çß½À´Ï´Ù!";
    SYSERR: Feb 14 09:44:49 :: locale_find: LOCALE_ERROR: "°æÇèÄ¡ ¹èÀ²";
    SYSERR: Feb 14 09:44:49 :: locale_find: LOCALE_ERROR: "ÀüÁ¦±¹";
    SYSERR: Feb 14 09:44:49 :: locale_find: LOCALE_ERROR: "%sÀÇ %sÀÌ %d%% Áõ°¡Çß½À´Ï´Ù!";
    

    locale_string.txt

    "¾ÆÀÌÅÛÀÌ ³ª¿Ã È®·ü";
    "Item drop rate";
    
    "ÀüÁ¦±¹";
    "All Kingdoms";
    
    "%sÀÇ %sÀÌ %d%% Áõ°¡Çß½À´Ï´Ù!";
    "%s 's %s raised up to %d%% !";
    
    "µ·ÀÌ ³ª¿Ã È®·ü";
    "Gold drop rate";
    
    "°æÇèÄ¡ ¹èÀ²";
    "Experience rate";

    db syserr:

    Check attachment

    db_syserr.txt

  8. I'm on it. Thanks for informing me about the bug. I'm going to change some huge things. In 2.2 it'll be possible to revert the new boot method back to the old so you won't need any txt-files for your database, it'll start by default without them.

    However, you can enable the new boot method by adding the following line into your conf.txt:

    TXT_STARTUP: 1

    &nbsp;

    I'll check the 6/7 bonus.

    &nbsp;

    @Rumor: Don't use such strange difs on the gamefile. The offsets are very different (as you can see my gamecore is about 42mb). Vanilla core is not compatible to difs for other cores.

    Can you tell me for what core this dif is? I'll try changing the issue in the src code and test it.

    I've also noticed the thing with 0 yang.

    &nbsp;

    The data type is long long by default. But you can easily just use a lower gold maximum so it'd fit in with the integer datatype the binary uses.

    €: Recompiled db with c++11 and now it's working. Seems to be stable to me, but please be sure you try it yourself before you install 2.2 db on a public server (unless you're enabling the txt loading).

     

    I haven't even downloaded your game file, I used it on the correct file.. I would never use a DIF on the wrong game revision :P

     

    What I was trying to explain was that I used that DIF on 34083 and it's supposed to fix the invisibility bug but doesn't work. If you could check that DIF in 34083 and see what it relates to, maybe that would help solve the problem. 

  9. 000F4421: E8 00
    000F4422: AA 00
    000F4423: 16 00
    000F4424: F3 00
    000F4425: FF 00
    This is something I found which is supposed to fix the invisibility bug in 34083. When I use this dif the server starts but once I login the cores crash with "Unhandled Exception" errors for each map1. I was logging in to map1.

    It would be great if you can fix this for 34083 and your new core. Maybe this DIF will help lead you to the solution for your new one.

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