-
Posts
5,766 -
Joined
-
Last visited
-
Days Won
196
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
@Death@Raul-Sorin Sorban there might be an issue with the notification system. I am having issues with not being notified of tickets, or responses to tickets. this typically happens when the user reacts to a post and responds to it at the same time. but as seen here, there were no reactions but simply a response that I wasn't notified of. I would have responded otherwise. thanks for looking into these issues as always.
-
not sure how I didn't see your response! I think this breaks immersion in the game and strays from the realistic nature of raiding player's bases. it's good to build bases to be cost effective as it has a lot of benefits. however it feeds and promotes an entitled mindset when it's advertised exactly how much that is. it takes their mind from "hey, lets raid this base and see what it has this time. it should be relatively the same cost so why not" to the more critical "ok, spend 24 c4 on this base instead of 25 on the other" making it too easy for players will leave them less gratified, they'll bore easier, and therefore log off of your server sooner. I'm against most ideas when it requires the player to think less.
-
heya, no problem. set Send Messages To Player to false in the config.
-
good to know
-
hi thanks! this is implemented already but its been hidden because the requested API didnt exist then. you can edit the cs file and see if it works now. change ShoppyStock = null; to ShoppyStock = new(); line 18481
-
Changed Status from Pending to Closed
-
heya no problem. you can use the /rb wipe command which requires you to be an admin, or run the same command from server console. this will do the same thing that a map wipe does btw. so lifetime data is safe.
-
no problem. if you can't resolve your issues then a fresh server install might help you.
-
"Force All Bases To Spawn At Height Level (0 = Water)": -1.3, heya, this should be -1.0 in your easy profile not spawning properly would be the copypaste file or an error that you'd see in the server console. there's no issue with my tier bases that would cause this unless a file became corrupted on the server. try reuploading all of your copypaste files, and look for any errors if this continues to happen. if it's a despawn issue instead of a spawn issue then it's best to use a plugin such as Timed Execute to unload the plugin a few minutes before each server restart. any number of things can go wrong when raidablebases is no longer loaded, other plugins can interfere, the server might have experienced an issue during restart, etc. those are out of my control.
-
hi. its probably a json error. it wont load the profile if there's an error in it make sure the easy profile exists make sure Allow PVP is configured the same as your other profiles or that its set correctly. can't say much else without a config and the profile.
-
no problem. it is not guaranteed to spawn with 1.0 probability as stated above. if you want it to spawn then it belongs in the base loot table with Always Spawn Base Loot Table enabled in the profiles. oxide/data/RaidableBases/Base_Loot - you should have a few items in here that you always want to spawn. enable Always Spawn Base Loot Table in the profiles so that this happens. such as boom or resources. oxide/data/RaidableBases/Difficulty_Loot - the majority of your items (up to some 800 in rust now) should be in this file. these items will be picked randomly to spawn. 1.0 or 100% probability does not guarantee an item to spawn. all 800+ items in the game have 1.0 or 100% probability by default. items must be pooled like in a lottery, and then the probability is rolled on for each item.
-
Changed Status from Pending to Closed
-
ok no problem
-
hi the message settings are in the config. if you don't want any messages then turn it off. Send Messages To Player. "Event Messages": { "Ineligible For Rewards": { "Flying": false, "Vanished": false, "Inactive": true, "Not An Ally": true, "Not The Owner": true, "Not A Participant": true, "Remove Admins From Raiders List": false }, "Announce Raid Unlocked": true, "Announce Buy Base Messages": true, "Announce Thief Message": true, "Announce PVE/PVP Enter/Exit Messages": true, "Show Destroy Warning": true, "Show Opened Message For PVE Bases": true, "Show Opened Message For PVP Bases": true, "Show Opened Message For Paid Bases": true, "Show Message For Block Damage Outside Of The Dome To Players Inside": false, "Show Message When Purchase Becomes Available": true, "Show Prefix": true, "Notify Plugin - Type (-1 = disabled)": -1, "Notification Interval": 1.0, "Send Messages To Player": true, "Save Thieves To Log File": false },
