Difference between revisions of "Extensions:Rewardable Raffle Tickets"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 8: Line 8:
  
 
This extension has also been incorporated into [[Extensions:Submission Addons]]-- this page and the accompanying branch remains as a record and reference, however.
 
This extension has also been incorporated into [[Extensions:Submission Addons]]-- this page and the accompanying branch remains as a record and reference, however.
== Installation ==
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
 
Pull the branch. If you already have [[Extensions:Stacked Inventories]] or another extension that uses it, you do not need to migrate. If you do not, run <pre>php artisan migrate</pre>
 
 
== Configuration ==
 
== Configuration ==
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->

Revision as of 14:33, 1 November 2020

Rewardable Raffle Tickets
Description Enables rewarding of raffle tickets via prompts and boxes.
Author(s) Mercury
Status Stable
Github itinerare/lorekeeper-ext-archive/rewardable-raffle-tickets
LK Version Unspecified






This extension is now incorporated into modified-main . The information here is maintained as documentation, and further support is via that branch.

This builds upon Extensions:Stacked Inventories! Not only is much credit due there, it also bears mention that the changes made there are necessarily included in this extension. However, most of the inner workings are present in base Lorekeeper, so it would not be difficult to convert back if desired.

Enables selection of raffle tickets as a rewardable type for prompts and boxes. Users can also use claims to claim raffle tickets. Technically speaking, most of the internal mechanisms were already in place; this has just made them available for use.

This extension has also been incorporated into Extensions:Submission Addons-- this page and the accompanying branch remains as a record and reference, however.

Configuration

None necessary.

Usage

When editing a prompt or box tag, select a raffle to award tickets for. Note that by default, only raffles that have not been rolled yet and are active can be selected. This does disable rewarding of tickets for a rolled raffle, and deselects from prompts, but does not fully automatically update. It is recommended to have prompts close and cease distribution of ticket "boxes" before rolling the raffle they award tickets for.

Troubleshooting

Find me in the Lorekeeper discord!

See Also