CEOKenoBoard Here's my next Casino game. Note: This one requires CEOTurboSlots to be installed as it uses these items from that package: public class CasinoToken : Item public class CasinoMembershipCard : Item // Private Club "Jackpot Winners" Membership card As with CEOTurboSlots. If you do not have Arte’s xmlspawner2 installed remove the following line from kenoboardgump.cs: #define XMLSPAWNER All this does is give you his larger props gump and lets you configure the board a little easier. ---- This Keno game has similar options as my CEOTurboSlots, my first casino game release. Active: Allows you to put the Keno board on or offline. CardClubOnly: Only people carrying a special members card may play this slot. See TurboSlots and CasinoClubCard. CreditATMIncrements: Minmum amount to withdraw from the bank. CreditATMLimit: Maximum amount of credit allowed on Keno board. CreditCashOutAt: Automatically cash out when credit exceeds this amount. ErrorCode: Will be set to a specific error should the machine have problems. LastWonAmount/LastWonBy/LastWonByDate: stores information regarding who hit the last “big” payout. MembershipCard: When set to true, any player that wins 500k or more will be issued a membership card. See above. ResetTotals: Clear all totals. SecurityCamMob: Useful to be able to “watch” the Keno board and what’s happening with players. SecurityChatter: Low/Medium/High – determines how much to report on. High will give you a lot of info, probably too much. Set a mob up in green acres and link it to all your machines and you can watch the action in the back room. ? ShowPlayerInfo: Allows you to look at who is currently playing the Keno game. (You must also be playing that game). The command will broadcast to all non-staff players. Theme: 5 varying themes, GoldCoast, Luxor, Stratosphere, TreasureIsland, WhiteDiamond. Throttle: Useful for high bandwidth shards. The gump has a lot of data in it. By turning throttle on, you can slow the pace of the game down between gumps from .5 to 5seconds. This is on by default as well. Set to false for faster game play. ThrottleSeconds: .5-5seconds. See Throttle. TotalCollected: Total amount collected. TotalNetProfit: Total Net Profit. TotalSpins: The number of times the Keno board has been played. TotalWon: The total amount that has been paid out. WinningPercentage: The winning percentage of the Keno board. Any amount over 100 means more $$$ has been paid out then played. Keno’s odds are not very good at all. The payout percentages for the various themes range from 75%-92%. zHitStats00-20: The total times X out of XX numbers have been “hit”. Although interesting, not very useful as the Keno board has “special/mixed” games that could produce >15 numbers and be misleading. On a standard Keno game of 15 numbers and 20 drawn, hitting 15/15 is worse odds then any State Lottery. I ran a simulation of 200 BILLION games and NEVER hit one! Hence, these machines are great gold sinks. /* Package Name: CEOKenoBoard Author: CEO Version: 1.0 Public Release: 01/26/06 Purpose: Las Vegas style Keno! Description: This package allows you to add casino keno boards to your shard. You can choose from 5 different themes that all give different main payout tables. Special "Casino Club" cards are given out to big jackpot winners allowing you to configure wins over 500k. Each board's property will show latest big winner along with other interesting things. ]add KenoBoard */ Screenshot: http://www.easyuo.com/ceo/Keno1.PNG More info: http://www.runuo.com/community/threads/ceokenoboard.63588/#post-479912