-
Posts
3,473 -
Joined
-
Last visited
-
Days Won
203
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Can't open the admin UI shown in the screenshots?
Steenamaroo replied to Bear Grills's Support Request in Support
No worries. -
Can't open the admin UI shown in the screenshots?
Steenamaroo replied to Bear Grills's Support Request in Support
Hi, The Admin button should only be visible to you if you have the permission "playerranks.admin". -
@spencer cleary- I talked to Raul. Looks like it's Carbon specific but he's patched so it won't be an issue in future versions. Thanks for reporting and thanks @Raul-Sorin Sorbanfor addressing it.
-
Could be @Raul-Sorin Sorban Fix your shit.
-
Hi, Someone else reported this but I've had no issue before, or after, wipe. Are you on some non-standard build of Rust Server?
-
Hi, Most likely nav_wait is false. When it's false it means the server doesn't wait for completion of navmesh generation before starting up, so when the server goes live and BotReSpawn starts up, there's no navmesh for the npcs to spawn on. Type nav_wait into server console and if the response if False, do nav_wait True server.writecfg
-
Hey mate. I can sort this no problem. I'll send you an update later today. Thanks for pointing it out.
-
@Butler NM. Yeah. Looks like you're on staging. If you edit the plugin .cs and change protected override void PostSpawnProcess(BaseEntity entity, BaseSpawnPoint spawnPoint) to public override void PostSpawnProcess(BaseEntity entity, BaseSpawnPoint spawnPoint) Hopefully it should work fine. I can do that for you and send, if you need.
-
Ok, thanks for the info. There must be some combination of settings I didn't try that allows this to happen, although there were a few issues relating to event spawns and parachutes, as I've recently made changes allowing events to spawn npcs underground, when the event occurs underground, so it's entirely possible I've fixed this, even though I couldn't replicate it. I'll get you on discord and send you the pre-release copy I have here, if you're up for that.
-
- 195 comments
-
- 1
-
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
NPCs not Attacking each other (Faction/Subfaction)
Steenamaroo replied to Kaho's Support Request in Support
Ah yes, sorry. That's correct ^. Faction and Subfaction of 0 means the profile will not attack any other, or be attacked by any other. Any value higher than 0 is taken as an identifier to determine who the profile should be allies with / enemies of. I should have caught that. Thanks for updating here! -
NPCs not Attacking each other (Faction/Subfaction)
Steenamaroo replied to Kaho's Support Request in Support
It's OK. Don't worry about it. Have you got the global option "Ignore_Factions" set to true by mistake? -
No trouble. Have fun!
-
All BotReSpawn durations are minutes.
-
Thank you. Yeah, if you're an admin/owner (auth level 2) in game, you can use F1 console to issue server commands, or you can use the console window in your server host's panel, or an Rcon application/service. If you have console access via one of those methods, you can reload/unload plugins with o.reload BotReSpawn o.unload BotReSpawn for example. Using an asterisk will carry out the command for all plugins o.reload * This, would reload every plugin on the server. Probably quite rare that you would want to do that. You should only need to reload a plugin if you've made manual changes to their configuration files. With UI controlled plugins like RustRewards and BotReSpawn you shouldn't need to reload the plugin for changes made in UI.
-
No, you'd keep ServerRewards. ServerRewards would be your currency plugin. My RustRewards plugin is just a go-between that can issue ServerRewards for various tasks or actions. RustRewards has no currency of its own so it depends on either ServerRewards or Economics or, alternatively, it can just give out scrap.
-
Hi, BotReSpawn has built in options for additional plugins - XPerience and RustRewards. RustRewards is mine, and free. It's a plugin that lets you give out either ServerRewards, Economics, or Scrap, for carrying out various tasks. If you want to give out ServerRewards currency for killing BotReSpawn npcs, the easiest way is probably to get RustRewards, set "UseServerRewards": true in the config file, then in BotReSpawn UI, per profile, adjust the RustRewardsValue in the Death page. That will let you issue specific amounts of ServerRewards per BotReSpawn npc profile. If you want the exactly the same amount of SR for every npc regardless of profile, ignore BotReSpawn's RustRewardsValue (leave at 0), and, instead, just use the RustRewards UI to set Kills>BotReSpawn value - That's a global alternative.