2 servers same users?

For general discussion of the Poker Mavens software
Post Reply
ami9620
Posts: 13
Joined: Sun Sep 13, 2009 12:58 pm

2 servers same users?

Post by ami9620 »

hi
can i use 2 servers and if 1 user register on 1 he can get into the other but the chips balance at every server is not the same?
Kent Briggs
Site Admin
Posts: 5878
Joined: Wed Mar 19, 2008 8:47 pm

Re: 2 servers same users?

Post by Kent Briggs »

ami9620 wrote:hi
can i use 2 servers and if 1 user register on 1 he can get into the other but the chips balance at every server is not the same?
One way to handle that is to use the Callback Event system to run a script every time a player logs out of a server. That script will call the AccountsGet API on that server to get the player's settings and then AccountsEdit on the other server to sync them up. Another way is to maintain your own player database outside of the game and have a web interface for logging in. Then use the API to sync up the in-game account balance with the one you have in your database. In either case, you need a separate license for each running game server.
Post Reply