















Custom Medics
$8.00
Sold by: CopekCustom Medics – Make your medical items more powerful !
- Description
- Reviews (0)
- Version History
- Discussions (1)
- Setup
- Product Enquiry
Description
Description
Custom Medics
Customizable Healing Items:
Custom Medics allows you to define and configure bandages, syringes, and medkits. Each item can have its own healing properties, including instant heal, healing over time, and the ability to counteract negative status effects such as bleeding, poison, and radiation.
Buff System:
Tailor the buff system to your liking. Enable or disable buffs for specific items and specify the maximum health increase. With this system, players can temporarily boost their health beyond the default limit, making for an exciting and dynamic gameplay experience.
UI:
Your players will appreciate the informative in-game tooltips. Whenever they select a custom medical item, a tooltip will provide details about the item’s effects, making it easier for them to understand its functionality.
Give Command:
Chat : /givemed <cmdgivename> [amount] [player name or ID] //// amount and player name are optional
Console : givemed <cmdgivename> [amount] <player name or ID> //// amount is optional
(that cmdgivename is name of med item what you will get ,you can change names)
Config Example :
{
“VWeaponsDescription”: [
“You can add more medical items”,
“HealAmount – instant heal”,
“HealOverTimeAmount – healing over time”,
“Bleed , Poison , Radiation – decrease those”,
“EnabledBuff = true/false (will buff be enabled or disabled for that item)”,
“MaxHealthIncrease – 0.1 is 110 hp ,1 is 200 HP ,10 is 1100 HP”,
“Duration – how much buff will lasts (seconds)”,
“CmdGiveName – this name is for give command /givemed + (cmdgivename)”
],
“Meds”: [
{
“ItemDisplayName”: “Bandage Lv1”,
“ItemShortname”: “bandage”,
“SkinID”: 3054607253,
“CmdGiveName”: “ba1”,
“Instant Heal”: 100.0,
“Heal Over Time”: 100.0,
“Bleed”: -100.0,
“Poison”: -50.0,
“Radiation”: -100.0,
“Enabled”: false,
“MaxHealthIncrease”: 10.0,
“Duration”: 60.0
}.
{
“ItemDisplayName”: “Syringe Lv2”,
“ItemShortname”: “syringe.medical”,
“SkinID”: 3054594972,
“CmdGiveName”: “sy2”,
“Instant Heal”: 100.0,
“Heal Over Time”: 100.0,
“Bleed”: -100.0,
“Poison”: -50.0,
“Radiation”: -100.0,
“Enabled”: true,
“MaxHealthIncrease”: 10.0,
“Duration”: 60.0
},
{
“ItemDisplayName”: “LargeMedKit Lv3”,
“ItemShortname”: “largemedkit”,
“SkinID”: 3054597441,
“CmdGiveName”: “mkit3”,
“Instant Heal”: 100.0,
“Heal Over Time”: 100.0,
“Bleed”: -100.0,
“Poison”: -50.0,
“Radiation”: -100.0,
“Enabled”: true,
“MaxHealthIncrease”: 10.0,
“Duration”: 60.0
}
Reviews (0)
Reviews
There are no reviews yet.
Only logged in customers who have purchased this product may leave a review.
Version History
-
Added
Chat and Console(added) command update :
Chat command : /givemed "cmdgivename" [amount]
Console command : givemed [amount] If amount not typed then it will give 1 item . In chat command if you dont type name/steamID you will give yourself item .
Discussions (1)
One thought on "Custom Medics"
Leave a reply Cancel reply
Setup
Plugin FAQ – How do I use this .zip/.7z file I just purchased on my server?
• First, you want to unzip the file. You can do so by just double-clicking it to open, then drag the contents to the desired location (you may need to install an external unzipping software if you don’t already have one such as 7zip or winrar)
• Next you will find either a structure of folders or just the .cs file itself (it’s the actual plugin file itself).
• After that just install the .cs (plugin file) into your …/oxide/plugins/ folder where you will install plugins you ever need to.
Additionally, here’s a great video that easily covers adding a plugin to your server if you need! https://youtu.be/yWC_p97FhQA
• Installation is not included with any products on the site, however, if needed we may assist if you reach out to our support.
Currently all products on Lone.Design will be contained within a zipped file which is the .7z or .zip that you see. I believe windows 10 and up can unzip on its own without 3rd party tools, but in that case, if you’re unfamiliar with zipped files here are 2 programs I recommend to easily unzip zipped files.
Video On How to Zip and Unzip: https://youtu.be/Ep-L3PjBPCk (TechInsider Youtube Channel)
Zipping/Unzipping Tools
Winrar https://www.rarlab.com (I used to use for years, but works great!)
7zip https://www.7-zip.org/a/7z2107-x64.exe (the one I use currently)
Any chance you can add the ability to use /givemed mkit3 quantity so you can specify how many to give?