Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/mod-guild-zone-system
AzerothCore Module
https://github.com/azerothcore/mod-guild-zone-system
azerothcore azerothcore-module core-module
Last synced: 2 months ago
JSON representation
AzerothCore Module
- Host: GitHub
- URL: https://github.com/azerothcore/mod-guild-zone-system
- Owner: azerothcore
- License: gpl-3.0
- Created: 2019-04-21T13:12:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T11:14:24.000Z (10 months ago)
- Last Synced: 2024-04-13T17:54:30.353Z (9 months ago)
- Topics: azerothcore, azerothcore-module, core-module
- Language: C++
- Homepage: http://www.azerothcore.org
- Size: 1.14 MB
- Stars: 9
- Watchers: 11
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## mod-guild-zone-system
### This is a module for [AzerothCore](http://www.azerothcore.org)
- Latest build status with azerothcore: [![Build Status](https://github.com/azerothcore/mod-guild-zone-system/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-guild-zone-system)### Features:
- Allows Guild Masters to Purchase/Sell Zones.
- Once purchased, Guild Masters and Guild members can port to your designated Guild House location set for that Zone.### This module currently requires:
- AzerothCore v1.0.1+### How to install
1. Simply place the module under the `modules` folder of your AzerothCore source folder.
2. Re-run cmake and launch a clean build of AzerothCore
3. Navigate to `modules`, apply the SQL files in the correct databases.### Usage
- Spawn NPC ID 55005 `.npc a 55005`
- Create a guild `.guild create MyCharacter "MyGuild"`
- Talk to the NPC### Uninstall
To remove the SQL, use these queries in the `world` database:
```SQL
-- The example of the creature --
DELETE FROM `creature_template` WHERE entry=55005;-- All creatures for guild houses --
DELETE FROM `creature` WHERE id1=55005;DROP TABLE `guildhouses`;
```### Credits
* Bloodication: Original author *probably*
* Poszer: Port into a moduleAzerothCore: [repository](https://github.com/azerothcore) - [website](http://azerothcore.org/) - [discord chat community](https://discord.gg/PaqQRkd)