Search the Community
Showing results for tags 'raidable bases easy'.
-
Version 1.6.0
28 downloads
The RaidableSleepers plugin allows players to loot sleeping players that appear on the map. These sleepers appear randomly and contain valuable loot that can be stolen by the active players. The sleepers spawn automatically at set intervals and disappear again after a certain amount of time. Features: Random Sleeper Spawns: Sleeping players spawn at random locations on the map. Loot distribution: Each sleeper is filled with random items from the preconfigured loot list. Cooldown mechanism: There is a configurable cooldown time between sleeper spawns. Loot Notification: Players will receive a notification when a Sleeper has been looted. Admin commands: Admins can manually spawn, test or delete sleepers. Cluster spawns: Multiple sleepers can be spawned in a certain radius around a central position. Commands: /spawnsleepers - Spawns a random sleeper on the map cooldown 5 minutes for this command /testsleepers - Spawn a test sleeper at your position /clearallsleepers - Removes all sleepers on the map /clearsleepers - Removes the sleeper you are looking at Permissions: raidablesleepers.admin - Allows admins to spawn, test and delete sleepers. raidablesleepers.raid - Allows players to raid sleeping players. Config: { "NumberOfSleepers": 10, // Maximum number of sleepers on the map "AvailabilityDuration": 600.0, // Minutes when position change if not found "CooldownDuration": 300.0, // Minutes when a new sleeper should spawn if the NumberOfSleepers is not reached "EnableLootNotification": true, // Chat message who loots a sleeper? "ItemsToSpawn": [ { "Shortname": "ammo.rifle.explosive", "SkinId": 0, "MinimumAmount": 100, "MaximumAmount": 256 }, { "Shortname": "explosive.timed", "SkinId": 0, "MinimumAmount": 1, "MaximumAmount": 2 }, { "Shortname": "wood", "SkinId": 0, "MinimumAmount": 2000, "MaximumAmount": 6000 } ] } --- load, run, enjoy Support Discord$4.99- 3 comments
- 1 review
-
- #raidable base
- #raidable
- (and 8 more)
-
Version 1.0.3
57 downloads
Warning: To use this bases pack, you need to purchase the paid Raidable Bases plugin if you do not already own it: https://codefling.com/plugins/raidable-bases This is a configuration file that contains 110 bases designed by us, along with custom base loot for five difficulty levels, from easy to nightmare. This Raidable Bases Pack & Loot Tables package includes: - 30 Easy Bases (Easy Bases Base_Loot "Vanilla" and "Enhanced" tables included) - 30 Medium Bases (Medium Bases Base_Loot "Vanilla" and "Enhanced" tables included) - 30 Hard Bases (Hard Bases Base_Loot "Vanilla" and "Enhanced" tables included) - 10 Expert Bases (Expert Bases Base_Loot "Vanilla" and "Enhanced" tables included) - 10 Nightmare Bases (Nightmare Bases Base_Loot "Vanilla" and "Enhanced" tables included) Beware: Our loot table package includes only the 5-tier loot tables within the Base_loot folder, ranging from easy to nightmare. It does not include the loot tables from the Difficulty_Loot or Weekday_Loot folders. With a total of 110 bases, this package focuses on simplicity and optimization. Most bases are protected by turrets and traps, and each base is designed with player PC performance and server stability in mind. Additional Features: A configuration JSON file (optional for your use, at your discretion) Five profile configuration JSON files located in data/RaidableBases/Profiles (optional, but saves time by adding all 110 bases without needing individual console commands) ENHANCED LOOT TABES FOR RAIDABLE BASES: This package includes only the Base_Loot folder, offering balanced loot tables designed for Raidable Bases. What's New? 1) Two Loot Options: - Vanilla Loot: Classic setup for a traditional experience. - Enhanced Loot: Optimized for 2x, 3x, 5x, and higher servers, with fewer junk items. 2) Balanced Across 5 Levels: Loot is tailored across Easy to Nightmare levels, ensuring rewards match the effort (e.g., a 30 C4 raid gives proportional loot). 3) Regular Updates: Loot tables are kept updated for consistent balance and fairness. This simple, plug-and-play package ensures a clean and rewarding raiding experience for your server. For those exclusively seeking the loot table, we offer it as a standalone product: https://codefling.com/customizations/raidable-bases-loot-tables-pack (Note: If you've purchased our Raidable Bases Pack & Loot Tables (110 Bases) package, there is no need to buy this separately.) INSTALLATION INSTRUCTIONS: I recommend two installation options: 1) First Option: If you have never installed Raidable Bases before, you can simply copy all the files from the downloaded "oxide" folder to your server. I strongly recommend this method because I have made several adjustments to prevent issues, such as bases embedding underground, ensuring they spawn at sea level, and removing Arena walls and NPCs. If you want to use your own configuration, check the second option below. 2) Second Option: If you already have existing Raidable Bases or wish to avoid modifying your configuration and profile files, you’ll need to add the new bases using commands. Open the console with F1 and use these commands to save the new bases to your existing profile configuration in /serverfiles/oxide/data/RaidableBases/Profiles. Example command: rb.config add "Easy Bases" fullwipedeasy1 Second example command: rb.config add "Easy Bases" fullwipedeasy2 Summary of Commands to Add New Bases: If you do not want to add 110 bases one by one, you can perform a clean installation using the first method. However, this will overwrite all config settings in your existing Profiles folder, from "easy" to "nightmare" bases. Be sure to back up your files before proceeding. About Base Spawn Locations: If you are using the optional profile config we provide, Easy and Medium bases are configured to spawn near the map's center, while Hard, Expert, and Nightmare bases are set to spawn near coastal areas. This is intended to ensure bases spawn on flatter terrain, avoiding issues with the new rock mechanics that can embed bases into the ground. However, as bases spawning near water may occasionally cause issues in some coastal areas, this setting is left to personal preference for customization. If you'd like to adjust this, you can edit the profiles located in: /home/serverfiles/oxide/data/RaidableBases/Profiles Change "Force All Bases To Spawn At Height Level (0 = Water)" from 0.0 to -1.0 using a text editor. "Force All Bases To Spawn At Height Level (0 = Water)": -1.0, Loot Tables Installation Instructions: If you have successfully added the bases, within the zip file you downloaded, you will find 5 different loot table JSON files ranging from easy to nightmare inside the data/RaidableBases/Base_Loot folder. Move these files to the following directory in your files and replace them: /serverfiles/oxide/data/RaidableBases/Base_Loot The number of items that spawn in crates is determined not by the loot table but by five different configs found in the /serverfiles/oxide/data/RaidableBases/Profiles directory, using the code below. For example, open Easy Bases.json inside the Profiles folder with Notepad, press CTRL+F, and search for "Amount Of Items To Spawn" In the example below, the spawn amount is set to 90. You can adjust this number to your preference, either increasing or decreasing it. Keep in mind that changing this will affect the drop rates in the loot table. "Amount Of Items To Spawn": 90, You may also open the individual base profile files (e.g., Easy Bases.json, Medium Bases.json, Hard Bases.json, Expert Bases.json, Nightmare Bases.json) located in /serverfiles/oxide/data/RaidableBases/Profiles and adjust the "Loot Amount Multiplier" to values such as 2.0 or 5.0. This will alter the existing loot balance. However, we recommend keeping this setting at 1.0, as changing it may disrupt the intended loot balance: "Loot Amount Multiplier": 1.0 If you're confident that you've successfully uploaded all the files, enter the following command in RCON to restart the plugin and apply the changes. Good luck: o.reload RaidableBases$69.99- 18 comments
-
- 1
-
- ##raid
- #bases
-
(and 28 more)
Tagged with:
- ##raid
- #bases
- #pve
- #pvp
- #raidable
- #raidable bases
- #pack
- #loot tables
- #raid bases
- #raidables
- #raid base
- #base pack
- #base package
- #raidable bases pack
- #raidable base pack
- #raidable mega pack
- #raidable package
- #raid package
- #raid pack
- #base packs
- #base and loot
- #raidable bases and loot tables
- #loot table
- #raid base loot tables
- #raid loot
- #raid loot tables
- #mega raidable
- #raidable bases easy
- #raid base mega pack
- #raid base full pack
-
Version 1.01
15 downloads
Got it, here’s the revised description indicating that you’re currently working on setting up your Discord: --- ## Easy Wooden Bases Pack 1 for Raidable Bases Plugin Enhance your Raidable Bases experience with our **Easy Wooden Bases Pack 1**! This pack features a collection of simple yet engaging wooden bases, perfect for players who are looking to enjoy raiding without the overwhelming complexity. ### Features: - **Simple Design**: Easy to navigate and raid, making it perfect for beginners and casual players. - **Variety of Layouts**: A diverse set of wooden base designs to keep raiding fun and exciting. - **Balanced Difficulty**: Ideal for players seeking a moderate challenge that doesn’t require extensive resources or advanced strategies. ### What’s Included: - A set of wooden bases crafted with simplicity and fun in mind. ### Support: We strive to provide the best experience possible. If you encounter any errors or bugs, please don't hesitate to reach out. Your feedback is valuable and helps us improve our packs. ### Feedback: We welcome any feedback to help us improve and provide you with the best possible content. Let us know your thoughts, suggestions, or any issues you encounter. ### More info: This is my first ever pack, and I'm excited to share it with you! I’m currently working on setting up a Discord community where I will be giving out additional free bases in the future. Stay tuned for more updates and join the community once it's live! Get ready to dive into the world of raiding with these easy-to-conquer wooden bases! Perfect for both new and seasoned players, this pack promises plenty of enjoyment and a balanced raiding experience.$1.00-
- #bases
- #bases raideables
- (and 5 more)