GithubHelp home page GithubHelp logo

cauld / mod-solo-lfg Goto Github PK

View Code? Open in Web Editor NEW

This project forked from milestorme/mod-solo-lfg

0.0 1.0 0.0 46 KB

Solo Dungeon Finder Module for use on AzerothCore 3.3.5a

License: MIT License

CMake 13.27% Shell 5.12% C++ 81.60%

mod-solo-lfg's Introduction

Solo Dungeon Finder

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. Apply lfg-solo.patch to your core.
2. Simply place the module under the `modules` directory of your AzerothCore source.
3.  Apply lfg-solo.patch to your core.
    a. In order to do this, please go to the root /azerothcore-wotlk of your installation.
    b. Then do git apply modules/mod-solo-lfg/lfg-solo.patch 
4. Re-run cmake and launch a clean build of AzerothCore.

Docker Installation

1. Go inside your /modules/ folder
2. git clone https://github.com/milestorme/mod-solo-lfg.git
3. Apply lfg-solo.patch to your core.
    a. In order to do this, please go to the root /azerothcore-wotlk of your installation.
    b. Then do git apply modules/mod-solo-lfg/lfg-solo.patch 
    (make sure the path is indeed pointing to your lfg-solo.patch file)
4. Go to src/Lfg_solo.cpp and replace line 23 & 40 with ```   void OnLogin(Player* __attribute__ ((unused))player)``` save file.
5. 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 lfg-solo.patch from y our core.
    a. In order to do this, please go to the root /azerothcore-wotlk of your installation.
    b. Then do git apply -R modules/mod-solo-lfg/lfg-solo.patch 
2. Re-run cmake and launch a clean build of AzerothCore.

Docker Uninstallation

1. Remove the /modules/mod-solo-lfg folder
2. Remove the lfg-solo.patch from y our core.
    a. In order to do this, please go to the root /azerothcore-wotlk of your installation.
    b. Then do git apply -R modules/mod-solo-lfg/lfg-solo.patch 
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

Credits

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.