Private Server

Newbie Spellweaver
Joined
Jun 14, 2007
Messages
55
Reaction score
0
Ok, so I have my own private server for World of Warcraft. It works fine offline, so now I need to know how to put it online, so like my friends can get on.

Can someone help please?

I also could use help with gm commands. All I know is

.lookupitem <item name>
.kill <targeted npc>
and
.level <1-70> and .levelup <number of levels>
 
Last edited by a moderator:
Use the search feature & when creating topics use more informative thread titles such as "[EmuName] How do I X?"
 
Ok in order for your friends to get online you must tell them to change there realm list to this "set realmlist (YOUR EXTERNAL PROVIDER)" with out the brackets and the quatatins. To find your ep just go to google type in shields up. and go to the first one scroll down adn you will see your EP in big black letters. Your friends are the ones who use the EP in there realmlist not you.
 
Ok in order for your friends to get online you must tell them to change there realm list to this "set realmlist (YOUR EXTERNAL PROVIDER)" with out the brackets and the quatatins. To find your ep just go to google type in shields up. and go to the first one scroll down adn you will see your EP in big black letters. Your friends are the ones who use the EP in there realmlist not you.
Is that all?
 
Ok, so I have my own private server for World of Warcraft. It works fine offline, so now I need to know how to put it online, so like my friends can get on.

Can someone help please?

I also could use help with gm commands. All I know is

.lookupitem <item name>
.kill <targeted npc>
and
.level <1-70> and .levelup <number of levels>

Theres a big guide on gm commands look in search engine youl find it like dandune said.

Yes thats all. why to much lol
 
Last edited by a moderator:
make sure you have a copy of the default wow "realmlist.wtf" file that way when you do want to play on the official servers all you have to do is copy and paste.. saves opening the file and editing everytime you change between servers
 
Alright, I am trying to setup my server so anyone can connect to it but I am having no luck. I can connect to the private server but when I try connecting to the public server it goes back to the realm list page. I have forwarded ports, (3724 - 8093 - 3306 - 8129). Am I missing or doing something wrong? Any help would be appreciated.

Code:
################################################## #####################
# 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"
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 = "WoW Apprentice Public"
Realm1.Address = "external ip address:8129"
Realm1.Icon = "PVP"
Realm1.Colour = 1
Realm1.Population = 1.0
Realm1.TimeZone = 1

Realm2.Name = "WoW Apprentice Private"
Realm2.Address = "192.168.1.3:8129"
Realm2.Icon = "PVP"
Realm2.Colour = 1
Realm2.Population = 1.0
Realm2.TimeZone = 1
 
I have a wireless router and a dsl router.

But my problem is, I have my private server to where anyone on my NETWORK can connect to it. I need help making it so anyone on the INTERNET can connect to it.
 
Back