Im aware you can just set their rank to 0, but upon initial creation of the guild a leader must be named. In the guilds table the `leader` attribute must be unique, so its not like you can just set them all to 0. You cant just assign a guild via quest::setguild(id,rank) if the guild id doesnt exist. That was my only concern. I know you could after initially creating the guilds set the leader characters rank to 0 in the guild_members table as well, but I dont know what the relationship between the guild tables `leader` and anything have in common. I havent done any extensive testing with this.
|