summaryrefslogtreecommitdiff
path: root/docs/server-setup.md
diff options
context:
space:
mode:
authorJulio A. Leyva Osorio <tony931023@gmail.com>2022-02-21 19:06:53 -0500
committerGitHub <noreply@github.com>2022-02-22 01:06:53 +0100
commit8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8 (patch)
tree7a14091ecfdee549de59a35cb5355abe6ef9ac3b /docs/server-setup.md
parent239329ca93cc5a6507e61cc6a9da6562f3aed0f2 (diff)
downloadwiki-8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8.tar.gz
wiki-8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8.tar.bz2
wiki-8dddfdb3ba6b99288fda47e6db6bf9e5e31d8ed8.zip
Update server setup (#688)
* Update server-setup.md * Update es/server-setup.md * Update
Diffstat (limited to 'docs/server-setup.md')
-rw-r--r--docs/server-setup.md27
1 files changed, 14 insertions, 13 deletions
diff --git a/docs/server-setup.md b/docs/server-setup.md
index 3f9ea41..a499d5f 100644
--- a/docs/server-setup.md
+++ b/docs/server-setup.md
@@ -1,21 +1,21 @@
# Server Setup
-| Installation Guide | |
-| :- | :- |
+| Installation Guide | |
+| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |
+| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |
Now that you have the source compiled, you need to add some necessary files, by either downloading or extracting them.
Some files are optional but highly recommended:
-| Directory | |
-| :- | :- |
-| dbc | Mandatory |
-| maps | Mandatory |
-| vmaps | HIGHLY RECOMMENDED |
-| mmaps | HIGHLY RECOMMENDED |
-| cameras | Recommended |
+| Directory | |
+| :- | :- |
+| dbc | Mandatory |
+| maps | Mandatory |
+| vmaps | HIGHLY RECOMMENDED |
+| mmaps | HIGHLY RECOMMENDED |
+| cameras | Recommended |
## Download
@@ -91,6 +91,7 @@ You need to run Mapextractor.exe before the makevmaps_simple.bat.
Open the .conf files and scroll down to LoginDatabaseInfo, WorldDatabaseInfo, and CharacterDatabaseInfo and enter MySQL login information for the server to be able to access your database.
On a newly compiled configuration, you will have the following values by default
+
```
LoginDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_auth" worldserver.conf / authserver.conf
WorldDatabaseInfo = "127.0.0.1;3306;acore;acore;acore_world" worldserver.conf
@@ -139,7 +140,7 @@ If you are still having problems, check:
* [Join our Discord Server](https://discord.gg/gkt4y2x), but it is not a 24/7 support channel. A staff member will answer you whenever they have time.
-| Installation Guide | |
-| :- | :- |
+| Installation Guide | |
+| :- | :- |
| This article is a part of the Installation Guide. You can read it alone or click on the previous link to easily move between the steps. |
-| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |
+| [<< Step 2: Core Installation](core-installation.md) | [Step 4: Database Installation >>](database-installation.md) |