This resource gives you the possibility to quickly create farm tasks to have a chance to get some rewards.
Links:
Features:
- Create an infinity of tasks
- Give rewards
- Jobs and items restrictions
- Blips
- Possible animation
- Probabilities of earning
- Cooldown
- And more…
|
|
Code is accessible |
No |
Subscription-based |
No |
Lines (approximately) |
360 |
Requirements |
uiprompt, vorp_progressbar |
Support |
Yes |
Patchnote N°1
- Added
attachSocket
to Config.tasks[taskName]
– Socket name to attach the object
- Added
attachOffset
to Config.tasks[taskName]
– Object relative position
- Added
attachRotation
to Config.tasks[taskName]
– Object relative rotation
- Changed
boolean
value to integer
for Config.tasks[taskName].jobs
– Job name with the minimum grade required
Sample
objectHash = `p_pitchfork01x`,
attachSocket = "SKEL_R_HAND",
attachOffset = vector3(0.06, -0.06, -0.03),
attachRotation = vector3(270.0, 165.0, 17.0),
jobs = {
["oilfarmer"] = 0,
},