-
Posts
5,008 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by nivex
-
@WarisGG heya, bases despawn based off of your settings (oxide/config/RaidableBases.json and overrides are available in the profiles) "Minutes Until Despawn After Looting (min: 1)": 15, "Minutes Until Despawn After Looting Resets When Damaged": false, "Minutes Until Despawn After Inactive (0 = disabled)": 45, "Minutes Until Despawn After Inactive Resets When Damaged": true, "Wait To Start Despawn Timer When Base Takes Damage From Player": false, "Wait To Start Despawn Timer Until Npc Is Killed By Player": false, loot despawn times are not handled by RB. you can despawn them instantly (oxide/data/RaidableBases/Profiles/), but you cannot configure a time. that is entirely your servers convars and plugins "Despawn Dropped Loot Bags From Raid Boxes When Base Despawns": false, "Despawn Dropped Loot Bags From Npc When Base Despawns": false, if your bases always spawn in the same location then your config settings are too restrictive or you need a better map (oxide/config/RaidableBases.json) "Allow Raid Bases Inland": true, "Allow Raid Bases On Beaches": true, "Allow Raid Bases On Ice Sheets": false, "Allow Raid Bases On Roads": true, "Allow Raid Bases On Rivers": false, "Allow Raid Bases On Railroads": false, "Allow Raid Bases On Building Topology": true, "Allow Raid Bases On Monument Topology": false, "Allow Raid Bases In Biomes": { "Arctic": true, "Arid": true, "Temperate": true, "Tundra": true },
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
Changed Status from Pending to Closed
-
hi, write it the same way I wrote it. you left out the spaces 🙂
-
@iwan hi, Cargo/Harbor/Etc npcs not taking damage is a misconfigured TruePVE. you should never enable defaultAllowDamage. the plugin allows damage to npcs by default. "anything can hurt npcs" in TruePVE config. @chrisfps hi, use my fixed version https://codefling.com/plugins/raidable-bases?page=143&tab=comments#findComment-64368
-
hi, you can, but it is not supported as per documentation buyraid 0 $player.id where 0 is Difficulty Level from the profiles, easy in this case.
-
hi, the base name does not show up in chat messages. you can use /rb and look at the base to see the name. I don't provide any options for discord messages. you can use another plugin like Rustcord which uses hooks provided by RaidableBases. if you still need help you can respond even in a closed ticket.
-
i'm glad they like them. easy enough, just put this in any plugin private void OnEntitySpawned(Door door) { if (door.ShortPrefabName.Contains("shutter")) { door.canTakeLock = true; } }
-
very nice, but I just write plugins now 🙂 I do have some bases to put together in another package but haven't gotten around to it 😕
-
heya, by design players should never be able to build inside of an event while standing outside of the event. this has been in since release, the last update has extended this range to include the size of the entity being built. without this players can bypass certain functionality of the plugin so it is not optional. what did you have in mind regarding the bases?
-
hi, that message is from the Russian version only. refresh the webpage's web panel from your host (or FTP, it is better) upload the plugin again located in the English folder reload the plugin
-
hi, no, you are still trying to install the RU plugin install the plugin located in the English directory of the zip archive.
-
the plugin will not tell you to use Russian when English is installed already. it forbids it (ERROR! You cannot install the Russian version without converting your installation first!) this means you tried to install RU over EN installation I will update the utility, but you must fix the translation issues yourself until there is no more error messages like the above. it is much easier to use EN files only.
-
I need the file from the server, not the file you uploaded to your server. when you load the plugin on the server it will update that file. I need it direct. many of the translations are wrong. легких when it should be Легкий cредний when it should be Средний Ñложных рейд-баз when it should be ТÑжело рейд-баз edit: I will fix the utility
-
hi, post your config
-
Changed Status from Pending to Closed
-
no worries, enjoy