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 |
#3212
|
|||
|
|||
I run 3.7.3 and have no problem with .92.
|
#3213
|
|||
|
|||
I have .92 installed on my 3.7.3 system and I was wondering how to get more than 100 as the max bet? I have checked all the chip denominations in the settings but when you play you can't bet more than 100 no matter how much money you have. Is that just how the game is setup?
Thanks |
#3214
|
|||
|
|||
Quote:
That should set you up. I'm running the same version on 3.7.3.1 Minor glitches with AJAX in Texas Holdem, but most all were fixed by forcing the tables to be in memory (in post above). |
#3215
|
|||
|
|||
Is there a way to set up more Texas Hold'em tables? With different blinds?
|
#3216
|
|||
|
|||
HI!
This work noce to the latest vers of vb but where can I finde more game to the casino ?? |
#3217
|
|||
|
|||
I'm on version 0.81 can I update straight to ver 0.92? I've searched this thread and read many pages first but without finding an answer, also can I assume that the update will not reset my admin casino settings0 or users history/cash? I've never done an update before for any mod so naturally I am a little cautious
And thanks for a fantastiic mod |
#3218
|
|||
|
|||
Found out the hard way but yes it does update from 0.81 without a hitch...luckily
|
#3219
|
|||
|
|||
Make sure you back up your database first! This cannot be undone! Double check table names if clicking/choosing in a graphical interface!
These are the tables to drop/delete when uninstalling or upgrading. (response was to now missing question above) From mysql command line interface (CLI), assuming your database is titled "vbulletin", this would be how to do it on the server if you have shell access: Code:
> mysql vbulletin Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql> DROP TABLE casino_bet_stats; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_blackjack_dealt; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_donatelog; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_games; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_letitride_dealt; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_lotto_draw; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_lotto_tickets; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_sb_bets; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_sb_events; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_sb_groups; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_sb_outcomes; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_settings; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_texasholdem_chatlog; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_texasholdem_dealt; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_texasholdem_whoisin; Query OK, x rows affected (X.XX sec) mysql> DROP TABLE casino_vidpok_dealt; Query OK, x rows affected (X.XX sec) The above does NOT get rid of the "casino_cash" field in CN_user. The new installer overlooks that if it already exists. Otherwise, the solution for that is on most of the pages from the beginning of this thread. |
#3220
|
|||
|
|||
This is a nice mod thanks
INSTALLED ! |
#3221
|
|||
|
|||
I have this installed and it works great!
Just wondering if it could be linked to the 'post thanks' hack to give users cash to play with every time they get thanked? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|