Log in

View Full Version : Can't form guild


kris1
07-31-2018, 08:31 PM
When i try to create a guild I get an error in HeidiSQL.

This is how I am trying to do it. maybe this isn't how. In the "guilds" table I'm creating a new line, and giving it an id#, a name, and hitting enter. Heidi then gives me an error that I don't have a default value in the "motd_setter" field. I've tried a character id#, 1, -1, 0...

Uleat
07-31-2018, 09:04 PM
Probably better to do guild creation in-game since more than that table needs to be updated.

kris1
08-01-2018, 07:58 AM
Hmmmm? I didn't know you could to that

Do you use GM commands? Or is there built in coding for the user to do it?

Cusser
08-01-2018, 09:10 AM
Underfoot and newer clients, log into game and click on guild window. (regular players or GM's) If it's not working, go into rule_values table
and make sure Guild:PlayerCreationAllowed is set to true.

Uleat
08-01-2018, 06:51 PM
These are the commands for guild manipulation: https://github.com/EQEmu/Server/blob/master/zone/command.cpp#L222

Akkadius
08-01-2018, 10:19 PM
Also see https://github.com/EQEmu/Server/wiki/In-Game-Command-Reference