(WIP) This is a module compatible for AzerothCore that implements a DKP system with modified ElunaLUA and AIO
GDKP_v0_1_0.mp4
- GDKP without requiring loot master
- server-side logic to handle bids, trading, cuts
AIO https://github.com/Rochet2/AIO/tree/master
apply diff to Eluna to allow for Loot methods https://github.com/iThorgrim/lua_aoe_loot/blob/main/eluna_modifications/azerothcore_eluna.diff
AzerothCore
https://github.com/Rochet2/AIO/tree/master https://github.com/iThorgrim/lua_aoe_loot/blob/main/eluna_modifications/azerothcore_eluna.diff
- Use the script
create_module.sh
located inmodules/
to start quickly with all the files you need and your git repo configured correctly (heavily recommended). - You can then use these scripts to start your project: https://github.com/azerothcore/azerothcore-boilerplates
- Do not hesitate to compare with some of our newer/bigger/famous modules.
- Edit the
README.md
and other files (include.sh
etc...) to fit your module. Note: the README is automatically created fromREADME_example.md
when you use the scriptcreate_module.sh
. - Publish your module to our catalogue.