[Guide]Create Your Clean ArcEmu Server 2.4.2 menu

User Tag List

Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    Andrew_'s Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Guide]Create Your Clean ArcEmu Server 2.4.2

    Hi everyone !

    In this package you'll find :

    - The latest compiled ArcEmu emulator ( As of 9/07/200.
    - The latest clean NCDB database ( As of 9/07/200.
    - A comprehensive guide on how to install required software, database and emulator.


    Why?

    - A lot of people want their own server to play with a few friends and don't care about the code, compiling, ...
    - Repacks contain custom items, units and settings. This is your chance to get a clean copy.
    - There are not much ArcEmu emulators around here. You must try it...


    The package :

    - There are 3 guides. One main guide to setup your server(emulator and database) and 2 smaller guides which will guide (newbies) through the installation of MySQL 5.0 and Navicat.

    - You can download my guides HERE.

    Just follow the instructions of Guide.txt .

    Notes :

    - The ArcEmu emulator is compiled for x86 systems(32 bit) !
    - Even though English is not my native language, the guides should be crystal clear. If however you find unacceptable mistakes, feel free to PM me.
    - If you find mistakes/unclear explanations in the guide, post them here and I'll correct.
    - Suggestions are also welcome !


    Because moderators complain about this not being a guide lol, here's the guide you'll find in the package :
    (yes now my thread became chaotic)
    Code:
    #SOFTWARE INSTALLATION######################################################
    									####
     Make sure you have MySQL 5.0 and Navicat 8 installed. 			####
     "Guide - MySQL.txt" and "Guide - Navicat.txt" will help you ! 		####
    									####
    ############################################################################
    
    #DATABASE INSTALLATION######################################################
    									####
      1) Download the clean database. 					####
    	- Download my clean database from RapidShare.			####
    	 	http://rapidshare.com/files/128338565/Database.rar	####
    	- Unrar the file with WinRAR or other software.	 		####
    									####
      2) Add a new connection. 						####
    	- Open Navicat 8						####
    	- Click on File > New Connection...				####
    	- Fill in the form. 						####
    		####################################################	####
    		####	Connection Name: Whatever you want.	####	####
    		####	Hostname : localhost			####	####
    		####	Port : 3306				####	####
    		####	User name: root				####	####
    		####	Password: Your MySQL password		####	####
    		####################################################	####
    	- Click OK							####
    									####
      3) Add a new database.						####
    	- Right click on your newly added connection:			####
    		--> Open connection...					####
    	- Then again right click: New database...			####
    	- Fill in the form again.					####
    		####################################################	####
    		####	Database Name: ncdb			####	####
    		####################################################	####
    		!!! Call it ncdb or you'll have more work later !!!	####
    	- Click OK							####
    									####
      4) Import the data.							####
    	- Richt click on ncdb: Open database.				####
    	- Right click again > Execute Batch File...			####
    	- Click on "..." and select MY database.			####
    		(= the database you downloaded earlier)			####
    	- Click Start and wait untill it's done.			####
    #########								####
    Done ! ##								####
    #########								####
    									####
    ############################################################################
    
    #ArcEmu CONFIGURATION#######################################################
    									####
      1) Download the clean ArcEmu emulator. 				####
    	- Download my clean emulator from RapidShare.			####
    	 	http://rapidshare.com/files/128343556/ArcEmu.rar	####
    	- Unrar the file with WinRAR or other software.	 		####
    									####
      2) Configure ArcEmu.							####
    	- Open ascent-logonserver.conf in a text-editor.		####
    	- Edit the following :						####
    		####################################################	####
    		####	<LogonDatabase Hostname = "localhost"	####	####
    		####           Username = "root"		####	####
    		####           Password = "pass" <-- YOUR PASS!	####	####
    		####           Name     = "ncdb"		####	####
    		####           Port     = "3306"		####	####
    		####           Type     = "1">			####	####
    		####################################################	####
    	- Close this file and open : ascent-world.conf			####
    	- Edit the following : (change PASS to your MySQL password)	####
    		############################################################################################################################################
    		####	<WorldDatabase Hostname = "localhost" Username = "root" Password = "PASS" Name = "ncdb" Port = "3306" Type = "1">		####
    		####	<CharacterDatabase Hostname = "localhost" Username = "root" Password = "PASS" Name = "ncdb" Port = "3306" Type = "1">		####
    		############################################################################################################################################
    	- Close this file						####
    									####
      3) Run ArcEmu.							####
    	- Double click on ascent-logonserver.exe			####
    	- Double click on ascent-world.exe				####
    #########								####
    Done ! ##								####
    #########								####
    									####
    ############################################################################
    
    #World Of Warcraft CLIENT CONFIGURATION#####################################
    									####
      1) Change your realmlist.						####
    	- Go to your WoW installation folder and open realmlist.wtf	####
    	- Delete everything and add : set realmlist 127.0.0.1		####
    #######################							####
    Done, HAPPY GAMING ! ##							####
    #######################							####
    									####
    ############################################################################
    
    #MAP EXTRACTION#############################################################
    									####
    ############################################################################
    NOTE: You need these "maps" if you want your map exploring while gaming.####
    ############################################################################
    									####
      1) Extract the maps from your client.					####
    	- Go to the EXTRA/Map Extractor included in the archive.	####
    	- Copy the 2 elements inside and paste them			####
    	  in your World Of Warcraft installation folder.		####
    	- Execute ad.exe and wait untill it finishes.			####
    	- Delete ad.exe and copy the "maps" into your ArcEmu folder.	####
    #########								####
    Done ! ##								####
    #########								####
    									####
    ############################################################################
    Thanks for reading, I hope everything goes well with your server !

    Andrew

    [Guide]Create Your Clean ArcEmu Server 2.4.2
  2. #2
    Airbender's Avatar Member
    Reputation
    1
    Join Date
    Apr 2008
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    First post :P maybe you should give a little more info about the repack on here

  3. #3
    Andrew_'s Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually, that's not really a repack. It's just the latest released ArcEmu emulator and a CLEAN ncdb database.

    That means that you start customising from scratch =) No need to delete the custom NPC's/items/events someone else made before creating your own ...

    Hope it helps. If you have more questions, ask

  4. #4
    punzzer's Avatar Member
    Reputation
    1
    Join Date
    Mar 2008
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    make a fuul arcemu repack and than post Andew........

  5. #5
    RaZZal's Avatar Site Donator
    Reputation
    16
    Join Date
    Mar 2008
    Posts
    70
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks a lot mate, I was just looking for this +Rep

  6. #6
    Andrew_'s Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by punzzer View Post
    make a fuul arcemu repack and than post Andew........
    Hi punzzer.

    This is everything you need to have your server running.

    @ RaZZal : You're welcome =)

  7. #7
    JoetheDruid's Avatar Member
    Reputation
    7
    Join Date
    May 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    The ArcEmu folder appears to be missing a boat load of files.

  8. #8
    haktrix's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    yh missing a lot of DLL's

  9. #9
    Andrew_'s Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I might recompile the whole thing as the developer team @ ArcEmu fixed a lot of things.

    About the DDL's : I'm running my server with the same folder you got there. so what's your problem? =)

    PM me with all the details

    Greetings

  10. #10
    JoetheDruid's Avatar Member
    Reputation
    7
    Join Date
    May 2007
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to download the Emu folder, because bro, there are no .dll's. No rep.

  11. #11
    haktrix's Avatar Member
    Reputation
    1
    Join Date
    Oct 2007
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    that downloads only works if u compiled it ur self u need to add the libmySQL.dll and libeay32.dll

  12. #12
    Nicoen's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hey.

    Nice pack and easy guide, I am new at this server running thing but for me this guide did the trick.

    Now the server is up and running, I can play on it, do whatever I want and all. The problems arrives when my friends are trying to join.

    After days of struggling I have finally managed to make them find my server and be able to connect(with their own accounts), but when they do connect they can see the realm I have made but not join it, when they choose this realm it just pops right back up. What do I do to solve this problem? In advance, thank you.

    Nicoen.

  13. #13
    Andrew_'s Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi Nicoen.

    Actually, I don't have the answer as I never had this. I hope someone will be able to to answer in a direct way.

    What I'm thinking of is ... "ports". --> I think your router blocks the incoming data ^^ Find a guide here on how to make your server public, you'll have a list of the ports you need to open and how ! Good luck ! And if you have other problems, ask or PM !


    Greetings
    Last edited by Andrew_; 07-22-2008 at 10:07 AM.

  14. #14
    Nicoen's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I seemed to fix it by trying out a few things, but I don't think I could do it again

  15. #15
    Nicoen's Avatar Member
    Reputation
    1
    Join Date
    Jul 2008
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    New problem: I am sorry if this is the wrong place to post this but since I am using yours I thought I had better ask here.


    When I possess an npc or creature sometimes I get kicked from the server for using speed hack? Can anyone help me to remove this rule on the server?

Page 1 of 3 123 LastLast

Similar Threads

  1. [Guide] make your new Arcemu private server live
    By Kanng in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 01-04-2009, 06:26 PM
  2. [2.3.3]Create your own MaNGOS Server! [No Repack]
    By Ophie in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 07-03-2008, 09:58 PM
  3. [Video] How To Create Your Own Private Server by ME!
    By Linkin.Park. in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 03-09-2008, 01:02 PM
  4. [Guide] create your own island
    By kate1 in forum WoW EMU Guides & Tutorials
    Replies: 49
    Last Post: 02-24-2008, 02:09 PM
  5. [Guide] Making your Antrix/Ascent Server Public Without Hamachi!
    By mafiaboy in forum WoW EMU Guides & Tutorials
    Replies: 26
    Last Post: 11-20-2007, 12:59 PM
All times are GMT -5. The time now is 05:08 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