-
Posts
4,322 -
Joined
-
Last visited
-
Days Won
54
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
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]" },
-
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
-
- 187 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with:
-
Changed Status from Pending to Closed
-
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.
-
- 31 comments
-
- 1
-
-
- #chat
- #better chat
-
(and 4 more)
Tagged with:
-
- 1,412 comments
-
- #leveling
- #progression
- (and 19 more)
-
- 265 comments
-
- 1
-
-
- #enhanced
- #custom loot
-
(and 7 more)
Tagged with:
-
Yeah can do that. Made one for another plugin so can add that in.
-
Will fix next release
-
Hmm ok ill take a look
-
That is how it should be behaving. Are they tied for first?
-
Missing a rank symbol next to the bar
imthenewguy replied to Her_Toxic_Man's Support Request in Support
Changed Status from Pending to Closed -
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]"
-
Missing a rank symbol next to the bar
imthenewguy replied to Her_Toxic_Man's Support Request in Support
I assume you mean the xp bar. If so then yes I can do add that to the next release. -
What messages are you talking about? Paste me exactly what the default sentences say and what you are trying to replace them with.
-
- 215 comments
-
- 1
-
-
Will add to next release
- 1 reply
-
- 1
-
-
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
-
Unload the plugin. Go into oxide/data/ Delete CollectionLogProto.data Start the plugin.
- 1 reply
-
- 1
-
-
Changed Status from Pending to Closed
-
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.
-
- 84 comments
-
- #vip
- #monetization
-
(and 2 more)
Tagged with:
