vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Casino (w/ 10 player poker) (https://vborg.vbsupport.ru/showthread.php?t=159151)

Freesteyelz 10-27-2007 06:48 AM

In Texas Hold 'Em for version 0.51 for 5 games straight I had the same cards of 3 and 4 of diamonds. I was in the 9th spot. :D Anyone else getting that?


Edited: I'm not sure if this was asked yet (too lazy to check) but in Texas Hold 'Em will there be an option to set it so the bet is unlimited (player set) rather than fixed? :)

Hornstar 10-27-2007 06:50 AM

Quote:

Originally Posted by Andrew Green (Post 1368846)
When are they lagging out? Between hands or during play? Is it skipping them, or are they getting dropped from the room?

between hands is what I can gather so far, but I will look into it more.

Lee G 10-27-2007 07:12 AM

Quote:

Originally Posted by Andrew Green (Post 1369329)
If you have access to phpmyadmin try running the following:

Code:

CREATE TABLE casino_texasholdem_whoisin (whoisinid integer NOT NULL PRIMARY KEY auto_increment, userid integer, seat integer, lastcheck integer, status integer, bet integer);

CREATE TABLE casino_texasholdem_chatlog (chatlogid integer NOT NULL PRIMARY KEY auto_increment, msg text, msgtime integer);

CREATE TABLE casino_texasholdem_dealt (dealtid integer NOT NULL PRIMARY KEY auto_increment, playerid integer, card integer);

If that doesn't work let me know.

Treat me like a two year old, they tend to have slightly more intelegence at times.

Just checked in the admin area of my web space and phpmyadmin is there.

Is there an idiots guide to doing the above?

Found it, run the above and no crashes.

Thanks Lee G

evesve 10-27-2007 07:59 AM

Now I got a stupid idea....
We have grafic pic for the slots.
I mean, I could have a slotmachine named "my username"-Slot
The top winning is 3x"my avatar"?
In Payout chart: 3 "my username" = 1000

Lee G 10-27-2007 08:28 AM

All the games work except the Texas hold em
It shows the ready and waiting with the dealer, but nothing happens
The ready and waiting keep changing between the dealer and the player
If that makes sense

The casino is located on my second skin at present.
http://www.thespainforum.com/casino.php?do=texasholdem

This is the same problem encountered as the first time I tried installing the game.
For some reason the Hold em don't like playing

Thanks for any help and I am sorry for being a pain in the posterior

evesve 10-27-2007 08:57 AM

I got this in Texas Holdem:

Quote:

evesve joins the game
my_wife deals
evesve bets 2
my_wife bets 4
my_wife checks
my_wife checks
evesve calls
The Flop
my_wife checks
evesve raise
evesve raise
Than the game finished.

Twilkey 10-27-2007 09:28 AM

Why does it say the site is unavailable when I click to download .51.

evesve 10-27-2007 09:37 AM

Quote:

Originally Posted by Twilkey SRT (Post 1369608)
Why does it say the site is unavailable when I click to download .51.

Not for me...

Rushty 10-27-2007 09:39 AM

You missed escaping out `range` in the file casino_lotto_setup as this one still fails on MySQL5.1, not tried an install as I allready fixed that for myself but had a quick look at the xml file and think you have put 'range' and I think it should be `range` or I think it will fail

peterpigman 10-27-2007 10:01 AM

Quote:

Originally Posted by csavern (Post 1368745)
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>

Replace with
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>

http://rotormadness.com/Forum/casino/cards/hot7demo.png

http://rotormadness.com/Forum/casino...slotwheel2.png

Also Added a New Set of Poker Chips

https://vborg.vbsupport.ru/

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

How do you change the listing at the menu, mine still shows ninja slots and it errors if you try to change it in casino settings


All times are GMT. The time now is 10:25 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03859 seconds
  • Memory Usage 1,825KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete