https://github.com/sogladev/mod-dkp-aio
AzerothCore module DKP system with modified ElunaLUA and AIO
https://github.com/sogladev/mod-dkp-aio
azerothcore-lua azerothcore-module
Last synced: 3 months ago
JSON representation
AzerothCore module DKP system with modified ElunaLUA and AIO
- Host: GitHub
- URL: https://github.com/sogladev/mod-dkp-aio
- Owner: sogladev
- License: agpl-3.0
- Created: 2024-08-02T01:04:48.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-07T14:11:40.000Z (9 months ago)
- Last Synced: 2024-11-30T16:06:56.267Z (5 months ago)
- Topics: azerothcore-lua, azerothcore-module
- Language: Lua
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- Funding: FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Module DKP
(WIP) This is a module compatible for [AzerothCore](http://www.azerothcore.org) that implements a DKP system with modified ElunaLUA and AIO
https://github.com/user-attachments/assets/07f8fa4a-1a59-4ca6-8b88-098e2bb627f7
## Features
* GDKP without requiring loot master
* server-side logic to handle bids, trading, cuts## Requirements
AIO https://github.com/Rochet2/AIO/tree/masterapply diff to Eluna to allow for Loot methods
https://github.com/iThorgrim/lua_aoe_loot/blob/main/eluna_modifications/azerothcore_eluna.diff## Tested with
AzerothCore## Credits
https://github.com/Rochet2/AIO/tree/master
https://github.com/iThorgrim/lua_aoe_loot/blob/main/eluna_modifications/azerothcore_eluna.diff## How to create your own module
1. Use the script `create_module.sh` located in [`modules/`](https://github.com/azerothcore/azerothcore-wotlk/tree/master/modules) to start quickly with all the files you need and your git repo configured correctly (heavily recommended).
1. You can then use these scripts to start your project: https://github.com/azerothcore/azerothcore-boilerplates
1. Do not hesitate to compare with some of our newer/bigger/famous modules.
1. Edit the `README.md` and other files (`include.sh` etc...) to fit your module. Note: the README is automatically created from `README_example.md` when you use the script `create_module.sh`.
1. Publish your module to our [catalogue](https://github.com/azerothcore/modules-catalogue).