Jump to content

Search the Community

Showing results for tags 'medical'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Categories

  • Plugins
  • Carbon
  • Harmony
  • Maps
  • Monuments
  • Prefabs
  • Bases
  • Tools
  • Discord Bots
  • Customizations
  • Extensions

Forums

  • CF Hub
    • Announcements
  • Member Hub
    • General
    • Show Off
    • Requests
  • Member Resources
    • For Hire
  • Community Hub
    • Feedback
  • Support Hub
    • Support
    • Site Support

Product Groups

  • Creator Services
  • Host Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 7 results

  1. The_Kiiiing

    Medic

    Version 1.0.4

    119 downloads

    This plugin brings a completely new wounding system to your server. When players get wounded, they will have to wait for a medic to pick them up, otherwise they will respawn after a predefined time. Medics can see the position of wounded players on the map and get a chat message informing them about newly wounded players. While a player is wounded, they can not be picked up or killed by other players. Features: Highly customizable Wounding system is only active if enough medics are online Wounded players can not be picked up or damaged by other players Medics can see the position of wounded players on the map Time until respawn can be adjusted in the config A custom message to be displayed to wounded players can be set in the config Ideal for roleplay servers New Features in vesion 1.0.1: A payout can be configured for medics for reviving players and for working a certain time (To disable payouts, just set the payout amount in the config to 0) Players can no longer hurt active medics (can be disabled in config) Active medics can no longer hurt players (can be disabled in config) Medics now have a configurable cooldown for using weapons after they stop working New Features in version 1.0.2: ZoneManager is now supported Medic system can be configured to only work in certain zones Medic system can be blocked in certain zones New Features in version 1.0.3: Added support for ServerRewards and Economics Added the option to disable crawling for wounded players Wounded players can now be revived by everyone with a configurable chance of success Added game tips for medics (can be disabled in config) Moved chat messages to lang file How it works: Players with the permission medic.medic can type /medic in the chat, then they are active medics and get notified about wounded players. If the system is active, only medics can pick up players by holding right-click on them with a medical syringe. In the config there is a number that determines how many medics have to be active for the system to work. If not enough medics are active, the default wounding system will be used. The command /medicinfo informs players about the number of currently active medics and wether the default wounding system is active. Configuration: { "Wounded time before death (seconds)": 300.0, "Health after player has been revived (0 = start health)": 0.0, "Reset metabolism after player has been revived": true, "Use default wounding if less than x medics are active": 2, "Display message to wounded players": "You are currently wounded and a medic has been informed", "Medic symbol (should be rectangular)": "https://i.imgur.com/3CDQncQ.png", "Medic symbol position on screen": { "x": 0.29, "y": 0.03 }, "Medic symbol size on screen": { "x": 0.07, "y": 0.07 }, "Map marker color for wounded players (in hex format)": "FF0000", "Language Settings": { "medic_start_shift": "You are now working as a medic", "medic_end_shift": "You are no longer working as a medic", "medic_info": "There are currently {0} active medics, the default wounding system is {1}", "medic_revived": "{0} has been successfully revived by {1}", "player_revived": "You have been revived by {0}", "medic_wounded": "{0} is wounded at {1}. Without medical aid, {0} will die in {2} seconds", "medic_death": "Any help came too late for {0}. {0} is dead now", "medic_payout": "You received {0} x{1} as a payout for your work", "medic_revive_payout": "{0} x{1} has been added to your account for reviving {2}. You will receive it at the end of your shift.", "medic_no_damage": "You can not hurt an active medic!", "medic_no_attack": "You can not hurt other players while you working as a medic", "medic_attack_cooldown": "You can not hurt other players because you recently worked as a medic. Remaining cooldown: {0} seconds.", "enabled": "enabled", "disabled": "disabled", "wounded": "wounded" }, "Currency item shortname": "scrap", "Currency item skin id": 0, "Currency item custom name": "", "Minimum coherent work time for work payout (in minutes)": 10.0, "Work payout amount per time defined above": 50, "Payout for reviving player": 10, "Active medics can not be hurt by other players": true, "Active medics can not hurt other players": true, "Cooldown for attacking players after medic stopped working (minutes)": 5.0, "Zone restrictions (0: none, 1: Allow Medic only in specified zones, 2: Don't allow Medic in specified zones)(reqires ZoneManager)": 0, "Zone list: (zone ids)": [ "zone1", "zone2" ] } Permissions: medic.medic - Permission for medics medic.debug - Debug permission (explained below) Required dependencies: Marker API: https://codefling.com/plugins/marker-api Image Library: https://umod.org/plugins/image-library Zone Manager (optional): https://umod.org/plugins/zone-manager Developer API Check whether a player will become wounded or die when damaged (bool) CanDie(BasePlayer player) Check if the default wounding or the custom medic system is active (bool) UseDefaultWounding() Debuging: Players with the permission medic.debug have access to the command /recover which allows them to pick themselves up when they are wounded. Useful when testing the plugin.
    $12.00
  2. Ajie

    Super Medical

    Version 1.0.3

    103 downloads

    Extend your server's syringe !! Make it fun and powerful! Set additional boost for syringes and support run commands after using syringe... You can have more fun with TimedPermissions, just like using a syringe after grant 1 minute of DoubleJump permission so that it is a rabbit serum! Features Support for setting additional boost for syringes Support run command after using syringe. Support setting the number of use for the syringe. Support unlimited use number of syringe. Support adding unlimited super syringe. Support for run effect or send message after use. Config { "Plugin Setting": { "Chat Prefix": "[Super Medical]\n" }, "Medical Items Setting": { "Item List": { "2788668736": { "Item Name": "Super Syringe", "Permission (Empty = not need)": "", "Basic Item (shortname)": "syringe.medical", "Disable the item original healing": false, "Item will not be consumed": false, "Number of use (0 = Disable)": 0, "Boost Setting": { "Enable Boost": true, "Set Max Health Multiple (1=+100)": 1.0, "Max Health Duration": 60.0, "Add Health": 10, "Add Health over time": 30, "Add Hydration": 100, "Add Calories": 200, "Add Radiation": 0, "Add Bleeding": 0, "Add Comfort": 0, "Reset Radiation": false, "Reset Bleeding": false }, "Command Setting": { "Enable Command": false, "Server run command (false = PlayerClient)": true, "Run all command (false = Random one)": false, "Command List": [ "o.grant user %STEAMID% vip.vip", "say hi,%PLAYERNAME%" ] }, "Tips Message (Empty = no message)": "", "Effect (Empty = no effect)": "" }, "2789817685": { "Item Name": "Rabbit Serum", "Permission (Empty = not need)": "", "Basic Item (shortname)": "syringe.medical", "Disable the item original healing": false, "Item will not be consumed": false, "Number of use (0 = Disable)": 0, "Boost Setting": { "Enable Boost": false, "Set Max Health Multiple (1=+100)": 1.0, "Max Health Duration": 60.0, "Add Health": 10, "Add Health over time": 30, "Add Hydration": 100, "Add Calories": 200, "Add Radiation": 0, "Add Bleeding": 0, "Add Comfort": 0, "Reset Radiation": false, "Reset Bleeding": false }, "Command Setting": { "Enable Command": true, "Server run command (false = PlayerClient)": true, "Run all command (false = Random one)": false, "Command List": [ "grantperm %STEAMID% doublejump.use 1m" ] }, "Tips Message (Empty = no message)": "", "Effect (Empty = no effect)": "" } } } } Tips Does not work on NPC. Players can use syringes for other players. Support bandage and syringe only. The Max Health option is use tea buff
    $9.99
  3. 0xF

    Better Medicine

    Version 1.0.1

    25 downloads

    Change your survival experience on Rust with BetterMedicine! This comprehensive plugin introduces a range of medical items including injection guns, defibrillators, syringes, first aid kits, and bandages. Imagine a scenario where you can strategically lift and heal a teammate from a distance, administer special syringes, or even perform a life-saving resurrection with a defibrillator. BetterMedicine is your key to improving medical gameplay and increasing survivability in the harsh environment of Rust. Default configuration file composition: Customized defibrillator 3 levels of injection syringes 3 levels of syringes, includes quality icons for each level 3 levels of bandages, includes quality icons for each level 3 levels of first aid kits, includes quality icons for each level For each item there are already ready-made crafts for the SimpleCraftSystem plugin. This is just what comes by default, you can create bandages, syringes and first aid kits with any effects you want, as well as other injection gun configurations. Features: Injection Pistols: Heal and lift teammates from a distance. Lifting and healing are accompanied by effects. Customizable working distance, treatment volume, magazine capacity, and crafting options. Defibrillator: Resurrect fallen players. Start the resurrection animation by pointing at the corpse and holding down the LMB (Left Mouse Button). Keep focus on the corpse during the resurrection process. Customizable resurrection time and crafting options. Syringes, first aid kits and bandages: Create different syringes, first aid kits and bandages with a different set of effects. Available effect types: Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime. Demo Video: Installation Instructions: Download the CustomItemDefinitions dependency library from here. Place the library in the plugins directory of your server. Wait for it to load on your server. Download the plugin you purchased. Place the plugin in your server's plugin directory. Configure the settings to your liking using the provided examples in the configuration file. Enjoy! Instructions for use (Permission and Commands): The plugin does not need permissions as it provides a variety of medical items. You can give out items using the standard command give {shortname}. Injection gun - pistol.injection.{configuration name} Example from the default config: give pistol.injection.level2 Defibrillator - give defibrillator Syringes - give syringe.medical.{configuration name} Example from default config: syringe.medical.level3 Medkit - give largemedkit.{configuration name} Example from default config: largemedkit.level1 Bandage - give bandage.{configuration name} Example from default config: bandage.level1 Default Config: { "General": { "Effects": { "Number of electric balls when lifting an wounded player": 3, "Syringe effect": true }, "[SimpleCraftSystem] Craft Page Settings": { "Title": "<color=#00FF91><b>MEDICINE</b></color>", "Command to open": "medicine", "Permission to open (simplecraftsystem.*)": "medicine" } }, "Defibrillator config": { "Name": "Defibrillator", "Description": "A device that delivers an electrical charge to the heart to resurrect a dead player.", "Icon SkinId": 3141788438, "Seconds to resurrect": 3.0, "Electic skeleton at the end": true, "Become wounded after the resurrect": true, "Use item after the resurrect": true, "Heal amount after the lift": 0.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "electric.battery.rechargable.small", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "wiretool", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "electric.teslacoil", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "fuse", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "metal.refined", "SkinID": -1, "Amount": 50, "Name": null, "Description": null } ] } }, "Injection gun configs": { "level1": { "Name": "Injection Gun (Level 1)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 1, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 10.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "metalspring", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "metal.fragments", "SkinID": -1, "Amount": 100, "Name": null, "Description": null } ] } }, "level2": { "Name": "Injection Gun (Level 2)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 3, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 20.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 4, "Name": null, "Description": null }, { "Shortname": "metalspring", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "metal.fragments", "SkinID": -1, "Amount": 100, "Name": null, "Description": null } ] } }, "level3": { "Name": "Injection Gun (Level 3)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 5, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 50.0, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 10, "Name": null, "Description": null }, { "Shortname": "metalspring", "SkinID": -1, "Amount": 5, "Name": null, "Description": null }, { "Shortname": "metal.fragments", "SkinID": -1, "Amount": 100, "Name": null, "Description": null } ] } }, "admin": { "Name": "Injection Gun (Admin)", "Description": "A cutting-edge tool designed to heal and lift wounded players swiftly in critical situations. This compact device administers precise healing injections while enabling the levitation of injured comrades, ensuring rapid aid and transport on the battlefield.", "Capacity": 1000, "Icon SkinId": 3132962420, "Weapon SkinId": 2512906636, "Ability to lift a wounded player": true, "Heal Amount": 10.0, "Operating distance": 1000000.0, "[SimpleCraftSystem] Craft": { "Permission": "admin", "Ingradients": [] } } }, "Bandage configs": { "level1": { "Name": "Bandage (Level 1)", "Description": "", "Icon SkinId": 3141443625, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -5.0 }, { "Effect Type": "Bleeding", "Amount": -60.0 }, { "Effect Type": "Health", "Amount": 10.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "bandage", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "gunpowder", "SkinID": -1, "Amount": 3, "Name": null, "Description": null } ] } }, "level2": { "Name": "Bandage (Level 2)", "Description": "", "Icon SkinId": 3141443298, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -10.0 }, { "Effect Type": "Bleeding", "Amount": -70.0 }, { "Effect Type": "Health", "Amount": 15.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "bandage", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "gunpowder", "SkinID": -1, "Amount": 5, "Name": null, "Description": null } ] } }, "level3": { "Name": "Bandage (Level 3)", "Description": "", "Icon SkinId": 3141443691, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -15.0 }, { "Effect Type": "Bleeding", "Amount": -80.0 }, { "Effect Type": "Health", "Amount": 20.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "bandage", "SkinID": -1, "Amount": 5, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 5, "Name": null, "Description": null }, { "Shortname": "gunpowder", "SkinID": -1, "Amount": 10, "Name": null, "Description": null } ] } } }, "Syringe configs": { "level1": { "Name": "Medical Syringe (Level 1)", "Description": "", "Icon SkinId": 3141445760, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -10.0 }, { "Effect Type": "Radiation", "Amount": -20.0 }, { "Effect Type": "Health", "Amount": 25.0 }, { "Effect Type": "HealthOverTime", "Amount": 20.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "healingtea", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "radiationresisttea", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level2": { "Name": "Medical Syringe (Level 2)", "Description": "", "Icon SkinId": 3141445205, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -15.0 }, { "Effect Type": "Radiation", "Amount": -30.0 }, { "Effect Type": "Health", "Amount": 50.0 }, { "Effect Type": "HealthOverTime", "Amount": 30.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 4, "Name": null, "Description": null }, { "Shortname": "healingtea.advanced", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "radiationresisttea.advanced", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level3": { "Name": "Medical Syringe (Level 3)", "Description": "", "Icon SkinId": 3141445599, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -20.0 }, { "Effect Type": "Radiation", "Amount": -40.0 }, { "Effect Type": "Health", "Amount": 100.0 }, { "Effect Type": "HealthOverTime", "Amount": 35.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 4, "Name": null, "Description": null }, { "Shortname": "healingtea.pure", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "radiationresisttea.pure", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } } }, "Medkit configs": { "level1": { "Name": "Large Medkit (Level 1)", "Description": "", "Icon SkinId": 3141443942, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -20.0 }, { "Effect Type": "Bleeding", "Amount": -100.0 }, { "Effect Type": "Health", "Amount": 20.0 }, { "Effect Type": "HealthOverTime", "Amount": 100.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "largemedkit", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "tarp", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "rope", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level2": { "Name": "Large Medkit (Level 2)", "Description": "", "Icon SkinId": 3141444145, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -30.0 }, { "Effect Type": "Bleeding", "Amount": -100.0 }, { "Effect Type": "Health", "Amount": 30.0 }, { "Effect Type": "HealthOverTime", "Amount": 100.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "largemedkit", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "tarp", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 1, "Name": null, "Description": null }, { "Shortname": "rope", "SkinID": -1, "Amount": 1, "Name": null, "Description": null } ] } }, "level3": { "Name": "Large Medkit (Level 3)", "Description": "", "Icon SkinId": 3141444029, "Effects": { "[Read Only] Type Identifiers": "Calories/Hydration/Heartrate/Poison/Radiation/Bleeding/Health/HealthOverTime", "List of Effects": [ { "Effect Type": "Poison", "Amount": -40.0 }, { "Effect Type": "Bleeding", "Amount": -100.0 }, { "Effect Type": "Health", "Amount": 40.0 }, { "Effect Type": "HealthOverTime", "Amount": 100.0 } ] }, "[SimpleCraftSystem] Craft": { "Permission": "", "Ingradients": [ { "Shortname": "largemedkit", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "syringe.medical", "SkinID": -1, "Amount": 2, "Name": null, "Description": null }, { "Shortname": "tarp", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "cloth", "SkinID": -1, "Amount": 3, "Name": null, "Description": null }, { "Shortname": "rope", "SkinID": -1, "Amount": 3, "Name": null, "Description": null } ] } } } }
    $20.00
  4. Version 1.0.1

    2 downloads

    For treatment in these places, the player must have at least 150 calories. This set is designed for placement on the map. Each of the monuments in the set is designed to treat a player who has come into his area of action. Players will not be able to build up these monuments, I have put a ban on building in a small area. These monuments were invented so that ordinary players, after a battle with other players, would run up and be treated in the monument area. I really hope that the players will like this idea and the gameplay will vary a little. At the moment there are 4 types of monuments in the set, later I will add a few more
    $4.99
  5. Version 1.0.0

    8 downloads

    This drugstore was created with great attention to detail. players will find medical boxes in the building to equip themselves for the next fight. there is a ground floor and an upper floor. in the upper area is an office. Prefabs: 634 Please note: Download the prefab files and place them in RustEdit/CustomPrefabs directory of RustEdit. The prefabs can be accessed in the custom section of prefab browser. To use sinlge letters, the prefab has to be broken by selecting it (once placed) and using the "break prefab" function. Important: I don't use "prevent building sphere/cubes" in any of my prefabs, also no monument markers are set. These need to be added by yourself. If the NPCs are not wanted, press the H key (overview of all prefabs) and delete them from the prefab. Questions and suggestions: If you have any problems you can contact me via Katalaner - Discord: https://discord.gg/e2vrPszZFX Katalaner Webseite: http://katalaner.de Rustgame Infoseite: http://webarte.de Youtube: https://www.youtube.com/channel/UC_5P_wAFKl5bdndkDEQDK4g PVE Urlaub Rust Server - Discord: https://discord.gg/75u3fJwPQw
    $6.94
  6. Version 61 040922

    12 downloads

    FEMA is a medium sized monument full of loot, but you will have to search every corner to get it all. There are a few guards to protect it from undesirables. Encased with fences you could use it as a PVP Zone, Battle Royal style where the last one standing can claim all the loot or just use it to enhance your world.
    $9.98
  7. Version 1.0.0

    3 downloads

    Phil's Pharmacy - just your friendly neighborhood harmasist, ahem ahem pharmacist here , there has always been something sus about phil. a good source of meds, food and loot , but especially meds. 80 wide medium monument with main shop area ,office, storeroom and a recycler [outside] puzzle -requires fuse for green card reader -requires fuse for blue card reader -requires green card for loot room 1 -requires blue card for loot room 2 Loot 5 yellow barrels 5 blue barrels 2 toolbox 1 advanced tools 3 normal green crates 4 normal crates 4 food 7 medical crate 2 medical box no npc's
    $9.99
1.1m

Downloads

Total number of downloads.

5.4k

Customers

Total customers served.

77.7k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.