2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976 menu

Shout-Out

User Tag List

Page 14 of 19 FirstFirst ... 101112131415161718 ... LastLast
Results 196 to 210 of 276
  1. #196
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by bmw4134 View Post
    hey 2dgiant i need some help with ur repack , coud u help me making it live and i need help some others please
    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

    2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976
  2. #197
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by jgdragoonball View Post
    uhm how do i get access to the database. when i try to open sqlyog it says: sqlyog stopped working
    sounds like a problem with your sqlyog (its probably corrupt) uninstall sqlyog and reinstall it or try using Navicat instead...


    and yay finally caught up with all the problems i think hah
    Last edited by Drathnar; 11-15-2007 at 04:52 PM.

  3. #198
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Ebon View Post
    Cool 2d, I'll try getting on now, thank you!

    Edit - Get's stuck at the same thing... do I need to downgrade World of Warcraft to 2.2.3?
    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.

  4. #199
    Ebon's Avatar Contributor
    Reputation
    218
    Join Date
    Sep 2007
    Posts
    604
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Drathnar View Post
    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?
    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.


  5. #200
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Ebon View Post
    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 a ble 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... .
    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.

  6. #201
    Ebon's Avatar Contributor
    Reputation
    218
    Join Date
    Sep 2007
    Posts
    604
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    # 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">


  7. #202
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Ebon View Post
    # LogonDatabase Section
    <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.

  8. #203
    Ebon's Avatar Contributor
    Reputation
    218
    Join Date
    Sep 2007
    Posts
    604
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Drathnar View Post
    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
    Heh, yeah, I don't want it to be live... dunno how much a live one would be up for a seventh grader :P.


  9. #204
    Blindgunner's Avatar Member
    Reputation
    9
    Join Date
    Mar 2007
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    thanks m8 loove the repack

  10. #205
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Ebon View Post
    Heh, yeah, I don't want it to be live... dunno how much a live one would be up for a seventh grader :P.
    kk so change the listenhost there also to 127.0.0.1 after you do all this stuff you should be gtg :P and if you havent modified your db at all then ur logon to the game will be admin pw admin

  11. #206
    Blindgunner's Avatar Member
    Reputation
    9
    Join Date
    Mar 2007
    Posts
    139
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    cool repack

  12. #207
    Ebon's Avatar Contributor
    Reputation
    218
    Join Date
    Sep 2007
    Posts
    604
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Drathnar View Post
    kk so change the listenhost there also to 127.0.0.1 after you do all this stuff you should be gtg :P and if you havent modified your db at all then ur logon to the game will be admin pw admin
    Thank's ^_^.


  13. #208
    Drathnar's Avatar Contributor
    Reputation
    93
    Join Date
    Oct 2007
    Posts
    154
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Ebon View Post
    Thank's ^_^.
    yw if u still have problems let me know i'm here to help where i can..

  14. #209
    Ebon's Avatar Contributor
    Reputation
    218
    Join Date
    Sep 2007
    Posts
    604
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    Originally Posted by Drathnar View Post
    kk so change the listenhost there also to 127.0.0.1 after you do all this stuff you should be gtg :P and if you havent modified your db at all then ur logon to the game will be admin pw admin
    Wow, it work's, thank you so much!

    Edit- Yikes... getting critical error's now >_<.
    Last edited by Ebon; 11-15-2007 at 05:40 PM.


  15. #210
    waffles2k7's Avatar Member
    Reputation
    0
    Join Date
    Aug 2007
    Posts
    50
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: 2dgreengiant/Chrispee's ultiamte ascent repack of DOOM rev 1.976

    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.

Page 14 of 19 FirstFirst ... 101112131415161718 ... LastLast

Similar Threads

  1. 2D/Chris's ultimate ascent repack of DOOM rev 4.987 (with full Zul'Amen)
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 119
    Last Post: 12-24-2007, 07:55 AM
  2. [Guide] Setting up 2dgreengiant / Chrispee's Ultiamte Ascent Repack
    By Illidan1 in forum WoW EMU Guides & Tutorials
    Replies: 66
    Last Post: 12-20-2007, 01:04 PM
  3. 2D/Chris final repack of doom rev 5.821
    By 2dgreengiant in forum World of Warcraft Emulator Servers
    Replies: 0
    Last Post: 12-18-2007, 01:30 PM
  4. 2D/Chris's ultimate ascent repack of DOOM rev 3.142 (with website)
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 75
    Last Post: 12-08-2007, 08:56 PM
  5. 2D/Chris's ultimate ascent repack of DOOM rev 2.643
    By 2dgreengiant in forum WoW EMU Guides & Tutorials
    Replies: 162
    Last Post: 11-30-2007, 10:29 AM
All times are GMT -5. The time now is 10:57 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search