Difference between revisions of "Extensions:Fetch Quests"
Jump to navigation
Jump to search
(Created page with "{{subst:Extension Page}}") Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
{{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}} | {{Extensioninfobox|title=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/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. | |
== Installation == | == Installation == | ||
− | + | 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. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 07:41, 15 May 2023
Description | A short description |
---|---|
Author(s) | Author(s) |
Status | status (such as WIP, testing, stable) |
Github | branch |
LK Version | What Lorekeeper version the ext is built on |
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.