[Guide] How to make a 3.0.8 Wotlk private server With Extras! menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 35
  1. #1
    Freakstorm's Avatar Member
    Reputation
    60
    Join Date
    Aug 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide] How to make a 3.0.8 Wotlk private server With Extras!

    First of all lets start off with credits, i dont like to not give people credit for their work so heres the guy i know that made it:
    Ground Zero from Project Retribution (i could never find a really good repack, then i found this and i thought i post it so people will get it)

    Whats included / info
    i made new configs their 3.0.8 updated
    GM Island Mall
    Teleporter NPC
    Warsong Gulch Fully Working
    Custom Features in WSG
    PvP Token System in Gurubashi
    Custom WSG Token Systam
    Item Rewarders/Updaters
    Custom Quests
    Alot of Bugs Fixed.
    Professions Working
    Spells Working
    Few bugs
    databases included
    Trainer Bug Fixed
    and more!

    Updated logonserver Config:

    Code:
    #######################################################################
    # ArcEmu Realms Configuration File  
    # Last updated at rev.1875
    #######################################################################
    
    
    # LogonDatabase Section
    #
    #    These directives are the location of the `realms` and `accounts`
    #    tables.
    #
    #    LogonDatabase.Host      - The hostname that the database is located on
    #    LogonDatabase.Username  - The username used for the mysql connection
    #    LogonDatabase.Password  - The password used for the mysql connection
    #    LogonDatabase.Name      - The database name
    #    LogonDatabase.Port      - Port that MySQL listens on. Usually 3306.
    #    LogonDatabase.Type      - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
    #
    
    <LogonDatabase Hostname = "localhost"
                   Username = "root"
                   Password = "ascent"
                   Name     = "arcemu_logon"
                   Port     = "3306"
                   Type     = "1">
    
    
    # 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 = "0.0.0.0"
            RealmListPort = "3724"
            ServerPort = "8093">
    
    # Server console logging level
    #
    #    This directive controls how much output the server will
    #    display in it's console. Set to 0 for none.
    #    0 = Minimum; 1 = Error; 2 = Detail; 3 = Full/Debug
    #    Default: 3
    #
    
    <LogLevel Screen = "0"
              File = "-1">
    
    # Account Refresh Time
    #
    #    This controls on which time interval accounts gets 
    #    refreshed. (In seconds)
    #    Default = 600 
    #    600 seconds = 10 minutes - 1 second = 0.0166666667 minutes 300 seconds = 5 minutes, 150 seconds = 2.5minutes
    #    
    #
    
    <Rates AccountRefresh = "15">
    
    # 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 3.0.3 was build 9183.
    #
    
    <Client MinBuild = "9506"
            MaxBuild = "9506">
    
    # 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/32, 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 = "change_me_world"
                 AllowedIPs = "127.0.0.1/24"
                 AllowedModIPs = "127.0.0.1/24">
    the red part is what was changed thats all thats needed to update to 3.0.8

    now heres a little info on how to start mysql so nothing is needed changed in configs (NOTE: DO NOT CHANGE THE DATABASE INFO IN CONFIGS OR IT WONT WORK! ok heres how to get server going in less than 5 minutes

    first download repack here
    and download world DB here (needed for all the fixes and things added)

    now once done go to the repack folder:
    ok 1st go to folder
    2nd click on server
    3rd start mysql (icon says "MySQL") (if it doesnt start, start task manager and go to processes and make sure no mysql program is running such as "mysql-nt" or "mysqld", then start again)
    4th go to repack forlder again
    5th and then arcemu
    6th then configs
    7th now click on arcemu-realms and open with notepad
    8th scroll down till u see

    Code:
    <Realm1 Name = "XXXXXXXXXXX"
    	Address = "127.0.0.1:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "8">
    change the red to your realmlist such as your hamachi ip (im not gonna give to much info about this because its not for noobs and theres so many guides that explain it) =P

    9th save
    10th go to repack folder again and then arcemu
    11th then start arcemu-logonserver
    12th then start arcemu-world

    Know log on there is all the info really needed for this repack (ONCE AGAIN MAKE SURE YOU DO NOT CHANGE THE DATABASE INFO IN CONFIGS!)

    Thanks your friend Shadow

    (NOTE: I DID NOT MAKE REPACK CREDIT GOES TO Ground Zero from Project Retribution, IM SAYING THIS CAUSE I DONT WANT TO BE TAKING ALL HIS WORK AND SAYING ITS MINE)

    [Guide] How to make a 3.0.8 Wotlk private server With Extras!
  2. #2
    mercdragon's Avatar Member
    Reputation
    6
    Join Date
    Jan 2009
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok but where do i put the world db the extra download.

  3. #3
    Freakstorm's Avatar Member
    Reputation
    60
    Join Date
    Aug 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    execute it in navicat or heidi in arcemu_world

  4. #4
    enfo15's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Mysql Error

    I keep getting the error that a other Mysql is running. But at prosseses there isnt any mysql running. What should i do?

  5. #5
    silvertard's Avatar Member
    Reputation
    1
    Join Date
    Sep 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Same problem with Mysql here, it can't start

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

    AllowedIPs

    What i put in AllowedIPs for all who make a account in my web can play in my server, because if i put my DNS dont work, someone know?

  7. #7
    enfo15's Avatar Member
    Reputation
    1
    Join Date
    Jun 2008
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ah nvm my post, figured it out.

    Put the whole Map (AC Web Ultimate Repack) in Disk ( C: )

    Then Mysql should start

  8. #8
    sirplexer's Avatar Member
    Reputation
    1
    Join Date
    Jan 2009
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Where is the logon data base not in file... Im using navicat.

  9. #9
    not627's Avatar Member
    Reputation
    1
    Join Date
    May 2007
    Posts
    29
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what about also getting a arcemu_logon.sql?

  10. #10
    Freakstorm's Avatar Member
    Reputation
    60
    Join Date
    Aug 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    the arcemu logon is done like i said start mysql from your repack in server folder and go to navicat and info is host: localhost
    user: root
    pass: ascent

    just type in that db are aready made u just use the extra world for extras like the mall and npc tele and so on

  11. #11
    Freakstorm's Avatar Member
    Reputation
    60
    Join Date
    Aug 2008
    Posts
    88
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you get error mysql is running start task manager by doing control - alt -delete and then click on processes and end these proccesses if started mysqld or mysq-nt

    (if this doesnt work restart computer and do the task manager thing again)

  12. #12
    dannyel's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    17
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    im stuck in login say alws CONNECTED and i have FRAM 3.5 what i need to do?

  13. #13
    mercdragon's Avatar Member
    Reputation
    6
    Join Date
    Jan 2009
    Posts
    59
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok for navicat people this is what i did and it works download the 2 files.
    1 Open repack extract to C:/

    2 then extract the other to where every you want.

    3 goto server folder at C:/AC web ultimate repack start mysql

    4 then goto navicat click on connection. make connection name what you want, keep localhost as host name, keep root as user name, make password ascent then hit ok.

    5 open connection click on arcemu_world to open it then right click on arcemu_world click execute batch file browse for the sql file you exetracted in other download. let run til done then hit close after it says complete.

    This should clear up some problems i was having and im sure others will have.
    Just tring to help out sorry if over stepped someone.
    Last edited by mercdragon; 02-09-2009 at 11:42 PM.

  14. #14
    nubblez's Avatar Member
    Reputation
    2
    Join Date
    Feb 2009
    Posts
    22
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmmm... not bad. This has helped me

  15. #15
    handofoberon's Avatar Member
    Reputation
    7
    Join Date
    Nov 2006
    Posts
    102
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    When I try to log in it says unable to validate game version how do I fix this
    Nubbzorz 4 Li4e =D

Page 1 of 3 123 LastLast

Similar Threads

  1. How to make custom items / vendors for your private server (edited name)
    By renitharis in forum WoW EMU Guides & Tutorials
    Replies: 67
    Last Post: 06-16-2016, 05:08 AM
  2. [Gold] [Guide] How to make 50k a week on a fresh server.
    By Neostar in forum World of Warcraft Guides
    Replies: 5
    Last Post: 01-06-2012, 06:27 PM
  3. [Arena 4]How to make a 2.4.2 Ascent Private Server
    By DuDeY 016 in forum WoW EMU Guides & Tutorials
    Replies: 246
    Last Post: 10-29-2008, 11:47 PM
  4. HOW TO MAKE A WOW 2.3.X PRIVATE SERVER!!! for nooobs
    By pooooo132 in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 04-15-2008, 06:46 PM
  5. How to make a WoW 2.3.X Private Server + Making it public!
    By Megadeadlord in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 04-06-2008, 02:57 AM
All times are GMT -5. The time now is 03:39 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