how to make a  2.4.3 server, and if u wanit online (everything working) menu

User Tag List

Results 1 to 5 of 5
  1. #1
    Pieterkii's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    how to make a 2.4.3 server, and if u wanit online (everything working)

    ......A Pieterkii presentation........................
    ............................/´¯/)............................
    ....(\_(\................,/¯../..........................
    ....(=' :')............../..../................................
    ...(,(")(").. ...../´¯/'...'/´¯¯·¸.........................
    ................/'/..../..../..../¨¨/¯\.....................
    ...............('(....´....´.... ¯;/'...')...................
    .................\.................'...../..................
    ..................'\'...\..........._.·´......................
    ....................\..............(...........................
    Are you sick of none of the repacks working for you?,
    well i was too until i got to know this repack...
    very EASY...you only have to change a few passwords here and there..
    i did change some stuff in this Guide, but i cant take all the credit..
    I only made it easier for you to understand.

    Let's start! Download files:

    Send big files the easy way. Files too large for email attachments? No problem! 90mb!
    FlyUpload / Share Files 300mb!
    Send big files the easy way. Files too large for email attachments? No problem! 200mb!



    1.
    Open MySQL Setup (You can find it from Tools folder)
    Next > Typical > Install > Next > Next > Tick Configure the MySQL Server now and click finish >
    Standard Configuration > Next > Put for password anything you want but you have to remember!
    and Tick Enable root acess from remote machines, Click Next > Execute!

    2.
    Install Navicat (You can find it from Tools folder)
    Then when you have installed it, open Navicat (Start, All Programms and Premium Soft)
    Open Connection Window.(Up at left corner)
    Then put there for Connection name anything you want.
    Host should be localhost
    Port 3306
    Username Root
    Password (Put here what you just made in MySQL)
    And click Ok
    Then make right click from your Connection name and select Create Database. Put world for name.
    Then right click from World database and search for world.sql..which you unzipped with winrar...
    it should be somewhere in the repack... remember to tick continue on errors..and then click execute..
    when it is done click CLOSE!!

    3.
    Install .net framework 3.5 if you haven't

    4.
    Go to configs folder and open arcemu-logonserver.conf and set these:
    Code:
    <LogonDatabase Hostname = "localhost"
    Username = "root"
    Password = "PASSWORD YOU MADE"
    Name = "world"
    Port = "3306"
    Type = "1">
    arcemu-world.conf
    Code:
    <WorldDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD YOU MADE" Name = "world" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "localhost" Username = "root" Password = "PASSWORD YOU MADE" Name = "world" Port = "3306" Type = "1">
    Code:
    <Realm1 Name = "Apple's Ascent 5.0"
    Address = "loginapple.game-host.org:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    to
    <Realm1 Name = "<Your Server Name>"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    <- Arcemu-realms.conf and then if you want to make cool things open arcemu-optional.conf
    You can edit starting level and level cap there.
    Too announce colors


    6.
    Then go to world in navicat, open tables, and open accounts table. Here you make account
    click on the plus sign and create like follow..
    login: Thats your username
    password: Thats your password
    GM: az is Admin, a is GM
    flags:make this 8
    and when done click the correct sign...

    5.
    Then start the server by opening Arcemu-world.exe and Arcemu-logon.exe


    7.
    Go to your WoW Folder and open realmlist.wtf. Put this there
    Code:
    Set realmlist 127.0.0.1
    Open wow.exe and write your user and pass that you made in navicat and have fun!

    Made by Apple



    MAKING IT PUBLIC:
    ------------------------------

    okay, you are gonna need to find your EXTERNAL IP, and your INTERNAL IP, write them down.


    To find your external IP, go to What Is My IP Address? - IP Address Lookup, Internet Speed Test, IP Info, plus more ?
    You see the really gigantic numbers? That's your external IP.

    Now for your internal IP
    open run
    type cmd, and hit enter.
    A command prompt will pop up. Type ipconfig, and hit enter. In that list, find your IP address under Ethernet adapter
    or if you have vista use the ipv4 under Ethernet adapter , that is your internalIP!!!!
    write it down. it'll be something like 192.168.x.x probably.



    Go to No-IP - Dynamic DNS, Static DNS for Your Dynamic IP

    -Create an account, confirm with link to email..
    When in account page on no-ip
    - click add host.. OR click on this link(while you are logged in)
    https://www.no-ip.com/members/dns/host.php
    -ALL you have to do here is makethe Hostname your realmlist begin and
    the last part you must choose a FREE domain...

    Then click add host...

    -next you will have to download no-ip exe...just to launch the conection from your pc to no-ip...very easy
    No-IP DUC (Dynamic DNS Update Client) - Free software downloads and reviews - CNET Download.com

    -then after download
    open install click on next , choose where to install, click next again, and let it finish and then click finish...
    it should automaticaly open a window where you have to put your email adress you used to register and the password you used to register
    then click on ok...

    -next it would load your host automaticaly...
    then minimize the program to not click anywhere yet!!

    now open C:\Windows\System32\drivers\etc\hosts in notepad.
    NOTE: Windows vista users must open Notepad as administrator.
    NOTE(Again):
    Windows XP users might have to right click and go to properties, and at the bottom,
    uncheck the little read-only box.

    you should see alot of stuff and at the bottom you should see
    127.0.0.1 localhost
    make the following changes at thetop of "127.0.0.1 localhost so" it looks like this:

    <external IP> <No-ip Address>
    <internal IP> <No-ip Address>
    127.0.0.1 <No-ip Address>

    now everywhere where there are <> around words change it to the correct adresses that you
    should by now know.. leave it without the <> around it ...like <external IP> changes to 143.1.245.34 (just example).

    then save changes and exit.





    Now, go into your realms config. At the bottom, there is a section that says

    <Realm1 Name = "Your realmname"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    change it to:

    <Realm1 Name = "Your realmname"
    Address = "<No-ip address >:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">


    Now you need to PortForward these ports...
    3306
    3724
    8129
    8093
    3727
    if you dont know how
    go to PortForward.com - Free Help Setting up Your Router or Firewall To see how to forward ports on your router.
    Once you've forwarded them, you must also forward the ports on any firewalls you may have, or shut them down...

    now open up no-ip.exe still running in system tray...
    and click on checkbox next to smiley....
    DO NOTHING ELSE!!!!!
    and minimize again...



    Now your all good to go. To have other people play on your server, have them change their realmlist.wtf to say

    set realmlist <no-ip adress>

    Note: computer running server and playing on it realmlist stays 127.0.0.1

    Made by Me/me only...
    ask me any question or report anything wou would like for me to explain..(i am here daily)..

    how to make a  2.4.3 server, and if u wanit online (everything working)
  2. #2
    Pieterkii's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok im on it
    in two days i will post a guide on a 3.0.9 server too..

  3. #3
    Pieterkii's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    3.0.9 guide now available ..

    Originally Posted by Protoss7 View Post
    Nice guide. Maybe make one for 3.0.9 though. Most people don't want 2.4.3 anymore.
    +rep
    http://www.mmowned.com/forums/emulat...ut-online.html
    im finished with it ...

  4. #4
    Pieterkii's Avatar Member
    Reputation
    7
    Join Date
    Jan 2009
    Posts
    89
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    this server rocks peopl

  5. #5
    IPS-BD's Avatar Member
    Reputation
    1
    Join Date
    Dec 2017
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i have some problems this ips 103.195.102.100 can't getting root pass data center offline please helf

Similar Threads

  1. how to make a 3.0.9 server (and put it online)
    By Pieterkii in forum WoW EMU Guides & Tutorials
    Replies: 24
    Last Post: 05-16-2010, 05:44 PM
  2. How to make a 3.2.0 Server and fix bugs!
    By Glorianglorre in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 08-20-2009, 07:36 PM
  3. How to make a 2.4.3 server and make it online(optional)
    By Pieterkii in forum WoW EMU Guides & Tutorials
    Replies: 0
    Last Post: 03-07-2009, 01:02 PM
  4. Replies: 39
    Last Post: 01-27-2009, 06:50 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 02:26 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