make 2 realm on 1 server menu

Shout-Out

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 27
  1. #1
    perryhiggins's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    make 2 realm on 1 server

    Here are the steps :
    1. First make a copy of your mangos (or your mangos directory), so in the end you’ll get two mangos directory, in this example i was using my own compiled version 4617 (my latest version which is available for download for everyone is 4602)

    2. Now you’ll need to create a new realmd id as shown on below image, and you can use below sql query if you’re using my 4602 release but if you’re using lower version, there are two option for you to choose : 1. Upgrade or 2. Adjust the column name accordingly

    The above query will automatically assign REALMD ID 2 as it’s ID Number if you didn’t touch anything before in realmd table, and another thing to note is use different value for the WORLD Server PORT (in this example i’m using 8086
    3. After finished with the above process, now of course you’ll need to create new Mangos Database first for your second realmd, and to do this we need to create a new database and then import the Mangos-UDB.sql file (if you’re using my 4602 release) or adjust it as necessary if you’re using another release, see below image for the example :
    3.1 Creating New Mangos Database

    or type mysqladmin -u root -p create database-name … if you can’t see the command used on above image
    3.2 Importing Mangos DB

    After finished creating new database for your second database, now you’ll need to import the fully working database from before into your newly created mangos database (if you’re using my 4602 release, the [COLOR=#0066CC ! important][COLOR=#0066CC ! important]database[/color][/color] name was called mangos-udb.sql and can be found in reaper-eazy-mangos folder)
    4. Now you just need to go inside your second mangos directory which is created at step #1 and then open mangosd.conf inside that directory and search for this line :
    RealmID = 1
    and replace it with :
    RealmID = 2
    and then search for :
    GameType = 1
    replace it with :
    GameType = 0
    and now search for :
    WorldDatabaseInfo = “127.0.0.1;3306;mangos;mangos;mangos”
    and replace it with :
    WorldDatabaseInfo = “127.0.0.1;3306;root;yourpassword;yoursecondmangosdatabasename”
    lastly search for :
    WorldServerPort = 8085
    and replace it with :
    WorldServerPort = 8086
    The above step was done because the previous mangos user doesn’t have the privilege to touch that new database name so we need to use root that has global privilege (this is the most quickest and dirtiest way) :P
    As a side note, it’d be better for you to create new username for your second database and grant privilege to it for better [COLOR=#0066CC ! important][COLOR=#0066CC ! important]security[/color][/color] (it’s not good to use root account)
    5. Run the realmd.exe from any of your mangos directory (the first directory which was there before, or the new mangos directory which is created for this purpose), and then run mangosd.exe from the first directory and the second directory

    So that result in three new process created … 1 realmd.exe, and 2 mangosd.exe from different directory
    6. Now login with your previous username or create a new username and if you’ve done all of the above steps correctly you’ll see two realmd that you can use as shown on below image :
    6.1 Realmd Selection Screen

    6.2 The first Database With all the characters from before (i think you already saw my character for each screenshot used lol)

    6.3 The Second Realmd which is used for this guide

    That’s it … i hope you can understand the above explanation … and just like before, if i missed anything just let me know about it


    make 2 realm on 1 server
  2. #2
    praxsas's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide need test some day

  3. #3
    jackdaripper's Avatar Banned
    Reputation
    36
    Join Date
    Apr 2008
    Posts
    463
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Drop mangose and go Ascent....

  4. #4
    daser's Avatar Active Member
    Reputation
    21
    Join Date
    May 2007
    Posts
    128
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL ..... thx man +Rep ... i reeally nead that
    +Rep the people who help you..


  5. #5
    visitor's Avatar Contributor
    Reputation
    174
    Join Date
    Mar 2008
    Posts
    307
    Thanks G/R
    16/15
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jackdaripper View Post
    Drop mangose and go Ascent....
    ascent is a sh!t:yuck:... on ascent almost every hack is working with wpe and ce. not too much hacks working on mangos (i know only one hack that is working on mangos and that is the no cooldown hack... i tested it ).
    we love MaNGOS
    Last edited by visitor; 06-18-2008 at 05:43 AM.
    Hey I just met you

  6. #6
    Lakimen's Avatar Member
    Reputation
    6
    Join Date
    Jun 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    just posting to have 10 posts so can send private msgs

    hehe:wave:

  7. #7
    Pettso's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice, Ill try that

  8. #8
    Dythzer's Avatar Contributor
    Reputation
    271
    Join Date
    May 2008
    Posts
    461
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just so you know.. revision 4602 is very old. Latest is 6170+

    Anyway.. I haven't read the guide but I guess it's good so +2 rep for you
    Last edited by Dythzer; 06-26-2008 at 03:40 PM.

  9. #9
    perryhiggins's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2007
    Posts
    91
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Im Glad u liked it


  10. #10
    Dmester's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    31
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can not see the Images.
    I donth understand it without the images..

  11. #11
    zoidberg891's Avatar Member
    Reputation
    17
    Join Date
    May 2007
    Posts
    290
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice guide +rep x2


  12. #12
    wowessence's Avatar Member
    Reputation
    1
    Join Date
    Sep 2007
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seen this same guide on another site, not sure if you jacked it from someone else or if they jacked it but yea i seen this on another site. Either way its a good guide.

  13. #13
    f1racer328's Avatar Member
    Reputation
    8
    Join Date
    Apr 2008
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Thanks a lot.

    I was wondering how to do this. Im going t do it on my Mac now.

  14. #14
    Ollox's Avatar Member
    Reputation
    5
    Join Date
    Oct 2007
    Posts
    122
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ey can anyone help me? i got a problem everything works clean but i want to make 2 realms use same database cus i have an internet server and a LAN server i want to use same things how?!

  15. #15
    Ryma's Avatar Member
    Reputation
    2
    Join Date
    May 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice guide +Rep

Page 1 of 2 12 LastLast

Similar Threads

  1. Easy way to make a 2.1.X Server
    By Nimaasuss in forum WoW EMU Guides & Tutorials
    Replies: 709
    Last Post: 01-30-2008, 08:44 PM
  2. how to make as mean as you what realms on one server easy
    By perryhiggins in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 12-17-2007, 12:26 PM
  3. Making Custom Weapons for private server.Easy![Antrix]
    By Fuynuns93 in forum WoW EMU Guides & Tutorials
    Replies: 27
    Last Post: 12-10-2007, 07:49 PM
  4. [GUIDE/RELEASE] How to make multiple realms on 1 server!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-14-2007, 02:16 PM
  5. A way to make updates while running the server?
    By drunkhippo in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 09-26-2007, 05:22 PM
All times are GMT -5. The time now is 12:31 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search