[Guide] Gastricpenguin's Ascent Repack menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 40
  1. #1
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] Gastricpenguin's Ascent Repack

    Installation Guide


    For more information - Go to: http://gastric.vze.com/

    Downloads:
    Before you start you will need to have these downloads!

    Server Files
    Revision 2016 - Core 2016 - STABLE
    Database Files - Character Tables - NCDB Rev 639
    SQL Updates- Sql Updates
    2.2.3 Dbc Files -Dbc.rar (When you extract the folder, rename it to "dbc" !!!!)
    2.2.3 Map Fles - Maps.rar

    Server Managers
    (Choose one, or all 3 if you want)
    Navicat (with patch) - Navicat.rar
    HeidiSQL - Setup.exe
    SQLyog - Keygen

    Prior Knowledge: You must have a My-Sql 5.0+ server set up on local host before attempting to create
    your server.

    Step 1
    Once you have all the necessary components from the Server files, we will begin to make the core folder.
    Find a spot on your computer you want to put your core, then make a new folder called "Ascent Core".
    Extract the contents of Revision 2016, 2.2.3 Dbc Files, and the 2.2.3 Map files in there.
    At this point, you should have 5 folders and a bunch of core files in "Ascent Core".

    Step 2
    Extract the NCDB 639. Then open up one of your server managers. Create a new database called "ascent" or anything you want. This just has to match the database name in your config files. Once you created the DB, select it and execute the NCDB rev 639 to it. HeidiSQL works exceptionally well with this. Once it has finished executing, Run the Character Tables.sql in the same DB. This will give your DB the necessary Character tables so players can log in.


    Step 3
    Once your database has been executed, go back into your core folder. Open up ascent.config in notepad.
    I edited to make it as easy as possible. Just make sure your Database names match. Do the same with Logon.config.
    Then open up realms.conf. Scroll down to the bottom where you see'<Realm1 Name ='. The name is the name of
    your realm that players will see. Icon dictates what type of server it will be. I would choose either PVP or Normal.
    Leave address and the rest as it is.

    Step 4
    Open your server manager, and connect to your database. Open the table called "Accounts". In this table
    'acct' = The accounts ID
    'login' = The username of the account
    'password' = The password of the account
    'gm' = The gm level of the account. Use AZ for admin, and A for Gms
    skip down to 'flags'. Set this equal to 8 if you want TBC enabled.

    Step 5
    Run logonserver.exe and wait until it says "Hooking Signals..."
    Then run ascent.exe and you will know when it is finished.
    Realmserver.exe DOES NOT need to be run. Once these two are up and running, log on your server with
    set realmlist 127.0.0.1 and log in with the account made in step 4.

    Getting your server live

    USING HAMACHI

    ::1::
    First you will need to download hamachi. You can get it from this link here: http://www.hamachi.cc/download/list.php

    ::2::
    Once you have installed it, start it up and wait until the three circles turn green in the tray. Open up the console and look at the bottom. The Button at the far left is the power button, you dont really need to touch this. The one in the middle of the three (looks like a crooked triangle) will allow you to create a new network. Click on it and choose " Create a new network.. "

    ::3::
    Choose a Network name and password and remember it! You will need to gives these out to your players when they want to connect. Once your network is created, write down the big IP displayed at the top of your console.

    ::4::
    Open up ascent.conf.
    Where you see:
    <Listen Host = "0.0.0.0" <-- Change this to "YOUR HAMACHI IP"
    WorldServerPort = "8129">

    ::5::
    Open up Logon.conf and do the same with Listen Host.

    ::6::
    Open up Realms.conf
    Where you see: <LogonServer Address = "127.0.0.1"
    Change it to: <LogonServer Address = "YOUR HAMACHI IP"
    And where you see: Address = "127.0.0.1:8129"
    Change it to: Address = "YOUR HAMACHI IP:8129"

    USING A DNS

    ::1::
    Log on to www.DyDns.com or www.No-Ip.org and make an account. Next, look for an area where you can create a host.
    If you have a static Ip, choose that option. If you have a router or Dynamic Ip, choose that option. If it gives you the option
    to, enable wildcard.

    ::2::
    Once you have your DNS name, you need to configure your .configs
    Open up Realms.conf and change:

    <LogonServer Address = "127.0.0.1"<--- Change it to "YOUR DNS NAME"
    Port = "8093"
    Name = "Logon"
    RealmCount = "1">

    <Realm1 Name = "Rev 1752"
    Address = "127.0.0.1:8129" <--- Change it to "YOUR DNS NAME:8129"
    Icon = "Normal"
    Colour = "1"
    Population = "0"
    TimeZone = "1">

    ::3::
    If your ports have been forwarded, then once your server is up, all the players need to do is connect by putting:
    "" set realmlist YOUR DNS NAME "" in realmlist.wtf


    PORT FORWARDING

    Unfortunately, almost all routers are different. What you can do is go on http://192.168.1.1/ and try using admin as the password
    and username. Then look for a services or port forwarding section. Once there, forward these ports:
    3724
    80
    8093
    8129
    8767
    3306
    6112
    6881
    3036
    8050
    If you are having trouble, please try going to www.Portforward.com . They have guides for almost all routers.
    Last edited by Gastricpenguin; 11-11-2007 at 09:41 AM.
    Life Puzzler WoW - Website | Forums

    [Guide] Gastricpenguin's Ascent Repack
  2. #2
    natureous's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Thanks alot mate :wave:

  3. #3
    cafib's Avatar Member
    Reputation
    3
    Join Date
    May 2007
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Everything works fine up to actually running ascent.exe. I start up logonserver okay, but every time I open ascent.exe, it creates a crash DMP file and closes.
    I followed all the steps and I think I got everything right, so what could be happening?

  4. #4
    Zoidberg's Avatar Elite User
    Reputation
    391
    Join Date
    Mar 2007
    Posts
    1,636
    Thanks G/R
    0/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Cant get it to work :-/



    Abra su mente a la realidad.
    Do NOT contact me about trading section stuff. Contact a section MOD instead.

  5. #5
    hybrid4g's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    I have the same problem as the user above with the batch file error. However, I am now trying to use [GreenGiants Updated SQL.sql] as my extracted batch file, and so far this is working. I am currently waiting on the file to be extracted (its taking a min.).

    The guide seems to be quite well constructed (as everything has gone smoothly until now). I will update when I get this going.

    On a last note, last time I made a PTS with Mangos in like 1.12 (or around there), I had to use a fresh install of the game/client. Does the MAPS folder in this one take care of that?

  6. #6
    Tom5's Avatar Member
    Reputation
    5
    Join Date
    Feb 2007
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Um i just got my Mysql 5.0 server up and i dont know how to configure Logonserver.conf Please could someone help me? + rep if you can

  7. #7
    sirios's Avatar Member
    Reputation
    2
    Join Date
    Dec 2006
    Posts
    46
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Originally Posted by Tom5 View Post
    Um i just got my Mysql 5.0 server up and i dont know how to configure Logonserver.conf Please could someone help me? + rep if you can
    Are you using hamachi or dyndns?

  8. #8
    Blueeyedtimothy's Avatar Member
    Reputation
    17
    Join Date
    Apr 2007
    Posts
    64
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Originally Posted by cafib View Post
    Everything works fine up to actually running ascent.exe. I start up logonserver okay, but every time I open ascent.exe, it creates a crash DMP file and closes.
    I followed all the steps and I think I got everything right, so what could be happening?


    Having same problem....hmm

  9. #9
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Usually when ascent.exe crashes, it will say what type of error it is. These are some examples:

    Access Violation at 0x0FE854R
    Microsoft C++ Error

    @ Dezenn, are you using the right Database? If it doesn't work, try using the other one. Ill test some out atm
    Life Puzzler WoW - Website | Forums

  10. #10
    damon160's Avatar Member
    Reputation
    8
    Join Date
    Oct 2007
    Posts
    105
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    lol i get a hamachi error : network adapter ???/

  11. #11
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    I just had the same problem with the ascent.exe. What I did notice is that the folder for the DBC files when extracting is called DBFilesClient. I renamed it to dbc and tried again. Everything fired up fine. Hopefully this works for everyone else.

  12. #12
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Hadnt noticed that. Ill update the guide
    Life Puzzler WoW - Website | Forums

  13. #13
    vb4evr's Avatar Member
    Reputation
    22
    Join Date
    Oct 2007
    Posts
    113
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    glad to help

  14. #14
    scruffyboy0's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    ...when i try to log into the game, it says unable to validate game version bla de blah de blah de blah, this could be caused by file corruption or something else which i cant remeber...anyway to fix this??

  15. #15
    Gastricpenguin's Avatar Legendary
    Reputation
    980
    Join Date
    Feb 2007
    Posts
    2,236
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [Guide] Gastricpenguin's Ascent Repack

    Open up Logonserver.conf and change MaxclientBuild to 8000 or higher

    --- Link Updated ---
    Last edited by Gastricpenguin; 10-27-2007 at 06:14 PM.
    Life Puzzler WoW - Website | Forums

Page 1 of 3 123 LastLast

Similar Threads

  1. [Ultimate Guide]2.4.3 Ascent Repack+MySQL included
    By Dark Vengeance in forum WoW EMU Guides & Tutorials
    Replies: 2
    Last Post: 01-17-2009, 12:26 AM
  2. [Ultimate Guide]2.4.3 Ascent Repack+MySQL included
    By Dark Vengeance in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 01-16-2009, 02:02 PM
  3. [Ultimate Guide]2.4.3 Ascent Repack+MySQL included
    By Dark Vengeance in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 01-16-2009, 01:58 PM
  4. [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
  5. Chrispeee Ascent Repack 2.1.3 -2.1....
    By Chrispee in forum WoW EMU Guides & Tutorials
    Replies: 245
    Last Post: 11-02-2007, 06:30 PM
All times are GMT -5. The time now is 03:29 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search