Jump to content

1 Screenshot

  • 832k
  • 7.2k
  • 52.51 kB

Recommended Comments



  • Administrator

They work just the same as any other container type, or corpse type, listed in the config.
You just set a loottable name for the loottable you want to use for any given container, then CustomLoot will create a data file (loot table) of that name in the data folder, which you can tailor.

Link to comment
Share on other sites
6 minutes ago, Steenamaroo said:

They work just the same as any other container type, or corpse type, listed in the config.
You just set a loottable name for the loottable you want to use for any given container, then CustomLoot will create a data file (loot table) of that name in the data folder, which you can tailor.

I am too new.
May you teach meto set it?

Link to comment
Share on other sites

Hi there ! Is there a possibility to create loot tables for the zombies from ZombieHorde ?

They are specified like this :
 

"LoadoutID": "loadout-0",

        "Potential names for zombies using this loadout (chosen at random)": [

          "Zombie"

This would be really cool 🙂

Link to comment
Share on other sites
32 minutes ago, RustLover said:

How to set custom loot?
How do it work?

did you read plugin description and documentation ?

Link to comment
Share on other sites
22 hours ago, pookins said:

did you read plugin description and documentation ?

Sure.

How to custom airdrop,Helicaptor crate?
How to make it work?

  • Sad 1
Link to comment
Share on other sites
1 hour ago, RustLover said:

Sure.

How to custom airdrop,Helicaptor crate?
How to make it work?

 

Container Types

bradley_crate

heli_crate

supply_drop

dm ammo

dm c4

dm construction resources

dm construction tools

dm food

dm medical

dm res

dm tier1 lootbox

dm tier2 lootbox

dm tier3 lootbox

loot_barrel_1

loot_barrel_2 

loot-barrel-1

loot-barrel-2

oil_barrel

codelockedhackablecrate

crate_basic

crate_elite

crate_mine

crate_normal

crate_normal_2

crate_normal_2_food

crate_normal_2_medical

crate_tools

crate_underwater_advanced

crate_underwater_basic

foodbox

minecart

trash-pile-1

...There may be more, as the plugin automatically adds new ones as they appear in-game.

Options per type:

"enabled": true/false (governs corpse loot-giving)

"lootTable": "default"

"minItems": 6

"maxItems": 6

"gunsWithAmmo": true/false

"noGuns": true/false

"MaxBps": 3

"WaterPreFillPercent": 20

"ClearContainerFirst": true/fals

Link to comment
Share on other sites

Hiya Steeno,

I was wondering is its possible to an option to let scrap spawn 100% of the time for certain loot containers.

Lets take a barrel for example:
You set it min 2 max 3 items,
I wanna make sure scrap wil drop no matter what.
Then for the remaining 1-2 items it will refer to the probability table

Link to comment
Share on other sites

You want that level of customization you need AlphaLoot or LootTable. Best 2 I've seen for loot configs.

Link to comment
Share on other sites
1 minute ago, domleg said:

You want that level of customization you need AlphaLoot or LootTable. Best 2 I've seen for loot configs.

Issue with that is that his other plugin (botrespawn) does not support other loot plugins. Then im stuck with 2 loot plugins if i wanna setup loot tables for the botrespawn bots.

Link to comment
Share on other sites


pretty sure you just make this in the data file for the loottable you edit  
"AlwaysSpawnList": [
    "scrap"
  ],
 

  • Like 1
Link to comment
Share on other sites
  • Administrator
46 minutes ago, Luuxen said:


pretty sure you just make this in the data file for the loottable you edit  
"AlwaysSpawnList": [
    "scrap"
  ],
 

Yup, that's the solution ^.
That will guarantee scrap whilst maintaining your probability based items in addition.

Link to comment
Share on other sites

Hello, the 5.56 ammunition has no name.
As they have no name, they are unusable.
I know that the problem has already been reported, but could this be reviewed as a priority because it is a fairly frequent bug.
Thanks in advance . Cordially

Link to comment
Share on other sites
1 hour ago, Gbutome said:

Hello, the 5.56 ammunition has no name.
As they have no name, they are unusable.
I know that the problem has already been reported, but could this be reviewed as a priority because it is a fairly frequent bug.
Thanks in advance . Cordially

They are ammo for the snow ball gun ^^ you could add your own item icon if you want another than 5.56 icon 🙂 took a while for us to figure out too.

Best regards
Luux

Link to comment
Share on other sites
22 minutes ago, Luuxen said:

They are ammo for the snow ball gun ^^ you could add your own item icon if you want another than 5.56 icon 🙂 took a while for us to figure out too.

Best regards
Luux

Ok ok.  Thanks 

Edited by Gbutome
  • Like 1
Link to comment
Share on other sites
  • Administrator

Hi,
Sort of, yes. If you specify a list of skins for some item then one skin is chosen randomly from that list, so you could put the desired skin in once and put "0" in 9 times.
That would result in the desired skin being chosen approx 10% of the time.

  • Like 1
Link to comment
Share on other sites

Hello! I am looking for something just to make npc loot profiles, not mess with betterloot which I use for the loot table. Does this take over all the loot control? Or can I select it to just do Scientist loot? Thanks.

Link to comment
Share on other sites
  • Moderator
19 minutes ago, Thunderchile said:

Hello! I am looking for something just to make npc loot profiles, not mess with betterloot which I use for the loot table. Does this take over all the loot control? Or can I select it to just do Scientist loot? Thanks.

This replaces BetterLoot.  You might like the author's other plugin if you just want NPCs: https://codefling.com/plugins/npckits

  • Like 1
Link to comment
Share on other sites
  • Administrator
1 hour ago, Thunderchile said:

Hello! I am looking for something just to make npc loot profiles, not mess with betterloot which I use for the loot table. Does this take over all the loot control? Or can I select it to just do Scientist loot? Thanks.

Hi @Thunderchile
You can use CustomLoot for specific containers/barrels/corpses without altering the rest.
If, for example, you wanted to use CustomLoot exclusively for BotReSpawn npcs and leave all your other containers and corpses alone, you could. 👍

  • Like 1
  • Love 1
Link to comment
Share on other sites

Thank you, Steenamaroo for the super fast reply. I just bought JetEvent which sadly does not have an option for leaving some cool gear on the pilot as he is dressed in a blue hazzy. Unlike your CargoPlaneCrash event which is cool, as people can then get a kit and gun from it. So there is an option for Custom Loot which am hoping to be able to create a profile for Pilot then leave a kit on him. Players love that.

 

Anyway, thanks for the fast reply, will try this now though does look a little complicated no doubt I may need to ask a question later if I mess things up, lol. Good day to you, Sir!

Link to comment
Share on other sites
  • Administrator

CustomLoot won't be aware of (have a specific profile for) the npcs from that plugin.
You can see the recognised npc types in CustomLoot page - In terms of npcs from specific plugins it only recognises BotReSpawn + Zombiehorde.

I can see from the JetEvent page that Razor supports CustomLoot  for the heli_crates from JetEvent, though.
Maybe he'd be willing to add the same for its npcs too?

Link to comment
Share on other sites
46 minutes ago, Steenamaroo said:

CustomLoot won't be aware of (have a specific profile for) the npcs from that plugin.
You can see the recognised npc types in CustomLoot page - In terms of npcs from specific plugins it only recognises BotReSpawn + Zombiehorde.

I can see from the JetEvent page that Razor supports CustomLoot  for the heli_crates from JetEvent, though.
Maybe he'd be willing to add the same for its npcs too?

I think he has just added something in an update. Will need to check but maybe the change that was needed. Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 3
  • Love 6

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.8k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.