- Latest build status with azerothcore:
This module automatically assigns new characters to a specific guild depending on the faction.
- Create a new guild ingame for each faction with
.guild create
or directly into the database. - Edit the configuration file.
- Create a new character and open the guild tab.
- Keep in mind that the limit of players is 1000 per guild.
- Check that the ids do not exist, and in this case, the owner will be the first creating player, generally the administrator.
DELETE FROM `guild` WHERE `guildid` IN (1, 2);
INSERT INTO `guild` (`guildid`, `name`, `leaderguid`, `motd`) VALUES
(1, "Horde Starting Guild", 1, "Lok'Tar Ogar!"),
(2, "Alliance Starting Guild", 1, "Fight together, for the alliance");
-
stygiancore: (Author of the module).
-
SoulSeekkor cleaned up deprecation warnings and fixed naming.
-
AzerothCore: repository - website - discord chat community
- This code and content is released under the GNU AGPL v3.