i have the rust kits from killyou, but it doesnt seem to work with guarded crate, or maybe im doing something wrong?
ive set kit option to true and added the name in between these characters [ ]
i noticed the ''custom kit''name tho, do i need to have custom auto kits from arainrr?
How to make it work with kitsSolved
No you just use a created kit from "kits" plugin , Here is a config for one of the four guarded crates i use
{
"EventDuration (duration the event will be active for)":1300.0,
"EventName (event name)": "Hard Level",
"AutoHack (enables auto hacking of crates when an event is finished)": true,
"AutoHackSeconds (countdown for crate to unlock in seconds)": 60.0,
"UseKits (use custom kits plugin)": true,
"Kits (custom kits)": ["cratespecial"],
"NpcName (custom name)": "Hard Crate Guard",
"NpcCount (number of guards to spawn)": 5,
"NpcHealth (health guards spawn with)": 150.0,
"NpcRadius (max distance guards will roam)": 35.0,
"NpcAggression (max aggression distance guards will target)": 170.0,
"MarkerColor (marker color)": "#3060d9",
"MarkerBorderColor (marker border color)": "#000000",
"MarkerOpacity (marker opacity)": 0.9,
"UseLoot (use custom loot table)": true,
"MaxLootItems (max items to spawn in crate)": 13,
"CustomLoot (items to spawn in crate)": [
{
"Shortname": "rifle.ak",
"MinAmount": 1,
"MaxAmount": 1
},
{
"Shortname": "cctv.camera",
"MinAmount": 1,
"MaxAmount": 2
},
{
"Shortname": "rifle.lr300",
"MinAmount": 1,
"MaxAmount": 1
},
{
"Shortname": "rifle.bolt",
"MinAmount": 1,
"MaxAmount": 1
},
{
"Shortname": "rifle.l96",
"MinAmount": 1,
"MaxAmount": 1
},
{
"Shortname": "lmg.m249",
"MinAmount": 1,
"MaxAmount": 1
},
{
"Shortname": "explosive.timed",
"MinAmount": 5,
"MaxAmount": 10
},
{
"Shortname": "autoturret",
"MinAmount": 1,
"MaxAmount": 2
},
{
"Shortname": "metal.fragments",
"MinAmount": 1000,
"MaxAmount": 6000
},
{
"Shortname": "hq.metal.ore",
"MinAmount": 500,
"MaxAmount": 2000
},
{
"Shortname": "supply.signal",
"MinAmount": 1,
"MaxAmount": 1
},
{
"Shortname": "targeting.computer",
"MinAmount": 1,
"MaxAmount": 2
}
]
},
ah i see, i didnt do the quotation marks, will deffo try again after work. thx pookins
Merged post
if i setup kit for elite and i give them m2, will they drop m2 also when they die? i like some challenge, but if thats the case my players will exploit and farm boxes of m2
FunkyNugget
ah i see, i didnt do the quotation marks, will deffo try again after work. thx pookins
Merged post
if i setup kit for elite and i give them m2, will they drop m2 also when they die? i like some challenge, but if thats the case my players will exploit and farm boxes of m2
Mine dont have any lootable weapons or clothing ,
works like a charm, gave my easy guards easter bunny suit with ears and a snowballgun, hillarious!
thx again pookins
Locked automatically