Installation
Welcome to the Luman Studio's Bear Trap installation guide!
Assets
After purchase, you will receive access to 1 asset(s) on your Keymaster.
Asset Name
Installation Required
Description
beartrap
Yes
Script
Installation
1
Extract assets
Extract granted assets into your resources
folder.
2
Items
Copy the
beartrap.png
image intovorp_inventory/html/img/items/
.Add the item into your database table using the following SQL query:
INSERT INTO `items` (`item`, `label`, `usable`) VALUES ('beartrap', 'Beartrap', 1);
Last updated