Create A Working 2.4.1 Server With A Website menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 28
  1. #1
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Create A Working 2.4.1 Server With A Website

    First Off you Will Need to Download The Repack So Just go here And Download It

    2.4.1 Repack

    If You Start The Server Up And it Says Something About The Trainers them Just Execute these::

    ALTER TABLE `trainer_spells` change `cast_spell` `learn_spell` int(10);

    ALTER TABLE `trainer_spells` ADD column `cast_spell` int(11) UNSIGNED NOT NULL after `entry`;

    In Your DB.

    After You Have Downloaded It Do The Maps Thing And Wait About 30 Minutes.

    After That Is Done Go Into Your Ascent Folder. Open Up Ascent-logonserver.config

    Scroll Down And if you See Something Diffrent Then This Well Then Change It To This

    <Client MinBuild = "8089"
    MaxBuild = "8125">

    After That go to this Website

    DynDns

    Just Create An Account ( its free ) Then Make A Host.

    You Must Have WildCard Enabled! When It Says Ip Just Click The Blue Link Undeer It.

    Click Create Host.

    After That Go To Start Then Run

    Type In This C:\Windows\System32\Drivers\Etc\

    Once In That Folder Open Up Hosts With Note pad

    Find Something like This

    Code:
    127.0.0.1
    Change It To This

    Code:
    127.0.0.1 DNS
    Internal IP DNS
    External IP DNS
    Once Done With That Go To Your Ascent File Again

    Open Up Your ascent-realms.conf

    Its Must Look Like This

    Code:
    #    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 = "DNS"
                 Port = "8093"
                 Name = "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 = "Server Name"
            Address = "External IP:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    
    <Realm2 Name = "Server Name"
            Address = "127.0.0.1:8129"
            Icon = "PVP"
            Colour = "1"
            Population = "1.0"
            TimeZone = "1">
    When You Are Done You Can Start Up Your Server And Its Public.

    If You Want To Create A Website With A Main Page And An Account Creation Page Look Here.

    First Go Download This

    Wrath Of the Lich King

    If you Want The Armory go Here

    Armory

    Then You Must Download Wamp 2.0 From here

    Wamp 2.0

    When You Download That Just Install Wamp And Go To Your www Folder in Wamp.

    Then Place The Files From The Wrath Of the Lich King Site into The Wamp www Folder.

    Then You Must Open Your Account.php File And Mod These Codes

    Code:
    <?php
    /* 
    	SPORA for Ascent v1.4
    	Simple Page Of Registration of Accounts for Ascent
    
    	It is made in the form of one page with fields of input of the 
    	information of an account and the list of players being on a server.
    	
    	Original Creation by mirage666 for MaNGOS	http://pomm.da.ru/
    	
    	Modified for Ascent by Kandyman			http://www.burning-wow.com
    
    */
    
    ="en";			// Language ("en" - english, "ru" - russian)
    ="Server Name";		// Insert the title of your server here
    ="127.0.0.1";		// HOST for Character database
    ="username";			// USER for Character database
    ="password";		// PASS for Character database
    ="logon";			// NAME of Character database
    ="127.0.0.1";		// HOST for Logonserver database
    ="username";			// USER for Logonserver database
    ="password";		// PASS for Logonserver database
    ="logon";			// NAME of Logonserver database
     = 'CP1251'; 	// Set encoding
     = "img/";		// Image dir
     = "127.0.0.1";		// Ascent Server Address
     = "8129";			// Ascent Server Port
    =0;			// Lock created account to IP address (1 - on, 0 - off)
    =0;			// Registration only one (or more) account from one IP address
    				// 0 - not limit, 1 - one acc,  2 - two acc, etc...
    If You Want to Mod Other Pages Just Open The html Files With Note Pad And Mod The Title And The News And If You Want The Images For The Navigation Just Scroll All the Way Down And Find The Navigation Links And Change Them. If You Do Not Want To Find The Codes To Mod The Page Then You Can Also Open The Files With A Program Called DreamWeaver And Mod the Words And Images With Out Looking . In DreamWeaver It Will Show The Site And Let You Mod The Title And News And Images WAY More Easy. You Can Also Ass Pages. Like A Donation Page With The Lich King Template. But in DreamWeaver You Have To Put The Files in Another File. When You Do That Just Find That File And Copy Every page You Edited. Then Just Paste Then In The www Folder In Wamp. Then Restart Your Services Then Go On Your Website And See What You Edited.


    If You Want Your Server To Be A 2.4.2 Server Just Edit This

    Code:
    <Client MinBuild = "8089"
            MaxBuild = "8125">
    To This

    Code:
    <Client MinBuild = "8089"
            MaxBuild = "8278">



    Here Are Ports You Will Need To Put In Also Before Any One Can Connect To The Site

    3724
    8085
    80
    3306
    8129
    8093
    6112
    6881 - 6999
    8050
    3036

    You Must Know How To Connect To Your Router
    Last edited by Xtinction; 05-19-2008 at 04:29 PM.

    Create A Working 2.4.1 Server With A Website
  2. #2
    Chatix's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    13
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How can I figure out which is my External IP and my Internal IP?

  3. #3
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    For External Go To whatismyip.com Ir Internal Just go To Start Then Run Then Open CMD. Once In Their Just Type ipconfig Then Find You IP ( It Will Begin With 192.168.x.x

  4. #4
    liquid-neon's Avatar Member
    Reputation
    15
    Join Date
    Mar 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    This does not work for me, i get an error when trying to log in that states:

    "Unable to verify game version, this may be due to file corruption or third party programs interfearing"

    Cant find any workarounds

  5. #5
    sweetdaddyde's Avatar Member
    Reputation
    3
    Join Date
    Sep 2007
    Posts
    18
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Danks! really i needed this

  6. #6
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquid-neon View Post
    This does not work for me, i get an error when trying to log in that states:

    "Unable to verify game version, this may be due to file corruption or third party programs interfearing"

    Cant find any workarounds
    What Did You Put In The Client For Logon-server.conf

  7. #7
    simm's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hi, i got this error telling me "Can't find messagefile '\AC Wev Ultimate Repack\Server\mysql\share\english\errmsg.sys' " cant u please help me, thanks.

  8. #8
    liquid-neon's Avatar Member
    Reputation
    15
    Join Date
    Mar 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by simm View Post
    hi, i got this error telling me "Can't find messagefile 'AC Wev Ultimate RepackServermysqlshareenglisherrmsg.sys' " cant u please help me, thanks.
    I had this too but i realised the AC Wev Ultimate Repack folder needed to be directly on c:\

    so C:\AC Wev Ultimate Repack\Server\mysql\share\english\errmsg.sys

    Try that.

    As for my problem with unable to verify game version, after a bit of googling i sorted it by changing the build revision in the conf file.....weird since it was correct but after i deleted it & pasted again it worked. Must have had a typo in it.


    But anyway now the server is fully working BUT i have a really strange issue, all of my professions are being maxed at 350 instead of 375.

    I am learning the profession direct form the trainer as .learnskill [skillid] doesnt work. I am leveling the skills up with ".advanceallskills 75" multiple times. It seems to go 75 > 150 > 225 > 300 > 350

    Also noticed that after dropping jewelcrafting (thinking i made a mistake and wanting to retry leveling it) i could not take it again as it showed the skill as already know even though it had been unlearned. I corrected this by editing the mySQL database directly and removing the "DeletedSkills" entry in one of the tables.

    Very annoying since i am trying to create epic gems (.additem says the item doesnt exist another strange bug since all the patterns are availible from the vendors)

    Also trying to create some "newer" items such as .additem 34489 (Fused Nethergon Band - Item - World of Warcraft) and .additem 34470 (Timbal's Focusing Crystal - Item - World of Warcraft) does not work.....even though these exist in this patch.

    Not sure what up but seems to be a few bugs here for me
    Last edited by liquid-neon; 05-17-2008 at 08:30 PM.

  9. #9
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by liquid-neon View Post
    I had this too but i realised the AC Wev Ultimate Repack folder needed to be directly on c:

    so C:AC Wev Ultimate RepackServermysqlshareenglisherrmsg.sys

    Try that.

    As for my problem with unable to verify game version, after a bit of googling i sorted it by changing the build revision in the conf file.....weird since it was correct but after i deleted it & pasted again it worked. Must have had a typo in it.


    But anyway now the server is fully working BUT i have a really strange issue, all of my professions are being maxed at 350 instead of 375.

    I am learning the profession direct form the trainer as .learnskill [skillid] doesnt work. I am leveling the skills up with ".advanceallskills 75" multiple times. It seems to go 75 > 150 > 225 > 300 > 350

    Also noticed that after dropping jewelcrafting (thinking i made a mistake and wanting to retry leveling it) i could not take it again as it showed the skill as already know even though it had been unlearned. I corrected this by editing the mySQL database directly and removing the "DeletedSkills" entry in one of the tables.

    Very annoying since i am trying to create epic gems (.additem says the item doesnt exist another strange bug since all the patterns are availible from the vendors)

    Also trying to create some "newer" items such as .additem 34489 (Fused Nethergon Band - Item - World of Warcraft) and .additem 34470 (Timbal's Focusing Crystal - Item - World of Warcraft) does not work.....even though these exist in this patch.

    Not sure what up but seems to be a few bugs here for me
    Weird I Dont Have That Actually The Only Bug I have For Me Is A Bug On The Quel'Danas Cause The NPC's Are Invisible And Thats It But I Fixed

  10. #10
    liquid-neon's Avatar Member
    Reputation
    15
    Join Date
    Mar 2007
    Posts
    61
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you try to create those items?

    If you did and it worked.....hmm wtf XD

    As for the professions, mayby i messed it up somehow, i will try create a new char & start over tomorrow & see if it works.

  11. #11
    jericho13y2j's Avatar Member
    Reputation
    1
    Join Date
    May 2008
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what do i set my realmlist 2 and how do i manage my server?

  12. #12
    Xtinction's Avatar Member
    Reputation
    11
    Join Date
    Jan 2008
    Posts
    123
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by jericho13y2j View Post
    dude luv ur sig were did u get it?
    The Sig Is At Danasoft.com

    And Your Realmlist Is 127.0.0.1 And Other peoples Realmlist To Connect To Your Server Is The DNS You Made

  13. #13
    naax's Avatar Member
    Reputation
    1
    Join Date
    Jul 2007
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I got that trainers error ... i was just wondering where u excecute the code :s ie. how

    thnx

  14. #14
    lemvi's Avatar Banned
    Reputation
    2
    Join Date
    Apr 2008
    Posts
    12
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Verry nice guide

  15. #15
    Kyentei'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)
    Everthing goes perfectly fine. I created the online DynDNS thing, but then the problem occurs. Whenever I ask someone to go to that website they fail, and whenever I go to there myself I have to enter the login&password of my router, and then get to my router configuration. My "hosts" file looks like this:

    Code:
    127.0.0.1 DNS
    Internal IP DNS
    External IP DNS
    Anyone, help please!

Page 1 of 2 12 LastLast

Similar Threads

  1. How to create a 2.4.1 server with mall and make it public
    By comonman123 in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 06-06-2008, 09:40 AM
  2. VERY SIMPLE GUIDE for noobs to create a private server with custom EVERYTHING
    By c0ddingt0n in forum WoW EMU Guides & Tutorials
    Replies: 21
    Last Post: 05-15-2008, 08:54 PM
  3. Easy and Good Working 2.3.x Private server with Repack
    By Dudey in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 05-05-2008, 05:47 AM
  4. Create a Server with Ascent, Latest Rev.
    By Corosive720 in forum WoW EMU Guides & Tutorials
    Replies: 7
    Last Post: 12-30-2007, 04:30 PM
  5. Anyway to make a server with working Black Temple and other High level instances?
    By Polka in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 09-12-2007, 07:03 PM
All times are GMT -5. The time now is 03:11 PM. 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