Refer here http://www.mmowned.com/forums/emulat...nt-repack.html
If you still have problems after you follow those directions then post what you are having problems with and people can help on specific area's :P
Refer here http://www.mmowned.com/forums/emulat...nt-repack.html
If you still have problems after you follow those directions then post what you are having problems with and people can help on specific area's :P
Last edited by Drathnar; 11-15-2007 at 04:52 PM.
the fix 2d selected is the correct fix and once applied you should not be having the problem anymore.. um doublecheck and make sure it saved and also make sure you shutdown and restart your server before you try to connect..
er you are still getting unable to validate game version correct? or you just not able to connect to the game server? and this was working fine and just started messing up after the patch for you correct? (and i am talking on your own server, other servers they have to make changes on their end)
Last edited by Drathnar; 11-15-2007 at 05:00 PM.
I am able to validate the game version, I just can't get into the area to create character's... I've played on private server's, but I have never created one. I was able to connect to them before 2.3.0, but I don't use a shutdown or restarter >_<. I just cancel all the MySQL and stuff... you can probably tell I haven't set one up before....
Last edited by Ebon; 11-15-2007 at 05:08 PM. Reason: Mispelling.
k plz post your logonserver.cfg and ur realms.cfg files u proably have something messed up :P
and in your ascent.cfg make sure u have
<WorldDatabase Hostname = "127.0.0.1" Username ="root" Password ="ascent" Name ="ascent" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "127.0.0.1" Username ="root" Password ="ascent" Name ="logon" Port = "3306" Type = "1">
also in there
<Listen Host = "0.0.0.0"
WorldServerPort = "8129">
If your server is not live or you dont want it to be change listen host to 127.0.0.1 (btw let me know if this is supposed to be live or not :P)
edit: also as i said in a previous post.. if you are trying to connect to other servers that are not your own and you cannot that is something they need to fix on their side.. but on your server yourself then I will help you with that
Last edited by Drathnar; 11-15-2007 at 05:15 PM.
# LogonDatabase Section
#
# These directives are the location of the `realms` and `accounts`
# tables.
#
# LogonDatabase.Host - The hostname that the database is located on
# LogonDatabase.Username - The username used for the mysql connection
# LogonDatabase.Password - The password used for the mysql connection
# LogonDatabase.Name - The database name
# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
# LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
# Host Directive
#
# This is the address that the realmlist will listen on.
# To listen on all addresses, set it to 0.0.0.0
# Default: 127.0.0.1 (localhost)
#
# Note: ISHost is the interserver communication listener.
#
<Listen Host = "0.0.0.0"
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
# Server console logging level
#
# This directive controls how much output the server will
# display in it's console. Set to 0 for none.
# 0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
# Default: 3
#
<LogLevel Screen = "0"
File = "-1">
# Account Refresh Time
#
# This controls on which time interval accounts gets
# refreshed. (In seconds)
# Default = 600
#
<Rates AccountRefresh = "600">
# Accepted Build Range Setup
#
# These two directives set up which clients will be
# allowed to authenticate with the realm list.
#
# Set these to the same builds that the server was
# compiled for.
#
# As of the last update, version 2.1.1 was build 6739.
#
<Client MinBuild = "1"
MaxBuild = "9999">
# WorldServer Setup
#
# This directive controls the password used to authenticate with the worldserver.
# It must be the same between the two configs. If it is not, your server will
# not register.
#
# Default: "change_me_logon"
#
<LogonServer RemotePassword = "ascent">
#######################################################################
# Ascent 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 = "logon"
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 = "City Of Darkness"
Address = "86.29.249.61:8129"
Icon = "Normal"
Colour = "1"
Population = "2"
TimeZone = "1">
this is your server you need to change this information
Address = 127.0.0.1:8129 (for local your use only)
edit: and of course the realm name to what you want your realm to be called
and in your logonserv config file
<Listen Host = "0.0.0.0" change this to 127.0.0.1 (for local only)
ISHost = "0.0.0.0"
RealmListPort = "3724"
ServerPort = "8093">
do those two things as well as what i said in the ascent.cfg file
edit again: and of course in your realmlist.wtf file you need to change the connection to 127.0.0.1
Last edited by Drathnar; 11-15-2007 at 05:21 PM.
thanks m8 loove the repack
cool repack
drath want to get on vent?
or come on Msn to talk please=D
Last edited by waffles2k7; 11-15-2007 at 07:02 PM.