Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Casino (w/ 10 player poker) Details »»
Casino (w/ 10 player poker)
Version: 0.92, by Andrew Green Andrew Green is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.x Rating:
Released: 09-29-2007 Last Update: 02-17-2008 Installs: 1064
DB Changes Uses Plugins Template Edits
Additional Files Is in Beta Stage  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #962  
Old 10-23-2007, 11:23 AM
towermatt towermatt is offline
 
Join Date: Apr 2007
Posts: 390
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Andrew Green View Post
It was intentional, still experimenting a little, it was the other way before. Will likely end up using standard casino payouts in the end, and having the ability to edit them through the admincp if desired.



Nothing missed, I will eventually get a option in there to change this through the admincp rather then having to go to phpmyadmin though.




Edit what?
The sports pool events.
Reply With Quote
  #963  
Old 10-23-2007, 11:24 AM
csavern csavern is offline
 
Join Date: Feb 2007
Location: Texas
Posts: 132
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is a few more poker chips

Looks Best On A Dark Board

Hope everyone likes

Green



Orange



Black



Pink



Grey



These are in .png format


Here Is A Pic Of the differnt color chips





here is Bars and 7s on a black background
for those of yall that rather have a dark background other then white

just place the slotwheel3 file in your casino - cards folder







Here is Bars and 7's that got differnt bar's and cherrys on it also has a black background

American Bars and 7's





Replace your current slotwheel3.png with the one in this zip
upload it to casino/cards folder

To use this you will need to make a edit to make the payout table correct

Go to Languages & Phrases - click on - Search in Phrases

In Search for Text paste this in the box - Bar's and 7's Slots Payouts

then Click Edit

Then down at the bottom where it says

English (US) Translation
(Optional)

paste this code in the box and click save

Code:
<table class='tborder' >
<thead>
<tr>
<td class='thead' colspan='2'>Bar's and 7's Slots Payouts</td>
</tr>
</thead>
<tbody>
<tr>
<td class='alt1'>3 x Gold 7</td>
<td class='alt1'>250</td>
</tr>
<tr>
<td class='alt2'>3 x Red 7</td>
<td class='alt2'>100</td>
</tr>
<tr>
<td class='alt1'>3 x Blue Bars</td>
<td class='alt1'>20</td>
</tr>
<tr>
<td class='alt2'>3 x Blue 7</td>
<td class='alt2'>15</td>
</tr>
<tr>
<td class='alt1'>3 x Cherry</td>
<td class='alt1'>15</td>
</tr> 
<tr>
<td class='alt2'>3 x White Bars</td>
<td class='alt2'>5</td>
</tr>
<tr>
<td class='alt1'>3 x 7</td>
<td class='alt1'>3</td>
</tr>
<tr>
<td class='alt2'>3 x Gold</td>
<td class='alt2'>3</td>
</tr>
<tr>
<td class='alt1'>3 x Red Bar</td>
<td class='alt1'>2</td>
</tr>
<tr>
<td class='alt2'>3 x Red</td>
<td class='alt2'>2</td>
</tr>
<tr>
<td class='alt1'>2 x Cherry</td>
<td class='alt1'>2</td>
</tr>
<tr>
<td class='alt2'>3 x Bar</td>
<td class='alt2'>1</td>
</tr>
<tr>
<td class='alt1'>3 x Blue</td>
<td class='alt1'>1</td>
</tr>
<tr>
<td class='alt2'>1 x Cherry</td>
<td class='alt2'>1</td>
</tr>
</table>

</td>
</tr>
</table>
Your done enjoy the slots



If anyone would like to see the slot in action visit http://www.rotormadness.com
Reply With Quote
  #964  
Old 10-23-2007, 12:33 PM
hoopsta hoopsta is offline
 
Join Date: Jan 2003
Posts: 84
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

awesome bro!
Reply With Quote
  #965  
Old 10-23-2007, 02:53 PM
chatzworld chatzworld is offline
 
Join Date: Apr 2007
Posts: 253
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any chance of getting a multiplayer game of roulette many users have been asking me if we can get this
Reply With Quote
  #966  
Old 10-23-2007, 03:10 PM
BuckRodgers BuckRodgers is offline
 
Join Date: Jul 2007
Location: U.K>
Posts: 32
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chatzworld View Post
any chance of getting a multiplayer game of roulette many users have been asking me if we can get this
i second that !
Reply With Quote
  #967  
Old 10-23-2007, 03:17 PM
frosch68 frosch68 is offline
 
Join Date: Feb 2006
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chatzworld View Post
any chance of getting a multiplayer game of roulette many users have been asking me if we can get this
that were great YEAAAAH PLEASE !!
Reply With Quote
  #968  
Old 10-23-2007, 03:23 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I go along with the roulette idea, as long as there's a realistic way of making it graphical.

Don't want it like some sites have where it's text only and just tells you what number has been spun. But giving it a graphical interface won't be easy.
Reply With Quote
  #969  
Old 10-23-2007, 03:36 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I now seem to have Texas Holdem working with the up to date AJAX file. Not sure what was wrong, but it works now.
Reply With Quote
  #970  
Old 10-23-2007, 03:52 PM
teedizz teedizz is offline
 
Join Date: Jan 2004
Posts: 275
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by teedizz View Post
Thank you for this hack. I just wanted to report one small bug. Im currentl using the vbcredits intergration which is embedded in the coding and for some reason when I click on " more Stats " under casino.php, under " Richest Players " the Amount field is blank although the display of the richest usernames is correct. It just doesnt show the amount but order of the richest members is correct, a bit wierd....lol
1 more bug I found is with blackjack. I got 11 on the first 2 cards, i hit and got a 10 which is 21 so I stayed. The dealer turns over his cards and got blackjack. Instead of it being a psuh, it actually took my chips as if i had lost :/
Reply With Quote
  #971  
Old 10-23-2007, 03:55 PM
Mark.B Mark.B is offline
Senior Member
 
Join Date: Feb 2004
Posts: 1,354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have some more feedback on texas Holdem from one of my moderators who is quite experienced in the game:

===========
Still kicking people out and saying they've left when they haven't.

The game play itself is faster than it was, as is the chat window.
There is a problem with the betting. When you are first to play on the pocket, you can't check, you can only call, raise, or fold, as if you had the small blind - if you check, you actually double your bet.
Also, if your bet is called, you are given an opportunity to re-raise. That shouldn't happen. You should only be able to re-raise if someone else raises your bet - if everyone calls or folds, there should be no more betting on that round.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.15707 seconds
  • Memory Usage 2,330KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete