Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/55honey/acore_zonecheck
This lua script checks a players zone, whether it is listed in the array of config flags. If listed the player keeps getting kicked.
https://github.com/55honey/acore_zonecheck
azerothcore azerothcore-lua hacktoberfest lua-scripts
Last synced: 2 months ago
JSON representation
This lua script checks a players zone, whether it is listed in the array of config flags. If listed the player keeps getting kicked.
- Host: GitHub
- URL: https://github.com/55honey/acore_zonecheck
- Owner: 55Honey
- License: agpl-3.0
- Created: 2021-06-17T10:33:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T20:45:16.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T23:13:56.684Z (almost 2 years ago)
- Topics: azerothcore, azerothcore-lua, hacktoberfest, lua-scripts
- Language: Lua
- Homepage:
- Size: 398 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## lua-zonecheck
Lua script for Azerothcore with ElunaLUA to check for a players zone and kick the player if it is listed in the config flags.
**Proudly hosted on [ChromieCraft](https://www.chromiecraft.com/)**
#### Find me on patreon: https://www.patreon.com/HoneysAdds a db scheme specified in `Config_customDbName` on first startup.
## Requirements:
Compile your [Azerothcore](https://github.com/azerothcore/azerothcore-wotlk) with [Eluna Lua](https://www.azerothcore.org/catalogue-details.html?id=131435473).
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.
Adjust the top part of the .lua file with the config flags.GMs Level 1 or higher are excluded by default.
Credits to [Roboto](https://github.com/r-o-b-o-t-o) for re-writing most of this.
#### Find me on patreon: https://www.patreon.com/Honeys