-
Posts
5,999 -
Joined
-
Last visited
-
Days Won
201
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by nivex
-
Changed Status from Pending to Closed
-
you're welcome, enjoy.
-
hi, Maximum Respawn Npc X Seconds After Death is in the profiles. this determines how frequently they respawn. set to 0 to not respawn.
-
@XiuNooB heya, there is no red dome in the free version. loot is not limited, no. you have the amount set too low (Amount Of Items To Spawn is in the profile), not enough loot to meet that requirement (oxide/data/RaidableBases/Difficulty_Loot), or too many boxes in a base where loot is spread too thin (oxide/data/copypaste). you can keep active 3 or 10 or 20 or whatever you like.
-
@StrongWolves hi, a UI pops up when they have a cooldown and it remains visible. there is no message unless they try to buy. you can configure it to give a cooldown for every difficulty with "Apply All Cooldowns" option again, it prevents purchasing, not entering or starting another raid. the ui remains visible by default unless every cooldown expires. only Hidden While Buyable Events UI Is Closed can hide it if you enable it but it is disabled by default already.
-
@Grumpy Old Man hi, no, the TOS option will block the skins and should remain enabled in order to be complaint with the TOS if you want skins you can enable the Use Imported Workshop Skins File options. you can import your own skins manually to that file, ImportedWorkshopSkins.json file in the RaidableBases data folder. this is how it will be from now on
-
@StrongWolves heya, cooldowns don't prevent you from entering raids. they prevent you from buying another of the same difficulty, and are not the same as a player lockout which is for maintained/scheduled events only. admins have no cooldown by default. you can configure cooldowns for everyone under Buyable Events => Cooldowns in the config, below line 346. they will receive a message if they have a cooldown. cooldowns use seconds not minutes, so set the time to 3600 for 1 hour.
-
@JimDeadlock heya, no, there's just raidablebases.vip. that would require a rewrite of that feature due to how it functions. @antho-blod as aimacak kindly pointed out, see his post. I did add another permission to use that command but it seems to have been reverted. I will have to add it back. that's only 2 lines of code because it's just a command.
-
what do you mean? you wouldve had to set it to Thompson already, so just change it to smg.thompson thats all you have to do
-
heya it says what the issue is. the shortname is invalid. it should be smg.thompson not Thompson for turret weapon in your profiles.
-
Changed Status from Pending to Closed
-
hi, yes, enable this in the config, Prevent Players From Buying Until Previous Raid Despawns
-
@PhatBlinkie hi, there's no way to achieve that in PVE when locking to players is enabled. if you bypass the PVE lock then no PVE bases will lock to players what I can do is add an option under "Manual Events" for "Bypass Lock Treasure To First Attacker" then you could host your PVE events manually and they won't lock. I will add option for a larger map marker too (I don't want to add different colors, that's bloat)
-
hi, private object OnInterferenceUpdate(AutoTurret turret) { return Has(turret, true) ? true : (object)null; } just change it from false to true again. it no longer needs to be false. line 14029 sentry turrets plugin has already been updated too