How to setup arcemu r465 menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to setup arcemu r465

    If any one have any question or errors feel free to ask And I hope you guys like it.
    First this is what you will learn:

    Using Winrar (if you dont know what that is)
    Setup MySQL and Navicat
    Config the Arcemu config files
    And to the end how to start the server without any errors


    Now you need to download some stuff:
    WinRAR 3.71
    MySQL
    Navicat 8.0.27
    Rev465 by Syrtan

    First thing we will do now is extracting nessecary files for your server.
    1. Right click on the folder called "DBC" and choose "extract here" from the drop down menu.
    2. Do the same with the folder called "arcemu-world.rar". Right click and choose "extract here" from the drop down menu.
    Ok now we got that done we want to extract maps files from the wow folder.
    1. Copy all files in "Extractors and Assambler" to your World of Warcraft folder.
    2. Run ad.exe : Notice that this extractors could take some time but just start install the database in this time then.
    3. Run vmapextract_v2.exe
    4. Run vmap_assembler.exe
    5. Copy all this files (maps, vmaps and buildings into your server folder

    Time to install and setup MySQL
    1. Extract it using WinRAR then run "setup.exe"
    2. Click "Next"
    3. Choose "Typical" and click "Next"
    4. Click "install"
    5. Click "Next"
    6. Click "Next"
    7. Mark the box called Configure the MySQL Server now and click "Finish"
    8. Click "Next"
    9. Choose "Standard Configuration" and click "Next
    10. Click "Next"
    11. Choose a password NOTICE:THIS IS THE PASSWORD YOUR GONNA USE LATER IN THE CONFIG FILES AND NAVICAT When you have done that click "Next"
    12. Click "Execute"
    13. Then "Finish"

    How to setup Navicat
    1. Just install the program by clicking next all the time. This program is a trial but im sure you could find a crack out there.
    2. Open Navicat and hit the big button "Connection"
    3. Fill in your information:
    Connection Name: Ascent
    Hostname/IP address: localhost or 127.0.0.1 (this are default)
    Port: 3306
    User Name: root
    Password: Your MySQL password
    4. Then click "ok"
    5. Double click on "Ascent" so it become green
    6. Right click on "Ascent" and choose "New Database..." from the drop down menu.
    7. Under "Enter Database name:" write "world" and click ok
    8. repeat step 6 and 7 with the names logon and character.
    9. Now you should have 3 databases world, logon and character.
    10. Go to the folder you downloaded. Rev465 by Syrtan and click on the SQL folder. You will now see a winRAR folder named "World.rar" Right click and choose "extract here".
    11. Open Navicat again.
    12. double click on the database named "world"
    13. Right click and choose "Execute Batch File..."
    14. Click the "..." button and browse to the SQL folder inside Rev465 by Syrtan and choose "world.sql" click open
    15. Then click start, now just wait
    16. When that is done do the same with the database "character" just now choose "character.sql"
    17. And after that do the same with "logon.sql"
    18. Your done with the database and Navicat part=)


    Now how to config the config files the right way.
    1. Open the folder "configs" in your server folder
    2. Then open arcemu-logonserver.conf with notepad
    3. Scroll down to you see
    <LogonDatabase Hostname = "host"
    Username = "user"
    Password = "pass"
    Name = "dbname"
    Port = "3306"
    Type = "1">
    4. Change the "host" to your database hostname. Default: localhost or 127.0.0.1
    5. Change the "user" to your MySQL username. Default: root
    6. Change the "pass" to your MySQL password
    7. Change the "dbname" to logon
    8. Then again scroll down
    <LogonServer RemotePassword = "change_me_logon"
    AllowedIPs = "***MUST BE COMPLETED***"
    AllowedModIPs = "***MUST BE COMPLETED***">
    9. Change "change_me_logon" to something you will remember. Ex ascent
    10. Change both "***MUST BE COMPLETED***" to "127.0.0.1/24. Save and close down

    11. Open arcemu-realms.conf and scroll down
    12.
    <Realm1 Name = "Test Realm"
    Address = "127.0.0.1:8129"
    Icon = "PVP"
    Population = "1.0"
    TimeZone = "1">
    13. Test Realm is the name of the server change it if you want. Save and close down

    14. Open arcemu-world.conf and scroll down
    15. <WorldDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
    <CharacterDatabase Hostname = "host" Username = "username" Password = "passwd" Name = "database" Port = "3306" Type = "1">
    15. Again change "host" to localhost.
    16. Change username to root
    17. Change passwd to your MySQL password
    18. Change light green database to world
    19. Change dark green database to character.
    20. You also have to the delete the two:
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Die Directive
    #
    # If this triggers it means you didn't read your config file!
    # Just comment it or remove it when you've read this.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <die msg="I am a newb who didn't even read half my config file!">
    Just delete it=) Save and close down

    How to make an account.
    1. Open logon database in navicat.
    2. Then open "account" table and fill the information.
    3.
    login=account user name
    password= account password
    gm= az unlocks all commands from a-z
    flags= 8=Bc enabled 0=non bc
    Thoose columms i dident comment here dont need to be modified.
    So your done =)


    Change the realmlist.
    1. Open realmlist.wtf in notepad and delete all in there
    2. Copy this and paste into the realmlist.wtf
    set realmlist 127.0.0.1
    Now you can start your server
    1. Run arcemu-logonserver.exe wait for it to say "Success! Ready for connections"
    2. Then run arcemu-world.exe

    Now you can login to world of warcraft with your account
    Last edited by syrtan; 08-02-2008 at 03:55 PM. Reason: not finish, finish soon

    How to setup arcemu r465
  2. #2
    Etna's Avatar Banned
    Reputation
    20
    Join Date
    Sep 2007
    Posts
    349
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice one dude but can't get it Work..

  3. #3
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    42 views and 1 reply. Please give some feedback :P

  4. #4
    koos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i set it up just like the guide say but 2 probs the arcemu-logonserver and the arcemu world dont want to start up it gives me this error "this application has failed to start because the application configuration is incorrect.reinstalling the application may fix this problem"

  5. #5
    thefearless's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hello I have a Problem with my Arcemu rev 572, It always Says Wrong Login when i try login to the Acc, and i have Checked the database and the acc is in the account table, bet the acc name and pass dont work ?

  6. #6
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by koos View Post
    well i set it up just like the guide say but 2 probs the arcemu-logonserver and the arcemu world dont want to start up it gives me this error "this application has failed to start because the application configuration is incorrect.reinstalling the application may fix this problem"
    You have something wrong with your config files. I will look on it

  7. #7
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by thefearless View Post
    Hello I have a Problem with my Arcemu rev 572, It always Says Wrong Login when i try login to the Acc, and i have Checked the database and the acc is in the account table, bet the acc name and pass dont work ?
    <LogonDatabase Hostname = "host"
    Username = "user"
    Password = "pass"
    Name = "dbname"
    Port = "3306"
    Type = "1">
    Sure you have put logon were it says "dbname" ? And named the database with the account table "logon" ?

  8. #8
    koos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i have sort the 2 probelms wit downloading dot net frame work 3.5. but seems there is no realms to choose from. and when i open the arcemu-world.exe it say this "die directive recived: i am a newb who didn't even read half my config file!" then it close.
    Last edited by koos; 08-02-2008 at 03:50 PM.

  9. #9
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by koos View Post
    ok i have sort the 2 probelms wit downloading dot net frame work 3.5. but seems there is no realms to choose from. and when i open the arcemu-world.exe it say this "die directive recived: i am a newb who didn't even read half my config file!" then it close.
    you need to delete this

    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
    # Die Directive
    #
    # If this triggers it means you didn't read your config file!
    # Just comment it or remove it when you've read this.
    #
    #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#

    <die msg="I am a newb who didn't even read half my config file!">

    It stands two times in the arcemu-world.conf. It should solve the problem.

  10. #10
    thefearless's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yes im Sure Syrtan

  11. #11
    koos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    thx for the help on that one but now it starts up and say "authentication time out " and on logon server it say "server connetion from ip 127.0.0.1:1689 denied not an allowed ip"

  12. #12
    cdysmyths's Avatar Member
    Reputation
    7
    Join Date
    Apr 2007
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    in your world.config search for change_me_world change that to ascent or w/e
    then go to your logon.config and search for change_me_logon to ascent or w/e but make sure its the same pass

  13. #13
    koos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ok i did change it but it still say the same "authentication time out " and on logon server it say "server connetion from ip 127.0.0.1:1689 denied not an allowed ip"

  14. #14
    syrtan's Avatar Member
    Reputation
    11
    Join Date
    May 2007
    Posts
    93
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    have you tried to change this?

    AllowedIPs = "***MUST BE COMPLETED***"
    AllowedModIPs = "***MUST BE COMPLETED***">

    to this

    AllowedIPS = "127.0.0.1/24"
    AllowedModIPs = "127.0.0.1/24"

  15. #15
    koos's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    9
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yes i did it was in the guide

Page 1 of 2 12 LastLast

Similar Threads

  1. Full guide on how to setup your Ac-WEB Repack
    By Undead_King in forum WoW EMU Guides & Tutorials
    Replies: 20
    Last Post: 01-15-2008, 05:58 PM
  2. How to setup timmyvacc's repack!
    By Le Froid in forum WoW EMU Guides & Tutorials
    Replies: 27
    Last Post: 12-15-2007, 11:07 AM
  3. [Guide]How to setup up your mysql [picutre]
    By Chrispee in forum WoW EMU Guides & Tutorials
    Replies: 9
    Last Post: 11-14-2007, 01:49 AM
  4. [VIDEO]Pirox Anti-AFK and how to setup properly
    By Tyler Durden in forum World of Warcraft Bots and Programs
    Replies: 12
    Last Post: 11-04-2007, 10:13 PM
  5. [GUIDE] How to setup MGT-Web ADVANCED repack!
    By Eepi in forum WoW EMU Guides & Tutorials
    Replies: 5
    Last Post: 11-03-2007, 03:50 AM
All times are GMT -5. The time now is 09:33 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