Sunteți pe pagina 1din 9

Criando Seu servidor de WOW

Aqui esta oq todo mundo procura

Before you read: This is an edited version of subcide's guide that can be found here:
hxxp://emupedia.com/forums/showthread.php?t=2351. I've made it more noob-friendly, but all the
credit goes to subcide

What i need?

Installation Guide for ManGos TBC Beta


Tutorial version 0.9 NEWB Edition :P

What i need?

- WoW 1.12.x (find it yourself)


- TBC 2.0.0 Build 5991 (worldofwarcraft.com/downloads/expansion-bc/WoW-2.0.0.5991-enUS-Installer-
downloader.exe)

- MySQL - (mysql.com)
- Navicat - (navicat.com)
- WinMPQ - (rapidshare.de/files/37157465/WinMPQfinal_TBC.rar.html)
- Mangos TBC Emu - (rapidshare.de/files/37045544/debugV3_1_.rar.html)
- AD.exe - for map extraction - (rapidshare.de/files/37157775/ad.exe.html)
- A Mangos Database (SQL Files) - (filebeam.com/79c30a184b10871a0d96926d30e13245) from compboy

Need torrents?
MySQL 5: hxxp://www.torrentz.com/torrent_657811.html
Navicat MySQL: hxxp://www.torrentz.com/torrent_977983.html

How do i Install?

________________________________________ __________ ________/\


First Step: Installation, MAPS and DBC extraction /
________________________________________ __________ ________/

Install WoW and upgrade to 1.12.1


Install Burning Crusade Beta client build 5991
Install MySQL and Navicat
Extract WinMPQ to any DIRECTORY you want as long as you remember it.

Extract the debugV3_1_.rar intro any DIRECTORY you want.. as long you remmeber it. From now on,
keep in mind that this is your Mangos TBC Emu folder.

After that take AD.exe copy it intro your WoW 1.12.1 root DIRECTORY where wow.exe is then create a
folder called "maps" whitout the quotes in the World of Warcraft root DIRECTORY, then run AD.exe wait
a few min depending on your computer speed.
**NOTE** If it AD.exe says it can’t open patch-2.MPQ its normal just let it go.

When AD.exe is done, copy (or cut) the "MAPS" directory from World of Warcraft folder and put it in the
Mangos TBC Emu root directory (where mangosd.exe and realmd.exe are).

**NOTE** I am using enGB as a exemple here.


Open WinMPQ now and open "/Data/enUS/locale-enGB.MPQ from TBC Beta DIRECTORY, select all the
DBC files and extract them intro the Mangos TBC emu root DIRECTORY (where mangosd.exe and
realmd.exe are). Then rename the DBCClientFile (on some computers it is called DBCFileClient)
DIRECTORY to dbc.

or just download the DBC from here: (filebeam.com/58069e201ca17a662b745cbd9ba6ecf5) from


DDDooGGG

Second Step: ZOMG WTF is MySQL!? /


________________________________________ __________ ________/

Assuming you have MySQL installed and Navicat to make the job easier. When installing MySQL you are
asked to enter a password. Enter: danyjr as the password.
Now open Navicat:
1- Click on the Connection button
2- Enter the data as shown:
IP address: 127.0.0.1
Port: 3306
Username: root
Password: danyjr
3- Click on OK

Create a database for your World server, and name it bcemu and create an other one for your Realm
server named bcrealmd.
This can be done by Right-Clicking on the box on the left ([COLOR=Red”]called 127.0.0.1[/color]) it will
bring a menu like in the Fig. 01 Image.
Fig. 01

Fig. 02

Extract the file mangos_realmd.rar (which you’ve already downloaded) into a folder of your choice.
Now go to Navicat and Right-Click on your world database and choose "Execute Batch File.." (Fig. 02)
find your world server SQL file. ( mangos.sql )
(IMPORTANT) Wait till mangos.sql is done Executing it should takes few mins.
Right-Click on your realm database and choose "Execute Batch File.." (Fig. 02) find your realm server
SQL for the realm server ( realmd.sql )
**NOTE** mangos.sql and realmd.sql files are where you extracted the file mangos_realmd.rar

1. click on bcrealmd
2. Double Click on realmlist as shown as in the image below:
And enter the data as shown:
Now if you did everything correctly it should look like this in Navicat:
________________________________________ __________ ________/\
Third Step: Configuring Mangos /
________________________________________ __________ ________/

Go into your Mangos TBC emu folder and find those files called "mangosd.conf" and "realmd.conf"

For Mangosd.conf change the info so it match MySQL info:

Code:
# Database connection settings for the world server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "127.0.0.1;3306;root;danyjr;bcrealmd"
WorldDatabaseInfo = "127.0.0.1;3306;root;danyjr;bcemu"For Realmd.conf change the info so it
match MySQL info
**NOTE** The LoginDatabaseInfo line should be the same as the line from Mangosd.conf
Code:

Code:
# Database connection settings for the realm server.
# Default: hostname;port;username;password;database
LoginDatabaseInfo = "127.0.0.1;3306;root;danyjr;bcrealmd"Save those files and Run Mangosd.exe
and Realmd.exe and that should be it.

If you still have problem then id suggest to take a look at this video tutorial.
(youtube.com/watch?v=3APM0RGt5cM)
its a mangos video tutorial made by Blackstar taken from the Mangos forum original thread:
(mangosproject.org/forum/index.php?showtopic=5121)
The first 2 minute 2 second are just SVN stuff so ignore that, after that you should see how to work in
Navicat and set conf files.

Q: How do i make an account ? (for newbs)


A: You can make accounts from the mangosd.exe console by typing create danyjr danyjr and set your
account as gm with setgm danyjr 2

Q: What ports do i need to open ?


A: 3724, 3725, 4200 and 3306 *but i might be wrong* those are the ports i used for lud so it should work
for mangos too.

-----------------------------------------------------------------------------------------

Q:How do i make an account ? (for more experienced users)


A: You can make accounts from the mangosd.exe console by typing create "account" "password" without
the quotes and set your account as gm with setgm "account" "level" still whitout quotes and the levels
are...

0 - User (Default)
1 - Mod
2 - GM
3 - Admin

S-ar putea să vă placă și