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)

Andrew Green 10-09-2007 01:11 AM

Quote:

Originally Posted by gwerzal (Post 1355907)
Is there any way of adding more set outcomes to the sports betting pool?


Not sure what you mean?

Jason Black 10-09-2007 01:15 AM

can you intergrate this into VB plaza?

Ski-Whiz 10-09-2007 01:19 AM

Quote:

Originally Posted by Jason Black (Post 1355920)
can you intergrate this into VB plaza?

Yes... In the point system field, use "vbbux" (assuming you haven't renamed your point system default in vbplaza)

stangger5 10-09-2007 02:21 AM

In the slots,,if you bet 10 and you get:
one cherry ,,you get 10 points,,
two cherries ,, you get 30 points,,
Three cherries ,, you get 10 points...

Shouldnt it pay out 100 points for three cherries ??

Andrew Green 10-09-2007 02:32 AM

Quote:

Originally Posted by stangger5 (Post 1355950)
In the slots,,if you bet 10 and you get:
one cherry ,,you get 10 points,,
two cherries ,, you get 30 points,,
Three cherries ,, you get 10 points...

Shouldnt it pay out 100 points for three cherries ??


It should, and it does for me...?

Can you can force a 3 cherry result and confirm this?

Below (line 142):
Quote:

$a = (rand() % 64);
$a = $wheel1[$a];
$b = (rand() % 64);
$b = $wheel2[$b];
$c = (rand() % 64);
$c = $wheel3[$c];
add

Code:

$a = $b = $c = 1;
in slots_ajax.php

(Make sure the latest versions of all the files are up first too)

stangger5 10-09-2007 03:05 AM

Below line 142 ??

So it will look like this ??
Code:

$a = (rand() % 64);
$a = $b = $c = 1;

I added it there and played some more..
I hit three cherries again and got 100 this time...

Andrew Green 10-09-2007 03:08 AM

well no, bellow the whole block. but if you hit it twice something is definitely wrong, do other 3 of a kinds pay out properly? (can force them the same way)

stangger5 10-09-2007 03:09 AM

Its scoring right now....Must have been a one time thing....

Thanks !!

Robbed 10-09-2007 04:23 AM

Thanks, looks good.

I'm getting Uncached templates: casino_slots_slotimage (21)

SBlueman 10-09-2007 05:14 AM

I just noticed there are no breadcrumbs setup in the Sports Pool Page (see attached)


All times are GMT. The time now is 06:29 PM.

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.03471 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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