Jump to content

nivex

Creator
  • Posts

    5,154
  • Joined

  • Last visited

Everything posted by nivex

  1. nivex

    no loot

    I responded to your other duplicate ticket.
  2. nivex

    no loot in raidable bases

    hi, post everything the plugin says when it loads also type rb.config list in the server console and show me what that says
  3. heya. there's no way to configure respawn times and I won't be adding more cooldowns at this time. I firmly believe it is a bad idea, too. you want to always have at least 3 bases on the map or your players will get fussy whether they state so or not. on most servers the players become highly competitive with raiding these bases you can however configure how many you want to spawn. as the name says, this is for auto spawns: "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": true, "Easy": 1, "Medium": 1, "Hard": 1, "Expert": 1, "Nightmare": 1 }, and this is for buyable events "Max Amount Purchasable Per Difficulty (0 = infinite, -1 = disabled)": { "Easy": 0, "Medium": 0, "Hard": 0, "Expert": 0, "Nightmare": 0 }, since you want 1 of each then you would configure this under Maintained Events, or you can use Scheduled Events if you want to have a cooldown between ALL difficulties at once "Always Maintain Max Events": true, "Max Maintained Events": 5, if you want all 5 to spawn every 2 hours then you would use this "Scheduled Events": { "Enabled": true, "Every Min Seconds": 7200.0, "Every Max Seconds": 7200.0, "Max Scheduled Events": 5, "Max To Spawn At Once (0 = Use Max Scheduled Events Amount)": 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, "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" }, if you do not want bases to despawn unless a player damages the base then you can use this, this will prevent the base from despawning until a player has attacked it at least once "Minutes Until Despawn After Inactive Resets When Damaged": true
  4. nivex

    Free bases dont spawn

    Changed Status from Pending to Closed
  5. nivex

    Free bases dont spawn

    awesome. i'm glad the message proved useful and resolved the issue for you.
  6. nivex

    Raidable Bases

    @CsaszyKJauto spawn (maintained/scheduled) is not enabled
  7. nivex

    Raidable Bases

    also, the time only shows from /rb when there are no raids spawned. it has always been this way
  8. nivex

    Raidable Bases

    use rbe debug command in server console to see why your auto spawn doesn't work. type again to toggle it off
  9. nivex

    Raidable Bases

    @iMonkey that would be Rustcord. in the Rustcord language file change ":house: {difficulty} Raidable Base at {position} has ended." to: ":house: {difficulty} Base ({basename}) has been raided by {players} at {position} ({gridposition})." or to this: ":house: {basename} has been raided by {players} at {gridposition}." etc... you will need to use the modified version of 3.3.1 below. Rustcord would need to patch this or it will revert when they update. Rustcord.cs
  10. nivex

    Raidable Bases

    I am still trying to fix the despawn bug and will release an update when I have fixed it. Despawn Dropped Loot Bags From Raid Boxes When Base Despawns anyone with a despawn issue should try to enable this in your profiles, oxide/data/RaidableBases/Profiles/ I have 2 reports now that this fixes it so I will look into this to see why that might be
  11. nivex

    Free bases dont spawn

    what is the issue? it is still saying that everything has auto spawned per your configuration and then it stops and states there's nothing left to spawn. seems to work just fine? post your config.
  12. ya np I did just have someone tell me that a different plugin wasn't rewarding RP properly either but I don't understand why it would work for me and not you or this other person, in two different plugins even very odd =p
  13. I tested it for you with latest ServerRewards and RaidableBases 2.7.2 see my above reply and try to figure out what the issue is
  14. this isn't the profile with the issue. this will reward 3 RP, not 1, for bases MediumBase1 - 5
  15. heya, this is a loot table, and it's all on one line. I would have to see your profile. a few reasons this won't work: 1. did not set the difficulty (first option) in your profile 2. you have profiles mismatched with the wrong difficulty 3. the reward amount is not set to the desired value "Rewards": { "Custom Currency": { "Enabled": false, "Item Shortname": "scrap", "Item Name": null, "Amount": 0, "Skin": 0 }, "Economics Money": 0.0, "ServerRewards Points": 3, "SkillTree XP": 0.0, "Do Not Reward Buyable Events": false },
  16. hi thanks! yes, you can find Arena Walls in each profile and set Enabled for it to false you can use the Loot Amount Multiplier that is also in each profile it isn't possible for me to provide a one-size-fits-all with loot though. every server is different. so might be best to adjust them individually sooner than later
  17. nivex

    Free bases dont spawn

    debug says they auto spawned. it hit the max for easy medium and hard. looks like your server got stuck saving. no, the plugin did not cause this. you most likely have a null entity in the save list and there's no telling how it got there. use the rbe debug command again. if it continues to say the server saving then it will not auto spawn and I can give more instructions. if there is no more server save messages then reload the plugin to see if that resolves it.
  18. nivex

    Free bases dont spawn

    hi, use the rbe debug command in the server console to see why. type it again to toggle it off.
  19. hi, I've been trying to fix this for months but I cannot fix it when I don't know what is causing it. you can find the bases using AdminRadar plugin, /radar buildings raid and you can remove them by going to the base and typing, /rbe kill_cleanup post your config
  20. nivex

    Abandoned Bases

    that makes no sense. kill commands are sent to each at the same time
  21. nivex

    Abandoned Bases

    ok, I believe everything is in order for the next update to resolve all outstanding issues though it must be tested. I believe I've fixed the one issue with this update but I must verify that before releasing it. so I will let this run on a high pop server for a few days and if that issue is fixed then I will release it.
  22. nivex

    Abandoned Bases

    @m3dus4 o.reload AbandonedBases but really, it is the best option for that.
  23. nivex

    all bases spawn pvp

    heya! you would need to change the Convert PVP to PVE to true and make sure any other Convert settings were false.=) it is under Buyable Events, Scheduled Events and Maintained Events in the config file.
  24. nivex

    Abandoned Bases

    @m3dus4 might be from another plugin then. such as PveMode.
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127.3k

Files Sold

Total number of files sold.

2.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.