⤷ Good day! ⤶
This is an automated hunt system template for the Corrade scripted agent that demonstrates rezzing and de-rezzing items in-world following a set of coordinates perhaps as a starting template for an automated hunt system.
Hunts in SecondLife involve dispersing objects over a simulator that yield currency when found by visiting avatars. Usually, the owner is supposed to disperse the objects on the simulator, keep track of them and then eventually clean up by deleting the items that were not picked-up during the hunt. Corrade automates this task by rezzing items at given coordinates, allowing the items to take items from Corrade and then, when requested, Corrade teleports to all the coordinates and de-rezzes (deletes) the in-world items.
In order for this script to work, the following set of conditions must be satisfied:
- Corrade should be allowed to rez on the land where the items are supposed to be rezzed.
Additionally, the following notifications must be enabled for the configured group:
- permission
and the following permissions:
- inventory
- movement
- notifications
- economy
- interact
Note that since the hunt system requires Corrade (the bot) to rez the hunt item (the one that will give the money to avatars), Corrade will need to have sufficient funds in its account to be able to pay out the sum once an avatar finds the hunt item.
The project also contains a coin-bag from the Wizardry and Steamworks Zero store set to L$1 payout once the avatar touches the item.
The script is created by Wizardry and Steamworks as an example script for creating an automated hunt system using Corrade. You are free to use this script with Corrade on any grid provided you abide by the GNU/GPLv3 license (https://www.gnu.org/copyleft/gpl.html).
For more information on the Corrade bot and how to get it to run, please see the documentation at:
http://grimore.org/secondlife/scripted_agents/corrade
which also includes Corrade's API.
The project page for the automated hunt system is located at:
http://grimore.org/secondlife/scripted_agents/corrade/projects/in_world/automated_hunt_system
along with a video demonstration.
For further help feel free to join our Discord: https://discord.gg/k9kyDsa
View Video »