Jump to content

Steenamaroo

Administrator
  • Posts

    3,670
  • Joined

  • Last visited

  • Days Won

    208

Everything posted by Steenamaroo

  1. @httpsfour- That's a known bug which will be addressed in the next update. It's fixed and tested. I just haven't released the update yet.
  2. Hi @Lei_Wong That's right - There's no navmesh for automatic spawning at the OIlRigs, but you can place custom spawnpoints there with stationary set to true, for non-moving npcs. At one time I didn't include OilRig profiles, for this reason, but people requested it so that they didn't have to re do their custom spawnpoints every wipe.
  3. @copcopekcro I've added Bot_Take_Damage_Percent per profile, with a default of 100 which will mean nothing changes unless users change the value. I'll be in the next update. The alternative was to prevent condition loss for npc worn armour but that means the use of a pretty heavy hooks so I went with this.
  4. Oh, ok. Fair enough. I'll take a look at that.
  5. Hi, No, that's not an option but you can double the value of BotHealth to achieve the same results.
  6. Hi @Mbesailor Chat priority, for titles, is the order in which titles will be displayed in cases where a player has multiple titles. This is particularly important since there are options to limit the number of titles displayed. If you have multiple titles, the ones with smaller priority number will be displayed first.
  7. Hi @Malkizid You're quite right - The current population scaling only allows for more npcs as there more players. The reverse isn't possible, with the current version, but it's something I could look into. To be honest I didn't think anyone would be interested in that!
  8. Hi @OlRandal Looks like you're viewing the json file in the /config folder. The preferences information is stored in the json file in the /data folder.
  9. Hi, In the RustRewards.json file in your server data folder you will find a section at the bottom called "PrefDefaults" There you can specify default preferences for any new player who joins the server. It wont change the settings for users who already have their own preferences logged in the data file, but it will for any new users. "Default_Notification_Type": 0 - The options are 0, 1, 2 or 3 for "Chat", "Banner", "Icon", or "Off" It looks like I've failed to include 'Position' in that section so I'll add that in for the next update.
  10. Steenamaroo

    Quarry Levels

    Yeah, this is definitely an oversight. Sales are meant to be disabled on QuarryLevels so it shouldn't be available as part of any bundle, as far as I know. @Death
  11. Hey, It does that already. There's a repeating print-to-chat of the top X and you can control the timer duration and the number printed in the config.
  12. Hey, I understand people will have personal preferences but I don't think I've ever had anyone describe them as idiots. I have seen cases where under extreme server pressure npcs will stop shooting but continue to move, so they're just walking around doing nothing. Could that be what's happening? If that's the case you'd most likely notice there's no issue at wipe time but then at some point during the wipe issues start to creep in.
  13. Hi, Yes, you can do that although it's not automatic. The plugin has TitleStart = "["; TitleEnd = "]"; which you're seeing right now. [ all the titles here ] You could set those to be blank like this TitleStart = ""; TitleEnd = "" then put your brackets in as part of the individual titles, like Title = "[Hunter]";
  14. Hi, When you're adding your custom spawn points, do they show as green in game?
  15. Hi, Thank you! There's no provision for that, I'm afraid. The titles are issued and announced as soon as they change hands. You can issue rewards to the title holders at any chosen time, or upon wipe, but the assignment of titles through the wipe happens automatically the moment someone exceeds the current title holder's score.
  16. I added additional null checking as per reply so, yes, hopefully that should be resolved.
  17. I think oxide's output is truncated which will confuse matters. Using PermissionsManager is probably a better way of assessing what groups exist and what groups don't. For PlayerRanks a group should exist for every category that's enabled and doesn't have "" (blank) for the title. Certainly the code is there to remove all players from x group before adding the new title holder to it. Maybe some errors has been happening, stopping that code? Although, saying that, the emptying of the group happens first so if there was some error then the new player wouldn't be added. Not sure what's going on, to be honest, and kind of difficult to test with only myself. You *could* set DestroyGroupsOnUnload to true, and EnablePlayerTitles to false then reload PlayerRanks, and that would delete every PlayerRanks group then not create them again. That would give you a chance to look at PermissionsManager and see if there are old groups with similar names through some previous error or something?
  18. ...You'd need to make sure that config / titles / AddTitleHoldersToGroup is set to true for the above to happen.
  19. Hi again, When someone is given a title the group is completely emptied before they are added to it. Are you definitely on the most recent version, 2.2.6?
  20. You're right - CustomLoot doesn't create the crate, or the marker, but recent changes in Rust code mean that the vanilla marker gets destroyed if anything is moved into, or out of, the crate. I've written a workaround for that which I'll drop here for testing asap, although my rust computer's not likely to be up today. Maybe tonight...if not tomorrow.
  21. Hi @KayKay Yes, each title can have a group and the player who holds that title will be the only player in that group, so you could enable all that then give that group the permission and achieve what you're describing.
  22. Oh, ok. The marker issue. Apart from the marker not showing, the plugin should work fine. I have a fix for that that someone was testing but I never heard back. As far as I know it should work well, though, so I'll publish that soon. Thanks for the reminder.
  23. You miss it? As far as I know it's working fine, no?
  24. Two years, almost to the day! Hard to believe. I appreciate the support. It was a bit of a polarising thing and my handling didn't help. I understood and accepted both sides then, and I do now. The amount of feedback, suggestions, and offers to test over these two years has been fantastic and BotReSpawn has only benefitted from that!
  25. Steenamaroo

    NPCKits

    Hi @carlness Are you making manual edits to the file? If so, unload the plugin first or just use the UI in-game to add kits.
2.3m

Downloads

Total number of downloads.

10.5k

Customers

Total customers served.

151.8k

Files Sold

Total number of files sold.

3.2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.