Jump to content

Sanchez

Premium
  • Posts

    576
  • Joined

  • Days Won

    43
  • Feedback

    0%

Posts posted by Sanchez

  1. M2 Download Center

    This is the hidden content, please
    ( Internal )

    Hi everyone,
     
    In this tutorial i'm going to show you how to unpack the type 4 protected files from the official client.
     
    File requirements:

     

    (First of all drop the type 4 protected files from the official client to the downloaded client.)

     

    Let's start the tutorial with the serverinfo. Unpack the root of the downloaded client and modify the serverinfo.py with these informations:
     
    IP address: 79.110.92.50
    World port: 12105
    Auth port: 11150
     
    Now save the serverinfo.py and open the intrologin.py, then search for example this function:

    def __OnClickSelectServerButton(self):

    Add this to the begin of the function:

    		extractor ={}
    		execfile("fileextractor.py", extractor)

    Now add the fileextractor.py to the root and pack it.
     
    Let's continue and drop the downloaded metin2client_extractor.exe to the client folder and start it. Register a new account here, login and create a new character. Now press the exit key on your keyboard to go back to the channel select, because we are already received the keys for the type 4 protected files. And...that's all. Select again a server to show up the python extractor window and we can extract every type 4 protected file.

    • Metin2 Dev 42
    • Eyes 2
    • Dislove 1
    • Angry 1
    • Sad 2
    • Confused 1
    • Scream 1
    • Good 9
    • Love 5
    • Love 63
  2. Navigate to SetEventFlag in questmanager.cpp and add the name of your event_flag to the function:

    		else if (name == "your_event_flag")
    		{
    			Dosomething(value) // value is the value of the flag
    		}

    To spawn an NPC you can do it like the Event Helper:

    CHARACTER_MANAGER::instance().SpawnMob(9004, p->lMapIndex, posBase.x + p->x * 100, posBase.y + p->y * 100, 0, false, -1);
    • Love 2
  3. metin2_patch_eu4 did not work for me 2, any1 a download link? bcs i delete my old client xD

    What do you mean as doesn't work? I unpacked again from DE and EN client and every file works properly for me.

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