Jump to content

Bases dissappeared from list and stopped spawning

Pending 2.7.2

When bases spawn I am only seeing easy and medium, when i use rb.config list it only shows easy and medium now in the list despite bases being setup in the other profiles and them being enabled,  I had hard bases spawning but they quit now, and i am not sure what i changed to make them stop spawning, or what I can do to make the other ones available again.  I attached my main config to start if needed I can provide my profiles as well, but i am not sure where I have gone wrong and how I can get my bases back into rotation again.  For context I want the easy, medium and hard to spawn, and I would like the other two to be purchasable only if its possible, if not I am okay with them spawning as well in rotation but would prefer them not to.

RaidableBases.json

Share this comment


Link to comment

if hard isn't available then it has a json error. check the server console when the plugin loads and put the file into a json validator such as jsonlint.com

oxide/data/RaidableBases/Profiles/Hard Bases.json

this is not for buyable events. it is for maintained and scheduled. so you can set expert and nightmare to -1

      "Max Amount Allowed To Automatically Spawn Per Difficulty (0 = infinite, -1 = disabled)": {
        "Allow Max Amount Increase From Difficulties Disabled On A Specific Day Of The Week": false,
        "Easy": 2,
        "Medium": 2,
        "Hard": 2,
        "Expert": 1,
        "Nightmare": 1
      },

this is for buyable events. so they will be able to buy them still.

      "Max Amount Purchasable Per Difficulty (0 = infinite, -1 = disabled)": {
        "Easy": 0,
        "Medium": 0,
        "Hard": 0,
        "Expert": 0,
        "Nightmare": 0
      },

 

Share this comment


Link to comment
1.1m

Downloads

Total number of downloads.

5.8k

Customers

Total customers served.

83.8k

Files Sold

Total number of files sold.

1.6m

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.