| | Ascent Guides This section is for WoW emulated server, Ascent guides. [NO QUESTIONS HERE] |  | | 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | | exar34 the logon sql file is working perfect only the world sql file is bugged im fixing it right now | Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx. 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | | Uploading the fixed world database, again my exuses for this inconvenience | 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | Tested this time the World database by myself and executed it it works fine | 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | Uploaded the new World database please download it again, it should work perfect now i tested it by myself | 
02-25-2009
|  | Master Sergeant | | | Join Date: Sep 2007 Location: behind you
Posts: 96
Reputation: 21 | | | Just post when you have fixed it. | 
02-25-2009
|  | Master Sergeant | | | Join Date: Sep 2007 Location: behind you
Posts: 96
Reputation: 21 | | | Okay, i will go try it. | 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | If there is anything else i can help u with just let me know | 
02-25-2009
|  | Master Sergeant | | | Join Date: Sep 2007 Location: behind you
Posts: 96
Reputation: 21 | | n1! im gonna se if i can login now | 
02-25-2009
|  | Master Sergeant | | | Join Date: Sep 2007 Location: behind you
Posts: 96
Reputation: 21 | | | It works 100% Now! Thanks for your help! | 
02-25-2009
|  | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Nov 2008 Location: with your mom :D
Posts: 21
Reputation: 1 | | | unable to validate game version? i did all of what u said and i go to login using:
user: admin
pass: admin
and it says "unable to validate game version"
how do i fix it? do i change the config files? | 
02-25-2009
|  | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Nov 2008 Location: with your mom :D
Posts: 21
Reputation: 1 | | | btw nice guide nice guide it at least works i've tried 3 diff ArcEmu repacks lol | 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | |
Last edited by ziPlet; 02-25-2009 at 08:16 PM.
| 
02-25-2009
|  | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Nov 2008 Location: with your mom :D
Posts: 21
Reputation: 1 | | Quote:
Originally Posted by ericpeels | i have 3.0.9 and heres my arcemu-logonserver.conf: Code: #######################################################################
# ArcEmu Realms Configuration File
# Last updated at rev.1875
#######################################################################
# 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 = "[censor]"
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
# 600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
#
#
<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 3.0.3 was build 9183.
#
<Client MinBuild = "9183"
MaxBuild = "9183">
# WorldServer Setup
#
# RemotePassword
# 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"
#
# AllowedIPs
# This section MUST be completed, otherwise all attempts to link your servers will fail.
# These "Allowed" fields are a space-seperated list of CIDR-form IP addresses that are allowed
# to make server connections to your logonserver, and register realms.
# For example, everything in the 127.0.0.* range would be:
# 127.0.0.0/24, as 24 of the bits must match the 127.0.0.0
#
# To allow a single IP,
# 1.3.3.7/32, would allow only 1.3.3.7 to connect as 32 of the bits must match.
#
# AllowedModIPs
# In the same form as AllowedIPs, these are the IPs that are allowed to modify the database
# (adding bans, GMs, account permissions, etc)
#
<LogonServer RemotePassword = "[censor]"
AllowedIPs = "192.168.1.1/32"
AllowedModIPs = "127.0.0.1/32">
| 
02-25-2009
|  | Master Sergeant | | | Join Date: May 2007 Location: Netherlands
Posts: 86
Reputation: 19 Level up: 8%, 645 Points needed |   | | | U have the Server patch on 3.0.3 thats the problem hehe ^^
U need to change the following things in ur arcemu-logonserver.conf:
<Client MinBuild = "9183"
MaxBuild = "9183">
Change it to:
<Client MinBuild = "9551"
MaxBuild = "9999">
This should fix ur problem.
Last edited by ziPlet; 02-25-2009 at 10:16 PM.
| 
02-25-2009
|  | Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep) | | | Join Date: Nov 2008 Location: with your mom :D
Posts: 21
Reputation: 1 | | | im fixin to try it k? |  | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -4. The time now is 10:11 PM. |