inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 3, 2014 2:50:47 GMT -8
Key Edition for Maximum Security with Restricted Plays - Casino Slots 3-5 with Key.pbp (58.68 KB) Download: Casino Slots 3-4-3.pbp (40.08 KB) (Monetary System 8.8 Bugfix Version) Proboards Library Submitted Link: www.proboards.com/library/plugins/item/926Added Force Auto-Spin if you don't trust your users Added Disable Profile Tab on Other Profiles Added Font-Style, Disable Popup, Active Stop Button Disable Options Automatically Center Wallet Div, Reel Sound, Auto Stop Option, theme support Added an option to disable the profile tab for use with a custom page. (instructions for custom page below) Prerequisites: Yootil Plugin, Monetary System The new plugin update allows Button Positioning, Slideshow Disable, Scrollbar Positioning, Scrollbar Disable, Max Bet Button Stock Theme: Description: This is a slot machine to use with your monetary system It supports the idea of themes Add your own images and make it the slot machine you always dreamed of Functions: Individual Reels for total customization including different pictures, doubles, multiple wins at once, and different amount of images on each reel. Slideshow for non-IE users. Option to turn off. Choose Images and Colors Set Messages and Text Cost Per Coin Sound Choice Caches images for smoother animation Flashing Lights 24 Hour Limitation (optional) Bet Max Button (Optional) Added Positioning Options Added Scrollbar Disable Reel Sound Auto-Stop Button Works with the Monetary System Profile tab link should be "user/1/casino-slots" Here is a preview of a customized layout TO INSERT ON A CUSTOM PAGE: HTML- <div class='container show-user'><div class='title-bar'><h2><center>Slot Machine</center></h2></div><div class = 'content cap-bottom'><div class='ui-tabMenu'></div><div class = 'pad-all-double clear'></div></div></div> <script type="text/javascript"> var casinoTitle = proboards.plugin.get('casino_slots').settings.casino_title; if(casinoTitle == '') { casinoTitle = 'Casino Slots';} if(proboards.data('user').is_logged_in == 1){ profilecasino();}</script> With an ID- casino-slots
|
|
Entris
Junior Member
Posts: 281
inherit
158702
0
Dec 31, 2014 9:05:29 GMT -8
Entris
281
September 2010
entris
|
Post by Entris on Feb 3, 2014 3:42:47 GMT -8
That looks great Can you add a Min/Max bet for it and up/down arrows to set the amount you want to bet? What's the highest amount of wheels you can add and what is the max amount of images you can have on each wheel?
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 14:16:14 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 3, 2014 9:53:17 GMT -8
Ohkay I am a huge fan already. That plugin userface looks SO customizable and it's SO cool, I'm freakin' stoked for the release, man!
My requests would be..
- ability for admins to set how much it costs to play (it looks like you have how much they can win in there but no 'minimum' amount I can force them to pay)
- ability for admins to set how often you can play the game (not sure I saw this in the plugin userface already)
- ability for admins to decide where it shows up (such as only a particular board's header, assuming you're doing this in headers)
that's all I got for ya right now. This looks excellent and I can't wait for it. =D
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 3, 2014 22:15:34 GMT -8
That looks great Can you add a Min/Max bet for it and up/down arrows to set the amount you want to bet? What's the highest amount of wheels you can add and what is the max amount of images you can have on each wheel? I can't add a Min/Max Bet because: I have it currently set where 1 coin allows for the middle row to be available to win 2 coins allows for all rows 3 coins allows for diagonal wins I don't know how that system would work if there was a min/max bet to it. And for these arrows, I think arrows would destroy the feel of the slot machine, I could put a Coin Release in There is an option to specify how many points/dollars/pounds it takes when you hit the insert coin button. Also an option to replace the text on the button So you could have it say Use 5 Points, or insert 5 dollars Technically you could add as many images as you want on a wheel, doubles on the wheel, and different amounts of images on each wheel. However I suggest using images under 100px so that it decreases loading time. Using larger images should work fine if you don't have too many.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 3, 2014 22:40:45 GMT -8
Ohkay I am a huge fan already. That plugin userface looks SO customizable and it's SO cool, I'm freakin' stoked for the release, man! My requests would be.. - ability for admins to set how much it costs to play (it looks like you have how much they can win in there but no 'minimum' amount I can force them to pay) - ability for admins to set how often you can play the game (not sure I saw this in the plugin userface already) - ability for admins to decide where it shows up (such as only a particular board's header, assuming you're doing this in headers) that's all I got for ya right now. This looks excellent and I can't wait for it. =D You can set the amount of each 'coin' and change the text on the buttons. So minimum could be set and max would be MIN. X 3 I would like to add a function on setting how often they can play but I don't want to use a key, so that means I could make a cookie, but if they cleared their cookies it would go away. So I don't know how you would do it otherwise. Would it be okay if it was only a local storage object that could be overcome by a "smarter" user? And as for choosing where it shows up, I have it set on the user's profile tabs. I have not studied the html for boards, so I think I will just keep it on the profile tabs. My next project is Black Jack, then maybe poker and hopefully I can then incorporate them into one plugin as a Casino.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 14:16:14 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 4, 2014 11:21:19 GMT -8
Maybe two versions, one with a key and one without? I would MUCH prefer to have that feature with the use of a key, personally, than not have it to save myself a key. I don't think I'd be able to use this on my site without a restriction on how often they can play it =/ I'd be okay with it being possibly overridable if they were clever with coding because my members are far from coding savvy, would you mind PMing me how they could override it so I'm aware of the risks without making it public knowledge? xD
Oh, ohkay. The Casino thing sounds really cool, I'm stoked to see the other plugins! You're feeding right into what I need!
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 6, 2014 2:46:48 GMT -8
|
|
Entris
Junior Member
Posts: 281
inherit
158702
0
Dec 31, 2014 9:05:29 GMT -8
Entris
281
September 2010
entris
|
Post by Entris on Feb 6, 2014 2:48:16 GMT -8
That looks great Can you add a Min/Max bet for it and up/down arrows to set the amount you want to bet? What's the highest amount of wheels you can add and what is the max amount of images you can have on each wheel? I can't add a Min/Max Bet because: I have it currently set where 1 coin allows for the middle row to be available to win 2 coins allows for all rows 3 coins allows for diagonal wins I don't know how that system would work if there was a min/max bet to it. And for these arrows, I think arrows would destroy the feel of the slot machine, I could put a Coin Release in There is an option to specify how many points/dollars/pounds it takes when you hit the insert coin button. Also an option to replace the text on the button So you could have it say Use 5 Points, or insert 5 dollars Technically you could add as many images as you want on a wheel, doubles on the wheel, and different amounts of images on each wheel. However I suggest using images under 100px so that it decreases loading time. Using larger images should work fine if you don't have too many. Ok, could you just add a "bet max" button for the lazy buggers out there (specially if we can add more wheels) and will we be able to alter the amount of wheels so we get say 4-5 instead of 3?
A casino sounds awesome and looking forward to see it when it is done.
How will the money be handled, how do we give the players their starting cash to play with and how will we be able to "refill" their stock of cash when they are out of luck and lose it all?
Ah saw it now
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Feb 6, 2014 2:49:57 GMT -8
I shall at least see how it plays once I've done a bit of work on some other things
|
|
inherit
77965
0
Apr 3, 2024 6:38:15 GMT -8
CåñåÐå™
163
April 2006
bepcanada
|
Post by CåñåÐå™ on Feb 6, 2014 8:02:14 GMT -8
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 6, 2014 11:10:21 GMT -8
I can't add a Min/Max Bet because: I have it currently set where 1 coin allows for the middle row to be available to win 2 coins allows for all rows 3 coins allows for diagonal wins I don't know how that system would work if there was a min/max bet to it. And for these arrows, I think arrows would destroy the feel of the slot machine, I could put a Coin Release in There is an option to specify how many points/dollars/pounds it takes when you hit the insert coin button. Also an option to replace the text on the button So you could have it say Use 5 Points, or insert 5 dollars Technically you could add as many images as you want on a wheel, doubles on the wheel, and different amounts of images on each wheel. However I suggest using images under 100px so that it decreases loading time. Using larger images should work fine if you don't have too many. Ok, could you just add a "bet max" button for the lazy buggers out there (specially if we can add more wheels) and will we be able to alter the amount of wheels so we get say 4-5 instead of 3?
A casino sounds awesome and looking forward to see it when it is done.
How will the money be handled, how do we give the players their starting cash to play with and how will we be able to "refill" their stock of cash when they are out of luck and lose it all?
Ah saw it now
I can put the new button in, I'll probably have the option done tonight. It's just that the way the layout is designed, I would have to make an entirely separate plugin to handle more reels. So I don't plan on making 4 or 5 reel slots.
|
|
inherit
205116
0
Feb 6, 2014 15:44:24 GMT -8
lololol204jgf
1
February 2014
lololol204jgf
|
Post by lololol204jgf on Feb 6, 2014 14:08:56 GMT -8
Maybe i'm stupid but how do i get it working after i've installed the plugin?
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 6, 2014 15:58:07 GMT -8
You have to have yootil installed on the top of your list, and the monetary system installed below that lololol204jgf
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Feb 6, 2014 16:36:44 GMT -8
Entris Newest download link should have an option for your button.
|
|
Former Member
inherit
guest@proboards.com
131621
0
Nov 24, 2024 14:16:14 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 6, 2014 20:24:55 GMT -8
Hiya P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓, this is looking absolutely killer and I'm stoked for it! Problem with my site is, this shows up in the profile as a tab, you said, right? As I've already bothered you about before so I'm assuming you know, my profile layout template is heavily modified, so it doesn't take the automatic tab. Is there a manual link for this I could use to add into the profile layout template? If you need to view an example profile it's alcryst.proboards.com/user/1
|
|