Module to give classic paladins more power by allowing to restore (optional, can choose only one):
[Crusader Strike] and [zzOldHoly Strike]
The correct rank spells will be learned for each player automatically upon level up (or upon login if player level is higher than required)
Classic only
Bots will be able to use crusader strike out of the box
I have changes in my own playerbots fork, contact me on discord if you need it
- Follow the instructions in https://github.com/davidonete/cmangos-modules?tab=readme-ov-file#how-to-install
- Enable the
BUILD_MODULE_PALADINPOWER
flag in cmake and run cmake. The module should be installed insrc/modules/paladinpower
- Copy the configuration file from
src/modules/transmog/src/paladinpower.conf.dist.in
and place it where your mangosd executable is. Also rename it topaladinpower.conf
. - Go to
paladinpower.conf
and enable desired config options - Done
- Go to
paladinpower.conf
and setPaladinpower.Enable = 0
- Relaunch the server once and let it load, it will remove all the added spells for all players
- Done