Results 1 to 1 of 1
  1. #1
    iPeri
    iPeri is offline
    Guest
    Join Date
    2017 Feb
    Posts
    1
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    Red face GM Rights after Login

    Hello Guys,

    this is my first release on this board.

    i wanna share some things with you to reborn the metin2 community.

    This little release moves you automatically after editing your name into the common.gmlist
    and relog to your new gamemaster group using the server source code on Metin2 files.

    join the /game/src/input_auth.cpp and search after the function:
    Code:
    void CInputAuth::Login(LPDESC d, const char * c_pData)
    directly after that add this:

    Code:
    	TPacketCGLogin3 * p = M2_NEW TPacketCGLogin3;
    	thecore_memcpy(p, pinfo, sizeof(TPacketCGLogin3));
    
    	char szPasswd[PASSWD_MAX_LEN * 2 + 1];
    	DBManager::instance().EscapeString(szPasswd, sizeof(szPasswd), passwd, strlen(passwd));
    
    	char szLogin[LOGIN_MAX_LEN * 2 + 1];
    	DBManager::instance().EscapeString(szLogin, sizeof(szLogin), login, strlen(login));
    best regards
    iPeri

Similar Threads

  1. [Release]New Login Interface
    By RatedR203 in forum Metin2
    Replies: 0
    Last Post: 2013-07-12, 08:30 PM
  2. [Help] Rohan VMware not login
    By oziel235 in forum MMO Server Developments
    Replies: 3
    Last Post: 2013-06-09, 04:51 AM
  3. [Tutorial] Aika Dual Login
    By ravhi1044 in forum Aika Bots, Hacks, Cheats
    Replies: 7
    Last Post: 2013-05-02, 11:56 AM
  4. [Bot] Auto Login to the Game
    By LetMeBeStealth in forum Aika Bots, Hacks, Cheats
    Replies: 7
    Last Post: 2013-02-22, 06:02 AM
  5. [Request] Clientless login
    By wappywappy in forum Aika Online
    Replies: 2
    Last Post: 2012-01-01, 02:37 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •