-
Posts
5,812 -
Joined
-
Last visited
-
Days Won
199
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
thank you guys for the info, this helps a ton when its so informative! @MNfreakTim@Lawnmorr@Rust Admin @Swedish Chef@Rust Adminthe codelock issue is already fixed in 2.4.2 but it will only apply towards new bases. existing codelocks will not be removed. not really an issue for servers that wiped though. search lights shouldn't be an issue as the plugin should kill them before it kills any building blocks. i suppose checking for children entities and killing them before their parent entity would be a permanent fix to this issue. i will investigate that after the performance issue is solved. i believe it's a loop
-
@Covfefedid you see my prior message? I can do your request but need more information from you @MNfreakTim@Lawnmorr did you change the Spawn Settings in the profiles from their default values? I have no suggestions other than to set these back, however it does seem the issue is with finding a spawn point, since you say it occurs when there are multiple bases. the plugin must find spawn points and obviously this becomes more difficult when there are a large amount of bases already spawned and occupying prime spawn points. it can become difficult for the plugin to find a suitable location on the map due to this, and that will create load because it checks continuously. however this does not explain your server freezing. i will check and see if its related, and i will put this method into its own coroutine. note that this will not be in future versions 2.4.3 but 2.4.4 as 2.4.3 will address a few minor issues that are very annoying (such as placement of ladders not working). though if it is related then it may be fixed and in 2.4.3, with the primary coroutine implementation being in 2.4.4
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@CovfefeI looked into changing this message but I see no reference to Raidable Bases in the Death Notes plugin. those messages look to be from Discord. so I'm not sure how without more information if you can provide some @kalinovec2you would need to remove that shortname from the config or replace it with the correct shortname, as Swedish Chef said
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@Covfefewhat is that from? it would need to use my hook OnPlayerExitedRaidableBase and check if they're dead, then use the BaseName variable for the discord messages void OnPlayerExitedRaidableBase(BasePlayer player, Vector3 Location, bool AllowPVP, int mode, string ID, float spawnTime, float despawnTime, float loadTime, ulong ownerid, string BaseName)
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
-
that was very entertaining. well done
-
- 634 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
@bobbybaker82 if (position == Vector3.zero) { return null; } Vector3.zero is 0,0,0 and this plugin does not spawn npcs there. thats where the server sends entities to be destroyed. so you have another plugin interfering. as for code locks, those will be destroyed in next update during server shutdown
-
- 634 comments
-
- 1
-
-
- #rust
- #rust plugin
- (and 6 more)
