-
Posts
3,679 -
Joined
-
Last visited
-
Days Won
208
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Steenamaroo
-
Server Hud stopped adding Server Rewards
Steenamaroo replied to killswitchzero's question in Support
Hi, Are you using RustRewards to let your players earn ServerRewards currency? If so, are you seeing any relevant console errors in your log? Are players getting notifications (from RustRewards) that they've earned SR for various tasks, if you have that enabled? Is the RustRewards config set as follows? "UseScrap": false, "UseEconomics": false, "UseServerRewards": true -
Hi, Are you seeing a compile error or something? The current version definitely compiles just fine so I'd recommend deleting BotReSpawn.cs from your server and from your downloads folder, then re-download from Codefling and copy to the server /plugins folder. Watch the console whilst doing this. If any error is thrown when you copy the plugin over, please copy and paste or screen shot it here.
-
- 447 comments
-
- #statistics
- #leaderboard
- (and 12 more)
-
Hi, The advice would have been to ensure that nav_wait is true. If it's false then the server starts up fully before navmesh generation is complete, so then there's nowhere for the npcs to spawn at first. It wouldn't apply to any profiles where Stationary is set true, as those npcs don't move and don't need navmesh.
-
That's how it used to be in BotSpawn but it often raised eyebrows - People didn't understand why they couldn't hurt the npcs with melee. I think your first suggestion makes the most sense, making the npcs ignore completely unless you actually hurt them. I'd probably just add PeaceKeeper_Follows_Hostility : true/false, with the default true so, by default, nothing changes, then if you set that to false it would work based on whether you've hurt the npc or not.
