-
Posts
5,925 -
Joined
-
Last visited
-
Days Won
199
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
@oldmenrust heya, if players cannot repair items then disable Block Plugins Which Prevent Item Durability Loss by setting it to false in each profile under oxide/data/RaidableBases/Profiles/ helicopters do get bounced into the stratosphere. it will be fixed in next update. you can set Eject Mounts -> Minicopter to false (as well as AttackHelicopter and ScrapTransportHelicopter) but it will still happen if the player tries to circumvent some other setting when mounted to one of those mounts if you want to fix it now you can edit the RaidableBases.cs plugin file and change on line 10072: float forceMultiplier = vehicle is GroundVehicle || vehicle is BasicCar ? 1f : vehicle is BaseSubmarine ? 1.25f : 15f; to float forceMultiplier = vehicle switch { BaseHelicopter => 2.5f, GroundVehicle or BasicCar => 1f, BaseSubmarine => 1.25f, RidableHorse => 3f, Tugboat or BaseBoat or _ => 15f };
-
@Oldbtchsgaming you can use the height setting per base in the profiles, but really the base should be recopied from the proper height and use /paste to verify. half of the foundation should be exposed above ground. you could simply edit the copypaste file itself and change the height there. height setting in profile, this should be used as a last resort. height setting in a copypaste file: this should only be used if you cannot get it to /copy properly
-
I think I've fixed the issue with "Status UI" and "Ladders" not working, but awaiting further testing to verify before I release an update. just have your players re-enter the event a second time after they die. in addition to the next update: I've added a new option to set how many hours after a wipe each difficulty level can spawn. For example, you could set Nightmare difficulty to 72 hours, so Nightmare raids won't spawn until 72 hours have passed after a wipe. This option is available separately for Scheduled and Maintained Events. For Buyable Events, there's added flexibility for VIP groups and permissions. For instance, if Nightmare is set to 72 hours, you could set a VIP permission to 48 hours and another VIP group to 24 hours. A player with the 24-hour VIP group would be able to purchase a Nightmare event after 24 hours instead of waiting the full 72. Note that these restrictions apply only to the spawning of events, not entering them.
-
@Todays Ambitions yes, if Amount Of Items To Spawn is less than the total amount of loot items in your loot tables then it will pick from them randomly. typically you would put such items that you always want to spawn in the Base Loot table and enable Always Spawn Base Loot Table in the profiles. then allow everything else (Difficulty Loot) to spawn randomly.
-
@fullwiped heya 1. sure, I can add the option to delay spawning after a wipe 2. it's intentionally not allowed for anyone to build a foundation onto the base due to exploits where players would extend the foundations from the base to outside of the bubble to bypass other restrictions. @ChardaZAR odd that "shortname" was null. are you mistaking that with "name" ? not sure how "shortname" would be null, but "name" should be unless you have a specific custom item that you're adding btw, if you want base loot to always spawn then you can enable Always Spawn Base Loot Table in the profiles. otherwise it will be picked randomly with Difficulty Loot. that is the purpose of base loot (to spawn with a specific profile, always, or randomly, depending on that option) I suggest using this to edit your loot tables, https://codefling.com/tools/raidable-bases-loot-table-editor Destroying The Cupboard Completes The Raid is in the config. you can set it false if you don't want the event to end when it's destroyed/looted.
-
@vanzylquintin42 heya. it's likely another plugin blocking it. otherwise, there are very few options that would do that. Block Damage From Outside To Base (true by default) Cooldown Between Events Blocks Base Damage (true by default) Cooldown Between Events (3600 by default) otherwise it's another plugin. TruePVE requires no modification. AB will override that plugin.
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)