Jump to content

Steenamaroo

Administrator
  • Posts

    3,236
  • Joined

  • Last visited

Everything posted by Steenamaroo

  1. I see. No trouble at all. uMod free Kits plugin has a nice straight forward UI. I'm sure you'll get on fine but don't hesitate to ask if you have any issues.
  2. Hi, I'm not sure what you mean by "not getting a UI". Is there an issue with the BotReSpawn UI, or the Kits plugin UI? You'd use the free Kits plugin from uMod to make your kits. Instructions are here - https://umod.org/plugins/rust-kits then in BotReSpawn UI, every profile has an "Edit kits" button, where you can enabled whatever kits you want. You assign them numbers, so that users can balance probability but if you're only dealing with one kit just find it and set it to "1". For randomising the loot that's messy, if you use Kits. You'd have to make multiple kits with slightly different loot and enable them all, so one is chosen at random for each npc. Alternatively you could use my CustomLoot plugin which, being fair, isn't particularly user friendly but it does support all profiles of BotReSpawn separately. As an other alternative, if you're an Alphaloot user, you can wait for the next BotReSpawn update which will allow you to type in an Alphaloot profile name for every/any BotReSpawn profile. Let me know if that answers your questions.
  3. Consider it done.
  4. Beautiful. Thank you @Rynki
  5. I've posted a patch update but it its untested as I don't have client+server running right now. Would you folks be so kind as to let me know if this solves the issue? Thanks for reporting!
  6. Thanks folks. I'll update shortly for this.
  7. Thanks for reporting this. I'll look into it today and try to get it fixed.
  8. I'm working on a rewrite where, ideally, one of the improvements would be that players would have a UI where they can pick and choose which of their titles are shown, and in what order. Fair warning, it'll probably be paid. I haven't decided 100% on that but, either way, the original PlayerRanks will remain available and maintained.
  9. Hi, No, I'm afraid that's not an option at the moment. All you can do right now, for all players, is enable/disable specific category titles from being shown in chat, limit the number of titles which can be displayed at once, and give titles priority, putting them in a preferred order.
  10. Steenamaroo

    Having Difficulties

    Hi, The only profiles which should turn themselves off are custom profiles which aren't parented to a vanilla monument, because those profiles (locations) wont make sense when switching map. For cases where a server is recycling the same map over and over, I provide Disable_Non_Parented_Custom_Profiles_After_Wipe, which you can set to false.
  11. @Tage2I realise you said it 'broke' which could mean any kind of issue but, at a minimum, I can confirm current version 5.2.14 from uMod compiles.
  12. Hi, There's no alternative at present but BetterChat is a very popular plugin. I imagine there'd be an update to fix it. if the worst comes to the worst I'll just remove the BetterChat optional dependancy and build the chat title functionality directly in to PlayerRanks.
  13. Hi, Thanks for the update. In future versions there'll be an `Alphaloot_Profile` field where you can type in a profile name. Any loot from that will appear in addition to whatever else is there. eg. Rust loot, or kit items. I'm also making it that the vanilla Rust Loot Source options in BotReSpawn (which are literally vanilla right now) will automatically come from Alphaloot instead, if it's installed.
  14. As far as I know it is. I just haven't used Carbon and haven't ticked the box because I can't personally stand over it.
  15. Steenamaroo

    Bit of trouble with mysql

    Hi, Did you do what it said? database name, username, password, and port must all be correct, and the IP address of your Rust server has to be whitelisted by your SQL server. Even if they're from the same host they're probably different IPs, so you'd still need to whitelist.
  16. Your server log should show X was killed by Y for every npc that gets killed so it should be fairly easy to find the first time it says "Scientist" instead of an actual name. If you can find that, the problem plugin will most likely have been loaded, or reloaded, (...or maybe unloaded?) just before it.
  17. You don't need to be a technician. You just need to find what plugin is being loaded, or reloaded, when BotReSpawn names stop working and point its author to this ^
  18. Hi, Most likely there's some loot plugin acting on the npc corpses. As a simple test, try unloading all plugins on the server then manually load Kits and BotReSpawn and test. If you find the items from the kit are present without any problem, then you've proven it was another plugin interfering.
  19. Looks like you've got some other plugin undoing harmony patches, probably by using UnpatchAll(); You'd need to find out what plugin that is - Shouldn't be too hard since it must be loading/reloading at the same time as BotReSpawn names change back to default, then let that author know to use private Harmony harmony = new Harmony("TheirPluginName"); harmony.UnpatchAll("TheirPluginName"); instead of just harmony.UnpatchAll();
  20. Steenamaroo

    Bot names not working

    Continuing this in your other discussion thread. Thanks for reporting.
  21. I can't think of any reason that would happen but I'll look into it. What name is shown, when the issue occurs? "Scientist" ? "BotReSpawn NPC" ?
  22. Hi, Are you on V1.3.2? To the best of my knowledge there should be no displayname related issues with that version.
  23. Steenamaroo

    mysql support

    Hi, No, not really. Normally whoever is making the site would be able to pull data from the SQL table and use it. There was a user who provided a template for doing so sometime ago. It maybe be useful for reference. https://github.com/kennethrisa/Stats
  24. Steenamaroo

    Bit of trouble with mysql

    I tested here. The only way I could get things working with MySQL 8 was to add the following to the SQL config file, directly under [mysqld] default-authentication-plugin=mysql_native_password The MySQL user account also had to have the password changed and set to default auth, but that wasn't enough on its own.
  25. Glad to hear.
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.5k

Files Sold

Total number of files sold.

2.4m

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.