(Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    Member Deathstorm is offline
    MemberRank
    Jun 2007 Join Date
    Calgary, AlbertLocation
    50Posts

    (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    Well... Considering I have not seen Rasia for a long time and he has not released a new rev in god knows how long and also the demands I have been getting from people... I thought it was about time I took over.

    Before you do anything, ALL FILES ARE IN .RAR FORMAT! You must have Winrar installed to extract these files. currently using Filebeam to host these files.

    Note: These binaries are tested before release for stability and any mistakes in the core. They are not released until they meet MY standards of approval.

    Revs include: Ecko tools LATEST, Custom scripts to fix problems and also includes DBC 2.1.2!

    Compiled With Microsoft Visual Studio 2005 and Microsoft Visual .net 2003 sometimes.

    -
    ----RELEASES -----
    Deathstorm release_rev 1314_UPDATED!
    -----RELEASES -----


    -----DATABASES-----
    Next Chapter - Milestone 0.1 "The First Chapter" Recommended DB!
    TNPS Rev 8
    -----DATABASES-----

    -----WEBSITES!-----
    SPORA (Simple Page Of Registration of Accounts) for Antrix Credits to Kandyman
    -----WEBSITES!-----

    -----ADDITIONAL DOWNLOADS!-----
    Deathstorm Release_AD.EXE
    -----ADDITIONAL DOWNLOADS!-----
    -------------------------------------------------------------------------------------------------------------------------
    How to use AD.exe:

    First you must open your World of Warcraft folder, YOU MUST HAVE PATCH 2.1.2 INSTALLED! Considering you have 2.1.2 DBC files. Now create a folder called maps in your Main section of your WoW folder where the WoW.exe and the repair is then bring the AD.exe in there. Double click AD.exe and let it do It's work. Shortly after a certain amount of time has past, You should have your maps folder full of maps and ready to go. Bring that maps folder to your Antrix folder and start your server :)
    More stuff will be updated and added in this post as time goes, If you have any questions you wanna ask, Please keep them in this thread.
    -------------------------------------------------------------------------------------------------------------------------
    How to configure the SPORA Website:

    For the SPORA website you must have WAMP or XXAMP to host it, Use goggle to find these programs. For WAMP once you have it downloaded install APACHE and put the SPORA folder in the WWW section and edit the index.PHP after you have edited it right your website will work for public registration.

    For XXAMP put it in your HTDOCS folder then edit index.PHP and start APACHE.
    -------------------------------------------------------------------------------------------------------------------------
    More stuff will be updated and added in this post as time goes, If you have any questions you wanna ask, Please keep them in this thread.

    I am also the owner of Deathstorms Server, These revs are what my server uses.
    Deathstorms Server 2.1.3
    I could always use some votes from ya guys in return from these revs :)
    wowserverlisting
    WoWTop200
    JagToplist

    Always serving the WoW private server community since 2005-2007, Regards... Deathstorm
    Last edited by Deathstorm; 03-09-07 at 05:44 PM.


  2. #2
    Member Deathstorm is offline
    MemberRank
    Jun 2007 Join Date
    Calgary, AlbertLocation
    50Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    Hello, I didn't wanna make my main post so long so here is another thing to help people, This is how to edit your config files to make your server run!

    First to edit is your Ascent/Antrix.cfg file "CONFIG FILE" Open this using Notepad or Wordpad.

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Listen Config
    #
    # Host
    # This is the address that the server will listen on.
    # To listen on all addresses, set it to 0.0.0.0
    # Default: 127.0.0.1 (localhost)
    #
    # WorldServerPort
    # This is the port that the world server listens on.
    # It has to be the same as what is specified in the
    # realms table in the LogonDatabase.
    # Default: 8129
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <Listen Host = "EDIT THIS TO YOUR IP"
    WorldServerPort = "8129">

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # LogonServer Setup
    #
    # DisablePings
    # This directive controls whether pings will be sent to the logonserver to check
    # if the connection is still "alive". Expect problems if it is disabled.
    # Default: 0
    #
    # RemotePassword
    # This directive controls the password used to authenticate with the logonserver.
    # It must be the same between the two configs. If it is not, your server will
    # not register.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <LogonServer DisablePings = "0"
    RemotePassword = "Change this to any password to match the logon.cfg">
    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    Now you must edit your Logon.cfg file "CONFIG FILE" Open with Note pad or Word pad and edit these sections.

    # 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 = "CHANGE TO YOUR IP"
    RealmListPort = "3724"
    ServerPort = "8093">

    At this part you leave Listen host to 0.0.0.0 "DO NOT TOUCH" This reads all incoming connections.

    # 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 = "Change this to any password to match the Ascent/Antrix.cfg">

    Now this is the bottom of logon.cfg! Now you change this to match your Ascent/Antrix.cfg!
    -------------------------------------------------------------------------------------------------------------------------------------------------------------

    Now It's time to edit the Realm.cfg "CONFIG FILE" Open with Notepad or Wordpad.


    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "CHANGE TO YOUR IP"
    Port = "8093"
    Name = "Default Logon (Or change to w/e you want)"
    RealmCount = "1">

    For this part do as you did for the other ones, Change the server address to match your IP, You may also edit the name from "Defaul Logon" to what ever you like... For example: Name = "Deathstorms Server"

    Now time for the last and final step!

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 = "Test Realm (As before, Change as you wish)"
    Address = "CHANGE TO YOUR IP:8129"
    Icon = "PVP"
    Colour = "1"
    Population = "1.0"
    TimeZone = "1">

    Now for this part, YOU MUST READ THIS CAREFULLY!

    For the realm name you may edit it and change it to what you wish, This will set your realm name on the realmlist. For example: <Realm1 Name = "Deathstorms Server 2.1.3"

    Now for Address, You must edit this CORRECT AND CAREFULLY! Do not change :8129 You most only put your IP behind it.

    For the rest of everything else... It should be simple, After this you can change your IP to a DNS or w/e to match your IP in these config files to change to your realmlist so none knows your true IP! You must have your real IP in these configs due to it will confuse the server if you have a no-IP thingy in these. Also do not forget to delete the parts in the Ascent.cfg the DIE DIRECTIVES! Your server will not start if you have not removed the die directives.

    I hope this helps you, If you have any questions. Feel free to reply to this post and/or PM me!

    Regards, Deathstorm

  3. #3
    Member ArgoMan is offline
    MemberRank
    Jul 2007 Join Date
    70Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    WTF is realmserver.EXE
    Where do i config it ?

    Edit:
    When i Create a Char i Get DC WTF?

  4. #4
    Member Deathstorm is offline
    MemberRank
    Jun 2007 Join Date
    Calgary, AlbertLocation
    50Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    As far as I know they should work, Some of the Skills/Spells won't work if there ID is in the disabled trainers.

  5. #5
    Novice skorpyyyon is offline
    MemberRank
    Aug 2007 Join Date
    3Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    i'm using revision 1234 and i gost some problems with hunter pet....
    - ok so taming the beast don't work...damn the hunter trainer don't give me the quest...
    - ok when i walk to the pet trainer to se if everything it's ok.....the pet trainer don't show me the pet spells.. nothing it's all empty....

    can anyoane hellp me pls?!

  6. #6
    Enthusiast Nortie is offline
    MemberRank
    Aug 2007 Join Date
    49Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    can i use this revision for TBC 2.1.3 ?


    I tried to use Ascent to setup my server, but I failed everytime cause of problem with my version validation..

    Can you help me set-up my 2.1.3 server.

    Thanks in advance

  7. #7
    Member Deathstorm is offline
    MemberRank
    Jun 2007 Join Date
    Calgary, AlbertLocation
    50Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    Quote Originally Posted by Nortie View Post
    can i use this revision for TBC 2.1.3 ?


    I tried to use Ascent to setup my server, but I failed everytime cause of problem with my version validation..

    Can you help me set-up my 2.1.3 server.

    Thanks in advance
    Go to your logon.cfg and change this section.

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

    Change the max build to 9999 as listed above to support all clients from 2.1.1 and up.

  8. #8
    Enthusiast Nortie is offline
    MemberRank
    Aug 2007 Join Date
    49Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    I'll give it a try, if it works or not you will hear it soon

    Thanks btw :)

  9. #9
    Enthusiast Nortie is offline
    MemberRank
    Aug 2007 Join Date
    49Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    ok thanks it works but what about this: in my Ascent.exe

    "LootMgr : Loot table creatureloot is using old loot structure (without heroic chances column!)"
    etc.

  10. #10
    Member Deathstorm is offline
    MemberRank
    Jun 2007 Join Date
    Calgary, AlbertLocation
    50Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    Just ignore it, Loot tables are being updated later on I hear.

  11. #11
    Member shingcing is offline
    MemberRank
    Jan 2007 Join Date
    84Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    WAmp works greatly im suprised :P

  12. #12
    Enthusiast Heya is offline
    MemberRank
    Apr 2006 Join Date
    CZLocation
    34Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    Hey guys. Little problem...When i try to start realmserver it writes some moocow user....i never made any moocow user.....where to change that moocow?


    -EDITED-

    Well i made it work but realmservre wont work bcs of that moocow user. Server is running and i can log in but there is no NPC :-( There is no creature to kill...why???

    -EDITED again-

    hwere is screen:

    Last edited by Heya; 26-08-07 at 05:15 PM.

  13. #13
    Enthusiast Heya is offline
    MemberRank
    Apr 2006 Join Date
    CZLocation
    34Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    Ok i made NPC work...but i cant be GM.... at gm column i was typing az, 3z, 8, iubsdfiugbsifgsi, but nothing work....how to be a GM?

  14. #14
    Member xiaobaobao is offline
    MemberRank
    Aug 2007 Join Date
    65Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    u are already a gm if u type az at the gm column......when u are in the game u can use gm command which proves u are a gm...of there is smting wrong with ur settings or files.

    and Deathstorm i was wandering......why can't i land even a single hit on illidan and no damage was dealt.....only "miss" "miss" ...multiple misses......not even 1 hit.......and akama, doesnt hits.....which does not start the battle.....i spawned an illidan and that happened...misses....even magics deals NO damage...

  15. #15
    Member Deathstorm is offline
    MemberRank
    Jun 2007 Join Date
    Calgary, AlbertLocation
    50Posts

    Re: (Ascent/Antrix) Latest, Compiled Daily! Stable revs! (Tested before release)

    You might have to remove the Black temple script from your script folder, Might not work with terranet.



Page 1 of 3 123 LastLast

Advertisement