Jump to content

Beast Master 1.0.7

$22.99
   (0 reviews)

4 Screenshots

  • 264
  • 2
  • 61.38 kB
 Share

About Beast Master

Create as many Versions of Animals with varying rewards as you like, Give Base Item drops to Unlicensed Players, Bonus items can be dropped to Licensed Players.

 

Demo Video

 

Limit The Spawn to Certain Monuments using the monument Prefab Paths to Restrict High Level Spawns, To High Tier Monuments.

Licenses can be used for Players to obtain A bonus Loot Table of items vs being unlicensed.

Sell Licenses Via Server Rewards or Economics

Works with Deployable Nature as these spawned Animals are created in Plugin.

Marker Manager can be used to mark Animals on Map.

Full Discord Logging of Kills Available.

Building Restriction is Configurable to prevent players from Being out of reach of Melee.

Skill Tree can be used to give players XP on Takedown.

Custom Monument? No problem, Add your own profiles via command, and add the profile to the config section of the animal you want to spawn there.

 

 

COMMANDS

/ADDBMP “NAME” – ADDS A SPAWN PROFILE ON YOUR POS, TO USE IN CONFIG FOR CUSTOM PROFILE

/REMBMP “NAME” – REMOVES THE SPAWN PROFILE FROM DATA

/DBMP – DEBUGS POINTS TO ADMINS WITH PERMISSION

/BMTOP – ANNOUNCES TOP BEAST MASTER HUNTERS TO PLAYER WHO RUNS COMMAND

 

PERMISSIONS

BeastMaster.LifetimeLicense

BeastMaster.AdminPermission

 

 CONFIG

 

{
  "Settings": {
    "Clear Top Kills On Wipe?": false,
    "Top Beast Eliminations Announce Interval": 60,
    "Discord Webhook URL": "INSERT_WEBHOOK_URL",
    "Log Kills to Discord?": false,
    "Enable Maintained Beasts?": false,
    "Enable Custom Spawn Profiles?": false,
    "Wipe Custom Profiles On Wipe?": false,
    "Maintained Spawn Interval Check Will Spawn 1 Maintained Beast": 3300,
    "Spawn Attempt Interval": 5,
    "Max Retries for Suitable Spawn": 5,
    "Max Beast Master Animals To Exist In World": 3,
    "Announce Spawn to Chat?": true,
    "Announce Death to Chat on Successful Kill?": true,
    "Restrict Building Distance": 100,
    "Use Marker Manager To Show Location On Map?": true,
    "Enable Skill Tree Xp Gain?": true,
    "Enable Beast Master License? (Needed to Grant Bonus Drops)": true,
    "Price to Purchase a Beast Master License?": 10000,
    "Take License on Death?": true,
    "Console Command to Purchase a Beast Master License? (For GUI Shops)": "buybml",
    "Chat Command to Purchase a Beast Master License?": "buybml",
    "Economy Plugin - 1 Economics - 2 Server Rewards": 1,
    "Wipe License on Wipe?": true
  },
  "Marker Settings": {
    "Animal Marker Radius": 0.3,
    "Animal Marker Color": "ffe135",
    "Animal Marker Outline": "000000",
    "Animal Marker Alpha": 0.75
  },
  "Beast Entries": {
    "Savage_Boar": {
      "Animal Prefab": "assets/rust.ai/agents/boar/boar.prefab",
      "Is a Maintained Beast? (Will Always Be Spawned To Patrol A Monument If They Don't Exist, Does not count towards Total Animals. Rec Spawn Rate Setting 1)": false,
      "Tier Name (Chat)": "Savage Boar",
      "Skill Tree Xp Value": 200,
      "Health": 500,
      "Attack Damage": 20,
      "Attack Cost": 0.1,
      "Attack Rate": 1,
      "Attack Range": 1,
      "Speed Value": 1,
      "Sense Range": 10,
      "Attack Range Multiplier": 1,
      "Target Lost Range": 40,
      "Vision Cone": -0.8,
      "Memory Duration": 10,
      "Monuments": [
        "assets/bundled/prefabs/autospawn/monument/large/water_treatment_plant_1.prefab",
        "assets/bundled/prefabs/autospawn/monument/xlarge/launch_site_1.prefab"
      ],
      "Custom Spawn Profile": [
        "PROFILENAME"
      ],
      "Spawn Chance": 1,
      "Random Distance Min from Monument": 100,
      "Random Distance Max from Monument": 200,
      "Min Amount of Items To Drop": 2,
      "Max Amount of Items To Drop": 4,
      "Loot Drop": [
        {
          "Shortname": "metal.refined",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 200,
          "Amount Max": 500,
          "Chance to Drop": 30
        },
        {
          "Shortname": "scrap",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 440,
          "Amount Max": 600,
          "Chance to Drop": 30
        },
        {
          "Shortname": "paper",
          "Skin": 3048132587,
          "Custom Name": "Cash",
          "Amount Min": 20,
          "Amount Max": 35,
          "Chance to Drop": 40
        }
      ],
      "Licensed Beast Master Bonus Drops": [
        {
          "Shortname": "sulfur",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 200,
          "Amount Max": 500,
          "Chance to Drop": 30
        },
        {
          "Shortname": "wood",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 440,
          "Amount Max": 600,
          "Chance to Drop": 30
        },
        {
          "Shortname": "glue",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 20,
          "Amount Max": 35,
          "Chance to Drop": 40
        }
      ]
    },
    "Cocaine_Bear": {
      "Animal Prefab": "assets/rust.ai/agents/bear/bear.prefab",
      "Is a Maintained Beast? (Will Always Be Spawned To Patrol A Monument If They Don't Exist, Does not count towards Total Animals. Rec Spawn Rate Setting 1)": false,
      "Tier Name (Chat)": "Cocaine Bear",
      "Skill Tree Xp Value": 500,
      "Health": 500,
      "Attack Damage": 50,
      "Attack Cost": 0.2,
      "Attack Rate": 1,
      "Attack Range": 2,
      "Speed Value": 1,
      "Sense Range": 15,
      "Attack Range Multiplier": 1.2,
      "Target Lost Range": 50,
      "Vision Cone": -0.6,
      "Memory Duration": 15,
      "Monuments": [
        "assets/bundled/prefabs/autospawn/monument/large/water_treatment_plant_1.prefab",
        "assets/bundled/prefabs/autospawn/monument/xlarge/launch_site_1.prefab"
      ],
      "Custom Spawn Profile": [
        "PROFILENAME"
      ],
      "Spawn Chance": 0.1,
      "Random Distance Min from Monument": 100,
      "Random Distance Max from Monument": 200,
      "Min Amount of Items To Drop": 2,
      "Max Amount of Items To Drop": 4,
      "Loot Drop": [
        {
          "Shortname": "metal.refined",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 200,
          "Amount Max": 500,
          "Chance to Drop": 30
        },
        {
          "Shortname": "scrap",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 440,
          "Amount Max": 600,
          "Chance to Drop": 30
        },
        {
          "Shortname": "paper",
          "Skin": 3048132587,
          "Custom Name": "Cash",
          "Amount Min": 20,
          "Amount Max": 35,
          "Chance to Drop": 40
        }
      ],
      "Licensed Beast Master Bonus Drops": [
        {
          "Shortname": "sulfur",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 200,
          "Amount Max": 500,
          "Chance to Drop": 30
        },
        {
          "Shortname": "wood",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 440,
          "Amount Max": 600,
          "Chance to Drop": 30
        },
        {
          "Shortname": "glue",
          "Skin": 0,
          "Custom Name": "",
          "Amount Min": 20,
          "Amount Max": 35,
          "Chance to Drop": 40
        }
      ]
    }
  }
}

 

 

LANG

 

{
  "Revoked": "[<color=#ffe135>Beast Master</color>] Your <color=#ffe135>Beast Master</color> License has been revoked, You will not Receive Bonus Items on Beast Eliminations.",
  "InsufficientFunds": "[<color=#ffe135>Beast Master</color>] You don't have enough funds to purchase a <color=#ffe135>Beast Master</color> License. \nIt costs <color=#42b5a6>{0}</color><color=#a642b5>{1}</color>.",
  "AlreadyHasLicense": "[<color=#ffe135>Beast Master</color>] You already have a <color=#ffe135>Beast Master</color> License.",
  "BuyBeastMasterLicenseSuccess": "[<color=#ffe135>Beast Master</color>] <color=#ffe135>Beast Master</color> License Obtained. \nYou were charged {0}<color=#3e9c35>{1}</color>, Watch your Surroundings, <color=#b8ff35>{2}</color>!",
  "AnimalKilledBroadcast": "[<color=#ffe135>Beast Master</color>] \n<color=#b8ff35>{0}</color> killed a <color=#ff7c35>{1}</color> at <color=#35ffe1>{2}</color>",
  "AnimalFledBroadcast": "[<color=#ffe135>Beast Master</color>] \nA <color=#ff7c35>{0}</color> has Fled our Trackers...",
  "AnimalSpottedBroadcast": "[<color=#ffe135>Beast Master</color>] \nA <color=#ff7c35>{0}</color> has been spotted near Grid Location - <color=#35ffe1>{1}</color>",
  "RestrictBuildingMessage": "[<color=#ffe135>Beast Master</color>] You cannot build within {0} meters of a Beast Master Target.",
  "XPMessage": "[<color=#ffe135>Beast Master</color>] You gained <color=#ffe135>{0}</color> <color=#ff7c35>XP</color> for the <color=#ff7c35>{1}</color> Takedown.",
  "BonusItemsReminder": "[<color=#ffe135>Beast Master</color>] Remember, You can earn Bonus Items with a Valid Beast Master License."
}

 

  • Like 1

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

96.5k

Files Sold

Total number of files sold.

1.9m

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.