[Guide] How to make 2.4.2 Ascent WoW Server with Apple's Ascent v4!!Season 4 include menu

Shout-Out

User Tag List

Page 3 of 16 FirstFirst 1234567 ... LastLast
Results 31 to 45 of 230
  1. #31
    MightyNinja's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I did -.- dude..jeez

    Originally Posted by Wes3 View Post
    Mighty You need to download Download details: .NET Framework 3.5
    and try opening ascent-world twice

    [Guide] How to make 2.4.2 Ascent WoW Server with Apple's Ascent v4!!Season 4 include
  2. #32
    spleee101's Avatar Active Member
    Reputation
    63
    Join Date
    Oct 2007
    Posts
    160
    Thanks G/R
    1/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice job good guide

  3. #33
    LoffelMan's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "2003- Can't connect to MySQL server on localhost (10061)" so none of my connections work, any help?

  4. #34
    Moaradin's Avatar Contributor
    Reputation
    163
    Join Date
    Feb 2008
    Posts
    439
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i fixed it =) the server is great..
    the one thing i could of used is quel'danas mobs dont have 100 hp and 0 dmg and a brutal gladiator vendor so i dont have to thottbot them all and make a vendor but otherwise great server

  5. #35
    MightyNinja's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why does the ascent-world file quit out when I run it? It tells me something about a undetermined block

    #######################################################################
    # 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 = "Default 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 = "Apple's Ascent 4.0"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Colour = "0"
    Population = "1.0"
    TimeZone = "0">
    Last edited by MightyNinja; 05-18-2008 at 04:01 PM.

  6. #36
    Jayson22's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by treston323 View Post

    # 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/24, 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 = "ascent"
    AllowedIPs = "127.0.0.0/24"
    AllowedModIPs = "127.0.0.0/24">

    does anyone know what i have to do to allow all of hamachi ips?? thanks
    never awnsered, i need to know this also.

  7. #37
    schreiber37's Avatar Member
    Reputation
    8
    Join Date
    Aug 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey what svn url did u get this from?

  8. #38
    Arstru's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Romuville,, What do i have to put in Realmlist to let it work?

  9. #39
    dnick454's Avatar Active Member
    Reputation
    16
    Join Date
    Feb 2007
    Posts
    69
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Romuville View Post
    1)You can find MySQL Setup from your AA Tools folder.
    Start Install --> Typical > Install > Next > Next > Tick that Configure the Mysql Server now and finish > Next > Standard > Next > Put password to ascent (Tick Enable root access from remote machines) > Next and Execute!

    ROFL! Are you retarded dude... "Hmmmm lets tell the entire public viewing this thread to use the password I say. Oh while you're at it, set your MySQL so that remote computers can access it and use the password everyone knows to hack me!"

    Smooth move there buddy. I suggest NOT putting ascent as your password and NOT enabling remote access, unless of course you get off someone fending your life from hackers. But by all means, keep your password and settings the same, and have fun getting ripped a new e-*******.

  10. #40
    Etho's Avatar Member
    Reputation
    1
    Join Date
    Nov 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by treston323 View Post
    its a good server...real nice but it seems i can only play on localhost... when i try to host it on hamachi it says the ip isnt aloud.. can anyone tell me what to do??

    i see this at the botom of logonserver

    # 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/24, 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 = "ascent"
    AllowedIPs = "127.0.0.0/24"
    AllowedModIPs = "127.0.0.0/24">

    does anyone know what i have to do to allow all of hamachi ips?? thanks
    On The Part:
    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "127.0.0.0/24"
    AllowedModIPs = "127.0.0.0/24">

    Change:
    <LogonServer RemotePassword = "ascent"
    AllowedIPs = "YOURHAMACHIP/24"
    AllowedModIPs = "YOURHAMACHIP/24">

    hope it helped (:

  11. #41
    keeevin92's Avatar Member
    Reputation
    8
    Join Date
    Jul 2007
    Posts
    203
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Well i got the problem I cant even start up the program. ascent-logonserver. Just stands
    C:\Documents and settings\Owner\desktop\Apple's Ascent 4.0\ascent-logonserver.exe

    This program could not be started because the program configuration is wrong. The problem may be solved by reinstall the program.

    How do i Reinstall or make it work? Really need help Thanks

  12. #42
    LoffelMan's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Sinami View Post
    i must fail somewhere cause my items dont save and i dont know how to fix XD (ive had the item problem with every server ive tried =/)
    lol sinami you need to add a 1 to end of your codes like .go spawn 103600 1, this way it saves to the database. .saveall before you exit game too.

  13. #43
    atradies35's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Error on world.exe

    This is the error i am getting as well.

    Ascent 4.4-TRUNK r4552/Release-Win32-X86 :: World Server
    Copyright (C) 2005-2008 Ascent Team. Closed
    This program comes with ABSOLUTELY NO WARRANTY, and is FREE SOFTWARE.
    You are welcome to redistribute it under the terms of the GNU Affero
    General Public License, either version 3 or any later version. For a
    copy of this license, see the COPYING file provided with this distribution.

    The key combination <Ctrl-C> will safely shut down the server at any time.

    21:55 S Rnd: Initialized Random Number Generators.
    21:55 D ThreadPool: Thread 1180 entered the free pool.
    21:55 D ThreadPool: Startup, launched 5 threads.
    21:55 N Config: Loading Config Files...

    21:55 D ThreadPool: Thread 4996 entered the free pool.
    21:55 D ThreadPool: Thread 5012 entered the free pool.
    21:55 D ThreadPool: Thread 5452 entered the free pool.
    21:55 D ThreadPool: Thread 4988 entered the free pool.
    21:55 S Config: >> ascent-world.conf
    Unterminated block.
    21:55 E Config: >> ascent-realms.conf

    I do have the configuration right because it does work sometimes.
    I do also have DotNet 3.5 installd as well. Looks like we have quite a few post on this same issue. If anyone could be of help it would be appreciated. Also when it does work when i world port to QuelDanis the ascent-world.exe dies and im booted. Then i cannot relog back in. What i was able to see what good though. Thanks.

  14. #44
    lawless91's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Does this repack contain Season 4 arena items and aswell sunwell loot? or is it costume made items?

  15. #45
    Appled's Avatar Contributor
    Reputation
    105
    Join Date
    Apr 2007
    Posts
    568
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Arstu: set realmlist 127.0.0.1
    Dnick: Well then you need to edit conf files and i don't want to edit :<
    Keeevin: Install Framework 3.5
    Lawless: This gots Season 4

Page 3 of 16 FirstFirst 1234567 ... LastLast

Similar Threads

  1. Replies: 691
    Last Post: 03-10-2009, 01:30 PM
  2. |guide| How to make 2 realms on ascent EZ
    By Choxxmage in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 11-03-2008, 12:51 PM
  3. Replies: 73
    Last Post: 05-25-2008, 03:08 AM
  4. [Video Guide] How to make a 2.3.2 private server easy
    By InternetExplorer in forum WoW EMU Guides & Tutorials
    Replies: 252
    Last Post: 04-11-2008, 06:25 PM
  5. [guide] how to make custom items in ascent
    By waggy420 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 03-24-2008, 10:20 AM
All times are GMT -5. The time now is 10:55 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