Ascent and mysq. Please help. I'm confuse on how to get these to work together.

Results 1 to 11 of 11
  1. #1
    Newbie KingHanco is offline
    MemberRank
    Sep 2007 Join Date
    16Posts

    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.


  2. #2
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    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.

  3. #3
    Newbie KingHanco is offline
    MemberRank
    Sep 2007 Join Date
    16Posts

    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.


  4. #4
    Banned HackHeaven is offline
    BannedRank
    Sep 2006 Join Date
    127.0.0.1Location
    671Posts

    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)

  5. #5
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    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.

  6. #6
    Member Reak0w is offline
    MemberRank
    Sep 2007 Join Date
    .:Mexico:.Location
    64Posts

    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.

  7. #7
    Newbie KingHanco is offline
    MemberRank
    Sep 2007 Join Date
    16Posts

    Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.

    Quote Originally Posted by HackHeaven View Post
    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?



    Btw: I deleted both DIE message.

    Still can't connect.

  8. #8
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.

    Did you port forward and disable firewall?

  9. #9
    Newbie KingHanco is offline
    MemberRank
    Sep 2007 Join Date
    16Posts

    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.



    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?

  10. #10
    Newbie maguayo2 is offline
    MemberRank
    Jul 2007 Join Date
    18Posts

    Re: Ascent and mysq. Please help. I'm confuse on how to get these to work together.

    where u download ac ultimate repack

  11. #11
    You don't know me. Paco44 is offline
    Grand MasterRank
    Apr 2006 Join Date
    IllinoisLocation
    1,777Posts

    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.



Advertisement