Hi all,
This is my tool to convert Wad account + characters to Mangos.
This works with build 2302 and up if the database does not change.
2302 is a minimum requirement because it needs table player_levelupgains
You do not need to remove anything from MaNGOS database, wad accounts and characters will be added.
And be patient wink.gif It requires a long time to import larges wad databases (1000+ accounts).
here it is:
RapidShare: 1-Click Webhosting
Final version?
Requirement:
Python :
http://www.python.org/ftp/python/2.4.3/python-2.4.3.msi
MySQLdb :
SourceForge.net: Exiting with Error
PySQLite in you plan to import honor:
http://initd.org/pub/software/pysqli...in32-py2.4.exe
Backup your mangos database:
Then you will be able to restore it in case of problem. This is highly recommended.
CODE
mysqldump -u root -p mangos > C:\mangosbackup.sql
Backup your realmd database:
CODE
mysqldump -u root -p realmd > C:\realmdbackup.sql
Configure the import script:
You have to configure the options of the script, edit it and change in configuration section.
Here is the default:
CODE
########################################################################
# Configuration part #
########################################################################
LoginDatabaseInfo="127.0.0.1;3306;mangos;mangos;realmd"
WorldDatabaseInfo="127.0.0.1;3306;mangos;mangos;mangos"
ImportAccountsOnly=0 # Put 1 if you want to import only accounts to MaNGOS
RealmID=1 # Change here the RealmID. If you have only one realm (default), set this value to 1
savepath="saves" # Name of the subfolder containing the wademu save files (players.save, accounts.dat...)
ImportHonor=0 # Put 0 if you do not want to import Honor.
HonorDbName="sqldb.db3" # Name of the SQLite file containing the Honor data
OfferBankSlots=1 # Set to 1 to offer all players the bank slots for free. If you set to 0 all bags on
# these slots and there content will be deleted
Run the import script:
Put the script on the root folder of you WadEmu
Open a command prompt and enter:
CODE
WadToMangos_1.0.py
You are done.
In case you want to restore:
CODE
mysql -u root -p mangos < C:\mangosbackup.sql
mysql -u root -p realmd < C:\realmdbackup.sql
Tool to convert 1.10.2 all characters to 1.12.1 format
This is a tool needed to convert character for MaNGOS 2391 and up (1.12.1 client support).
It is usefull in case you need to convert your 1.10.2 characters from old MaNGOS release to the 1.12.1 one.
here it is:
RapidShare: 1-Click Webhosting
Tool to recompute all characters stats to Blizzlike
You can run it as often as you want. If you want to increase/reduce the health or mana, there is a configuration part inside.
here it is:
RapidShare: 1-Click Webhosting