The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Casino (w/ 10 player poker) Details »» | |||||||||||||||||||||||||
The Gameroom is the follow up to this, and expands on its features. This mod will no longer be supported, Gameroom is here: https://vborg.vbsupport.ru/showthread.php?t=219483
This is a casino addition for vBulletin, so far containing video poker, blackjack, Slots, a lottery, Let 'em Ride, Roulette and a betting pool. It can use it's own cash as well as cash fields from other products for easy integration. Cash bonuses are also awarded for various actions (posting, starting threads, etc.), you can alter the bonus values through the admincp. Each of the 10 games can be turned on or off through the control panel, and the casino can be restricted by user group. I'd consider this a test run, everything should work, but some of the template's and all of the phrasing are not done yet. Screenshots are attached. If you want to see a demo, it's live at http://vbgaming.org, it does require registration though as it needs a userid to attach your money too Bug reports and requests can also be posted there, and will probably have less chance of getting buried in this rather massive thread. If you are having a problem, please look there. If it is one that others have been having, there will likely be a solution there (as well as in this thread, just harder to find here) v 0.90 (Jan 6) - Fixed a bug in lottery odds calculation that was casuing problems with the jackpot. - Completed Phrasing of all games & admincp - Removed card flicker some people experienced in Texas Hold'em - Removed unused table limit setting from Video Poker settings - Handled a DB error that occasionally came out of the slots game - Sports Pool groups are now edited through the game, not the admincp - Blackjack: Dealer checks for blackjack on A or 10 - Blackjack: Added Five card charlie rule - Texas Hold'em: poker mod groups can now use the command "/kick username" to kick people out of the game. If a hand is in progress it counts as a forced fold, not returning their share of the pot. - Blackjack - Fixed bug on bet amount when splitting more then once on a hand v 0.91 (Jan 13) - Added missing field for holdem mod groups to settings table - Removed 0.90 test code of drawin same numbers in lottery - Piped all the ajax files through casino.php, this should solve some of the conflicts people where having (ex. mkportal) - Added missing link to add / edit groups in sports pool - Fixed extra \'s in chatbox some users where getting - Added a reset cash button in the ACP - Fixed a bug where the blackjack_dealt table wasn't getting cleared properly - Fixed "Most Lost" stat calculation v 0.92 (Feb 18) - Fixed Default Cash not saving - Texas Hold'em no longer shows hand after folding - Texas Hold'em buttons should not reappear after clicking if a request was in progress when they where clicked - Fixed some of the reinstall issues people have been having This is pretty minor, working on some major changes to the Texas Hold'em game that are taking longer then I planned due to other things coming up. Known issues: - The same player attempting to play more then one instance of the same game at the same time will cause errors. To update overwrite all of the old files and import the product, revert any modified (casino) templates and don't forget the files in other folders Also some of the images have changed, those need uploaded again. (as well as the includes and admincp files) You DO NOT need to uninstall the previous version to upgrade, this will cause problems. Just overwrite existing files and import the product again, allowing overwrite. **Make sure you overwrite ALL existing files and revert ALL casino templates** Show Your Support
|
Comments |
#1182
|
||||
|
||||
You can just edit the image files & payout chart, just keep in mind that the payouts would still match up with the locations on the wheel.
|
#1183
|
|||
|
|||
I thought about that, too, but was afraid of messing up my forum, :erm: Thanks for the confirmation.
|
#1184
|
|||
|
|||
Is there a way to Just at the Texas Hold Em part?
|
#1185
|
||||
|
||||
All of the games can be turned on / off individually in the admincp.
|
#1186
|
|||
|
|||
Here is another very easy game to play and quite popular in my community:
It's call "3 Cards Vpoker", up to 10 players can play. From 52 cards deck, each of the players is deal 3cards, after they put in a fixed-option bet to a total pool (10 players x $10bet = $100 pool). If the player's 3 cards add up to the highest points, he/she will win the pool. Highest point being 3 faces, and 0 point being the lowest.... For ex: J K Q = 3 faces (highest point) 9 J K = 9 points (second high) 8 A K = 9 points 6 A A = 6 points 5 2 10 = 7 points 7 2 2 = 1 point 10 K J = 0 point If there are more than 1 highest point players, they split the pool. The cards are faced down, the players can view their cards and points adding up when they open each of the cards. It would be nice to have this game, Andrew! :-). |
#1187
|
|||
|
|||
any chance in the next version you can escape out `range` in the lottery sql, got .5 installed on my forums by correcting this for mysql5.1 but would be nice if I dont have to go re-do it on installing the next version.
prity please |
#1188
|
||||
|
||||
it will
|
#1189
|
|||
|
|||
I'm hoping to get the ability to delete sports events too.
My tests are piling up. |
#1190
|
|||
|
|||
Stupid question of the day... How do I change the text color in the sportsbook? Things like Recent Events, Add Events, etc are invisible as they match the background color in my skin.
Thanks, -noob |
#1191
|
|||
|
|||
Replace ninja slots With 7'S Slots
You will Need to Download slotwheel2 Add to casino/cards Folder and overwrite Then Make A Template Change In a few secs i will show pictures of the new Reel but to make this correct you will need to Go to your Admincp - Styles and Templates - Edit templates - Casino Templates then edit your casino_slots_main Template Find Code:
<if condition="$slotsgame==2"> <table class='tborder' > <thead> <tr> <td class='thead' colspan='2'>Payout chart</td> </tr> </thead> <tbody> <tr> <td class='alt1'>3 x Black Ninjas</td> <td class='alt1'>1000</td> </tr> <tr> <td class='alt2'>3 x Blue Ninjas</td> <td class='alt2'>200</td> </tr> <tr> <td class='alt1'>3 x Green Ninjas</td> <td class='alt1'>50</td> </tr> <tr> <td class='alt2'>3 x Red Ninjas</td> <td class='alt2'>20</td> </tr> <tr> <td class='alt1'>3 x Stars</td> <td class='alt1'>10</td> </tr> <tr> <td class='alt2'>3 x Ninjas</td> <td class='alt2'>3</td> </tr> <tr> <td class='alt1'>2 x Stars</td> <td class='alt1'>2</td> </tr> <tr> <td class='alt2'>1 x Star</td> <td class='alt2'>1</td> </tr> <tr> <td class='alt1'>3 x Blanks</td> <td class='alt1'>1</td> </tr> </table> </td> </tr> </table> </if> Code:
<if condition="$slotsgame==2"> <table class='tborder' > <thead> <tr> <td class='thead' colspan='2'>Payout chart</td> </tr> </thead> <tbody> <tr> <td class='alt1'>3 x Gold 7</td> <td class='alt1'>1000</td> </tr> <tr> <td class='alt2'>3 x Blue 7</td> <td class='alt2'>200</td> </tr> <tr> <td class='alt1'>3 x Grey 7</td> <td class='alt1'>50</td> </tr> <tr> <td class='alt2'>3 x Red 7</td> <td class='alt2'>20</td> </tr> <tr> <td class='alt1'>3 x Cherrys</td> <td class='alt1'>10</td> </tr> <tr> <td class='alt2'>3 x Any 7's</td> <td class='alt2'>3</td> </tr> <tr> <td class='alt1'>2 x Cherrys</td> <td class='alt1'>2</td> </tr> <tr> <td class='alt2'>1 x Cherrys</td> <td class='alt2'>1</td> </tr> <tr> <td class='alt1'>3 x SingleBar</td> <td class='alt1'>1</td> </tr> </table> </td> </tr> </table> </if> Also Added a New Set of Poker Chips Can be downloaded here https://vborg.vbsupport.ru/showpost....&postcount=962 If anyone would like to see the slot in action visit http://www.rotormadness.com |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|