Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. yes
  3. Rusty Hook

    Corpses despawning

    I will try this. Thank you for addressing this again.
  4. yes, sorry, I forgot to come back here and say that it was working then next morning (after restart).
  5. Yesterday
  6. Watcher

    small backpack

    ?
  7. Teastick

    Animal Farm

    is their anyway we can modify what food they eat? i wanna feed the crocodiles human meat
  8. imthenewguy

    Ui

    Are you able to grab a short video of the problem? It's hard to visualize where it's failing without seeing it. Also are there any console errors? Also what version are you using?
  9. FlexOG

    Heli Signal Issues

    nah i have sorted it out as it was another plugin causeing the issues but thank for checking mate, its all working now
  10. Is there a way to make this black box behind the XP Bonus/Time Left wider? I would like it to cover those items so that it is more clear. Been messing with it but can't seem to get it. Is there a way or can this be added somehow?
  11. Noticed for the single plant pot, the one that looks like a clay pot in real life, doesn't allow for automation. When trying to connect to the storage adapter it says pipe is blocked. Is there a chance to have the storage adapter auto attach or be placed manually in a different location?
  12. xlr8tednergy

    Satellite Crates

    The specialty crates from the satallite crash arent available in this. Or am i missing something?
  13. T-Nuts

    recycler not outputting

    Any updates?
  14. aimacak

    Corpses despawning

    So yeah, sorry, first case was wrong.. you need using this (true -> null) : private object CanCustomAnimalSpawnCorpse(BaseAnimalNPC animal) { if (Controller.Receiver == null || animal == null) return null; if (Controller.Receiver.KillAnimal(animal)) return null; else return null; } or just fully comment method: /* private object CanCustomAnimalSpawnCorpse(BaseAnimalNPC animal) { if (Controller.Receiver == null || animal == null) return null; if (Controller.Receiver.KillAnimal(animal)) return true; else return null; } */
  15. I see ill turn on divide loot again and just increase the amount of items to spawn. For example, If it used to be at 30 for easy, then making it higher would mean more loot in all large would boxes correct?
  16. Hello, great plugin! Please add the option to grant people the ability to level up to a certain level via additional permissions. Right now, you either have leveling or you don’t. I’d like to add the option for everyone to be able to level up all stats up to x2, and then only with VIP privileges — for example, x3.
  17. Teastick

    Raidable Bases

    thanks i knew it was something like that but when i checked the plugin page it doesnt list it anymore as a command
  18. heya, no, this is not supported nor how the plugin works. it can work similar to that, but not exactly. if you turn off divide loot then no loot can be divided into the containers; which is why you see it clumped up. ensure there is sufficient loot in your loot tables set Amount Of Items To Spawn to a realistic amount that can be divided into the boxes, including any from Additional Containers To Include As Boxes. Allow Duplicate Items will not work when set to false if you do not have sufficient loot to meet the required amount from Amount Of Items To Spawn. if you require 300 items and have 100 items in your loot table then you will get exactly 100 items with Allow Duplicate Items set to false. the plugin can divide loot into other containers first, prioritizing cupboard -> BBQ -> furnaces -> fridges -> weapon racks -> lockers depending on which is enabled. tool cupboard: Move Resources Into Tool Cupboard / Resources Not Moved To Cupboards BBQ and fridges: Move Food Into BBQ Or Fridge / Blacklist For BBQ And Fridge (with fake items as example) Furnaces: Move Cookables Into Ovens, and can optionally add starting fuel with Furnace Starting Fuel weapon racks: Move Weapons Onto Weapon Racks / Divide Weapon Rack Loot When Enabled lockers; Move Items Into Lockers / Divide Locker Loot When Enabled I don't really want to add a configurable limit with how many items go into each box when the above exists already and would only serve to conflate the amount. I advise using the loot table editor, ensuring you have sufficient items, using Allow Duplicate Items set to true when there are not sufficient items, and ensuring a realistic amount is set with Amount Of Items To Spawn. this will allow you to get near your required 18 per box. https://codefling.com/tools/raidable-bases-boats-loot-editor
    Excellent plugin from a user-requested feature for us.
  19. Hey, I was wondering if you could tell me how I would go about making it so that EACH large wood box in a hard raid will spawn 18 items in it. So far I turned of the divide loot into all containers option and set the amount of items to spawn to 18. Upon reloading the plugin, I came across a large would box with 17 items, then all other boxes had nothing in them. I will include some of my config for hard base so you can take a look: "Profile Enabled": true, "Maximum Land Level": 2.5, "Allow Players To Use MLRS": true, "Allow Third-Party Npc Explosive Damage To Bases": false, "Door Controller Requires Power Source": true, "Add Code Lock To Unlocked Or KeyLocked Doors": true, "Add Key Lock To Unlocked Or CodeLocked Doors": false, "Add Code Lock To Tool Cupboards": true, "Add Key Lock To Tool Cupboards": false, "Add Code Lock To Boxes": true, "Add Key Lock To Boxes": false, "Add Code Lock To Lockers": true, "Add Key Lock To Lockers": false, "Close Open Doors With No Door Controller Installed": true, "Allow Duplicate Items": false, "Allow Players To Pickup Deployables": false, "Allow Players To Deploy A Cupboard": false, "Allow Players To Deploy Barricades": true, "Allow PVP": true, "Allow Self Damage": true, "Allow Friendly Fire (Teams)": true, "Check Lower Probability Once Per Loot Item": false, "Amount Of Items To Spawn For Buyable Events (0 = Use Default Value)": 0, "Minimum Amount Of Items To Spawn (0 = Use Max Value)": 0, "Amount Of Items To Spawn": 18, <----- edited to 18 by me "Amount Of Items To Spawn Increased By Item Splits": false, "Use Primitive Loot From The Current Era": false, "Flame Turret Health": 300.0, "Items Always Take Condition Loss And Cannot Be Repaired": true, "Block Damage To Players From Player Turrets Deployed Outside Of The Dome": false, "Block Damage Outside Of The Dome To Players Inside": false, "Block Damage Outside Of The Dome To Bases Inside": false, "Block Damage Inside From Npcs To Players Outside": false, "Building Blocks Are Immune To Damage": false, "Building Blocks Are Immune To Damage (Twig Only)": false, "Turrets Can Hurt Event Twig": false, "Boxes Are Invulnerable": false, "Boxes Are Invulnerable Until Cupboard Is Destroyed": false, "Spawn Silently (No Notifcation, No Dome, No Map Marker)": false, "Hide Despawn Time On Map Marker (PVP)": false, "Hide Despawn Time On Map Marker (PVE)": false, "Use Simple Messaging": false, "Despawn Dropped Loot Bags From Raid Boxes When Base Despawns": false, "Despawn Dropped Loot Bags From Npc When Base Despawns": false, "Protect Loot Bags From Raid Boxes For X Seconds After Base Despawns": 0.0, "Divide Loot Into All Containers": false, <------ was originally set to true, I set it to false "Drop Tool Cupboard Loot After Raid Is Completed": false, "Drop Container Loot X Seconds After It Is Looted": 60.0, "Drop Container Loot Applies Only To Boxes And Cupboards": true, "Create Dome Around Event Using Spheres (0 = disabled, recommended = 5)": 5, "Empty All Containers Before Spawning Loot": false, "Empty All Containers (Exclusions)": [ "xmas_tree.deployed", "xmas_tree_a.deployed"
  20. nivex

    Raidable Bases

    @Teastick hi, you said remove so I gave you the command to remove a base from the profiles if instead you want to despawn a base then the command is /rbe despawn certain restrictions apply; bypass with noclip or vanish when blocked. you need to be within range of the base
    What a BadA$$ leaderboard system! its really got my players involved in competing against each other and watching the score. Love all the features this comes with like the heat map and discord integrations would 100% recommend
  21. It probably detects the version from the plugin file itself, not from your config edit. Send me the plugin file you are using so i can check.
  22. Her_Toxic_Man

    Sam Site

    As I said, I removed them in the editor, but unfortunately, they still appear. He is using the map, though—and my green beams are gone because I removed them too—so I don't understand why they are still showing up. Does the map perhaps need to be wiped?
  23. Changed Status from Work in Progress to No Response
  24. realedwin

    protect people

    Changed Status from Pending to Closed
  1. Load more activity

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.9m
Total downloads
Customers
11.9k
Customers served
Files Sold
168.5k
Total sales
Payments
3.7m
Processed total
×
×
  • 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.