Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/int3code/LuaDKP
All-in-one EPGP DKP system for World of Warcraft
https://github.com/int3code/LuaDKP
dkp wow
Last synced: 2 months ago
JSON representation
All-in-one EPGP DKP system for World of Warcraft
- Host: GitHub
- URL: https://github.com/int3code/LuaDKP
- Owner: int3code
- License: unlicense
- Created: 2021-05-20T02:23:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-22T22:56:33.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T20:32:04.554Z (5 months ago)
- Topics: dkp, wow
- Language: Lua
- Homepage:
- Size: 384 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuaDKP
All-in-one package with:
- DKP system based on EPGP with fixed prices (no bidding!)
- Ingame addon for tracking & loot distribution
- HTML generator for statistics (upload to Discord!)
- Support for multiple accounts and raid groups
- Configuration and data are stored in text files
- Easy to edit and backup
- Also works outside of guilds (no officer notes required)This package consists of two parts:
- The addon for tracking raids, displaying scores and assigning items
- An external manager component (written in Lua and run with the official Lua interpreter) to import/export data and generate HTML reportsInstallation:
- Download [addon.zip](https://github.com/int3code/LuaDKP/releases/latest/download/addon.zip) and unpack it to WoW's Interface/Addons folder
- Download [manager.zip](https://github.com/int3code/LuaDKP/releases/latest/download/manager.zip) and unpack it to your Desktop or Documents folder*Important: You need both parts (addon and manager) for the package to work as intended!*
How to get help:
- Watch the demo video on YouTube: https://www.youtube.com/watch?v=urjL5tsLxF8
- Try the example report: https://int3code.github.io/LuaDKP/example.html
- You can reach me via Discord: https://discord.gg/MqsXMn5YGGQuestions & Answers:
- [Quick Q&A](docs/Quick_Q&A.md)Ideas & Considerations:
- [Introduction to EPGP](docs/Introduction_to_EPGP.md)
- [Why EPGP is the best system](docs/Why_EPGP_is_the_best_system.md)
- [LuaDKP vs. other addons](docs/LuaDKP_vs_other_addons.md)Source Install (if you want to contribute):
- Use Git to clone the repository to your computer
- Create a symlink or copy the Addon folder to Interface/Addons/LuaDKP-Core
- Copy the contents of Manager/Defaults to Manager/Config.lua and Manager/Groups/MyGroup