Difference between revisions of "Extensions:Fetch Quests"

From Lorekeeper Wiki
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}}
<!-- Put a short summary of your extension here! -->
+
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull the branch, handle any conflicts, and <pre> php artisan add-site-settings </pre> and <pre> php artisan optimize </pre>.
 
== Configuration ==
 
== Configuration ==
<!-- Is any configuration necessary? Describe it here! -->
+
All configuration is inside of site settings.
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
== Images ==
 
<!-- Do you have any images to show what it looks like in action? -->
 
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 
 

Revision as of 08:41, 15 May 2023

the extension's name
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.