GUIDE - Ascent 2.3.x Server w/ Mafiaboy's Repack menu

User Tag List

Page 24 of 51 FirstFirst ... 202122232425262728 ... LastLast
Results 346 to 360 of 760
  1. #346
    dabaddest's Avatar Member
    Reputation
    28
    Join Date
    Dec 2007
    Posts
    95
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep nice guide

    GUIDE - Ascent 2.3.x Server w/ Mafiaboy's Repack
  2. #347
    SS831's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i did everything it said in the guide and it will not seem to work when i open up the ascent after the logonserver says "hooking signals". it says "main database initilazing failed." any help?

  3. #348
    SS831's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by oehawk13 View Post
    i have the server set up and i can play on it and so can my friend but when my friend tries to go to the outlands it says that he does not have BC installed but he does. he also came over to my house and it said the same thing. is there any way to make him able do go to the outlands?

    in the navicat thingy where u make the accounts...make sure your friends "flags" are set to "8"

  4. #349
    SS831's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by domolisher3 View Post
    The guide worked perfectly.

    not really...it needs to explain more...plz the maker of this guide or anyone that can help plz look up 2 posts i need help on the last part :wave:

  5. #350
    laxmanryan16's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason my gemstone vendors keep saying item was not found, what should I do?

  6. #351
    Kolbein's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I change server-rate?

    This is a Very nice guide

    +Rep+Rep

  7. #352
    SpookyMan92's Avatar Member
    Reputation
    6
    Join Date
    Apr 2007
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok, so it would seam everything was working fine but then i get a message in the Logonserver.exe command prompt. It said.
    Code:
    connection to logonserver on '127.0.0.1'...
    Authenticating...
    Authentication failed.
    And it just keeps repeating that. I check my ports twice, i turned off my firewall, and my config files should be right. I'll post my logonserver Conf. file because that seams to be the problem.

    Code:
    #######################################################################
    # 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 (#).                                         *
     ********************************************************************************/
    
    # 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 = "*****"
                   Name     = "ascentlogon"
                   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 = "100">
    
    # 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 = "6739"
            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 = "*****">

  8. #353
    Shadowlinkosx's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK im gettin a huge freakin error
    alright my server worked for a while but then i opened up my logonserver.exe then opend my ascent.exe and evrything was ok i tried to log on but then ot said logging in to game server then it diconnected me and when it did my ascent.exe quit automaticly. I rebooted my comp and tried this a bunch of times and its always the same thing! plz help!!!

  9. #354
    gd8616396's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    everytime i run ascent it says error im newb dat cant even read half of my confi files someshit like dat and i did everythin he said

  10. #355
    Kolbein's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    116
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I run Ascent, this error shows up:


  11. #356
    Odinn1994's Avatar Private
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey im having problems right at the beginning... ''Copy this file into your WoW directory where your WoW.exe and Launcher.exe also are. Then make a new Folder called "maps" w/o the "". Execute the ad file (this may take a while). When finished, drag the maps folder into your Repack folder ( \Mafiaboy's Repack\maps ) '' Ok do i extract the file to WoW folder because when i extract it makes a folder called Mafiaboy's Repack is that right because i have made the maps folder in WoW folder and when i execute ad_enUS file nothing happens exept a black box appers for a split second what am i doing wrong?

  12. #357
    SS831's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ya everytime i open up the ascent 1 this is wut happens...


  13. #358
    Moonfane's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    HOLY Shit ok dude iv SERIOUSLY counldnt make a server befor and i got it working the Very first step is a little confusing but the pictured are great and i love it TYVM

  14. #359
    SS831's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    whenever i install the mySQL this what pops up



    i think i have to change my port number back to 3306, can anyone please help me

  15. #360
    asdfghj's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    2
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great Guide

Page 24 of 51 FirstFirst ... 202122232425262728 ... LastLast

Similar Threads

  1. Guide How To Make Ascent 2.3.x Server +pic +publick Non-hamachi +repack!
    By ddinek in forum WoW EMU Guides & Tutorials
    Replies: 360
    Last Post: 12-16-2008, 06:55 PM
  2. [Guide] How to make a Ascent 2.4.x Server Whit Pics.
    By Etna in forum WoW EMU Guides & Tutorials
    Replies: 19
    Last Post: 10-04-2008, 05:53 PM
  3. [Guide] Ascent - Create and use an updatable 2.3.x server
    By Zerger1 in forum WoW EMU Guides & Tutorials
    Replies: 20
    Last Post: 04-24-2008, 07:58 AM
  4. GUIDE - Ascent 2.4.1 server
    By zztuf in forum WoW EMU Guides & Tutorials
    Replies: 40
    Last Post: 04-12-2008, 09:44 AM
  5. [Guide] Ascent Server Ports to get server online
    By Strife117 in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 02-14-2008, 03:23 PM
All times are GMT -5. The time now is 03:16 PM. 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