Ascent and mysq. Please help. I'm confuse on how to get these to work together.
I already dump the maps here. C:\Program Files\World of Warcraft\maps
I have Linksys and ADSL.
XP firewall is turn off.
Using AscentRev1524_Scripts_DBC_Ad.exe_EckoTools.zip and mysql-6.0.2-alpha-win32.zip (I have mysql-5.0.45-win32.zip as well for back up.). I'm also using World of Warcraft 2.1.3 too.
ascent.conf
Code:
<WorldDatabase Hostname = "KingHanco-WoW" Username = "39714629" Password = "39714629" Name = "database" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "KingHanco-WoW" Username = "39714629" Password = "39714629" Name = "database" Port = "3306" Type = "1">
logonserver.conf
Code:
<LogonDatabase Hostname = "KingHanco-WoW"
Username = "39714629"
Password = "39714629"
Name = "dbname"
Port = "3306"
Type = "1">
realms.conf
Code:
<Realm1 Name = "KingHanco-WoW"
Address = "127.0.0.1:8129"
Icon = "PVP"
Colour = "1"
Population = "1.0"
TimeZone = "1">
MySQL password is 39714629.
I don't know what I'm doing wrong.
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
You named your database "database" in your Ascent.conf and "dbname" in the loginserver.conf?
These must be what you named your database inside your database.
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Code:
<WorldDatabase Hostname = "KingHanco-WoW" Username = "39714629" Password = "39714629" Name = "KingHanco-database" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "KingHanco-WoW" Username = "39714629" Password = "39714629" Name = "KingHanco-database" Port = "3306" Type = "1">
Code:
<LogonDatabase Hostname = "KingHanco-WoW"
Username = "39714629"
Password = "39714629"
Name = "KingHanco-database"
Port = "3306"
Type = "1">
Ok those are change now. But it doesn't solve the server running problem.
http://img296.imageshack.us/img296/1...9371kl7.th.png
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Hostname = "KingHanco-WoW" - this needs to b localhost or an no-ip address (ie: kinghanco.servegame.org... etc)
Name = "dbname" - is needs to be your database name in mysql (ie: Ascent... etc)
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Also you have a die directive still there.
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Please check your config files, and delete the DIE directory.
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Quote:
Originally Posted by
HackHeaven
Hostname = "KingHanco-WoW" - this needs to b localhost or an no-ip address (ie: kinghanco.servegame.org... etc)
Name = "dbname" - is needs to be your database name in mysql (ie: Ascent... etc)
Ok I added this. Using someone else for now.
ascent.conf
Code:
<WorldDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "ascent" Port = "3306" Type = "1">
<CharacterDatabase Hostname = "localhost" Username = "root" Password = "ascent" Name = "logon" Port = "3306" Type = "1">
Code:
<LogonServer DisablePings = "0"
RemotePassword = "ascent">
logonserver.conf
Code:
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "ascent"
Name = "logon"
Port = "3306"
Type = "1">
Code:
<LogonServer RemotePassword = "ascent">
realms.conf
Code:
<Realm1 Name = "KingHanco WoW"
Address = "127.0.0.1:8129"
Icon = "Normal"
Colour = "1"
Population = "1.0"
TimeZone = "1">
Those all the files that I have. Is there anything else I need?
http://img481.imageshack.us/img481/9...5606aw9.th.png
Btw: I deleted both DIE message.
Still can't connect.
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Did you port forward and disable firewall?
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
Firewall is already disabled. I just now made a open port. It just won't connect at all.
http://img513.imageshack.us/img513/2...6610hw7.th.png
It ether Ascent issue or the MySQL issue.
I try the AC Web Ultimate Repack files with the AscentRev1524_Scripts_DBC_Ad.exe_EckoTools files. It works but it made the game very buggy. The monsters won't walk later on in the game. Maybe I should be using that MySQL instead of the one that I trying to use or I'm missing some files?
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
where u download ac ultimate repack
Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.
It's saying your database "ascent" doesn't exist (it isn't in the database), and you have a bad repack.. realmserver.exe should not exist.