Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/55honey/acore_zonedebuff
Lua script for Azerothcore with ElunaLUA to debuff players in zones listed in the configuration.
https://github.com/55honey/acore_zonedebuff
azerothcore azerothcore-lua hacktoberfest lua-scripts
Last synced: 7 days ago
JSON representation
Lua script for Azerothcore with ElunaLUA to debuff players in zones listed in the configuration.
- Host: GitHub
- URL: https://github.com/55honey/acore_zonedebuff
- Owner: 55Honey
- License: agpl-3.0
- Created: 2021-09-06T21:16:10.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-23T10:38:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T23:13:56.789Z (over 1 year ago)
- Topics: azerothcore, azerothcore-lua, hacktoberfest, lua-scripts
- Language: Lua
- Homepage:
- Size: 263 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## lua-zone-debuff
Lua script for Azerothcore with ElunaLUA to buff/debuff players in zones listed in the configuration.# Deprecated
## This lua script is now deprecated. It is encouraged to replace it with https://github.com/Azerothcore/mod-zone-difficulty.#### Find me on patreon: https://www.patreon.com/Honeys
## Requirements:
Compile your [Azerothcore](https://github.com/azerothcore/azerothcore-wotlk) with [Eluna Lua](https://github.com/azerothcore/mod-eluna).
The ElunaLua module itself usually doesn't require much setup/config. Just specify the subfolder where to put your lua_scripts in its .conf file.If the directory was not changed in the ElunaLua config, add the .lua script to your `../lua_scripts/` directory as a subfolder of the worldserver.
The hook which alters absorb effects and excludes secondary effects, like chainheal-jumps being double-nerfed, might not exist in the default Azerothcore.
## Admin Usage:
- Adjust the config flags and IDs in the `.lua` files. Each file has it's own list of zones.
- Apply the .sql in `../database/world/` for the custom spell effectsThere is `zoneDebuff.lua` to change player stats globally for certain zones as well as player and and pet/minion damage dealt, damage taken and max hp.
They're configurable individually for
- Dungeons,
- Raids and
- BGs/Arenas.
- It is also possible to remove a configurable list of Auras, meant for World Buffs for another list of map IDs.## GM Usage:
Nothing to do.## Player Usage:
Go to the zones. Enjoy the buffs / endure the debuffs.