Jump to content

Steenamaroo

Administrator
  • Posts

    3,701
  • Joined

  • Last visited

  • Days Won

    210

Everything posted by Steenamaroo

  1. Looks like there are no records to display and I missed a check for that. It will right itself as soon as someone gets a stat on the board. I'll put a fix in the next update. Thanks.
  2. Hi Rodeny 1: No, it makes no difference. The option to save to MySQL is in addition to the regular save and is only there for people who who want to publish to web. The local data file is stored and used regardless. 2: To be honest, I don't know. i just made them optional from day one but I've no reason to think there's any problem with using them.
  3. Steenamaroo

    Raidable Bases

    If you're considering external loot plugins, CustomLoot has API and allows you to specify custom profiles (and creates if not exist) to let users have a unique loot table per call. List<Item> loot = (List<Item>)CustomLoot?.Call("MakeLoot", "SomeCustomName"); if (loot != null) foreach (var item in loot) if (!item.MoveToContainer(container.inventory, -1, true)) item.Remove();
  4. Hi, I don't think Playtime Tracker offers API for reset/wipe but I'll take a look and make sure.
  5. Steenamaroo

    botspawn

    Should be all good now @MastrJedii
  6. Steenamaroo

    CInfoPanel

    @Vedder Thanks for the screen shots. The plugin is unloading itself because ImageLibrary.cs is not installed. @TF Crazy If ImageLibrary is a requirement that really should be in the description. You should probably enable Support for your plugins too, so that reports are separate and organised. It's easier to keep track that way. Discussion/comments, ideally, is for suggestions and remarks.
  7. Steenamaroo

    CInfoPanel

    Have you altered the config value for chat command? `Command chat": "info"` If not, I don't see anything about permissions or auth level so it sounds like the plugin isn't loaded. Get your server console, or rcon, open and `oxide.reload CInfoPanel` Watch console to see if there are any errors. If you do see some error delete the config .json for this plugin and reload again. If there's still an error, please screen shot it or paste it here.
  8. Steenamaroo

    CInfoPanel

    Hey Vedder. As I mentioned, the developer is going to need some details. How, exactly, is it not working? Describe your experience, please.
  9. Don't do that. Use the main /pr command, or whatever your alias is, then click the Admin button.
  10. Hi, I have no idea but maybe someone else knows?
  11. Are you manually typing a command or clicking the admin button in main UI? Thanks.
  12. Ah, glad to hear it. Thanks for letting me know. I'll write it in that it's forced to reset when the wipe command is used. Yes, it's RGB normalized decimal. There's a picker/converter here.
  13. @small hands- if you reload PlayerRanks does that resolve the issue?
  14. Hi, Yeah, I may add some info like that in time. Thanks for the suggestion.
  15. Hey man. Those sort filters exist although, admittedly, they could be named better. Click the 'Plugins' tab on the main page to show plugins only. 'Recently Updated' is the default view but you can click Sort By > Start Date to order by when they were added. I'll mention to @Death about changing 'Start Date' to the words 'Recently Added' or something more obvious. There's no option to opt out of UpdatesChecker. If the plugin is on Codefling and the author uses conventional version numbering, increasing as they go, UpdatesChecked should tell you.
  16. As with any RustEdit prefab this is not mobile, but it does have a built in invisible chair so you can sit on it.
  17. Sorry, I don't know. That's not what this plugin is for.
  18. This plugin removes the one npc who causes nav console spam, and leaves the rest alone.
  19. That’s what it’s meant to do.
  20. Ah good stuff! Sorry the reply was so late. Pretty sure I don't get pinged for stuff in here - Need to check more often!
  21. Hi, I didn't see this in general support. @mcoulter876 That was not added to 2.1.1 but will be in 2.1.2.
  22. Hi, It's not something I know that much about but you might want to look into HumanNPC, ServerRewards and Quests. I think between the three you can set up currency and have a value on killing npcs, or players. Any more info than that and someone else will have to chime in but maybe it'll point you in the right direction.
  23. Hi, I have a plugin called CustomLoot which can handle the various types of barrel. The setup takes a little getting used to but for your purposes you'd just make a loot table that has "Resources" have probability 1, and "Scrap" (within resources) probability 1. With everything else being zero, as it would be from default, your barrels will now contain nothing but scrap. You can alter the min/max amounts too and if you ever want to add in any other possible loot that's easy enough to dial in.
  24. It went live in V1.0.7. Enjoy.

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
0
Total downloads
Customers
0
Customers served
Files Sold
0
Marketplace sales
Payments
0
Processed total
×
×
  • 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.