Jump to content

nivex

Creator
  • Posts

    5,396
  • Joined

  • Last visited

  • Days Won

    187

Everything posted by nivex

  1. hi, sounds like map with a broken monument marker. it would be the monument that has no name label on the in-game map. I can fix it from breaking my plugin, but I cannot fix your broken map.
  2. nivex

    API

    Changed Status from Pending to Closed
  3. nivex

    Abandoned Base TC Bug

    Changed Status from Pending to Closed
  4. nivex

    Abandoned Base TC Bug

    np. yes, you can disable the destroy code for automated events, "Do Not Destroy Base When Despawn Timer Expires": true, for any manual events, "Do Not Destroy Manually Converted Base When Despawn Timer Expires": true,
  5. Changed Status from Pending to Closed
  6. nivex

    Abandoned Base TC Bug

    @MichuX nah, sorry, it's not possible for the plugin to delete all of the TC on the server. it is strictly limited to the owners of the base, within the radius set in the config.
  7. nivex

    Abandoned Base TC Bug

    hi, this plugin wouldn't be the cause of that. the code is specific to the owners of the base. BetterTC was known to do this, should be fixed in the last update.
  8. heya, those are not related and there's no known issues with lockouts. canbypass, lockoutbypass and allow permissions all bypass it by default. so does being an admin. vanish and noclip will bypass it as well. there are no lockouts for buyable events, only buyable cooldowns that prevent you from purchasing the same difficulty again.
  9. nivex

    PVE to PVP

    it might have been a cache issue, but a restart shouldn't help unless there's a deeper issue with your web panel or server. anyway, glad you sorted it. for clarity: 100% chance is redundant, because the convert options exist for that purpose. % chance is for setups where PVE and PVE are both desired based on a % chance for PVP to spawn instead of PVE. so if you wanted 90% of events to be PVP then you would set it to 90.0
  10. nivex

    PVE to PVP

    @Commo no. it is not possible to be PVE. "Convert PVE To PVP": true, "Convert PVP To PVE": false,
  11. nivex

    PVE to PVP

    @Commo no, it is impossible to be PVE when Convert PVP to PVE is false and Convert PVE to PVP is true. setting chance to 100% is redundant.
  12. nivex

    PVE to PVP

    heya, you have it backwards, PVE is enabled. swap to true and false. "Convert PVE To PVP": false, "Convert PVP To PVE": true, Include PVE Bases is unrelated so setting it to false will have zero affect. "Maintained Events": { "Always Maintain Max Events": true, "Max Maintained Events": 3, "Enable X Hours After Wipe (0 = immediately)": { "Easy": 0.0, "Medium": 0.0, "Hard": 0.0, "Expert": 0.0, "Nightmare": 0.0 }, "Chance To Randomly Spawn PVP Bases (0 = Ignore Setting)": 0.0, "Include PVE Bases": true, "Include PVP Bases": true, "Minimum Required Players Online": 1, "Maximum Limit Of Players Online": 300, "Permission To Ignore With Players Online Limit": "", "Time To Wait Between Spawns": 15.0, "Convert PVE To PVP": true, "Convert PVP To PVE": false, "Ignore Safe Checks": false, "Ignore Safe Checks In X Radius Only": 0.0, "Ignore Player Entities At Custom Spawn Locations": false, "Spawn Bases X Distance Apart": 100.0, "Spawns Database File (Optional)": "none" },
  13. nivex

    Raidable Bases

    @nash no worries. Fortify has fixed this issue already, so you could simply resave the file in Fortify, or edit the file manually and make each oldID unique. I recommend the latter, manual edit, so you can learn more about json as you go.
  14. nivex

    Raidable Bases

    @nash hi, it's a duplicate of 1 so you'd open all files in notepad++ then use the search all open documents open for: "oldID": 1, find the files that have it twice. change one to something unique like 8529
  15. nivex

    Changing Building Material

    hi. no. choose only one
  16. nivex

    Changing Building Material

    Hi, at the bottom of that section where it says the grades.
  17. nivex

    Raidable Bases

    @nash hi, that's from copypaste plugin, but it's not caused by the copypaste plugin. it's caused by a copypaste file that has multiple oldID using the same value of 1. An item with the same key has already been added. Key: 1 "oldID": 1, you need to ensure the values are unique so they can be used as a key later in the copypaste plugin. if using fullwiped copypaste files then you need to update them.
  18. nivex

    Error

    Nah, the problem is that most of the items in your loot table (42 of them) are set to spawn as single stacks of 1. Items with larger stack sizes shouldn’t be forced down to 1. For example, you’ve got lowgradefuel set to spawn in stacks of 1 so it spawns up to 180 individual stacks, then the TC merges them all into a single stack. It spawned all of the required items, but you have it setup wrong, and when they get merged together in the TC you don't realize what happened. Don't set resources to single stacks of 1 for starters. If it belongs in the TC, then don't change the stacksize at all. It's pointless as the items will merge in the TC anyway. Amount Of Items To Spawn Increased By Item Splits should not be set to true either. Fix your loot tables using Raidable Bases Loot Table Editor Here's the main culprit, but that's not all. 42 items have a stacksize of 1. { "shortname": "lowgradefuel", "name": null, "text": null, "blueprint": false, "skin": 0, "amount": 3000, "amountMin": 900, "probability": 1.0, "stacksize": 1 },
  19. nivex

    Error

    hi, that's an empty file. if the console says the items spawned, then they did. they'll either be in whatever containers you have configured (boxes and TC by default, including my tier packages) or removed by another plugin.
  20. nivex

    Error

    hi, where is the loot table? those are both the same profile what does it say when the plugin loads????
  21. nivex

    Error

    hi, post the profile and the loot table.
  22. nivex

    Minor Problem

    you're welcome. good luck, and nice job delving into it. it can be fun to figure it out if you think of it like solving a puzzle instead of cleaning up a mess.
  23. Hi, it's possible. I can create 2 options for the "Can Spawn On" days and fix one for buyable, and the other for the rest.
  24. nivex

    Minor Problem

    Ah, well, you can ask the CopyPaste dev to see what might be going on then It has to be something simple then. I don't think you would need to recopy your bases (yet) if old and new have the wrong size. Did you try without any other plugins, only CopyPaste?
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.6k

Files Sold

Total number of files sold.

2.8m

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.