- Joined
- Mar 30, 2007
- Messages
- 745
- Reaction score
- 35
Hey
Tonight I solved the "You are not authenticated" problem with database generated guilds. And as I noticed someone else had the problem before, but didden't solve it in previous threads I figured I would post the solution.
The database design requires the guild id (GID) to be the same as the guild leaders player id (PID).
So the solution is to make sure that the GID = PID on the guildleader. That simple.
Also on a side node, when making a Alliance, the alliance id (AID) is the guild id (GID) of the guild who is leading the alliance (GID1 in the GuildAlliance table).
Enjoy!
Tonight I solved the "You are not authenticated" problem with database generated guilds. And as I noticed someone else had the problem before, but didden't solve it in previous threads I figured I would post the solution.
The database design requires the guild id (GID) to be the same as the guild leaders player id (PID).
So the solution is to make sure that the GID = PID on the guildleader. That simple.
Also on a side node, when making a Alliance, the alliance id (AID) is the guild id (GID) of the guild who is leading the alliance (GID1 in the GuildAlliance table).
Enjoy!