Difference between revisions of "Extensions:Sellable Characters"

From Lorekeeper Wiki
Jump to navigation Jump to search
Tag: 2017 source edit
Tag: 2017 source edit
Line 7: Line 7:
 
<!-- Is any configuration necessary? Describe it here! -->
 
<!-- Is any configuration necessary? Describe it here! -->
 
To make the 'calculate worth by traits' functional for your own needs, you must edit areas in the <code>'App\Http\Controllers\Admin\SurrenderController'</code> and <code>'App\Http\Services\SurrenderManager'</code>.
 
To make the 'calculate worth by traits' functional for your own needs, you must edit areas in the <code>'App\Http\Controllers\Admin\SurrenderController'</code> and <code>'App\Http\Services\SurrenderManager'</code>.
It has been commented to make it easier.  
+
 
 +
It has been commented to make it easier.
 +
 
Make sure to turn it on in settings.
 
Make sure to turn it on in settings.
 
== Usage ==
 
== Usage ==

Revision as of 05:38, 1 November 2020

Sellable Characters (Adopt Center)
Description Allows admins to sell characters for onsite currency
Author(s) ne-wt
Status WIP
Github sellable-charas
LK Version Unspecified
Contains a Migration



Installation

Pull the branch and run php artisan migrate and php artisan add-site-settings

Configuration

To make the 'calculate worth by traits' functional for your own needs, you must edit areas in the 'App\Http\Controllers\Admin\SurrenderController' and 'App\Http\Services\SurrenderManager'.

It has been commented to make it easier.

Make sure to turn it on in settings.

Usage

Allows admins to add characters owned by the "admin" account to an adopt center to be bought for currency

Troubleshooting

Contact me @ Newt#7776 in the lorekeeper discord if any issues arise

See Also