[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 6 of 16 FirstFirst ... 2345678910 ... LastLast
Results 76 to 90 of 230
  1. #76
    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)
    Hmm, I guess i messed with that, but it's very simple to get them work.

    [Guide] How to make 2.4.2 Ascent WoW Server with Apple's Ascent v4!!Season 4 include
  2. #77
    deriko100's Avatar Member
    Reputation
    24
    Join Date
    May 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How Do U Execut Dll Files To The Database

  3. #78
    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)
    What do you mean, you don't need to :P

  4. #79
    viKKmaN's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yo.. romuvile .. fix the damn teleporter bug.. plz.. i realy love this repack.. the only problem is the teleporter.....

  5. #80
    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)
    Teleporter isn't my sorry but SuMMeR Repack coming
    XD

  6. #81
    dying to live's Avatar Member
    Reputation
    1
    Join Date
    Jan 2008
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    magicben i fixed that problem by updating playercreateinfo db tables

  7. #82
    nordon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok so...

    1. yeah its weird. Anyone knows how to solve this? My GOs save themselves, althrough I dont use 1 at the end.

    2. I simply made a new line in creature_names table in Navicat and input all the values. I found a good display ID and the other stuff is all either default or i made it up. As far as I know only display id and entry should matter... I choose my own name, same for 2nd name, info_str is buy, type is 4, rank is 3, unknown_float1 is 1. Everything else is 0

    3. I think I dont need to mention this anymore xD

  8. #83
    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)
    Nordon:
    2. Use ADE for fix this, very simpple to use

  9. #84
    Proth666's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey , what do we log in with?
    Last edited by Proth666; 05-26-2008 at 05:28 AM.

  10. #85
    Venox's Avatar Member
    Reputation
    1
    Join Date
    Aug 2007
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Alright I got it setup properly but now whenever I try to login, it gets stuck at the realms list. If I double click the server on the realms list it acts like its going to go to the characters list for a sec then it just takes me back to the server list. I have my realms address to 127.0.0.1 and everything.
    Heres my Realms.conf
    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 (#).                                         *
     ********************************************************************************/
    
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # 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 V3"
            Address = "`127.0.0.1:8093"
            Icon = "PVP"
            Colour = "0"
            Population = "1.0"
            TimeZone = "0">

  11. #86
    kaj255's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    My friends cant log on the server

  12. #87
    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)
    Proth666: admin admin
    Venox:
    <Realm1 Name = "Apple's Ascent V3"
    Address = "`127.0.0.1:8129" <-- if it's 8093, not working
    Kaj255: This isn't made public yet, So look guide how to make public with hamachi or without

  13. #88
    Slyster's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by kaj255 View Post
    My friends cant log on the server
    They will not be able to with your logon server as localhost ( or 127.0.0.1 ) so you will need to find out what your IP is or set up a a free DNS account. To find out what your IP address is just gotto whatismyip.com or do a google search to find a free dns provider ( I think opendns.com would work? ).

    After you choose which way you want to go then set your realmlist as your IP or the name of the dns server you setup.

  14. #89
    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)
    For some reason, it worked the first time i played on it, but when I tried to run the files again, it told me unable to connect

  15. #90
    deriko100's Avatar Member
    Reputation
    24
    Join Date
    May 2008
    Posts
    60
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For some reason, it worked the first time i played on it, but when I tried to run the files again, it told me unable to connect
    MightyNinja what do you mean what do the files say??

Page 6 of 16 FirstFirst ... 2345678910 ... 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 04:45 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