-
Posts
5,899 -
Joined
-
Last visited
-
Days Won
199
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
just fixed issues where bases would stop respawning, or no longer be available, after some time which required the plugin to be reloaded lots of reasons this can happen so I won't bother explaining them all. namely profiles which don't work on the map you're currently using, and busted forced height settings can cause it too.
-
@Nikedemoscare to elaborate? edit: nevermind, this can only happen if the player is not inside the bubble and tries to deploy the box into the bubble. so there might be a bug where the plugin isn't detecting him inside, but if he was outside and deployed inside then it will always kill it and that goes for any entity, and is intended
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@QueenLuckyshot heya. on vanilla the auth from TC doesn't protect you from turrets. auth on the turret does. I could add an option that auths the players on the turrets when they take the TC, but I think that takes away from the immersion of the event, not to mention the difficulty of it. also, you're sort of embodying the idea that the player can take over the base when that's not possible. I have no issue adding it, but those are some points to think about.
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
yes, the data file is erased each wipe, Sphere Amount to 0 disables the dome, and deleted means it did not meet the minimum foundation and wall requirements it's your decision what permission you give to default group. abandonedbases.basic is 3 days. that works for the majority of servers but everyone has their own preference. I recommend at least 3 days. skipped means the TC was not found, the building has no entities which decay such as building blocks, or it was too close to another event so it will retry again later. np. lots of improvements in the next update too. @FreeManStars
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
heya, no problem @FreeManStars if you set the despawn to 0 then it can't despawn. so it will keep converting until no TC is left anymore, then it will decay on its own. I don't convert bases that have no TC. you can set the number of conversions, or increase the timer instead and I recommend a higher despawn timer instead attack a base with abandonedbases.attack and abandonedbases.attack.time permission and it will tell you the time. if you did not install the plugin soon enough then it will not be accurate for any players that were online prior to the plugin being installed. the plugin won't know the last time someone was on if it was not installed when they were last online. so it will never convert their base. you should install it with a wipe so this doesn't happen. yes midnight to noon and noon to midnight
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
@FreeManStars abandonedbases.basic permission is 3 days then it becomes raidable - give a player this permission or another from the config file - higher lifetime takes priority - so if a player has basic and vip perms then vip takes priority by default it will not automatically convert any bases unless you configure - Run Once On Server Startup - Run Every X Seconds (do not set less than 3600) - you can run a scan manually with sab command once Despawn Timer expires the base will be deleted/despawned. you can set Despawn Timer to 0 to disable this, but then the base won't be deleted. if someone destroys the TC then the base won't be converted a second time. it will simply decay and no one will be able to raid it again once the plugin is reloaded/server restarts.
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
@Aussie4life you would need to use rbe debug command when this happens. sounds like a bad copypaste file @Raiven_007 if you try to use the command before the plugin loads then it will say that. if you are using it afterwards and it says that then that then the base is not configured or the copypaste file doesn't exist. you can use the rb.config list command to see what files don't exist, and what you do have configured instead thank you @Gold Mysteriousand @mark bergervoet
-
@KayKay nah, it's a game bug. i've reported it to Facepunch and gave them the fix but it hasn't been applied yet. the bug makes no difference on a vanilla server since all damage is allowed there so there's no priority for them to fix it. the bug is that the initiator of the fire is not set to the player. no initiator means the damage is ignored by RaidableBases. if it doesn't know where the damage came from then it's impossible for it to allow or block it so it gets ignored. if it gets ignored then TruePVE handles it, and it will block the damage because it doesn't kn ow either. if it allowed the damage then players could raid and kill everyone on the server with fire, and rules/flags wouldn't do anything. I wrote a harmony fix for it (inside of a Carbon/Oxide plugin), but honestly players should just use fire that works. ServerProjectileHitFix.cs
