-
[Tutorial] How to get 2 realms on 1 server!:)
Hey guys and girl, for you who want 2 realms or more on 1 server follow this instruction
[EDIT: just found out that your still on the same server even there is two realm but i will update as fast as i can when i get back, sorry for letting everyone down... realy feeling like a noob atm..... but anyway ill update in a little while;)]
First open you Realms.conf that should be something like this
Quote:
#######################################################################
# Antrix Realms Configuration File
# Last updated at revision 446 by Burlex
#######################################################################
/********************************************************************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
********************************************************************************/
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
# Address:
# The address (no port) of the server.
#
# Port:
# The port on which the logon server listens. (*** NOT 3724 ***)
#
# Name:
# Not really relavant, but name the logon.
#
# RealmCount:
# The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "logonserver"
RealmCount = "1">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
# Name:
# The name of the realm.
#
# Address:
# The address (and port) of that realm.
#
# Icon:
# The type of realm (PVP, Normal, RPPVP, RP)
#
# Colour:
# Realm colour in realm list display.
#
# TimeZone:
# Time zone the realm is in.
#
# Population:
# (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<Realm1 Name = "Your Realm"
Address = "127.0.0.1:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
You only need to change the "RealmCount = "1"> from 1 to 2 like this "RealmCount = "2">
and then copy the realm you allredy have and paste it under that one and change the realm1 to realm 2, so it whould look like this
<Realm2 Name = "Your Realm nr2"
Address = "127.0.0.1:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
so in the end it whould be looking like this
Quote:
#######################################################################
# Antrix Realms Configuration File
# Last updated at revision 446 by Burlex
#######################################################################
/********************************************************************************
* How to use this config file: *
* Config files are in a block->variable->setting format. *
* A < signifies the opening of a block, the block name is expected after that. *
* After the block name, a space and then the settings sperated by = / ' '. *
* *
* e.g. *
* <block setting="0" someval = "1"> *
* *
* Comments can be in C format, e.g. /* some stuff */, with a // at the start *
* of the line, or in shell format (#). *
********************************************************************************/
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# LogonServer Section
#
# Address:
# The address (no port) of the server.
#
# Port:
# The port on which the logon server listens. (*** NOT 3724 ***)
#
# Name:
# Not really relavant, but name the logon.
#
# RealmCount:
# The number of realms in the next section.
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<LogonServer Address = "127.0.0.1"
Port = "8093"
Name = "logonserver"
RealmCount = "2">
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
# Realm Section
#
# Name:
# The name of the realm.
#
# Address:
# The address (and port) of that realm.
#
# Icon:
# The type of realm (PVP, Normal, RPPVP, RP)
#
# Colour:
# Realm colour in realm list display.
#
# TimeZone:
# Time zone the realm is in.
#
# Population:
# (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<Realm1 Name = "Your Realm"
Address = "127.0.0.1:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
<Realm2 Name = "Your Realm nr2"
Address = "127.0.0.1:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
-=Yours Proxy=-
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
But how do i change the rates on the other server?
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Quote:
Originally Posted by
develito
But how do i change the rates on the other server?
going to fix that in a moment, i get back too u when its done, sorry for that glitch!! realy sorry!!
-Proxy
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Proxy - I don't think that youre an noob cus most people don't know how to make 2 servers.
Good luck getting the information about the rate issues.
-Deve
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
@ Proxy_408, its inpossible to get 2 realms on 1 Antrix server, as far I know its not inplemented in it yet!
...but, there is an solution, here is my little pack of 2 realms that work, & you can change the rates of these realms, names, well what ever you want, the only thing in comon is that you'll have same DB & by that same char on bout realms... but that's another story! In fact, you can have as many realms as you wish! ...you'l see what I mean, when you download this pack!
BTW, ...maps & dbc folders are empty, so you have to fill them with apropirate versions!
Filebeam - Free Fast File Hosting
Thanks to HenningTM for his core Rev880
Hope you like it
Cheers
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
2m4Y - Why not restore an clen DB for the other server and rename the database?
-Deve
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
...well, you can do that! You'll will have to create account per DB, ...but, you could create even third DB called Acc, where you'll keep your accounts & in the config files remanage that!
BTW, ...I'm having server set up like that, two DB's, one for acc, other for world, but with one realm!
Cheers
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Btw, What Rev is your emulation?
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
...I'm using Antrix rev 880, & MaNGOS rev 4093!
...as far I know, Antrix has some problems with trainers in new TerraNet DB, but can be solwed if using older antrix core, like under 780!
Cheers
Edit:
BTW, ...DB isnt so important to be separate, couse Antrix only takes from it data, doesn't store anything in it ( exept chars ), but if you like to have two different world with two different populations then you'll need two separate DB's!
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
It is tricky with my website cus it is coded for one server.
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
...try to use simple one, & you should have same accounts & chars in bouth server's for the beggining! It's much easyer for you... Hope Antrix go over this sickness...
BTW, ...unnoficially, Antrix is already at rev985, if not even higher!
Cheers
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
it not needed, you juz need to copy another set of server files and database, than edit port of the server different from each other, but it will connect to logonserver, it will auto register for a realm slot. Than you can edit your rates in antrix.cfg, it isnt this complicated
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Quote:
Originally Posted by
Carbine
it not needed, you juz need to copy another set of server files and database, than edit port of the server different from each other, but it will connect to logonserver, it will auto register for a realm slot. Than you can edit your rates in antrix.cfg, it isnt this complicated
...right that, you took my words, hehe!
Cheers
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
But how shud the DB's be set up? cus i tryed to change the config on the site to make an account to all my servers but it only made on 1. So i need help how to set up the db's.
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
ok.. im trying to also get 2 diffrent realms going with diffrent rates and stuff..
any1 show how to do it...
i made a copy of my DB and named it something else.. and make a copy of my config files..
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Wel its easy to make 2 realm on 1 server but will need to config the settings
exp:
Create an folder on C:\
called:Warcraft Servers
Create 2 folders in your "Warcraft Servers"
called:
Server1 <---Hoster
Server2 <---Slave
Copy the Server files that you have
and copy it into your Server1,Server2 ok?
Copy an shortcut from C:\Warcraft Servers\Server2\antrix.exe and
C:\Warcraft Servers\Server1\antrix.exe and logonserver.exe to C:\Warcraft Servers\ and paste the it there...
Go to C:\Warcraft Server\Server1\Realm.conf "edit it with Microsoft Notepad"
now you need to do is config the [Realm.conf]
#######################################################################
# Realms Configuration File
# Last updated at revision 1259
#######################################################################
# Logon Server Setup
#
# Logon servers are the old "realmlist" or "auth" servers.
# At the moment, you can only set up one. This will be changed in the
# future.
#
# LogonServerCount = Number of servers
# LogonServer[x].Address = The address (no port) of the server.
# LogonServer[x].Port = The port on which the logon server listens.
# LogonServer[x].Name = Not really relavant, but name the logon.
#
LogonServerCount = 1
LogonServer1.Address = "127.0.0.1" <---Put your IP
LogonServer1.Port = 8093
LogonServer1.Name = "Default Logon"
# Realm Setup
#
# This is the realms that will be added to the list for this instance
# of the server. You can have multiple realms (e.g. one for LAN, WAN).
#
# RealmCount = The number of servers.
# Realm[x].Name = The name of the realm.
# Realm[x].Address = The address (and port) of that realm.
# Realm[x].Icon = The type of realm (PVP, Normal, RPPVP, RP)
# Realm[x].Colour = Realm colour in realm list display.
# Realm[x].TimeZone = Time zone the realm is in.
# Realm[x].Population = (0 = low, 1 = medium, 2 = high)
#
RealmCount = 2
Realm1.Name = "server1"
Realm1.Address = "127.0.0.1:8128" <---Put your IP
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 1.0
Realm1.TimeZone = 1
Realm2.Name = "server2"
Realm2.Address = "127.0.0.1:8129" <---Put your IP
Realm2.Icon = "PVP"
Realm2.Colour = 1
Realm2.Population = 1.0
Realm2.TimeZone = 1
Go to your C:\Warcraft Servers\Server2\realm.conf
#######################################################################
# Realms Configuration File
# Last updated at revision 1259
#######################################################################
# Logon Server Setup
#
# Logon servers are the old "realmlist" or "auth" servers.
# At the moment, you can only set up one. This will be changed in the
# future.
#
# LogonServerCount = Number of servers
# LogonServer[x].Address = The address (no port) of the server.
# LogonServer[x].Port = The port on which the logon server listens.
# LogonServer[x].Name = Not really relavant, but name the logon.
#
LogonServerCount = 1
LogonServer1.Address = "127.0.0.1" <---Put your IP
LogonServer1.Port = 8093
LogonServer1.Name = "Default Logon"
# Realm Setup
#
# This is the realms that will be added to the list for this instance
# of the server. You can have multiple realms (e.g. one for LAN, WAN).
#
# RealmCount = The number of servers.
# Realm[x].Name = The name of the realm.
# Realm[x].Address = The address (and port) of that realm.
# Realm[x].Icon = The type of realm (PVP, Normal, RPPVP, RP)
# Realm[x].Colour = Realm colour in realm list display.
# Realm[x].TimeZone = Time zone the realm is in.
# Realm[x].Population = (0 = low, 1 = medium, 2 = high)
#
RealmCount = 1
Realm1.Name = "server2"
Realm1.Address = "127.0.0.1:8129" <---Put your IP
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 1.0
Realm1.TimeZone = 1
after that go to C:\Warcraft Servers\Server1\LogonServer.conf
################################
LogonDatabase.Hostname = localhost
LogonDatabase.Username = root
LogonDatabase.Password = Your password
LogonDatabase.Name = server1
LogonDatabase.Port = 3306
LogonDatabase.Type = 1
LogonServer.RemotePassword =Your password
Host = 127.0.0.1 <--- Put Your IP
RealmListPort = 3724
LogLevel = 0
AccountRefresh = 600
MinClientBuild = 6180
MaxClientBuild = 6898
Network.ThreadDelay = 20
Network.ThreadCount = 5
################################
Ather that.
after that go to C:\Warcraft Servers\Server2\LogonServer.conf
################################
LogonDatabase.Hostname = localhost
LogonDatabase.Username = root
LogonDatabase.Password = Your password
LogonDatabase.Name = server2
LogonDatabase.Port = 3306
LogonDatabase.Type = 1
LogonServer.RemotePassword =Your password
Host = 127.0.0.1 <--- Put Your IP
RealmListPort = 3724
LogLevel = 0
AccountRefresh = 600
MinClientBuild = 6180
MaxClientBuild = 6898
Network.ThreadDelay = 20
Network.ThreadCount = 5
################################
after that go to
C:\Warcraft Servers\Server1\Antrix.conf
Database.Hostname = 127.0.0.1 <--- Put Your IP
Database.Username = root
Database.Password = Passord
Database.Name = antrix
Database.Port = 3306
Database.Type = 1
LogonServer.RemotePassword = Password
Host = 127.0.0.1 <--- Put Your IP
WorldServerPort = 8128
after that go to
C:\Warcraft Servers\Server2\Antrix.conf
Database.Hostname = 127.0.0.1 <--- Put Your IP
Database.Username = root
Database.Password = Passord
Database.Name = antrix
Database.Port = 3306
Database.Type = 1
LogonServer.RemotePassword = Password
Host = 127.0.0.1 <--- Put Your IP
WorldServerPort = 8129
###############################
Your Done Now!!!!
Now you can play on two diffent servers on your own PC/Server
First Run- your after that go to
C:\Warcraft Servers\LogonServer.exe "shortcut" FIRST
and
C:\Warcraft Servers\Antrix(1).exe "shortcut to Server1\Antrix.exe
C:\Warcraft Servers\Antrix(2).exe "shortcut to Server2\Antrix.exe
everything will work but the 1 little thing you will need to create an account on each server because each server its using another database that is not the same..
If other Question Please Email At DragonXeonFire@hotmail.com Please note.. Im Online Everyday if you guys need help!! and ask for an account on our server Thank You for your Time
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Your can Chage the Level / Gold / Talent / Rate
on each server
exp:
Server1 "Basic"
Gold rate x5 = 2-30 coppers
XP rate x5 = 65xp perkill
Talent Rate x1 = after level 10 each lvl up you get 1 talents points
Server2 "FunServer
Gold rate x25 = 0.75-4.75 Silver
XP rate x100 = 258xp perkill
Talent Rate x2 = after level 10 each lvl up you get 2 talents points
But you guys can change it what ever you really like
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
i tried that..
and its showing 3 realms now.. 2 are the same and when i try and go on the new 1 i made, it still is conencted to the first realm but its showing the new realm name... :eek:
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
if you like you can send your .conf files and i'll edit it for you
some people see on the realmd:
"SomeOne"
"Server1"
"Server2"
or
"SomeOne"
"SomeOne"
"Server1"
"Server2"
but when i config the .conf files and reloged
it show on the realm as
"Server1"
"Server2"
==================================
And another thing.. you can run just server1
and have two Realm
Realm 1 can be like normal wow
and
Realm 2 can be like Funserver wow
using the same database!!!!
like this switch Realm you have diffent rates on your server
if comment? email me at Dragonxeonfire@hotmail.com 12hrs customer Service
Website Dragon Xeon Fire Server
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Thanks! How do I make my realm PvE?
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
thank you so much!!! woooooooooo you the best
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
man the link dont work ... why? pls post other.
-
Free Porn Movie Galleries - free movie porn young
Blond Teenie Fucking Shy adolescent gets and pumps with 2 young males for some cash. Amateur Girl Outdoors Blonde enjoys sucking prick and shagging outside. Slim Babe Need Cock Badly Small hooters wide shows nectareous pie honied stranger poke his dong in her mouth Swallowing Sluts Starring 2 videos of honied damsels tasting fresh stud juice Ass and Two Dildos Guy plays with buttocks his gooey thrusting there diverse props. Sexy Wife Fucked A hubby needs help pleasing his married woman so he lets her fuck a stranger. Euro Orgies Two pages of sex gang bangs with euro damsels. Ebony Loves Anal Ebony beauty gets her tight outback invaded by a big hard prick. Mature Babes MILF MILF sucks on officers big tadger before filling it down her tight cunt. Posing Naked Carli posing stripped and showing offer her body in her upscale manhattan flat. Hairy Twat Pics of a babe showing her glory-hole covered with hair. Ebony Teen Strips Nude Looking chocolate teenage strips off nude and shows her body. Lusting Ladies A couple of dark haired beautiful women get into pleasing each other. Submissive Asian Beauty Asian damsel sucks and shaggs this lucky white man. Hot Babe Masturbation Dorothy strips bare and wacks on the table showing her body. Squeeze Huge Melons Big breasted females licking slits and do buster to breast. Interracial BBW Sex A couple of pages of a bulky gal enjoying black penis. Outdoor Pissing Teens Spying on outdoors urinating act of 2 teenages girls who drunk several bottles of beer. Kinky Domination Dark haired female submits to actions of intimate sadism and is honoured with explosive blast offs. White Stockings and Dildo Aroused whore in white panty-hose thrusts a Dill Doll inside her moist twat. His long snout would allow him to stick his nose in my ass and nibble or lick my labia and clit free japanese porn. We were still making out, she started playing with my balls and I thought I would explode, it was then that I decided to see just how far she would let me go free download anal porn. Then when I was about to cum I tried to take it out of her mouth, but she insisted it on taking in her mouth anime free movie porn. And gobbled it.. black free movie porn xxx. The three girls squealed in delight and were very happy to see that after all the cock was not big at all, infact smaller than their little fingers anal porn movie free long. Her nipple too became taut and I could see blood surge up her chest, neck and her face-signs of the girl going on sex heat adult free game online porn. Badhan's breath became short and it looked she couldn't resist anymore and asked me ''please, put it in my cunt, please
-
Re: [Tutorial] How to get 2 realms on 1 server!:)
Quote:
Originally Posted by
2m4Y
@ Proxy_408, its inpossible to get 2 realms on 1 Antrix server, as far I know its not inplemented in it yet!
...but, there is an solution, here is my little pack of 2 realms that work, & you can change the rates of these realms, names, well what ever you want, the only thing in comon is that you'll have same DB & by that same char on bout realms... but that's another story! In fact, you can have as many realms as you wish! ...you'l see what I mean, when you download this pack!
BTW, ...maps & dbc folders are empty, so you have to fill them with apropirate versions!
Filebeam - Free Fast File Hosting
Thanks to HenningTM for his core Rev880
Hope you like it
Cheers
It's highly possible to have multiple realms on one PC ^^.