-
Posts
3,335 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
Had a few reports about this recently, across a range of updated files. I'm sure @Death is aware but pinging him anyway. Thank you. ðŸ‘
-
Hi, PermissionsManager is largely a front end for the existing oxide commands. oxide.usergroup remove playername/id groupname should be what you're after. Depending what service you're using to provide VIP packages to players, you should be able to add custom commands to remove them from previous groups. You might want to consider removing your player from all existing VIP/special groups, before adding them to the appropriate one, to account for users downgrading.
- 195 comments
-
- #permissions
- #admin
-
(and 7 more)
Tagged with:
-
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, Thank you for the suggestions. I'lll not reply to each of them individually but know that I've seen them all and added them to my list. I'm not saying they'll all be implemented but I'll definitely review them all. Thank you. ðŸ‘
-
My pleasure. ðŸ‘
-
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.
-
Hi, Every profile of npcs has a Respawn_Timer, in minutes, that you can set. When you kill an npc a new one will spawn that many minutes later. If you aren't using custom spawnpoints keep in mind that npcs can spawn anywhere inside the profile Radius. Your new npc isn't likely to spawn on the exact spot where you killed the old one, but certainly somewhere nearby. Kits can be assigned to each BotReSpawn profile in the in-game ui with a few clicks. Just view the profile, click 'Edit Kits' then set whatever kit you want the npc to have to '1'. If you set many kits then the npc will get one of them, chosen randomly. The use of numbers is so that you can do more complex probability balancing but for simplicity, for now, just setting some kit to '1' will ensure it is given to each npc spawned for that profile.
-
lol. Ok. Attached should sort it then. PermissionsManager.cs
-
They’ll only throw if you’ve given them grenades in their belt.
-
I doubt that's an issue at my end. I print player display name in a loop. There's no condition where I'd print SteamID instead. Is that putting online at the bottom now? 😂
-
Suggestion: Spawn a custom bot after a certain number of other bots have been killed?
Steenamaroo replied to Rynki's Support Request in Support
Hi, Honestly this was forgotten about. Sorry about that. I'll get a look at it soon, though. My to-do list is a lot shorter now. 😂 -
Oh, ok. I've just done the two sorts in the wrong order. If the attached works as expected I'll include that in the next update. PermissionsManager.cs
-
Hi, Can you show me a screen shot of what you see? it's meant to be doing what you describe - Sort by online/offline, and by displayname.
-
- 424 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.