- Joined
- Aug 5, 2008
- Messages
- 4
- Reaction score
- 0
I have followed a bunch of different guides of what the hell to do, but I ended up following one on Mmowned.com since i can't find any here that tell you how to put it online and set it up, but it told me to switch the Ascent files with Arcemu files, but with the same config files so it would run on 2.4.3..
But with or without the Ascent or Arcemu, they cannot get passed the god damn realmlist, it will just send them back to the realmlist screen when they click it, but I can get in perfectly fine. I have no clue what is wrong, and I turn to you guys as a last hope.
Here is my Realms.conf file, tell me if you need anything else. And the .servegame.org thing isn't just made up, I registered that at DynDNS following the guide as well to work as a wildcard with my external IP.
Realms.conf:
But with or without the Ascent or Arcemu, they cannot get passed the god damn realmlist, it will just send them back to the realmlist screen when they click it, but I can get in perfectly fine. I have no clue what is wrong, and I turn to you guys as a last hope.
Here is my Realms.conf file, tell me if you need anything else. And the .servegame.org thing isn't just made up, I registered that at DynDNS following the guide as well to work as a wildcard with my external IP.
Realms.conf:
Code:
#######################################################################
# OpenAscent 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 = "worldofwaffles.servegame.org"
Port = "8093"
Name = "Default Logon"
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)
#
# TimeZone:
# Time zone the realm is in.
#
# Population:
# (0 = low, 1 = medium, 2 = high)
#
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
<Realm1 Name = "World of Waffles!"
Address = "24.24.146.197:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">
<Realm2 Name = "Admin Only"
Address = "24.24.146.197:8129"
Icon = "PVP"
Population = "1.0"
TimeZone = "1">