-
Posts
5,574 -
Joined
-
Last visited
-
Days Won
194
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
- 612 comments
-
- #rust
- #rust plugin
- (and 6 more)
-
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.
-
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.
-
@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
-
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.
-
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
-
hi, that option despawns loot bags dropped from containers when the base despawns but not before then
-
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
-
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.
-
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.
-
hi, youll have to show me the config. are you talking about payment using items?
-
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
-
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
-
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,
-
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
-
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
-
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.
-
Changed Status from Pending to Closed
