-Latest Wrath of the Lich King Beta patch (update the game after installation)
最新的巫妖王内测补丁(安装后更新)
-Navicat / HeidiSQL (for importing the .SQL files into the server database)
Navicat 或 HeidiSQL(用来把.SQL文件引入服务端数据库)
-MySQL any version (to get Navicat / HeidiSQL working)
MySQL(用来运行数据库)
-The most important thing : A little bit knowledge about making private servers.
最重要的是:一点点架设个人服务端的知识
Step one : 步骤一
1.Download the repack and extract it in a New Folder (you can rename it if you desire)
下载[REPACK] WotLK MaNGOS服务端 并解压到一个新文件夹中(如果愿意可以重命名)
2.After in the repack's folder there is a folder named "DBC & Map Extractor" double click on it and copy / paste the ad.exe in the Wrath of the Lich King Beta folder.
在[REPACK]端中 有个"DBC & Map Extractor"文件夹,打开后把其中的ad.exe复制到你的装好的WotLK目录下
{ps:vmap暂时不支持}
3.Double click on ad.exe and a box will show up , it will automatically create a folder named "DBC" and "Maps".
运行ad.exe会出现一个窗口,他将自动创建名为"DBC" 和"Maps"的文件夹
4.After the box disappears (means that it's done) , cut / paste the "DBC" and "Maps" folder in the repack folder.
等窗口消失后(意味着运行完成),把"DBC" 和"Maps"文件夹剪切到你的[REPACK]端中
Step Two :步骤二
1.Install MySQL and after double click on it and let it open.
安装MySQL
{a. 下载并安装MySQL 5.0 (官方地址:http://dev.mysql.com/downloads/mysql/5.0.html)}
{b. 安装完会自动运行MySQL }
{c. 选择Stanard Configuration. 点下一步 }
{d. 用户名root不用改,密码你自己设置,之后会用到,别忘了,继续下一步让MySQL服务启动. }
2.In my case open Navicat and create new Connection (local host) and after new Databases named like this :
"Characters" , "Realmd" , "mangos" and "scriptdev2".
打开Navicat创建新的连接(本地),之后新建"Characters" , "Realmd" , "mangos" 和"scriptdev2"数据库
3.After you can find these in the Database folder @ Repack for "Execute Batch File".
在[REPACK]端的Database文件夹中找到数据库文件后,右击点“运行批次任务文件”命令
4.Execute each database with the matching one , "Realmd" with Realmd.sql , "mangos" with mangos.sql "Characters" with Characters.sql and "scriptdev2" with scriptdev2.sql
在各个相应的数据库运行相应的.sql文件,如"Realmd" 库运行Realmd.sql等等,如下图
1.Open mangosd.conf file (with Notepad / Wordpad) and edit (in my case) "ascent" written with red , with your MySQL password.
打开mangosd.conf文件(用记事本),把数据库连接密码改为你的MySQL密码(我的例子中是标红的"ascent"
5.Open MySQL , Realmd and after mangosd.
启动MySQL,运行服务端的Realmd.exe和mangosd.exe
6.Write in the mangosd console "setbc administrator 1" that means it will enable TBC on the administrator account.
在mangosd的命令窗口中输入"setbc administrator 1",将用administrator账户运行游戏