Jump to content

HunterZ

Creator
  • Posts

    343
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by HunterZ

  1. You've done the right thing by opening a support request on its CF page. You might also try joining the creator's discord from the bottom of the description page. Worse comes to worst, you can request a refund from CF, but I think they usually want you to give the creator a week to respond.
  2. Plaster this announcement all over the website instead of just on Discord where nobody who needs to see it is seeing it: https://discord.com/channels/653208449542389760/686125315872784394/1529432512517115995
  3. HunterZ

    errors after wipe

    Changed Status from Work in Progress to Fixed Changed Fixed In to 1.4.0
  4. Discord link in description is invalid: discord.gg/reecepage
  5. HunterZ

    errors after wipe

    Okay, 1.4.0 is released. Let me know if it helps.
  6. HunterZ

    errors after wipe

    I'm also working on adding offline protection features for apartments and rentable shops, so maybe it will also avoid whatever that case is, by going down the new code paths instead.
  7. HunterZ

    errors after wipe

    Can't find any obvious NREs in OnStructureAttack(), but I'm bolstering a couple spots in the hope that I've missed something.
  8. HunterZ

    errors after wipe

    Changed Status from Pending to Work in Progress
  9. @fullwipedcan you test this?
  10. HunterZ

    Help! Help!

    Make sure you're stopping your server by typing `quit` into the console and not by hitting Ctrl+C or closing the terminal window.
  11. HunterZ

    Help! Help!

    This shows only a few NREs: Vehicle Deployed Locks: Update to 1.14.1 to fix this Building Sites: Report this to the developer in a support ticket: 11:46 [Error] Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object.) at Oxide.Plugins.BuildingSites+BuildingSite.GetSiteByBuildingPrivilege (BuildingPrivlidge buildingPrivileged) [0x00058] in <bfd8f968920d4b4a8735db057ad76f3a>:0 at Oxide.Plugins.BuildingSites+<>c__DisplayClass15_0.<OnEntitySpawned>b__0 () [0x0000f] in <bfd8f968920d4b4a8735db057ad76f3a>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0
  12. HunterZ

    Help! Help!

    Players don't see logs...what is the in-game symptom that they're seeing that is making them furious?
  13. HunterZ

    errors after wipe

    Not seeing this in my logs. I'll take a look but it's unfortunately going to be difficult because unlike Carbon, Oxide doesn't output line numbers to help narrow things down.
  14. Some of the challenges off the top of my head: Players shooting/hitting a base to check if it's protected could inadvertently trigger an extended cooldown. Possible mitigation: Not sure, as this is extremely subjective...maybe only allow damage-based protection delay to take effect based on certain types of attack, a certain amount of damage, building block breakage, etc.... Whatever it is would need to be intuitive for players. Raiders could delay offline protection perpetually by hitting the base a it with a spear, potentially giving them hours to farm and cook boom Possible mitigation: Same as above...and/or only refresh the damage-based protection delay while the base is online, effectively allowing for a longer but still limited delay once the base goes offline.
  15. I'll leave this open, but probably won't implement it...there are just way too many corner cases that would prevent it from being able to work well, and I'd end up with a ton of support requests due to confusion.
  16. Changed Status from Not a Bug to Pending
  17. It was reported to me that Offline Raid Protection's permissions do not show up under Permissions Manager. I found that this is true when ORP is run under Carbon, where it runs as a Carbon plugin instead of as an Oxide one. This code tweak in GetPlugs() appears to get it working: foreach (var entry in plugins.GetAll().Where(x => !x.IsCorePlugin).Select(x => x.ToString().Replace("Oxide.Plugins.", "").Replace("Carbon.Plugins.", "")))
  18. Changed Status from Pending to Not a Bug
  19. The Permissions Manager issue is due to the fact that ORP runs as a Carbon plugin under Carbon. Permissions Manager apparently does not currently recognize Carbon plugins. I'll report this to the Permissions Manager developer. In the meantime I suggest using Carbon permissions management facilities - it provides its own GUI via Carbon Panel.
  20. This is what the "Cooldown in minutes" config option does. It's probably not very descriptively named, but it is described in the documentation. Thanks I'll try to take a look. I'm pretty sure it shows up in Carbon panel's permission UI, and it also shows up in Carbon web panel's permissions UI.
  21. I would recommend not giving regular users permission to check protection status. Instead, enable sound and/or popup notifications and have players hit/shoot a base to check. This is how I do it on my server.
  22. HunterZ

    Update Checker

    I think it was maybe working for a bit, but then broke again. Unloading UpdateChecker, removing ForeverRipe from UpdateChecker.json, then loading UpdateChecker back up got it working again somehow.
  23. Changed Status from Pending to Not a Bug

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
2.8m
Total downloads
Customers
11.7k
Customers served
Files Sold
166.9k
Total sales
Payments
3.6m
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.