Thread: Major Additions - Casino (w/ 10 player poker)
View Single Post
  #1231  
Old 10-27-2007, 10:01 AM
peterpigman peterpigman is offline
 
Join Date: May 2006
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by csavern View Post
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>




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
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
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01302 seconds
  • Memory Usage 1,792KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete