=====================
Hunting Bundle
=====================
Get the hunting function + butcher and trapper shops in this bundle !
This bundle doesn't include the hunting wagon system ! If you want the hunting wagon this would be the resource : https://sire-vlc-scripts.tebex.io/package/6230128
https://www.youtube.com/watch?v=8LbD1IJpXpg
The hunting script will allow you to get animal parts when skinning the animal. Then you'll be able to sell the pelts, carcasses and meats at the butcher. To sell legendary animals pelts, carcasses and all other animal parts these can be sold to the trapper. These are intended to work with ambient redm animal population and the legendary script https://sire-vlc-scripts.tebex.io/package/6387112 . Please note that fishes aren't supported in the script as these are not land animals.
If you're using animals that are spawned through custom scripts we can't guarantee this bundle to work (as the animal ped might be spawned with missing properties preventing animal or hunting related natives to work).
Configure all the items, rewards, shops, butcher and trapper peds. You also have discord webhooks in the config to display logs upon selling pelts, carcasses and animal parts.
There's an optional built-in hunter role xp reward system that will give you money and item rewards when you go through the levels after gaining xp from selling animal parts at the butcher and trapper.
/!\ If you’re using a stable script other than mine, please keep in mind that I can’t guarantee the sell pelt from horse feature at the butcher will work correctly. This is especially true if your setup already includes a custom or built-in pelt management system. Same goes for the hunting cart, the only scripts to work with these functions that we can guarantee are Sire VLC horses and Sire VLC hunting wagon. /!\
You can disable this option directly from the menu via the config.lua if needed.
In general, make sure the horse is registered by the game as a “saddle horse” using the native SetPedAsSaddleHorseForPlayer. This native is what links the player to their horse and allows the script to properly detect it.
If this is not the case, a possible workaround is to manually apply the native client side.
local PlayerHorse
RegisterCommand('saddlehorse', function(source, args, rawCommand)
if Citizen.InvokeNative(0x460BC76A0E10655E,PlayerPedId()) then --IS_PED_ON_MOUNT ?
PlayerHorse = GetMount(PlayerPedId())
Citizen.InvokeNative(0xD2CB0FB0FDCB473D, GetPlayerIndex(), PlayerHorse) -- saddlehorse
end
end)
Only mp legendaries will be detected not story legendaries
=====================
Installation
=====================
1) Make sure that your keymaster account is linked to your server https://keymaster.fivem.net/asset-grants
2) Download the ressources from the keymaster granted assets page and sire_menu + zip folder containing the images for the menu from the email that tebex sent you.
You can also download the menu and the images pack from my discord files section.
3) Put sirevlc_notifications, sirevlc_butcher, sirevlc_hunting_script and sire_menu folders into your server ressources
4) In server.cfg or resources.cfg add these lines:
ensure sire_menu
ensure sirevlc_notifications
ensure sirevlc_hunting_script
ensure sirevlc_butcher
The order is very important since sire_menu always must be above my resources !
5) Extract the images from the .zip image folder into :
sire_menu>html>items
6) The sirevlc_hunting_script has a built-in hunter role xp with automatic rewards. If you want to use it import the sirevlc_hunter_role.sql into your server database otherwise there's no need to import it. In that case make sure that
Config.RoleXpEnabled is disabled in the sirevlc_butcher config.lua.
7) Make sure to enable your framework in the config.lua from sirevlc_butcher, sirevlc_hunting_script and also that you set the roles restrictions if you want them enabled.
8) Check the default item list sent to you by email from tebex and add it to your inventory script or inventory database table.
========================
--REQUIREMENTS--
========================
x-REDEMRP/VORP/RSG frameworks
x-sire_menu
x-oxmysql
x-sirevlc_notifications (provided with resource)
Join the discord to get the latest news, discounts and much more ! (Find the link on the main page of this tebex)
All files are encrypted except the config
Purchase Policy :
Every purchase is a definitive purchase, no refunds