Jump to content

nivex

Creator
  • Posts

    5,574
  • Joined

  • Last visited

  • Days Won

    194

Everything posted by nivex

  1. nivex

    Abandoned Bases

    @SuperKitten hi, it's probably just Discord being stubborn you can wait it out, but if it doesn't work then I would use a different webhook.
  2. I understand how it should work and it would be nice, but this feature cannot be 100% reliable because server crashes, unloaded plugins, or degraded performance will break it. I can make events reopen after a restart, but if the plugin can't find a base after restart then you will be responsible for cleaning up any that don't reopen or work properly. If you accept these limitations I can reconsider adding it. it isn't plausible for another plugin to handle this for RB since the required methods aren't exposed and bases cannot persist server restarts, server crashes, or reloading.
  3. nivex

    Raidable Bases

    @etiv hi, I need the full error from the server log, if you have no server log then ask your host to help you enable it.
  4. nivex

    Raidable Bases

    @SirApesALot hi, damage to the head was fixed in 3.0.8, and my head takes damage. not sure what would be blocking it for you. it wouldn't be truepve though. edit: there is no config option, damage to battering ram and battering ram head are always enabled
  5. heya, the events should despawn on restart and when you reload the plugin. I have no plans to change this right now sorry. no one can purchase an event when a restart is pending, so you could use delayed restarts to help with that. they'll still be allowed to finish any currently purchased events. restart 3600 etc. not ideal, but it is an option.
  6. nivex

    Raidable Bases

    @rustpve heya, respawning the npc won't really work since they'll just die from the same thing again, but you can disable Kill Underwater Npcs in the profiles. I don't recommend that. the event already locks when you deal explosive or melee damage, when you destroy a container, block or door, and when you kill an npc. it does not lock when using vanish or noclip. anything else is indicated by a message
  7. nivex

    About cooldowns and lockouts

    Hi, it shows 3 hours due a bug when Apply All Lockouts Everytime is enabled, even though the correct time is set and show properly in the UI. This will be fixed in the next update. I've sent you the fixed version Yes, that's the difference, Buyable Cooldowns are for purchased events and Player Lockouts are for everything else.
  8. heya, either the nighmare profile is set to easy, or the base is in a easy profile by default, easy is level 0 nightmare is level 4
  9. nivex

    Player Lootbag

    hi, that option despawns loot bags dropped from containers when the base despawns but not before then
  10. nivex

    Help! Help!

    hi, I don't know what it is that you're asking Custom Buy Raid Cost has payment set to use scrap, not gold coins. The skin is 0, and there is no name configured with either. If you set a name and your currency has no name, then it will not work. If you do not set a name and your currency has a name, then it will not work. If you specify the wrong name, then it will not work So, if the currency has a name, then set it to the exact name of the currency. If the currency has no name, then don't set a name example (change the name to your name, and the skin to your skin) "Enabled": true, "Item Shortname": "scrap", "Item Name": "Gold Coin", "Amount": 100, "Skin": 3486046244
  11. nivex

    Player Lootbag

    heya NivexPoolReset.cs commands are np.info - use this when you notice the issue, if ItemsInUse is in the negative then a item pool issue np.reset - you can use this to reset when ItemsInUse is in the negative, but it will just occur again until you remove or update the plugin causing it. for an item pool issue, you must either restart the server or use this command to temporarily fix it. if you remove the bad plugin then it will not happen again. if you remove the wrong plugin then it could take upwards of a day to notice the issue again. if this is caused by a plugin deleting the loot instead, then that requires its own separate steps. the above will not help with that. I seriously doubt a plugin is removing the loot though.
  12. nivex

    Player Lootbag

    hi, that is caused by another plugin. it is a item pool leak, or a plugin outright deleting it. serverrewards had this issue but fixed it long ago so it would be something else this time.
  13. nivex

    Help! Help!

    hi, youll have to show me the config. are you talking about payment using items?
  14. nivex

    Making all bases spawn as PVE

    hi, Convert PVP to PVE is still set to false under Maintained Events Scheduled Events: Not enabled (line 464) but you have wipe hours and PVE configured properly Maintained Events: Set to spawn 50 bases (line 434) Only 5 out of the 50 are configured to spawn (line 63) No wipe hours are configured (line 435) Set incorrectly to spawn as PVP (change line 450 to true) Buyable Events (line 412) 1 base is allowed to be purchased (line 416) Allow Players To Buy PVP Raids (line 413) is set to false when it should be true, the bases are not going to be PVP because they're being converted to PVE. Convert PVP to PVE (line 425) is set to true, so again, there's no need to block PVP raids when you have no PVE profiles. Using a convert option doesn't make a profile PVE, it makes the event type PVE where you configured it. If you want a profile to be PVE then change Allow PVP to false in the profiles, but there's no reason to do this until you have PVE and PVP profiles. That is what the Allow Players To Buy PVP Raids option exists for, to distinguish between the two. Otherwise, Convert PVP to PVE will always override Allow PVP. Only a permission or Chance To Randomly Spawn PVP Bases can override a convert option. Yes, a very complicated but feature rich plugin
  15. nivex

    Making all bases spawn as PVE

    that's fine, but partial configs aren't helpful if you're still having issues, I'd need the full config. its a few settings to get it all PVE for each event type
  16. nivex

    Raidable Bases

    @Trick hi, I would need the full error. that alone only says there were errors but not where it came from
  17. nivex

    Making all bases spawn as PVE

    hi, use the convert options in the config. they're under each event type, Buyable Events, Maintained Events, Scheduled Events and if you are spawning by command then you must set it under Manual Events too. "Convert PVE To PVP": false, "Convert PVP To PVE": true, maintained and scheduled events have another option, leave it at 0 "Chance To Randomly Spawn PVP Bases (0 = Ignore Setting)": 0.0,
  18. I don't think I can help you with that. it's more likely that you have a plugin causing the issue, there should be no reason that the game would fail LoS checks. something would have to break physics or use its own target selection and shooting
  19. nivex

    Raidable Bases

    @ROCKETBOT SERVERShi you need to update the plugin
  20. nivex

    setting?

    you're welcome. yes, it fixes that issue.
  21. nivex

    setting?

    hi it will be random yep
  22. nivex

    Player Lootbag

    heya, body bag does not disappear. it turns into a backpack and is ejected 5 meters outside of the event. if messages are enabled you will get the EjectedYourCorpse message, and it's drawn on your screen if Draw Corpse Time is above 0 (it's 300 by default) Eject Corpses From Enemy Raids Eject Corpses From PVE Instantly both of these are in the profiles, oxide/data/RaidableBases/Profiles/ if this doesn't happen and your loot is truly disappearing then that would be some other plugin
  23. hi, not sure. RB doesn't select the target or shoot the gun. physics would have to be broken to shoot through the ground, or caused by another plugin. RB only allows the targeting and the damage. the game is supposed to handle the selection and shooting.
  24. nivex

    setting?

    hi, that setting was removed. it's been replaced with Spawn At Closest Position From Player
  25. nivex

    RB stopped working

    Changed Status from Pending to Closed
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141.1k

Files Sold

Total number of files sold.

3m

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.