Skip to content

An all in one player and NPC medic script, formerly Legacy_Medic

License

Notifications You must be signed in to change notification settings

BryceCanyonCounty/bcc-medical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcc-medical

Description

An all in one player and NPC medic script, formerly known as Legacy_Medic, combining AIMedic and Medical Script for VORP.

This script allows the choosing of NPC model, command, price, and multijob restriction for the spawning of an AI Medic to pick you up. This has been improved upon from the original legacy_aimedic and legacy_medic. It now includes an injury checking system. Players can check their pulse and last injury as well as those of other players when in range.

Also included, an injury and bleeding system set in the Config file. Stitches item will stop bleeding forever while bandage items stop the bleeding temporarily and saves to the database. You will bleed from knife and gunshot injuries.

Planned to come: Checking cause of death plus some pretty UI stuff and more! ;)

Features

  • Injury system with bleeding from knife and gunshot injuries as well as stiching and bandages
  • Checking cause of wound
  • Bleeding
  • NPC Model Config
  • Price Config using cash or gold
  • Command Config
  • Job Config
  • Translation Files
  • Bandages and Revive items Config
  • Webhook for revivals
  • Doctors offices for collecting equipment

Bleeding

  • Database bleed values

    • 0 = Not bleeding
    • 1 = Bleeding
    • 2 = Bleeding temporarily stopped
  • Bandage items

    • Can be used by any player for themselves or someone else
    • Will stop bleeding for the length of time set in the config
    • After that time expires bleeding will start again
  • Stitches Items

    • Can only be used by a player with a doctor job
    • Will stop bleeding permanently

Commands

  • /medic Use in chat to open Medic Menu
  • /sendhelp Use to Call for NPC Doctor

Dependencies

Installation

  • Make sure dependencies are installed/updated and ensured before this script
  • Add bcc-medical folder to your resources folder
  • Add ensure bcc-medical to your resources.cfg
  • Run the included database file
  • Restart server

GitHub