Jump to content

imthenewguy

Curator
  • Posts

    4,322
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. In the RaidableBases loot table you can add the "text" field that handles the ItemPerks items. The formatting is: { "shortname": "rifle.ak", "name": "enhanced assault rifle", "blueprint": false, "skin": 0, "amount": 1, "amountMin": 1, "probability": 1.0, "stacksize": -1. "text": "[FlakJacket 1.0]" },
  2. imthenewguy

    Conflig with BetterLoot

    BetterLoot doesn't support the item.text field, which is a requirement for a loot plugin to handle the drops. Plugins like AlphaLoot do. You don't need it though, as you can configure the drop rates directly in the ItemPerks plugin to add them to the container on loot. "Chance for a player to receive an enhanced item when looting a container [out of 100]": { "crate_normal_2": 6.0, "crate_normal": 10.0, "crate_elite": 90.0, "crate_underwater_basic": 10.0, "crate_underwater_advanced": 20.0, "heli_crate": 15.0, "bradley_crate": 15.0, "codelockedhackablecrate": 30.0, "codelockedhackablecrate_oilrig": 40.0, "crate_tools": 3.0, "loot-barrel-1": 2.0, "loot_barrel_1": 2.0, "loot-barrel-2": 4.0, "loot_barrel_2": 4.0 }, Rust 2025-10-27 19-35-45.mp4
  3. Explain to me how it doesn't work with RaidableBases, betterLoot, Restore upon death?
  4. imthenewguy

    other players

    Changed Status from Pending to Closed
  5. imthenewguy

    other players

    I just tested on my server. I selected single stone grave and it is only spawning that for me when I kill something. The settings are for individual players. Your settings will only affect you. If you want to disable them for everyone, set enabled: false for each effect in config that you do not want to include.
  6. Send me a DM with what's required to get it working and I'll look at adding it.
  7. The developer needs to persist the item.name field for EpicLoot and item.text field for ItemPerks or the items break.
  8. imthenewguy

    Killfeed

    Yeah can do that. Made one for another plugin so can add that in.
  9. imthenewguy

    Wolf2 dont work

    Will fix next release
  10. imthenewguy

    costume

    Hmm ok ill take a look
  11. imthenewguy

    costume

    That is how it should be behaving. Are they tied for first?
  12. Changed Status from Pending to Closed
  13. imthenewguy

    Gun Game

    No plans to add podium spots, but there is already options to reward players based on milestones, "Score per roll [5 = for every 5 score, the player receives a roll on the table]"
  14. I assume you mean the xp bar. If so then yes I can do add that to the next release.
  15. imthenewguy

    Text messages

    What messages are you talking about? Paste me exactly what the default sentences say and what you are trying to replace them with.
  16. Will add to next release
  17. Rule of thumb: if you cant spawn it with the spawn command in console, it wont work in the plugin. Lmk if you find any good ones.
  18. Yeah I made a mistake with the version number when I pushed the update. It is 1.0.8, it just shows as 1.0.7. /* 1.0.8 * Fixed an issue with permissions being checked each time a group received a new permission. */ namespace Oxide.Plugins { [Info("Hardy Planters", "imthenewguy", "1.0.7")] [Description("Planterboxes that require no light or water to grow")] class HardyPlanters : RustPlugin
  19. imthenewguy

    wipe

    Unload the plugin. Go into oxide/data/ Delete CollectionLogProto.data Start the plugin.
  20. Everything that is possible to add for rocks has been added. I believe most spawnable furniture has been added as well.
  21. imthenewguy

    Setup

    Changed Status from Pending to Closed
  22. imthenewguy

    Skill Tree issues

    Your line numbers will be vastly different to others. I recommend changing the command in the other plugin rather than SkillTree, as most know it as /st. If you are set on changing it though, look for the "Chat commands to open the skill tree" config option.
  23. You'd need to build something to handle that.
2.1m

Downloads

Total number of downloads.

9.8k

Customers

Total customers served.

141.8k

Files Sold

Total number of files sold.

3m

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.