fehler gefunden in der ream.conf war noch nen falscher eintrag drinne für den mysql erver.
Habe nochmal ne frage, könntest du das toturial auch nochmal für linkus mchen da es dort etwas anders ist und ich gerne den privatserver online stellen würde
Code:
The following is a tutorial for installing and configuring ManGOS on a Linux Box
(Before proceeding, please make sure you have read this, and this thoroughly.)
Required Software:
QUOTE
* A Windows (in order to extract all needed files from the game) and a Linux-based Operating System.
* A copy of World of Warcraft, updated to 1.12.1 (US) or 1.12.2 (EU)
* An archive containing ManGOS binaries -> Linux
* ad.exe, mpqe.exe -> (WIN)
* A MySQL client (SQLyog (community edition) (windows) or another one. It does not matter what client you're using)
Install ManGOS into the working dir:
QUOTE
* Create a directory (!!!THIS ONE!!!) /opt/mangos (or as specified in a possible text file in the archive if different)
* Uncompress the folders BIN, ETC, LIB, MANGOS into /opt/mangos (or as specified...)
Install MySQL
QUOTE
* Install the package depending on what distro you have from this url: Official Download Page, or if you have a package manager, like SuSE or Ubuntu or similar, select it from the manager and install it.
* In order to easily access to MySQL (like to change passwords or do minor changes / updates, but not for huge queries) I suggest you phpMyAdmin. It must be configured in order to point to your local machine (or maybe install it on the machine itself!). It's a PHP-Web program, and it's easy to configure. More info and howto: Official phpMyAdmin homepage
Note: by default MYSQL access is granted for user: root and password: <<blank>>, I think only for localhost
Install and fill the databases
QUOTE
SQLyog (but similar for almost all clients)
* Connect to your MySQL server
* Right click on it and select 'Create Database...'
* Create two databases: mangosd and realmd
* Install your favourite DB (i.e. SDB -> HERE is the explanation on how to correctly install it). It should take a lot of time
* Install other possible sql files (like ScriptDev2 -> scripts.sql)
Extracting MAP, DBC and MPQ files from your copy of World of Warcraft
QUOTE
On Windows:
Note: you must use Windows for this procedure (not tested with wine or other windows emulators).
* Put ad.exe into the game's home directory.
* Launch ad.exe and let it finish.
* Extract all the files of the mpqe archive into the subdirectory [World of Warcraft]/Data
* Enter a console (Start -> Execute -> cmd), then change directory to [World of Warcraft]/Data
* Execute this command: mpqe /p dbc.MPQ DBFilesClient\*.dbc
On Linux:
* Create the directory /opt/mangos/maps
* Create the directory /opt/mangos/dbc
* Create the directory /opt/mangos/data
* Copy the content of the folder [Windows:World of Warcraft]/maps into the folder /opt/mangos/maps
* Copy the content of the folder [Windows:World of Warcraft]/Data/MPWOUT into the folder /opt/mangos/dbc
* Copy dbc.MPQ, patch.MPQ, patch-2.MPQ (in [Windows:World of Warcraft]/Data) into the folder /opt/mangos/data
das verstehe ich nicht was der da von mir will