-
Posts
3,539 -
Joined
-
Last visited
-
Days Won
205
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by Steenamaroo
-
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.
-
- 426 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.
-
Dont shoot in safezone when hostile
Steenamaroo replied to mark bergervoet's Support Request in Support
Thanks for reporting. I got this one last night so it'll be in the next update. -
Hi, It changes whether clicking the > or < arrows in the ui move the value by 1, 5 or 10. You probably don't want to adjust npc health in increments of one, for example..
-
Compatibility with Loot Table & Stacksize GUI 1.0.25
Steenamaroo replied to tftserver's Support Request in Support
Hi, I don't know anything about that particular plugin, I'm afraid, but I do have API allowing other plugins to get the profile name of any given BotReSpawn npc. BotReSpawn has a built in option to let you choose a preferred container type, to change the loot that will appear on the npc corpse, but these are all vanilla options. For non vanilla my free CustomLoot plugin can recognise every BotReSpawn npc profile by name. It's not the most intuitive loot plugin out there, but it has that option where most others do not. -
Looking at your first edit, it sounds like oxide isn't installed. When you drag a plugin into the plugins folder the server will immediately try to compile it and will give you confirmation or an error. If that isn't happening, you need to shut down and install oxide.
-
Hi, oxide.reload PermissionsManager and watch console for confirmation that the plugin loaded. If you get an error instead, delete the associated config file and try again. If you're still getting an error, re download the plugin from Codefling to rule out corruption or something like that.
-
Hi, If you do /pr chat in-game, was it set to false? Users have the option of setting this to false to disable messages like that for themselves.
-
Marking this as fixed in next update. Confirmed - Attacking an npc with your rock as a noob does mark you hostile (vanilla mechanic) but BotReSpawn continues to make the npc ignore you if Target_Noobs is false. I've fixed that now so the player will retain their noob status but the NPC will defend himself. Thanks again!
-
Ha! Ok, good to know. That's an oversight on my part but very easy to fix. I'll get it done later and it'll be in the next update which, to be honest, is getting overdue! Thank you.
-
Glad it was something simple. That shouldn't be the case - The Target_Noobs setting works off the vanilla sash system so as soon as you pick up or craft a tool or weapon you lose that status and the npcs should start responding to you. If you're finding newly spawned players are able to kill npcs with their rock/torch without repercussion that might be possible. I'd have to check but if it is possible I'll fix that in the next update.
