[Epic Guide] Includes How to create a 3.0.9 server and alot more!!! menu

User Tag List

Page 1 of 7 12345 ... LastLast
Results 1 to 15 of 100
  1. #1
    saperior's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Epic Guide] Ultimate Server Guide

    How to make a 3.0.9 server, How to make it public with hamachi AND with out hamachi, How to make a website + forum+ account creation page, And some database editing tips!!!



    --------------------------------------------------------------------------------------------------------------------------------


    Contents:
    I. Setting up the server.

    II. How to make your server public WITH hamachi.

    III. How to make your servr public WITH OUT hamachi.

    IV. How to make a website for your server.

    V. How to make a forum for your server.

    VI. How to make a account creation page.

    VII. Database editing tips.



    --------------------------------------------------------------------------------------------------------------------------------

    I. Step by Step Guide on How to set up your server!
    Lets get started.

    > First install the ac-web repack. (It's patch 3.0.8 but we update that later )
    Download the repack here: AC Web - Downloads - AC Web Ultimate Repack 8.0

    > Ok, As you can see.. It includes alot! Over 80 custom vendors! That saves ya some time

    > Hit download then hit run... Install it into your C:.

    > Now pretty much your done with that.. To start it go into the server folder and start MySQL. If your vista then run as admin. Go back into your ArcEmu folder and start logonserver and world.

    > Your server should be up now! Set your realmlist as
    127.0.0.1 and login as..
    Account Name - Admin
    Password - Admin


    IF YOUR 3.0.9 THEN FOLLOW THESE STEPS!

    Step 1: Go into your logonserver config. (Located in Configs)

    Step 2: Scroll down until your see

    Code:
    <Client MinBuild = "9464"
            MaxBuild = "9464">
    Change that to this..

    Code:
    <Client MinBuild = "9464"
            MaxBuild = "9551">
    And lol! Your updated to patch 3.0.9! Just restart logonserver.


    Now.. Install navicat. Here is link: Navicat Oracle, MySQL Admin Tool - the World's Best Oracle Manager, MySQL GUI & PostgreSQL GUI for Windows, Linux & Mac OS X - Download Now! Support Access to MySQL, Excel to MySQL, MySQL editor, MySQL administrator, MySQL frontend, MySQL manager, ph

    Start it and create a new connecton. Name the connection "Master"

    User - root
    Pass - ascent

    and double click Master you should see alot of seperate databases.. That will be useful for later


    --------------------------------------------------------------------------------------------------------------------------------




    II. How to make your server public with Hamachi!

    Install hamachi here: OpenDNS

    > Once installed start it and hit the power button.

    > Then hit the button that looks like a triangle... They select "Create new network".

    > Make the network name what ever you want.. Same for the password

    > Then go into your config file and open logonserver.. Scroll down till your


    Code:
    <Listen Host = "0.0.0.0"
            ISHost = "0.0.0.0"
            RealmListPort = "3724"
            ServerPort = "8093">
    Change it to this..

    Code:
    <Listen Host = "HAMACHI IP"
            ISHost = "HAMACHI IP"
            RealmListPort = "3724"
            ServerPort = "8093">


    NOTE: To find your Hamachi IP restore hamachi and at the top your should see numbers - Example: 5.123.456.78

    Then scroll down ALL THE WAY and you should see this....


    Code:
    LogonServer RemotePassword = "SHUBBA!"
    AllowedIPs = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24">
    Change it to this...

    Code:
    LogonServer RemotePassword = "SHUBBA!"
    AllowedIPs = "YOUR HAMACHI IP/24"
    AllowedModIPs = "YOUR HAMACHI IP/24">


    Go into realms config scroll down till you see this...


    Code:
    <Realm1 Name = "Ac-Web Ultimate Repack"
    Address = "127.0.0.1:8129" 
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    Change it to this!!

    Code:
    <Realm1 Name = "THE NAME OF YOUR SERVER"
    Address = "YOUR HAMACHI IP:8129" 
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    and Change

    <LogonServer Address = "127.0.0,1"
    Port = "8093"
    Name = "AC Web Ultimate Repack"
    RealmCount = "1">
    To

    <LogonServer Address = "HAMACHI IP"
    Port = "8093"
    Name = "AC Web Ultimate Repack"
    RealmCount = "1">
    AND FINALLY go into your world config and look for...

    Code:
    <Listen Host = "127.0.0.1"
    WorldServerPort = "8129">
    Change it to this!!!

    Code:
    <Listen Host = "YOUR HAMACHI IP"
    WorldServerPort = "8129">
    and your done! To have other people connect.. Have them join your hamachi network then change yours and their realmlist to YOUR hamachi IP!


    --------------------------------------------------------------------------------------------------------------------------------




    III. How to make your server public WITH OUT hamachi!

    Start out making an account here: https://www.dyndns.com/account/services/hosts/add.html

    > Once you made an account hit the Account tab. About the 4th line down you should see "Add Host Services"

    > Make a hostname.. And hit auto detect IP. Then hit " Create Host "

    > Now go to

    Code:
    LOCATION : C:WindowsSystem32Driversetc
    Open "Hosts" with notepad.

    Now.. Change the red into what it tells you too.


    Code:
    # Copyright (c) 1993-2006 Microsoft Corp.
    #
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    #
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    #
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    #
    # For example:
    #
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    
    At the very bottom add this.
    
    127.0.0.1 No-IP Hostname
    InternalIP No-IP Hostname
    ExternalIP No-IP Hostname
    To find your InternalIP do Start > Run type in cmd. Then type in ipconfig.

    > Look for
    Code:
    IPv4 or IP
    . Write down the IP and write down default gateway too for later.

    > Go to What Is My IP Address? - IP Address Lookup, Internet Speed Test, IP Info, plus more and copy down the big numbers. That's your External IP.

    > Put all that info in hosts.

    By then it should look something like this.


    Code:
    127.0.0.1  Saperiorisepic.servegame.com
    1.234.456.78  Saperiorisepic.servegme.com
    12.345.678.90  Saperiorisepic.servegame.com
    > Your almost done! Save that and close it.

    > You now have to port forward. I can't exactly help you because there are many different routers. Find your router here: PortForward.com - Free Help Setting up Your Router or Firewall and find a guide on how to portforward
    Once you find your router choose "World of Warcraft"

    These are the ports you need to forward..


    Code:
    3724 - 3724
    80 - 80
    3306 - 3306
    8129 - 8129
    8093 -8093
    6112 - 6112
    6881-6999
    3036 - 3036
    8050 -8050
    If your router has firewall up.. DISABLE IT!

    > Once your done with that. Go to your Arcemu folder again.. Open configs folder then open Arcemu-Realms with notepad.

    You should see this at the bottom..

    Code:
    <Realm1 Name = "AC Web Ultimate Repack"
    	Address = "127.0.0.1:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "1">
    Change it to this.

    Code:
    <Realm1 Name = "AC Web Ultimate Repack"
    	Address = "NO-IP ADDRESS:8129" 
    	Icon = "PVP"
    	Population = "1.0"
    	TimeZone = "1">
    Once you did that.. Save and close! And congrats! Your server is now public with out hamachi. Have people change their realmlist to your no-ip address.



    --------------------------------------------------------------------------------------------------------------------------------


    IV. How to make a website!


    To start out.. Install xampp. Here is the link: apache friends - xampp

    Once your done type "localhost" or "127.0.0.1" in your url bar to see if it works.

    If it works you have 2 choices. Either you can take the htdocs folder from the ac-web folder.. or you can find a website repack.

    Lets use the ac-web one.

    > Go into your ac-web Folder then open Server. Copy and paste the "htdocs" folder into the xampp folder which is located in the C:.

    > In the server folder in ac-web folder.. Stop apache then hit start apache.

    > And from there its pretty self explanatory. Type in localhost again and you should have your website up.

    If you are using a website repack.. Just copy and paste the htdocs folder into xampp.


    If your wondering how to set up a account creation page.. If your using the ac-web website.. The account creation page is already set up!!!

    If you want a really sophisticated website.. I highly suggest this...Filebeam - Free Fast File Hosting


    It comes with vote panel, donation panel, send ingame mail from website (GM+ only), player tools, account creation page, forum, and many more! It includes a readme on how to edit everything.



    --------------------------------------------------------------------------------------------------------------------------------


    V. How to create a forum!


    Pretty simple. If you use one of those website packs.. Hit forums on your website and you should see something like "PhpBB". There is a instal button. Hit it and install the forum..

    From there its pretty much self explanatory. If you have any questions.. Make a post




    --------------------------------------------------------------------------------------------------------------------------------


    IV. How to create a account creation page!

    If you used one of those websites.. Its already there! Infact.. Every website pack should have a account creation page. Lol!



    --------------------------------------------------------------------------------------------------------------------------------


    VII. Database editing tips!

    Ok there tips are for NAVICAT only! Im not that familiar with heidisql or sqlyog.

    Tip #1 - Making items.
    > The best place to make items is wow-v. Here is the link: WoW Vendetta - Wage Your War | WoW-V.com

    > To create a item.. Simply hit one of the tabs at the top. It could be Jewlery, Armor, or Weapons.

    > Once you make an item you want to hit Submit. Once you hit that you must hit download. Make sure you hit the download bar under "Arcemu".

    > Save it into scripts_bin.

    > Start navicat and right click ArcEmu Hit "Execute batch file" (Or something like that ).. Hit "..." and find your item. Click it then hit start and you should have it into database.

    > If your server is running.. Go ingame and type ".server reload items"



    Tip #2 - Creating Portals.

    > http://www.mmowned.com/forums/ascent...m-portals.html... Sorry don't have alot of time left to make my guide on how to make portals





    That concludes my guide!


    ~Credits~

    Colincancer for Portal tip
    Ac-web for Repack and Website
    Shadowking of Ac-web for epic website
    Wow-v for creating items tool

    And me!! For creating this guide
    .


    Thank you for using my guide! :wave::wave::wave::wave::wave::wave:
    Last edited by saperior; 03-15-2009 at 06:03 PM.

    [Epic Guide] Includes How to create a 3.0.9 server and alot more!!!
  2. #2
    saperior's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Damnit.. Meant to hit preview..

  3. #3
    Abstraction's Avatar Member
    Reputation
    32
    Join Date
    May 2008
    Posts
    472
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Wow epic phail lolol

  4. #4
    saperior's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    :P Wait till im done with mah guide

  5. #5
    chase97's Avatar Member
    Reputation
    1
    Join Date
    Feb 2008
    Posts
    51
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Shiri'Lahndis View Post
    Wow epic phail lolol
    Hardly need a guide just need the repack also if you read more guides you can also see how to make it while this one is in progression.

  6. #6
    saperior's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Finished Guide. Hope you all like it and please leave feedback!

    If you have any questions.. Feel free to send me a PM or leave a post!

  7. #7
    kyneton's Avatar Member
    Reputation
    1
    Join Date
    Oct 2008
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i can not save any objects that i put into my server, why is that?

    *edit*

    Dont worry i figured it out
    Last edited by kyneton; 03-15-2009 at 03:32 AM.

  8. #8
    talkycoder's Avatar Established Member
    Reputation
    40
    Join Date
    Jan 2008
    Posts
    87
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    tehepic +rep
    Signature too massive, either scale down the pic or have this one

  9. #9
    JAMAICAN's Avatar Member
    Reputation
    16
    Join Date
    Jan 2008
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    +rep for you mate

  10. #10
    LiquidShizzles's Avatar Contributor
    Reputation
    117
    Join Date
    Jul 2006
    Posts
    375
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very nice work man here are your 3 cookies
    Jesus smokes bud.

  11. #11
    Found's Avatar Banned
    Reputation
    239
    Join Date
    Mar 2009
    Posts
    642
    Thanks G/R
    1/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great guide. EPIC!!!

    +Rep

  12. #12
    saperior's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you guys Hope it helped.

  13. #13
    RoflmaoWoW's Avatar Member
    Reputation
    5
    Join Date
    Sep 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Epic! Very nice and detailed guide bro.

    Sorry can't give rep

  14. #14
    saperior's Avatar Active Member
    Reputation
    58
    Join Date
    Feb 2008
    Posts
    136
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Glad it helped

  15. #15
    axel310's Avatar Member
    Reputation
    8
    Join Date
    Mar 2008
    Posts
    99
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I cant find "world" in Navicat :/

Page 1 of 7 12345 ... LastLast

Similar Threads

  1. Guide for how to create your items and put it in game
    By Miziki in forum WoW EMU Guides & Tutorials
    Replies: 4
    Last Post: 07-13-2010, 07:51 AM
  2. [GUIDE] How to create awesome malls for your server
    By razordemon in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 09-24-2008, 12:37 AM
  3. 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
  4. How to create custom monsters for your server!
    By renitharis in forum WoW EMU Guides & Tutorials
    Replies: 13
    Last Post: 12-10-2007, 07:53 PM
  5. [GUIDE/RELEASE] How to make multiple realms on 1 server!
    By latruwski in forum World of Warcraft Emulator Servers
    Replies: 6
    Last Post: 11-14-2007, 02:16 PM
All times are GMT -5. The time now is 04:41 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