-
Posts
4,798 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
you need to set purchase prices in the config
-
Changed Status from Pending to Closed
-
heya. it is 0 to 100 so set it to 50 that overrides convert options when set above 0
-
haha yeah
-
it's added in the update too np
-
ok think I found the issue. add this on line 2794 and it should fix it if (priv.IsKilled() || building == null || building.decayEntities.IsNullOrEmpty()) { _skipped++; yield break; } it will look like this when you're done
-
it is realistic. lockers are specially coded to self equip with kits. kits is what you would typically find in a locker. I can make it divide but I don't see the point. if lockers are to hold kits then those kits shouldn't be in boxes. that's the logic anyway. spreading the loot out into multiple boxes is ideal but takes away from that realism I can add it I'd you want
-
hi no. only specific items can go into the locker and lockers do not work with divide loot option.
-
ok will check it out when I get home
-
- 572 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
- 572 comments
-
- 2
-
-
- #rust
- #rust plugin
- (and 6 more)
-
it's planned but there's no way to currently do this. there are far too many issues to resolve before it can be implemented because the event can overlap other bases if players build too closely. those overlapped bases won't be raidable, but it is difficult to determine who should be ejected. in the next update there is a new option to prevent players from looting anything in the abandoned bases, and I will likely add a second Eject Enemies option to remove players when they step on a foundation unless I can find an elegant solution to eject them when they enter the dome instead. either way, it will serve the same purpose and be just as effective.
- 572 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
hi, this is planned
-
@Tomato_Jesus Do Not Destroy Base When Despawn Timer Expires Do Not Destroy Manually Converted Base When Despawn Timer Expires Conversions Before Destroying Base (fixed in next update) sar cancel - requires abandonedbases.convert and abandonedbases.convert.cancel - allows the user to cancel the event, optionally requiring it be looted and/or requiring a configured amount of time before the command can be used sar claim - requires abandonedbases.convert and abandonedbases.convert.claim - allows the user to cancel the event, take over the base and become the owner. optionally requires them to have looted the base first. this does not unlock key locks but will next update. those will prevent the base from despawning and will allow it to be converted again @Robert Stevens Abandoned Bases If you enable Abandoned Bases in the integration config, then bases that are labeled as Abandoned will not receive raid protection. quote from the Raid Protection plugin. otherwise no, abandoned bases does not look at how much protection the base has from that plugin. I don't see a reason to use both plugins, but if you want then I can add support for it anyway. mine works strictly on how long since the players of the base have been offline before it considers the base to be abandoned.
- 572 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
hi @Blackbird that isn't possible Time To Wait Between Spawns will wait the configured time between spawns but this does not start when a base is raided. it starts after the first base has spawned. so if you configure 10 easy bases to spawn and set this to 60 then all 10 easy bases will take 600 seconds or 10 minutes to spawn. Maintained Events will keep a specific number of bases spawned at all times limited by Max Amount Allowed To Automatically Spawn Per Difficulty. Scheduled Events will spawn a specific number of bases on a schedule that is limited by Max Amount Allowed To Automatically Spawn Per Difficulty too. if this time elapses and this max limit has been reached then it will wait until a base despawns.
-
economics is but serverrewards must have a whole number
-
hi, looks like you need to change 300.0 to 300 its around line 283