Showcase
Watch the demonstration video : FiveM Script | DAYZ/TARKOV LOOT+ [QBX] | Jakers
Introduction
Features
Security
Configuration Examples
barrel = {
OBJ_open = `prop_barrel_open`,
OBJ_closed = `prop_barrel_closed`,
BuryOffset = -1.41,
SpawnLocationKey = 'barrel',
StashesToSpawn = 8,
StashLabel = 'Buried Stash',
StashSlots = 8,
StashMaxWeight = 80000,
FilledSlots = { 3, 8 },
VisualSpawnDistance = 100.0,
OpenRadius = 2.0,
TargetDistance = 1.5,
TargetRadius = 1.5,
RequiredItem = 'lockpick',
OpenDuration = 2000,
OpenLabel = 'Prying open...',
SkillCheck = {
Enabled = true,
Difficulty = 'hard',
Keys = { 'w', 'a', 's', 'd' }, -- Complex skill check
},
OpenAnimation = {
dict = 'anim@amb@clubhouse@tutorial@bkr_tut_ig3@',
clip = 'machinic_loop_mechandplayer',
flag = 1
},
SpawnLogic = {
CleanOnStop = true,
RefreshOnStart = true,
RefreshTimer = 2,
},
LootGuaranteed = {
{ name = 'bandage', count = { 1, 3 } },
{ name = 'water', count = { 2, 5 } },
},
LootTable = {
{ name = 'lockpick', count = { 1, 2 }, chance = 0.35 },
{ name = 'phone', count = 1, chance = 0.10 },
{ name = 'money', count = { 100, 500 }, chance = 0.50 },
{ name = 'weapon_knife', count = 1, chance = 0.05 },
{ name = 'ammo-9', count = { 10, 30 }, chance = 0.25 },
}
},
Dependencies
Installation
Support
Join our Discord community for support, regular updates and to request new features.
discord.gg/jakersuk