You need to apply SQL files with a version higher than the one in your character database. In chronological order.
You shouldn't be using ArcEmu though - it has not been developed for years and is quite outdated. TrinityCore is good for 3.3.5a.
Ok thanks for the help. I will try and compile a trinitycore
Here is the wiki that should give you everything you need to know how to do this: TrinityCore Home - TrinityCore - KPsN Collaboration Platform
What would be good to compile a 4.3.4 server
This is what it said in the progress box thing at the bottom
CMake Error at cmake/compiler/msvc/settings.cmake:7 (message):
MSVC: TrinityCore requires version 18.0 (MSVC 2013) to build but found
16.0.30319.1
Call Stack (most recent call first):
cmake/platform/win/settings.cmake:29 (include)
cmake/macros/CheckPlatform.cmake:13 (include)
CMakeLists.txt:48 (include)
I'm trying to setup up my website to have people register for the server. How do I do set it up so they can?
You will need to set up a web server. Apache is the most common web hosting software I believe. You will need to open port 80 by default so that people can connect to your computer's web server. The web server will convert a folder on your computer to the public, the "index.php/html" is usually the default file served upon your IP/domain being visited. You will need to place a registration script on here that is able to connect to your servers MySQL database and insert a new account record. Here are some stored procedures you can call to achieve this: http://www.ownedcore.com/forums/worl...-accounts.html
That is the general idea. To do each step you will need to research and learn. Search the forums for account registration websites then change them to work with your server (they will be out of date but contain the general idea).
Edit: See here: http://www.ownedcore.com/forums/worl...ur-server.html
Last edited by stoneharry; 05-11-2014 at 05:26 PM.