-
Member
How do the accounts and characters link?
I'm developing an application for my server, and one of the options is resetting. As I'm fumbling through the database, it appears there is not a column in 'cabal_character_table' that tells what account to link to (like 'AccountIDx' etc), so how does the game, and website, know how these link so I can implement this feature?
Thanks!
-
-
Enthusiast
Re: How do the accounts and characters link?
Charackter = Usernum *8 to Usernum *8 +5
-
Member
Re: How do the accounts and characters link?