-
Posts
5,808 -
Joined
-
Last visited
-
Days Won
198
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
Changed Status from Pending to Closed Changed Fixed In to Next Version
-
heya. yes, it's intended that the time begin when the plugin is installed. that explains the confusion with bases not converting, they shouldn't because not enough time has elapsed yet. the plugin shouldn't be using any other databases, it tracks this itself when installed. I don't think the persistence db's store any last seen times but I'd be interested if they did. also, if the plugin is unloaded for more than a day then it will start over again too.
-
hello I've taken a look at your config file and will respond separately regarding sab and automated timers. "Loot Required (SAR)": 0, "Foundations Required (SAR)": 1, "Walls Required (SAR)": 1, I understand you did this for testing, but players will be able to exploit this if they're allowed to use the /sar command PVP is enabled for sar by default, and if no limits are in place then a player need only to build a single foundation, deploy a TC on it and then use /sar to kill anyone inside of the event I recommend setting strict requirements so that players cannot exploit this, even if they're not currently allowed to use the /sar command. "Loot Required": 0, "Foundations Required": 4, "Walls Required": 3, these settings require the base to be abandoned before it will convert so there's no concern here and it's safe to use whatever settings you find appropriate.
-
hi, as per the documentation the server.pve convar isn't supported. the server will kill you if you attack a base and there's no hook to properly handle this. if a hook is added (by Oxide and Carbon) then I will be able to support it. harmony is possible but would be sloppy for this specific problem, so I will wait on a hook to be added by Oxide and Carbon i recommend the truepve plugin, it's a great plugin for PVE servers, it's free and you don't need the server.pve convar. the default config works great and you don't have to customize anything to get it to work with RaidableBases or any of my plugins.
-
Changed Status from Pending to Closed
-
you're welcome, enjoy! feel free to respond if you still have questions
-
hi, they will defend once they're attacked because you have them set to be sleeping you can disable that set Enabled to false
-
@N7ws2aseRtohbXXKkG ya, totally doable. the convert options override Allow PVP options so those need to be disabled first then you can use the Allow PVP option instead edit the RaidableBases config, set Chance To Randomly Spawn PVP Bases to 0 change Convert PVP to PVE to false under Maintained Events, Manual Events, and/or Scheduled Events change Convert PVE to PVP to false if you want Buyable Events to remain PVE then you can still use the Convert PVP to PVE option under Buyable Events in the config. edit the profiles in oxide/data/RaidableBases/Profiles/ change Allow PVP to false for Easy and Medium profiles change Allow PVP to true for the other profiles
-
hi, sleepers are npcs and you have that enabled so that's what will spawn everything is configured correctly to disable the loot so it would be coming from another plugin like BetterLoot. I'll remove the call to OnCorpsePopulate when Disable All Prefab Loot Spawns is true in RB next update to fix it now, edit RaidableBases.cs on line 2753 and change if (Interface.CallHook("OnCorpsePopulate", this, corpse) == null && LootSpawnSlots.Length != 0) to if (!Brain.Settings.AlternateScientistLoot.None && Interface.CallHook("OnCorpsePopulate", this, corpse) == null && LootSpawnSlots.Length != 0) this will prevent plugins like BetterLoot from using this hook with my npcs
-
heya, no player owner could be for non-player bases such as Raidable Bases events or other copypaste buildings. it must have a player owner or it will be skipped. there could be a valid reason why, but it's impossible for me to know without access to the server. 1. using PermissionsManager or AdminMenu, show me screenshots for all of these pertaining to AbandonedBases admin group your permissions default group permissions permissions for a single player whose base should be abandoned already 2. grant yourself these permissions and go attack any base that should be abandoned already. show me the messages you receive abandonedbases.attack abandonedbases.attack.time cannot use near another event or any ally base no messages means the player doesn't have the basic permission or they have an immune permission 3. attach config
-
you're welcome. I'm glad you got it all figured out. BetterChat is what I recommend. there are other plugins but BetterChat is the only one I'm familiar with. it's free and works great.
-
hello, ya you purchased the plugin. the tier package doesn't include the plugin. it contains everything used by the plugin and tier 3 is a good choice yep
-
hello Bullet, you really must read the documentation first or you won't understand how to use the plugin. there's too much information from the documentation to repeat here. read everything, and once you get to the basic setup guide "a few steps" you'll have a basic understanding of what to do. the required steps is to edit the config, create loot tables using Raidable Bases Loot Table Editor (or use the default temporarily), download the copypaste plugin, download your own copypaste bases, install those copypaste bases and the plugin, add those filenames for each base to the profiles, and so forth. this is explained in the documentation I have tier packages available that have all of those files preconfigured. it's much easier to edit that than to do it all from scratch. if you're new, then I suggest a tier package. it's a very complicated plugin and will take a very long time either way. you can find all of my tier packages on my profile, every tier package has a red image and only one tier package is necessary if you decide to go that route. all tier packages do have their own unique bases though. https://codefling.com/nivex
-
Changed Status from Pending to Closed
-
ah, no worries. have fun
