mirror of
https://github.com/azerothcore/mod-solo-lfg
synced 2025-11-29 15:58:17 +08:00
make fully module with patch
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,7 +14,6 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
CMakeLists.txt.user
|
CMakeLists.txt.user
|
||||||
*.bak
|
*.bak
|
||||||
*.patch
|
|
||||||
*.diff
|
*.diff
|
||||||
*.REMOTE.*
|
*.REMOTE.*
|
||||||
*.BACKUP.*
|
*.BACKUP.*
|
||||||
|
|||||||
24
README.md
24
README.md
@@ -1,2 +1,24 @@
|
|||||||
# mod-solo-lfg
|
# mod-solo-lfg
|
||||||
( https://github.com/Wowtorn/torncore/commit/9ab0fd18007be9f84d47e7d4cf9d821623fc868d)
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
Solo LFG Module for Azerothcore.
|
||||||
|
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
```
|
||||||
|
1. Apply lfg-solo.patch to your core.
|
||||||
|
2. Simply place the module under the `modules` directory of your AzerothCore source.
|
||||||
|
3. Re-run cmake and launch a clean build of AzerothCore.
|
||||||
|
```
|
||||||
|
|
||||||
|
## Edit module configuration (optional)
|
||||||
|
|
||||||
|
If you need to change the module configuration, go to your server configuration folder (where your `worldserver` or `worldserver.exe` is)
|
||||||
|
rename the file mod_ahbot.conf.dist to mod_ahbot.conf and edit it.
|
||||||
|
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
* [Micrah/Milestorme: Module Creator](https://github.com/milestorme).
|
||||||
|
* [Conan513:](https://github.com/conan513).
|
||||||
|
|||||||
Reference in New Issue
Block a user