This is a module for AzerothCore
- 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.
- AzerothCore v1.0.1+
- Simply place the module under the
modules
folder of your AzerothCore source folder. - Re-run cmake and launch a clean build of AzerothCore
- Navigate to
modules
, apply the SQL files in the correct databases.
- Spawn NPC ID 55005
.npc a 55005
- Create a guild
.guild create MyCharacter "MyGuild"
- Talk to the NPC
To remove the SQL, use these queries in the world
database:
-- 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`;
- Bloodication: Original author probably
- Poszer: Port into a module
AzerothCore: repository - website - discord chat community