Difference between revisions of "Extensions:Rewardable Raffle Tickets"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
m (Added updating to v2 link)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Extensioninfobox|title=Rewardable Raffle Tickets|desc=Enables rewarding of raffle tickets via prompts and boxes.|auth=Mercury|status=Testing|github={{Github|user=itinerare|branch=rewardable-raffle-tickets}}|migration=no|package=no}}
+
{{Extensioninfobox|title=Rewardable Raffle Tickets|desc=Enables rewarding of raffle tickets via prompts and boxes.|auth=Mercury|status=Stable|github={{Github|user=itinerare|repo=lorekeeper-ext-archive|branch=rewardable-raffle-tickets}}|migration=no|package=no|modified-main=yes}}
 
<!-- Put a short summary of your extension here! -->
 
<!-- Put a short summary of your extension here! -->
 +
'''This extension is now incorporated into {{Github|user=corowne|branch=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.
 
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.
 
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.
== Installation ==
+
 
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
This extension has also been incorporated into [[Extensions:Submission Addons]]-- this page and the accompanying branch remains as a record and reference, however.
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! -->
Line 18: Line 19:
 
== See Also ==
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 +
* [[Updating:_to_2.0.0]]

Latest revision as of 10:10, 25 March 2024

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
Is part of LK v2 (modified-main)






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