Jump to content

phayara

Premium
  • Posts

    401
  • Joined

  • Last visited

  • Days Won

    3
  • Feedback

    0%

Posts posted by phayara

  1. 6 minutes ago, ZoomDown said:

    Man, I change the ports in serverinfo.py and I starded the server but is not working! I tried metin2client_without_pong and metin2client_with_pong.. what can i do?

    Compile your own. 

    here link for source (server, client) client compile with vs 2013.

    This is the hidden content, please

    and maybe not use current en client but Test client for 40250, is better.

  2. 11 hours ago, UnknownUser said:

    To convert item_proto sql to txt files, you need this script in python: http://pastebin.com/WitKDY41

     

    You need MySQLdb on your freebsd

    If you haven't it, just install it - it's a mysql library to python

    
    cd /usr/ports/databases/py-MySQLdb/ && make install clean

     

    You need also change the connection properties in script

    default it's:

    
    host_mysql = 'localhost'
    user_mysql = 'mt2'
    passwd_mysql = 'mt2!@#'

    And if you want convert also mob_proto in this way, you need onlu change from

    
    #print mob_proto()

    to

    
    print mob_proto()

    Run convert.py Script on Putty with ./convert.py or python convert.py and download item_names,txt, item_proto.xml from the Server...

     

    now compiling the txt files with this archiver: 

    This is the hidden content, please

    done.

    I need unpacker official proto's, no my proto's. 

    but thanks.

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