Difference between revisions of "Extensions:Fetch Quests"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title=Fetch Quests|desc=Adds fetch quests|auth= | + | {{Extensioninfobox|title=Fetch Quests|desc=Adds fetch quests|auth=LostInProgres, CH3RVB|status=Stable |github={{Github|user=lostinprogres|branch=FetchQuests}}|LKVer=2.1.1|migration=no|package=no}}Simple fetch quests. Generates a fetch quest every hour, by randomly selecting an item to be "fetched" from a specified category. Users can complete this fetch quest by simply handing in the item on the fetch quest page once an hour, and get a currency reward for doing so. |
− | Simple fetch quests. Generates a fetch quest every hour, by randomly selecting an item to be "fetched" from a specified category. Users can complete this fetch quest by simply handing in the item on the fetch quest page once an hour, and get a currency reward for doing so. | ||
== Installation == | == Installation == | ||
Pull the branch, handle any conflicts, and <pre> php artisan add-site-settings </pre> and <pre> php artisan optimize </pre>. | Pull the branch, handle any conflicts, and <pre> php artisan add-site-settings </pre> and <pre> php artisan optimize </pre>. | ||
== Configuration == | == Configuration == | ||
All configuration is inside of site settings. | All configuration is inside of site settings. |
Revision as of 07:46, 15 May 2023
Description | Adds fetch quests |
---|---|
Author(s) | LostInProgres, CH3RVB |
Status | Stable |
Github | FetchQuests |
LK Version | 2.1.1 |
Simple fetch quests. Generates a fetch quest every hour, by randomly selecting an item to be "fetched" from a specified category. Users can complete this fetch quest by simply handing in the item on the fetch quest page once an hour, and get a currency reward for doing so.
Installation
Pull the branch, handle any conflicts, and
php artisan add-site-settings
and
php artisan optimize
.
Configuration
All configuration is inside of site settings.