Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.
Original Source
- Original title: Pickboard - Lotto Type Item Picking
- Original author: Mr. Trivel
- Original date: February 16, 2016
- Source thread: https://forums.rpgmakerweb.com/threads/pickboard-lotto-type-item-picking.56999/
- Source forum path: Game Development Engines > RPG Maker Javascript Plugins > JS Plugin Releases (RMMV)
Summary
Name: Pickboard Version: 1.1 Author: Mr. Trivel Created: 2016-02-16
Archived First Post
Name: Pickboard
Version: 1.1
Author: Mr. Trivel
Created: 2016-02-16
What does it do?
Allows players to pick rewards from a board of tiles and costs some currency - be it gold or items.
Video:
Features:
Setting up multiple different sized boards.
Rewards ranging from nothing to items/weapons/armor or gold. Any amount of it.
Resetting the board without having to re add all rewards.
Saving is board completed state to a Switch for eventing use.
How to use?
Everything is set up using Plugin Calls.
We have the following ones:
Pickboard Start [Board ID] [X] [Y] - creates empty board with X Y dimensions
Pickboard Reset [Board ID] - resets board of ID to empty state
Pickboard IsComplete [Board ID] [Switch ID] - Saves answer to a switch
Pickboard AddReward [Board ID] [RewardType] [ID] [Amount] [Tiles] [IconID] - Adds rewards
Pickboard SetPrice [Board ID] [PriceType] [ID] [Amount] [IconID] - Picking isn't free, right?
Pickboard Enter [Board ID] - go the scene with pickboard of ID
Pickboard SetBackground [Board ID] [ImageName] - Changes background of pickboard
Pickboard OpenTiles [Board ID] [NumberOfTiles] - opens a number of tiles
[Board ID] - ID of the board you're changing
[X] - Width of the board
[Y] - Height of the board
[Switch ID] - ID of the switch to save board's state
[RewardType] - a, w, i, g, v - armor, weapon, item, gold, variable
[PriceType] - a, w, i, g, v - armor, weapon, item, gold, variable
[ID] - ID of item, if [Type] is gold -- then ID is irrelevant
[Amount] - How much should be reward if adding it or taken if setting price
[Tiles] - How many tiles on board has this reward
Example of calls:
Sample pickboard setup from video:
[IMG]http://puu.sh/na5NN/fe29427343.png[/IMG]
Plugin: Protected download
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Images:
Image files: Protected download
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
Version: 1.1
Author: Mr. Trivel
Created: 2016-02-16
What does it do?
Allows players to pick rewards from a board of tiles and costs some currency - be it gold or items.
Video:
Features:
Setting up multiple different sized boards.
Rewards ranging from nothing to items/weapons/armor or gold. Any amount of it.
Resetting the board without having to re add all rewards.
Saving is board completed state to a Switch for eventing use.
How to use?
Everything is set up using Plugin Calls.
We have the following ones:
Pickboard Start [Board ID] [X] [Y] - creates empty board with X Y dimensions
Pickboard Reset [Board ID] - resets board of ID to empty state
Pickboard IsComplete [Board ID] [Switch ID] - Saves answer to a switch
Pickboard AddReward [Board ID] [RewardType] [ID] [Amount] [Tiles] [IconID] - Adds rewards
Pickboard SetPrice [Board ID] [PriceType] [ID] [Amount] [IconID] - Picking isn't free, right?
Pickboard Enter [Board ID] - go the scene with pickboard of ID
Pickboard SetBackground [Board ID] [ImageName] - Changes background of pickboard
Pickboard OpenTiles [Board ID] [NumberOfTiles] - opens a number of tiles
[Board ID] - ID of the board you're changing
[X] - Width of the board
[Y] - Height of the board
[Switch ID] - ID of the switch to save board's state
[RewardType] - a, w, i, g, v - armor, weapon, item, gold, variable
[PriceType] - a, w, i, g, v - armor, weapon, item, gold, variable
[ID] - ID of item, if [Type] is gold -- then ID is irrelevant
[Amount] - How much should be reward if adding it or taken if setting price
[Tiles] - How many tiles on board has this reward
Example of calls:
Code:
Pickboard Start 3 5 5
Pickboard Reset 3
Pickboard IsComplete 3 173
Pickboard AddReward 3 a 4 1 5
Pickboard AddReward 3 g 0 1000 10
Pickboard AddReward 3 i 1 5 7
Pickboard SetPrice 3 i 5 1
Pickboard Enter 3
Sample pickboard setup from video:
[IMG]http://puu.sh/na5NN/fe29427343.png[/IMG]
Plugin: Protected download
How to download Plugin. Click the link above, there will be a button named Raw, press Right Click -> Save As.
Images:
Image files: Protected download
Terms of Use:
Don't remove the header or claim that you wrote this plugin.
Credit Mr. Trivel if using this plugin in your project.
Free for non-commercial projects.
For commercial use contact Mr. Trivel.
Features Mentioned
- Setting up multiple different sized boards.
- Rewards ranging from nothing to items/weapons/armor or gold. Any amount of it.
- Resetting the board without having to re add all rewards.
- Saving is board completed state to a Switch for eventing use.
- How to use?
- Everything is set up using Plugin Calls.
- We have the following ones:
- Pickboard Start [Board ID] [X] [Y] - creates empty board with X Y dimensions
- Pickboard Reset [Board ID] - resets board of ID to empty state
- Pickboard IsComplete [Board ID] [Switch ID] - Saves answer to a switch
- Pickboard AddReward [Board ID] [RewardType] [ID] [Amount] [Tiles] [IconID] - Adds rewards
- Pickboard SetPrice [Board ID] [PriceType] [ID] [Amount] [IconID] - Picking isn't free, right?
- Pickboard Enter [Board ID] - go the scene with pickboard of ID
- Pickboard SetBackground [Board ID] [ImageName] - Changes background of pickboard
- Pickboard OpenTiles [Board ID] [NumberOfTiles] - opens a number of tiles
- [Board ID] - ID of the board you're changing
- [X] - Width of the board
- [Y] - Height of the board
Downloads / Referenced Files
Log in to download
Log in, then follow the RPG Maker Developers Group to see these download links.
Log in to downloadLicense / Terms Note
Terms of Use: Don't remove the header or claim that you wrote this plugin. Credit Mr. Trivel if using this plugin in your project. Free for non-commercial projects.
Creator Claims / Removal
If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.
Replies (0)
No replies yet.
0
replies
1
view
Topic Summary
Loading summary...