Kiko Piris <[EMAIL PROTECTED]> writes: > Is there any attribute on that instance that will tell me which is the > currency serial? (I would like to make rake 0 for play money tables and > a given rake for real money ones). I’ve looked a bit into it in > pokergame.py but my python skills are close to zero :)
The rake policy does not depend on the currency. And the "game" instance does not contain the currency. > I’ve got another question so far, on a given moment I would like to > “reset” the database (too many tests :). Just drop+create the database and mysql < /usr/share/poker-network/schema.sql > Is there any script or document that would tell me which records I can > delete and wich ones I should leave? Not really. If you're into playing with friends, re-initializing the database it definitely the best way to go. And using a single currency is simpler. If you're willing to run a commercial poker server, you will need a deeper understanding of the data structure. Cheers, -- +33 1 76 60 72 81 Loic Dachary mailto:[EMAIL PROTECTED] http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED] Latitude: 48.86962325498033 Longitude: 2.3623046278953552 _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
