Store Robbery

$20.00

Sold by: Billy Joe

Give players another activity by allowing them to rob the local gas stations and supermarkets.

Categories: , ,

Description

Store Robbery

About Store Robbery

Store Robbery plugin is a plugin that was made from my memory of Arma 3 Life Gas Station robbery’s, currently this plugin allows you to place Robbable Store Clerk’s around the map for players to attract PvP too. Only the best will be able to survive a store robbery and walk away with the reward!


Requires:

https://codefling.com/extensions/npc-spawn

 

Commands

/createclerk – Creates a clerk at your current location

/removeclerk – Removes a clerk that you are looking at.

/getclerkid – Ability to get the id of the clerk in the data file, so you can edit rotation or position if needed.

 

Permission

storerobbery.manage – Allow creating and deleting of Store Clerks

 

Features

Spawn guards at robbery start or robbery end

Live progress bar showing robbery progress

Togglable Markers and Chat Announcement

Auto fill clerks at all gas stations and supermarkets

Configurable robbery times and cooldowns

Support for Server Rewards and Economics plugin

Configurable Item List with item counts, and probability.

 

Config

{
  "Announce Robberies In Chat": true, 
  "Require Permission for Announcement": true,
  "Announcement Permission": "storerobbery.receiveannouncement",
  "Use Clerk Marker": true,
  "Use Robbery Area Marker": true,
  "Allow Shoot To Rob": false,
  "Robbery Distance (m)": 5.0,
  "Robbery Time (Secs)": 20,
  "NPC Cooldown/Reset Time (Secs)": 10,
  "Use Player Cooldown?": true,
  "Player Robbery Cooldown Time (Secs)": 10,
  "Whitelisted Robbery Weapons": [
    "rifle.ak",
    "rifle.bolt",
    "smg.2",
    "rifle.l96",
    "lmg.m249",
    "rifle.lr300",
    "rifle.m39",
    "pistol.m92",
    "smg.mp5",
    "pistol.python",
    "pistol.revolver",
    "rocket.launcher",
    "rifle.semiauto",
    "pistol.semiauto",
    "shotgun.spas12",
    "smg.thompson"
  ],
  "Clear NPCs On New Save": true,
  "Clerk Name": "Store Clerk",
  "Fill Clerks at Supermarkets": true,
  "Supermarket Clerk Position": {
    "x": 8.8,
    "y": 0.0,
    "z": 3.5
  },
  "Supermarket Clerk Rotation": {
    "x": 8.8,
    "y": 0.0,
    "z": 2.0
  },
  "Fill Clerks at Gas Stations": true,
  "Gas Station Clerk Position": {
    "x": -8.7,
    "y": 0.0,
    "z": 21.5
  },
  "Gas Station Clerk Rotation": {
    "x": -8.2,
    "y": 0.0,
    "z": 21.5
  },
  "Guard Settings": {
    "Play Alarm Sound": true,
    "Spawn Guards at Robbery Start": false,
    "Spawn Guards at Robbery End": false,
    "Chance of Guard Spawn (0-100%)": 75,
    "Amount of Guard at Robbery Start": 0,
    "Amount of Guard at Robbery End": 5,
    "Store Guard": "Store Guard",
    "Gaurds HP": 400.0,
    "Gaurds Despawn Time (Secs) - 0 = Disabled": 60
  },
  "NPC Clothing": {
    "Clothing": [
      "hat.cap",
      "shirt.collared",
      "pants.shorts",
      "shoes.boots"
    ],
    "Skins": [
      1125552993,
      1145623671,
      883719992,
      2592902166
    ]
  },
  "Robbery Rewards": {
    "Use Economics Plugin": false,
    "Minimum Amount Of Credits": 3000,
    "Maximum Amount Of Credits": 6000,
    "Use Server Rewards Plugin": false,
    "Minimum Amount Of RP": 300,
    "Maximum Amount Of RP": 600,
    "Use Item Box Rewards": true,
    "Minimum Amount Of Items From List": 3,
    "Maximum Amount Of Items From List": 6,
    "Possible Item List": [
      {
        "shortname": "rifle.ak",
        "customname": "Red Zircon AK47",
        "skin": 2589524856,
        "minamount": 1,
        "maxamount": 1,
        "probability": 90
      },
      {
        "shortname": "rifle.bolt",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 1,
        "probability": 5
      },
      {
        "shortname": "ammo.pistol",
        "customname": "",
        "skin": 0,
        "minamount": 10,
        "maxamount": 50,
        "probability": 70
      },
      {
        "shortname": "ammo.shotgun",
        "customname": "",
        "skin": 0,
        "minamount": 10,
        "maxamount": 30,
        "probability": 70
      },
      {
        "shortname": "syringe.medical",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 3,
        "probability": 40
      },
      {
        "shortname": "keycard_blue",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 1,
        "probability": 35
      },
      {
        "shortname": "cctv.camera",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 2,
        "probability": 50
      },
      {
        "shortname": "shotgun.double",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 1,
        "probability": 70
      },
      {
        "shortname": "bow.hunting",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 1,
        "probability": 90
      },
      {
        "shortname": "pistol.revolver",
        "customname": "",
        "skin": 0,
        "minamount": 1,
        "maxamount": 1,
        "probability": 80
      },
      {
        "shortname": "arrow.wooden",
        "customname": "",
        "skin": 0,
        "minamount": 10,
        "maxamount": 40,
        "probability": 85
      },
      {
        "shortname": "arrow.fire",
        "customname": "",
        "skin": 0,
        "minamount": 5,
        "maxamount": 20,
        "probability": 70
      },
      {
        "shortname": "rope",
        "customname": "",
        "skin": 0,
        "minamount": 3,
        "maxamount": 6,
        "probability": 75
      },
      {
        "shortname": "propanetank",
        "customname": "",
        "skin": 0,
        "minamount": 3,
        "maxamount": 6,
        "probability": 75
      },
      {
        "shortname": "metalpipe",
        "customname": "",
        "skin": 0,
        "minamount": 2,
        "maxamount": 4,
        "probability": 75
      }
    ]
  }
}

5 reviews for Store Robbery

  1. 5 out of 5

    strand (verified owner)

    Loving this plugin. Works as advertised. Great addition for rp servers

  2. 4 out of 5

    Stefan (verified owner)

    guards are wild, but very good!

  3. 5 out of 5

    Chill Roleplay (verified owner)

    Love this plugin. It gives the officers some extra RP and creates interesting situations. We have had full blown hostage RP and manhunts related to this plugin :D

  4. 5 out of 5

    stevenvben (verified owner)

    Nice plugin, got it to add after wipe for something else to do ingame, tried it out works nice, players wanted more so they got it, but they don’t know about it yet lol.

  5. 5 out of 5

    Madudi (verified owner)

    love this plugin!


Only logged in customers who have purchased this product may leave a review.

Version 1.1.8 | Updated June 20, 2023
  • Fixed NPCS, Update NPC Spawn
Version 1.1.7 | Updated March 8, 2023
  • Fixed NPC Spawning (Must install NPC Spawn)
Version 1.1.6 | Updated December 5, 2022
  • Fixed NPC Brain Error
Version 1.1.5 | Updated September 15, 2022
  • Fixed AI Brain Error
Version 1.1.4 | Updated March 25, 2022
  • Fixed NPC Movement/Awareness
Version 1.1.3 | Updated December 11, 2021
  • Fixed Random error that would pop up when robbing sometimes.
Version 1.1.2 | Updated December 7, 2021
  • Added Fix NPCs and compile issues
Version 1.1.1 | Updated December 4, 2021
  • Fixed Another rust bug from update
Version 1.1.0 | Updated December 3, 2021
  • Fixed Rust Update
Version 1.0.9 | Updated November 4, 2021
  • Fixed Loot Panel issue, thx facepunch <3
Version 1.0.8 | Updated September 17, 2021
  • Fixed Scientists targeting NPC
Version 1.0.7 | Updated September 15, 2021
  • Added Option to remove NPCs on config'd time.
  • Added Announcement Permission in config
  • Added UI Getting stuck on screen after plugin reload if robbing
  • Added Robbery markers not being removed on plugin reload
Version 1.0.6 | Updated September 14, 2021
  • Added Option in config for "Shoot To Rob"
  • Added Alarm Sound Prefab to config, if you wanna change the sound
  • Added Custom Name and Skin to items that can be received from clerk
  • Added Item Box option, so if you want to give economics and items make sure both are true.
  • Fixed Economics not giving the money.
Version 1.0.5 | Updated September 14, 2021
  • Added Siren on robbery, config option.
  • Added Guards that can be spawned, controlled in config.
  • Added Localization for all messages.
  • Fixed Possibly grid issue.
Version 1.0.4 | Updated September 12, 2021
  • Fixed Invisible NPC's
  • Fixed Crate sometimes disappearing
  • Fixed Create Clerk Command error sometimes happening
Version 1.0.3 | Updated September 11, 2021
  • Fixed Crate sometimes disapearing because under map
Version 1.0.2 | Updated September 11, 2021
  • Fixed Box sometimes getting killed when under map
Version 1.0.1 | Updated September 11, 2021
  • Added Config Option for clerk name, if you already have a config you may have to reload it.
  • Added /getclerkid - Ability to get the id of the clerk in the data file, so you can edit rotation or position if needed.
  • Fixed Creating Clerk rotation was messed up and invisible sometimes.
  • Fixed Plugin not using proper max values from config.
  • Updated Optimized code and cleaned up stuff that was not needed

2 thoughts on "Store Robbery"

Leave a reply

Your email address will not be published. Required fields are marked *

  1. I am an admin for a server that uses this plugin. We are having issues with the changes that I made to the config. They aren’t taking. The list of items I changed didn’t take as well as the distance of 10 m from the clerk when robbing. Please let me know if there is information you need. If you would like I can send the .json file as well. Any help would be greatly appreciated.

  2. Had no issues with mod and config how ever I’m wondering if there is a way to change the guards outfit? I see the option to adjust the store clerks clothing but not a way for the guards.

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)

Product Enquiry

Please Login to make enquiry about this product