No description
Find a file
2025-11-03 18:49:31 +01:00
.github feat. Update Module and fix. Misc (#40) 2023-07-18 11:14:51 -03:00
conf SpellPowerBonus now scales with gear bonus instead of level (#56) 2025-03-06 10:44:11 +01:00
data fix: handling of the percentage stat buff (#63) 2025-11-03 18:49:31 +01:00
src fix: handling of the percentage stat buff (#63) 2025-11-03 18:49:31 +01:00
.editorconfig update module 2019-08-23 15:51:47 +10:00
.gitattributes update module 2019-08-23 15:51:47 +10:00
.gitignore feat(SoloCraft): exclude map/instance from Solocraft scaling with conf (#50) 2024-09-06 15:37:12 +02:00
include.sh Release the files 2017-10-23 10:51:35 +02:00
LICENSE Release the files 2017-10-23 10:51:35 +02:00
pull_request_template.md feat. Update Module and fix. Misc (#40) 2023-07-18 11:14:51 -03:00

logo AzerothCore

mod-solocraft

  • Latest build status with azerothcore:

Build Status

Description

  • Adjusts player stats for raids based on the # of players in the group
  • Configurable debuff for groups trying to overload the difficulty modifier for an instance
  • Adjustable stats modifier in config
  • Config: Difficulty settings for each instance and type
  • Now includes a Spellpower buff: Adjustable modifier in config
  • Saves your modifier settings in database.
  • Max level thresholds can be set to not buff players whose level is too far over the dungeon level

How to use ingame

  1. Enable in conf
  2. Go into conf and set any features you want to enable or modify
  3. Enter Dungeon or Raid

Requirements

  • AzerothCore v1.0.1+

Installation

1) Simply place the module under the `modules` directory of your AzerothCore source. 
2) Import the SQL to the right Database (character)
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), copy Solocraft.conf.dist to Solocraft.conf and edit that new file.

Data


  • Type: Server/Player
  • Script: Solocraft
  • Config: Yes
  • SQL: Yes

Credits