Reaper-X » Emulators » Freeware » Guide » How To » MMORPG » Misc. Games » Software » Tutorials » Creating WoW Private Server the easier way (perhaps)

Creating WoW Private Server the easier way (perhaps)

Update : You can browse this site software category if you’re looking for my mangos release or my custom mangos release … btw i’d suggest you to get my mangos release first because it has been tested with WoW 2.2.3 and will be updated frequently (even easier than anything written on this old post because i already include everything you need to run your own wow private server except for mysql program of course)

Or you can also look at the recent software section located at the footer section of this website to see the new update to my mangos release :)

This is the old version of my WoW Private Server Guide, the new version that gives you a detailed step (with images) can be found at below links :

  1. Installing MySQL
  2. Setting up the Mangos
  3. Just in case you want to create lan party
  4. Setting up the webserver to put registration page

Maybe my previous post about creating WoW private server is a little bit confusing for some people and that’s why i create another post on how to set up world of warcraft private server once again but this time … i promise it is not going to be confusing like before :D … and actually i should be thanking everyone who put comments on my previous post, because of their comments i was able to get new topics for my blog … hahaha

Okay and that’s all on the introduction part … now let’s start the guide, but before that please keep this in mind, this guide tested with 1.12.1 World of Warcraft Client (known as WoW Classic) non modified in any part and tested to work with Mangos Revision 3462, but this guide can also be used if you’re going to create The Burning Crusade server although you’ll need to get different database dump from someone else, and of course getting the newer mangos release :

Required Software

1. Mangos Revision 3462 : The mangos release is compiled by Maxi and this release also include the following patches :

  • ScriptDev2 R34
  • Honor 0.71
  • MCH 1.5c

And just like i said to make thing easier, i upload this mangos release (just in case Maxi reading this, and he does not want me to upload his file here … let me know immediately so i can remove it … because i already forgot where i get his release) .. i think it is from his userbeam / beam something folder

2. Complete SDB with Changesets 156 : Because there’re problem for some people when importing each changeset, i decided to release the SDB used by me … and this SDB updated till changesets 156

But i also include, the create database, and realmd database to make thing even easier

3. MySQL : Essential program, the above 2 files can not be used if you dont have this installed :)

4. Map & DBC Extractor : This is tested to work with World of Warcraft Client version 1.12.1 and Mangos Revision 3459 and Revision 3462 only

But just as i said before, to make thing simpler. I’ve uploaded the DBC Files (maps not included because the file size is bigger than i thought, and my connection speed is nothing compared to all of you) .. and that means all you have to do is just using the ad.exe / map extractor to extract the WoW Maps

Mirror to download the above files if you’re having problem with Megaupload :

  • Complete SDB Dump for Mangos 3462 WoW Classic
  • Mangos 3462 by Maxi
  • World of Warcraft 1.12.1 DBC Files

Let’s Start

I assume you’ve already downloaded the required software and already installed it (for more in-depth WoW Mangos installation please refer to my previous post)

1. Install the MySQL Software and configure it accordingly, in this example MySQL installed in C:\MySQL and using the default root password which is blank

2. Extract the Complete Database file somewhere in your harddisk, and you’ll see there’re 3 files :

  • create-database.sql
  • realm-database-full.sql
  • mangos-full-for-rev3462.sql

Run it by using this command (this time i make sure to use the default path instead of using command which is already set in environment variable path) from Start Menu => Run => cmd (this cmd can only be used in Windows XP) or command (Win9x) => and change to the extracted directory :)

  1. C:\MySQL\bin\mysql.exe -u root < create-database.sql
  2. C:\MySQL\bin\mysql.exe -u root -D realmd < realm-database-full.sql
  3. C:\MySQL\bin\mysql.exe -u root -D mangos < mangos-full-for-rev3462.sql

Note : The create database will also drop your realmd and mangos database if it is found .. i do this in order to make thing easier (how many times did i say this words in this post) lol

Yet another Note : Extract the database into the same path where your MySQL bin located, or if you already extracted it somewhere adjust the path like below for example :

C:\MySQL\bin\mysql.exe -u root < X:\where_SDB_extracted\create-database.sql

3. Put the downloaded DBC Directory somewhere, in this example C:\WoW\Data\DBC

4. Copy the ad.exe into your WoW installation directory also create directory called maps and run it .. and wait till finished and move the maps directory into C:\WoW\Data\maps

5. Extract the Mangos file somewhere, for example C:\WoW\Mangos. And open the mangosd.conf and edit the DataDir into something like below

DataDir = “C:/WoW/Data”

If you’re using the example path given in this guide, you can use the above datadir configuration

6. Run the mangosd.exe and realmd.exe …. and you’re finished :D configuring the server

7.I’m sorry i forgot to write the last step in this post (thanks to GreekSoul). Now since you’ve finished configuring the server all you have to do now is configuring the client (WoW game) to connect to your server instead of using the default / official server. And it can be done by open the realmlist.wtf in your WoW Game directory and change the realmlist into 127.0.0.1 … and you’re all set

Common Question

I create this part thanks to all the commenters before … especially to metaltildea, PepsiG, Xtonic, luke, Venomz, etc

Q : hay me again it works but the CMD thing it says that the thing u wrote up dosnt exist on the second time
so it wont make the directory :(

A : If you tried to run the mysql command directly without setting it to use the env. variable path, you’ll get that error message … also CMD only work in Windows 2K (correct me if i’m wrong because i already forget about it) and Windows XP (guaranteed to work)

Q : I forget about the signs that dont let me post it.. ERROR 1045 (28000): Access denied for user `username @ localhost` (using password: NO)

A : That error message means, you’re trying to use wrong password for a username, username does not exist, etc .. but in this case, you’re trying to use non existent username (because it was an example)

Q : ERROR 2017 (HY000): Can’t open named pipe to host: . pipe: mysql (2)

A : If you’re trying to use named pipe (this mysql feature only can only be used on NT series such as Windows XP) and you havent configured mysql to do so .. you’ll get that message … to fix it you just have to put below line into you my.ini file (do not forget to restart the mysql service after you done)

enable-named-pipe

Q : Can i import the official data from Blizzard server into my mangos server ?

A : The answer is no, because … blizzard is using different server software which is not available to public .. and no one have access to their server :P ..

Q : my add.exe wont run in my wow map

A : Did you create the maps folder first ? if you did not create it you’ll get an error message. Also you’ll need to run it in your root directory of your WoW installation directory

Q : I can’t run ad.exe or MPQE

A : Im sure there’re missing runtime in your windows system, try downloading and installing below 2 files first and see if it’s fixes the problem or not

- Microsoft .NET 2 Runtime
- Microsoft Visual C++ 2005 Redistributable Package

Q : ERROR 1264 at line 294: Out of range value adjusted for column ‘waittime’ at row 1

A : You’re trying to insert value higher than the allowed value specified in your mysql table … but in this case, this error message seems strange, because i have no problem importing the SDB files including it’s changesets … and that’s why i create this post and upload my database dump :)

Q : I want to be a GM in my mangos server

A : Look at the step #10 in my in-depth explanation on setting up mangos server (do not copy paste the text directly because it’ll give you error message) … and if you get other error message just leave comment here :)

Q : What are the GM Commands ?

A : After making your account to be a GM account, type this ingame .commands and you’ll see available commands to use

Q : My friends can’t connect to my server ?

A : Try checking your configuration especially at port configuration, and make sure there’s no conflict

Okay that’s all for now … i’ll be sure to update this post / create new post if i found something new from you :)

Tags: Apachedatabaseemulatorgamegm commandsGuidemangosmegauploadmysqlPHPprivate serverserverSoftwarewarcraftwebserverWindowsworld of warcraftwow

Leave a Comment

Comments Navigation 1 2 3 ... 9
  1. angus said May 15, 2007 at 12:53 am

    me again :P can u add me on msn or email me to melp me out ?

  2. angus said May 15, 2007 at 12:51 am

    yea im a noob at this ( im sure its a great guid ) but i dont get step 2 ….. little help?

  3. LukeZ said May 15, 2007 at 12:13 am

    hey when i run the ad.exe it comes up with a C++ runtime error, what does this mean?

  4. Danman said May 14, 2007 at 7:35 pm

    I was able to set up my server and create a regular account with no problems and logged in and played. The problem now is that I can not make a GM account. I have entered exactly what I was suppose to in the cmd window and when i type USE ‘realmd’; it says data base changed and then I enter in the next set of things but nothing happens. Then when i type quit nothing happens. I’m not sure what I’m doing wrong but I think I’ve done everything like you said. Thanks for your help.

  5. Reaper-X said May 14, 2007 at 3:42 pm

    forgot to tell you this, if you didnt set mysql in environment variable path … adjust the mysql path accordingly :)

    btw if you type the update command correctly it’ll show you something like this (btw you must change the ip address into number first because it cant accept string) :

    C:\Documents and Settings\Someone>mysql -u root
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 3 to server version: 5.0.xx

    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

    mysql> use `realmd`;
    Database changed
    mysql> UPDATE `realmlist` SET `name` = 'The server name',
    -> `address` = 'Set the IP Address here' WHERE `id`=1;
    Query OK, 0 rows affected (0.00 sec)
    Rows matched: 1 Changed: 0 Warnings: 0

    mysql> quit
    Bye

    C:\Documents and Settings\Someone>

    as an addition, you can copy paste the command from here (i mean this comment) directly, i’ve encoded the special character to make thing easier :)

  6. Reaper-X said May 14, 2007 at 3:39 pm

    # cinnam0nr011

    I didnt see anything wrong with your mysql installation (it seems working fine)

    and as for :

    ERROR 1054 (42S22): Unknown column ‘Change this to use your public IP’ in ‘field list’

    try typing this first like in real example below and see if the column number are same or not :

    C:\Documents and Settings\Someone>mysql -u root
    Welcome to the MySQL monitor. Commands end with ; or \g.
    Your MySQL connection id is 4 to server version: 5.0.xx

    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

    mysql> use `realmd`;
    Database changed
    mysql> SELECT * FROM `realmlist`;
    +—-+—————–+———+——+——+——-+———-+
    | id | name | address | port | icon | color | timezone |
    +—-+—————–+———+——+——+——-+———-+
    | 1 | The server name | 1234567 | 8085 | 1 | 0 | 1 |
    +—-+—————–+———+——+——+——-+———-+
    1 row in set (0.00 sec)

    mysql> quit
    Bye

    C:\Documents and Settings\Someone>

  7. cinnam0nr011 said May 14, 2007 at 12:11 pm

    my bad meant ‘The server name‘ >.> sry bout that

  8. cinnam0nr011 said May 14, 2007 at 12:10 pm


    ERROR 1054 (42S22): Unknown column ‘Change this to use your public IP’ in ‘field list’

    (in this I changed the thing I used to what it was so that it doesn confuse you) this is the outcome of what you told me to do in the command prompt
    - open command prompt and type below command
    - C:\MySQL\Bin\mysql -u root
    - Use `realmd`;
    - UPDATE `realmlist` SET `name` = ‘The server name‘,
    `address` = ‘Change this to use your public IP‘ WHERE `id`=1 LIMIT 1 ;
    - quit;

  9. cinnam0nr011 said May 14, 2007 at 11:52 am

    Yes I was able to play it, it was using the LAN IP Adress, and Yes I do have firewall (AVG Free Edition). I’ve tested with firewall both closed and opened.. oh and

    InnoDB: The first specified data file .\ibdata1 did not exist:
    InnoDB: a new database to be created!
    070512 0:34:36 InnoDB: Setting file .\ibdata1 size to 10 MB
    InnoDB: Database physically writes the file full: wait…
    070512 0:34:36 InnoDB: Log file .\ib_logfile0 did not exist: new to be created
    InnoDB: Setting log file .\ib_logfile0 size to 10 MB
    InnoDB: Database physically writes the file full: wait…
    070512 0:34:36 InnoDB: Log file .\ib_logfile1 did not exist: new to be created
    InnoDB: Setting log file .\ib_logfile1 size to 10 MB
    InnoDB: Database physically writes the file full: wait…
    InnoDB: Doublewrite buffer not found: creating new
    InnoDB: Doublewrite buffer created
    InnoDB: Creating foreign key constraint system tables
    InnoDB: Foreign key constraint system tables created
    070512 0:34:36 InnoDB: Started; log sequence number 0 0
    070512 0:34:37 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070512 1:07:21 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070512 1:07:21 InnoDB: Starting shutdown…
    070512 1:07:23 InnoDB: Shutdown completed; log sequence number 0 341071
    070512 1:07:23 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070512 1:11:03 InnoDB: Started; log sequence number 0 341071
    070512 1:11:03 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070512 14:07:57 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070512 14:07:58 InnoDB: Starting shutdown…
    070512 14:08:02 InnoDB: Shutdown completed; log sequence number 0 973486
    070512 14:08:02 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070512 14:08:09 InnoDB: Started; log sequence number 0 973486
    070512 14:08:09 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070513 1:15:09 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070513 1:15:09 InnoDB: Starting shutdown…
    070513 1:15:12 InnoDB: Shutdown completed; log sequence number 0 1006520
    070513 1:15:12 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070513 1:15:17 InnoDB: Started; log sequence number 0 1006520
    070513 1:15:17 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070513 2:20:50 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070513 2:20:50 InnoDB: Starting shutdown…
    070513 2:20:53 InnoDB: Shutdown completed; log sequence number 0 1229756
    070513 2:20:53 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070513 2:24:45 InnoDB: Started; log sequence number 0 1229756
    070513 2:24:45 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070513 2:24:54 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070513 2:24:54 InnoDB: Starting shutdown…
    070513 2:24:57 InnoDB: Shutdown completed; log sequence number 0 1229756
    070513 2:24:57 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070513 2:25:01 InnoDB: Started; log sequence number 0 1229756
    070513 2:25:01 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070513 2:46:49 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070513 2:46:49 InnoDB: Starting shutdown…
    070513 2:46:53 InnoDB: Shutdown completed; log sequence number 0 1229766
    070513 2:46:53 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070513 2:47:00 InnoDB: Started; log sequence number 0 1229766
    070513 2:47:00 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070513 3:01:41 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070513 3:01:41 InnoDB: Starting shutdown…
    070513 3:01:44 InnoDB: Shutdown completed; log sequence number 0 1229776
    070513 3:01:44 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070513 3:01:44 InnoDB: Started; log sequence number 0 1229776
    070513 3:01:44 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)
    070513 15:45:56 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Normal shutdown

    070513 15:45:56 InnoDB: Starting shutdown…
    070513 15:45:59 InnoDB: Shutdown completed; log sequence number 0 1229786
    070513 15:45:59 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: Shutdown complete

    070513 15:46:40 InnoDB: Started; log sequence number 0 1229786
    070513 15:46:40 [Note] C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt: ready for connections.
    Version: ‘5.0.41-community-nt’ socket: ” port: 3306 MySQL Community Edition (GPL)

    came out of the .err o.0

  10. Reaper-X said May 14, 2007 at 10:45 am

    # Caseyk

    Try adjusting the path to where you installed MySQL

    By default (if you didnt change the installation directory path when installing MySQL 5) the mysql bin can be found in :

    C:\Program Files\MySQL\MySQL Server 5.0\bin

    # Fredd1

    Did you get an error message ? and if you did .. what is the error message ? if its the same error like Caseyk … then adjust the path accordingly :)

    # cinnam0nr011

    Do you have firewall installed ? also were you able to connect to your own server (and play) it using the LAN ip address ?

  11. Caseyk said May 14, 2007 at 7:49 am

    I get stuck at the command part where do i extract the files to.. it keeps saying “the system cannot find the file specified.”

  12. Teece said May 14, 2007 at 3:20 am

    Steve: check out this site http://www.gamedaily.com/world-of-warcraft/pc/game-downloads/2475/?dl=success
    it has all of the patch files you need to get to 1.12.1

    This is the same issue I had. Good Luck

  13. Fredd1 said May 13, 2007 at 5:02 pm

    Hi
    i cant do the thing whith
    “C:\MySQL\bin\mysql.exe -u root

  14. cinnam0nr011 said May 13, 2007 at 1:14 pm

    Okay… I got the thing running but for lan it looks like they can’t join it (whenever they logon, they go to the realmlist screen) after clicking on the server and the okay button it repeats on going to the realmlist screen.. can you help me?

  15. Reaper-X said May 13, 2007 at 12:40 pm

    # Avalanche, Nincb123 & cinnam0nr011

    Im sure you guys already changed the IP address set it realmlist table, right ? so other can connect to your server

    but if you still havent changed it here what you should do to change your IP address in realmlist table :

    note: adjust the MySQL path accordingly

    - open command prompt and type below command
    - C:\MySQL\Bin\mysql -u root
    - Use `realmd`;
    - UPDATE `realmlist` SET `name` = ‘The server name‘,
    `address` = ‘Change this to use your public IP‘ WHERE `id`=1 LIMIT 1 ;
    - quit;

    also dont forget to open port 8085 (the default port used) if you’re using firewall

    # cinnam0nr011

    Do i have to install mysql for both machines or just the one thats hosting it? (having trouble connecting to the server on the other machine) I’ve setup the realmlist.wtf already. (set realmlist My_IP_Adress[192.168.xxx.xxx]). I don’t know what to do at this point, to make the other machine able to connect to my current one thats hosting the thing

    No you dont have to setup mysql on client machine, all you have to do is just change the IP address in realmlist.wtf to use the server address used previously (it’s the sql command)

    # Nincb123

    Were you able connect to your own server locally (not LAN / Internet) ?

    # Steve

    I am pretty sure I have done everything required, but when I try log into WoW, IT comes up with:
    unable to validate game version…

    If you get that message, im quite sure that there’s a problem with your WoW installation

    I might just start over again? Also, I find that the detailed guide is alot easier to understand than the new one.

    Hahaha .. yes .. actually i made this one dedicated to those who’s keep getting sql error message (quick and dirty fix) by uploading database dump

    but i think i should make a screenshot too :)

    # Carom

    When I run mangosd, it gives me the following error

    Error in ‘item_template’ table, probably sql file format was updated .

    I’m using 0.6.4 SDB, but I figured a more recent version would work aswell… So that may be the problem.

    What WoW Version you’re running ? is it 1.12.1 (Classic) or 2.x (Burning Crusade)

  16. cinnam0nr011 said May 13, 2007 at 11:50 am

    Steve
    unable to validate game version….?

    make sure your World of Warcraft Client version is version 1.12.1 and Mangos Revision 3459 and Revision 3462 only (4 on required) i think

  17. Carom said May 13, 2007 at 9:18 am

    When I run mangosd, it gives me the following error

    Error in ‘item_template’ table, probably sql file format was updated .

    I’m using 0.6.4 SDB, but I figured a more recent version would work aswell… So that may be the problem.

  18. ...Steve said May 13, 2007 at 8:01 am

    Hey,
    I am pretty sure I have done everything required, but when I try log into WoW, IT comes up with:
    unable to validate game version….
    That was on my regular account I made, on my GM account it says: unable to connect.
    I might just start over again? Also, I find that the detailed guide is alot easier to understand than the new one.

  19. cinnam0nr011 said May 13, 2007 at 1:18 am

    I have server working on my current machine, but I cant seem to connect using my other machine. It goes up to the part where you choose your realm and it keeps on asking even though I’ve pressed okay button many times… Do i have to install mysql for both machines or just the one thats hosting it? (having trouble connecting to the server on the other machine) I’ve setup the realmlist.wtf already. (set realmlist My_IP_Adress[192.168.xxx.xxx]). I don’t know what to do at this point, to make the other machine able to connect to my current one thats hosting the thing.

  20. Nincb123 said May 12, 2007 at 6:57 pm

    Oh, update (Sorry for double) – I forgot to add that they CAN login successfully, but when they get to the realm selection and try to accept a realm, it takes them right back to the beginning of realm selection again.

  21. Nincb123 said May 12, 2007 at 6:51 pm

    Yeah, thanks for the guide. I happen to be having trouble with my Mangos server as well. Everything works locally. The problem is getting others to connect (Not LAN) I tried changing the ip from the default to my public IP – Did not work

    Thanks

  22. Avalanche said May 12, 2007 at 4:15 pm

    Hey Reaper-X. Thank you very much for taking so much of your time to write these guides, as well as help everybody out who is having difficulties.

    Maybe you could help me out. I have everything downloaded, installed, and configured. I start up my server, and I log in successfully. I see my realm come up. I then try to click on my realm and go to the character page, but that does not happen. I just keep getting stuck on the page that shows me the realm I just made. Any suggestions? Thanks so much!!

  23. Reaper-X said May 12, 2007 at 1:46 pm

    # cinnam0nr011

    That’s correct cinnamon :)

    # pk-kyo

    ah .. im sure you didnt import the mangos sql files correctly because the creature template is inside there (open that file using your favorite text editor and search for it)

  24. cinnam0nr011 said May 12, 2007 at 12:34 pm


    Using configuration file realmd.conf.
    MaNGOS realm daemon /0.7-SVN (Win32)
    to stop.

    Database: 127.0.0.1;3306;mangos;mangos;realmd
    Added realm “ReaperX”.
    realmd process priority class set to HIGH

    Is the realmd.exe suppose to stop here?

  25. pk-kyo said May 12, 2007 at 9:10 am

    ..okie this is suk….im missing creature_template table..in my files…

  26. Reaper-X said May 11, 2007 at 12:12 pm

    # carbon

    You can use the search function (i mean windows search function) to search your harddrive for MySQL :)

    # Helimaster

    I believe you’re trying to use the ad.exe with WoW TBC client (i’ve received several email asking this too) .. and the answer to that question is ..

    if you use TBC client, you’ll need to get the newest ad.exe first (you can find it in mangosproject forum)

    as for running the sql files, all you have to do is install the mysql first and then open the command prompt and do the rest .. there’s no other program involved :)

    # Ed & pk-kyo

    Which file doesnt exist ? i guess you’re trying to execute the sql files … and if that’s the case try switching the current directory first into where the sql files extracted ;)

    # Ghost

    Ah .. you can read it on my previous comment about creating public wow server

  27. Ghost said May 11, 2007 at 10:23 am

    I’ve got the server up and running. I just need to know how to let my friends connect to it…

    Thanks again.

  28. pk-kyo said May 11, 2007 at 8:04 am

    im now trying the first step, but it keep saying it cannot find the file specific. but im sure i typed correctly
    do u know why?

  29. Ed said May 11, 2007 at 7:42 am

    Hi!
    The thing is great, but I can’t get the coding to work. I have all the files, but the code says it doesn’t exist.
    Thanks
    Ed

  30. Helimaster said May 10, 2007 at 11:25 pm

    This suck, When i put the AD.exe in my wow installtion dir and create a dir called maps and run AD.exe it’s just poping up errors, and besides that, I cant run those sql files , This is really a bad tut, You dont explain where i shoeld run it or what program i shoeld use, Really bad :S, I want a more understandable tut, Please ?

  31. carbon said May 10, 2007 at 2:10 pm

    Sure thing, but unfortunately, I’m rather noobish and don’t know how to access my mysql installation directory. Sry bout this, but I’m learning! Thanks again for your patience.
    Carbon.

  32. Reaper-X said May 9, 2007 at 3:03 pm

    # somi

    yes its possible to create high rate server like that because all you have to do is just edit the mangosd.conf and set the XP rate from Quest,etc into 10000 or more ;)

    but i do not recommend you to set drop rate higher than 10 (i tested it in 1, 5, 10, 100, and 1000) .. both 100 and 1000 drop rate cause problem with quest

    # GreekSoul

    hm .. if you cant connect to the mysql server on localhost, im sure the mysql service is not started. try start the mysql service first by using below command (type it in run)

    net start mysql

    if the mysql service cant be started try searching for *.err filetype in your mysql directory and post the log here :)

    # carbon

    im sure there’s something wrong with your mysql configuration .. maybe you could try posting the error log here, so i can see it ?

    to look for the error message, search for a filename *.err in your mysql installation directory and then open it using your favorite text editor (for example notepad)

    # Dhaka2

    if you could tell me which step you’re stucked at maybe i can tell you how … or if you could give me a suggestion on how to improve this guide further :)

  33. carbon said May 9, 2007 at 12:43 pm

    Hey there. I can’t install mysql. I went to the services.msc like you said, but i get the error: ERROR 1067, could not start the process locally. Please, any info would be greatly appreciated. Thanks.

  34. Dhaka2 said May 9, 2007 at 2:04 am

    can u make a new guide for dumbi ppl plz lol, i dont understand

  35. GreekSoul said May 8, 2007 at 5:36 pm

    your help is very apreciated !

  36. GreekSoul said May 8, 2007 at 5:28 pm

    Ok thx i found the window … but now im doing the step to create an account ( step 10 in your other guides ) im writing ( -u GreekSoul -p ) press enter now its asking me for a password , i enter the password then press enter but its writing me ERROR 2003 : Can’t connect to MySQL server on ‘ localhost ‘ :S ( i enter MySQL in the environement system path ! ) and still writing me that , so i tryed to create a GM account but still writing the same error after i tryed this commands ( USE `realmd`; ) and tell me that the commands is not recognized like an internal command ect….. ! :S i just need to create a account to play in my server but im stuck at this stage ! if you could help me or tell me another way to create an account so i can play in my server ( i want a GM account ) ( please note i have entered MySQL in System environement path )

  37. smith100 said May 8, 2007 at 7:52 am

    if you already have a private server using the latest version of WoW can you bring it online so other ppl can play? how do u change the xp/item-drop/gold-drop using this method?

  38. smith100 said May 8, 2007 at 7:49 am

    i was wondering how to get the latest verson of WoW onto a private server so it can be just me and a couple of friends?

  39. Illusive said May 8, 2007 at 6:06 am

    How can we get some TBC action?

  40. somi said May 8, 2007 at 4:11 am

    make it a funserver, XP X 1000 Money X 1000 drop X 1000

  41. somi said May 8, 2007 at 4:06 am

    Can u make me a server i cant do anything, i tried everything but still nothing. if u could make me a server i wouldnt know how to repay you. i am begging u to make me a server and give me the realmlist

  42. Reaper-X said May 7, 2007 at 7:56 pm

    # meza

    Your welcome meza :)

    # GreekSoul

    dont worry about it, beside that’s what this comment form used for :)

    and actually you type it in real command prompt window (type cmd at run) and then continue to type the sql query and you’re finished

    but you can also use mysql client to do the same thing if you don’t want to type the whole sql command

  43. GreekSoul said May 7, 2007 at 2:37 pm

    Q : I want to be a GM in my mangos server

    A : Look at the step #10 in my in-depth explanation on setting up mangos server (do not copy paste the text directly because it’ll give you error message) … and if you get other error message just leave comment here

    I Was Asking myself about that , i tryed to Do It But i dont find the mangosd window and i dont know where to enter the commands to create an account

    10. Now you can connect to your own server, if you want to create new user account you can do so by typing create username password from the mangosd window (it’ll create normal user account). But if you want to create GM account you can do so by typing this from normal command line (type cmd in the run command) and type below lines :

    where i type these lines ? in the mangosd window , but where i can poped out this window ? i don’t find where i can start this window …. sorry its very embarrassing but i don’t find where i can pop out these window!!!!! thx for taking of your time to answer me ! very apreciated !

    GreekSoul…..

  44. meza said May 7, 2007 at 8:17 am

    ok thanks for the changelog info

  45. Reaper-X said May 7, 2007 at 6:04 am

    # Greeksoul

    Im so sorry GreekSoul, i forgot to add the last step which is involved editing the realmlist file (i forgot i wrote it in my previous post) lol

    And thank you very much for telling me about this .. and this post has been updated now

    # Meza

    I dont know much about pet in wow but i didnt see anything related to pet in changelog 3462

    btw here’s the changelog of Mangos 3462 (3460 – 3462) from its svn :

    -Fixed compiler warning at float->uint32 conversion
    - Revert talent related code changes from [3460] until additional research.
    -Fixed “When player sends a mail with C.O.D and the mail expires and is returned to sender. And when original poster will take item back he must pay C.O.D and money are send to original reciver” – patch provided by Marty .. thx
    -Fixed: talents bonus loading: load auras after spell load and talent initialize. Patch provided by Ianos Gnatiuc.
    -Fixed: use special packet instead text notifier for instance warning about forced exit. Patch provided by TOM_RUS.

    And changelog for 3459 :

    -Fixed: update pet/charmed pvp state at owner player pvp state update.
    -Replace function Unit::isInCombatWithPlayer to more useful for neutral city guard scripting Unit::isAttackingPlayer.

    # ME24

    Ah it seems you’re trying to set up mangos for LAN ? if that’s the case try editing the realmlist table in realmd database, and configure it to use your lan ip address instead of the default 127.0.0.1

  46. GreekSoul said May 7, 2007 at 4:37 am

    Ok Thx For Your help ! i do all the steps and everything seem to had worked without some ERROR but now im wondering ” 6. Run the mangosd.exe and realmd.exe …. and you’re finished ” its ok i run both of it and all seem to work properly but now how can i connect and play on my server ??? ( Sorry for my noobs question but i don’t know , i’m skilled a bit with computer and C++ ect… but first time i create a server and ect… ) thx for your help very apreciated ! ….

  47. meza said May 6, 2007 at 7:43 pm

    hi i have revision 3459 i just wanted to know how i could update from my mangos to revision 3462 or if theres really a big difference or not if not i will stay how i am. mainly wanted to know if there was any new fixes for pets in revision 3462 that there werent in 3459 thanks

  48. ME24 said May 6, 2007 at 5:31 pm

    Hi I have a problem connecting to the Mangos server from another pc. I can connect from if I run WOW on the server PC, but not from another. allready checked the realmlist file. Thanks

  49. Reaper-X said May 6, 2007 at 3:41 pm

    Hello GreekSoul

    Did you ever installed mysql before ? btw what is your operating system ? is it windows xp ? if it’s windows xp try typing this at the Run in start menu

    services.msc

    and look if mysql service already installed there or not

    if it’s already installed, try right clicking on the mysql service and choose Start

  50. GreekSoul said May 6, 2007 at 2:37 pm

    hey can you help me with mySQL im at the step where it tell me to configure the mysql server server instance where they are like 4 white spot whrited prepare configuration ,write configuration file , start service , apply security setting … i click on execute and there an X in the white circle beyond de start service and its writed CANNOT CREATE WINDOWS SERVICE FOR MySQL. ERROR: 0

Comments Navigation 1 2 3 ... 9

Trackbacks/Pingbacks