[DiscordArchive] Is there a realmlist table and if so where?
[DiscordArchive] Is there a realmlist table and if so where?
Archived author: llamabrodog • Posted: 2017-11-09T12:20:04.200000+00:00
Original source
Is there a realmlist table and if so where?
Archived author: speedfangz • Posted: 2017-11-09T12:20:17.032000+00:00
Original source
in your auth database
Archived author: llamabrodog • Posted: 2017-11-09T12:21:04.788000+00:00
Original source
And there it is
Archived author: llamabrodog • Posted: 2017-11-09T12:22:45.993000+00:00
Original source
One last question -- what is the default gm level for the average user?
Archived author: speedfangz • Posted: 2017-11-09T12:22:51.903000+00:00
Original source
3
Archived author: speedfangz • Posted: 2017-11-09T12:22:54.550000+00:00
Original source
for admin
Archived author: speedfangz • Posted: 2017-11-09T12:22:58.838000+00:00
Original source
2 for gm
Archived author: • Posted: 2017-11-09T12:45:29.324000+00:00
Original source
enum AccountTypes
{
SEC_PLAYER = 0,
SEC_MODERATOR = 1,
SEC_GAMEMASTER = 2,
SEC_ADMINISTRATOR = 3,
SEC_CONSOLE = 4
Archived author: llamabrodog • Posted: 2017-11-09T12:50:12.425000+00:00
Original source
Awesome. Thanks.
Archived author: llamabrodog • Posted: 2017-11-09T12:50:38.800000+00:00
Original source
Sorry for being a pain in the arse here.
Is there a place where I can find documentation?