Jump to content

40k mob proto decryptor/packer


Recommended Posts

hello guys,can you link me to a good mob proto extractor packer?all of the things i've used upon now ,will compile my mob_proto without some of them for a reason,i use a 40k client files and i have ingame hp for each mob,if i unpack and change something and pack back the hp from mobs is gone...bugged

Link to comment
Share on other sites

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.

 
  • Metin2 Dev 9
  • Dislove 1
  • Not Good 1
  • Cry 1
  • Good 5
  • Love 2
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.