No description
Find a file
Nolt 3821fe1d10
Add files via upload (#45)
fixed function names
2025-02-27 14:46:40 +01:00
.github chore(Module/Structure): update structure (#36) 2023-06-16 10:27:08 -03:00
conf Add configuration options: FixedXP, FixedXPRate (#38) 2024-03-11 10:53:46 -03:00
src Add files via upload (#45) 2025-02-27 14:46:40 +01:00
.editorconfig cleaned and ready to work on script 2019-04-29 16:11:34 +10:00
.git_commit_template.txt cleaned and ready to work on script 2019-04-29 16:11:34 +10:00
.gitattributes cleaned and ready to work on script 2019-04-29 16:11:34 +10:00
.gitignore make fully module with patch 2019-12-15 05:58:38 +11:00
include.sh cleaned and ready to work on script 2019-04-29 16:11:34 +10:00
LICENSE add license 2020-03-22 23:13:34 +01:00
pull_request_template.md chore(Module/Structure): update structure (#36) 2023-06-16 10:27:08 -03:00
README.md chore(Module/Structure): update structure (#36) 2023-06-16 10:27:08 -03:00
setup_git_commit_template.sh cleaned and ready to work on script 2019-04-29 16:11:34 +10:00

logo AzerothCore

Solo Dungeon Finder

  • Latest build status with azerothcore:

Build Status

Description

Allows for players to use dungeon finder solo or in groups less than and up to 5 players. Use on azerothcore 3.3.5a. Good companion module for mod-solocraft and mod-autobalance.

Standard Installation

1. Go inside your /modules/ folder
2. git clone https://github.com/azerothcore/mod-solo-lfg.git
3. Re-run cmake and launch a clean build of AzerothCore. 
   a. If using AzerothCore Bash Dashboard setup: Do a ./acore.sh compiler configure followed by ./acore.sh compiler build.
   b. If using standard installation, refer to https://www.azerothcore.org/wiki/installation

Docker Installation

1. Go inside your /modules/ folder
2. git clone https://github.com/azerothcore/mod-solo-lfg.git
3. Re-run cmake and launch a clean build of AzerothCore.
    a. Go to your root folder and  ./bin/acore-docker-build
    b. Then do a docker-compose up

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) copy the file SoloLfg.conf.dist to SoloLfg.conf and edit it (keep both files).

Standard Uninstallation

1. Remove the /modules/mod-solo-lfg folder
2. Re-run cmake and launch a clean build of AzerothCore.

Docker Uninstallation

1. Remove the /modules/mod-solo-lfg folder
2. Re-run cmake and launch a clean build of AzerothCore.
    a. Go to your root folder and  ./bin/acore-docker-build
    b. Then do a docker-compose up

Credits