This is who I followed
tr4shm4n
---------------------------------------------------------------------------------------------------------------------
Windows setup guide
1. What you need:
- Patch to 1.12.1 or 1.12.2 >
To view the content, you need to sign in or register
- MaNGOS maps & DBC files -
To view the content, you need to sign in or register
&
To view the content, you need to sign in or register
-
To view the content, you need to sign in or register
&
To view the content, you need to sign in or register
- MaNGOS ver. 2639 -
To view the content, you need to sign in or register
warning! this is ONLY for new installation!!!
- MySQL 5 >
To view the content, you need to sign in or register
- SQLyog Free >
To view the content, you need to sign in or register
2. Installation
- install MYSQL5 for user root with password mangos then install SQLyog
- open SQLyog, first connect (do not enter databases in conection dialog!!!) and then create two databases: MANGOS and REALMD
- run mangos_maps1.exe and then mangos_maps2.exe and extract them to C:/MANGOS/
-extract argief to C:/MANGOS/
- NOW BACKUP YOUR DATABASE FIRST!!!!
- open SQLyog and right click on REALMD, then select IMPORT BATCH FILE and select REALMD.SQL from C:/MANGOS/SQL/ and import it (just click OK)
- right click on MANGOS database in SQLyog, then select IMPORT BATCH FILE and select SDB.SQL from C:/MANGOS/SQL/ and import it (just click OK)
- open SQLyog and click on + next to REALMD, then right click REALMLIST and select VIEW DATA, then edit NAME and ADDRESS columns.
Name = name of your server
ADDRESS = IP or DNS address like 192.168.0.100 or private-test.dyndns.org
3. Config files
- configure MANGOS.CONF & REALMD.CONF for your needs, but they are already configured for default
4. Accounts
- You can create account with this command in mangosd.exe window:
create USERNAME PASSWORD
5. Starting server
- click realmd.exe
- click mangosd.exe
6. Update
- Deinstall old updates
- Backup your database
- Download update
- Install new update
- Check mangosd.conf and realmd.conf becouse they might have changed.
- IMPORT realmd_update.sql to your REAMLD database and then sdb_update.sql to your MANGOS database, if you got errors while importing then import all sql files from SQL/partial/
- that's it
Enjoy!
------------------------------------------------------------------------------------------------------------------