• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Question about guilds and guild ranks

Taturana182

New Member
Joined
May 4, 2008
Messages
9
Reaction score
0
I found a function called getRankIdByGuildIdAndLevel in sources. So I can't create ranks with different names and same level?

guild_ranks columns are id; guild_id; name; level. If I do
PHP:
SELECT * FROM `guild_ranks` WHERE `guild_id` = 'someid' AND `level` = 'somelevel';
and there's more than one rank with same level I'll have some problem, no?

Thanks in advance.
 
Back
Top