Npc Raiders

$25.00

Sold by: Razor

Npc Raiders – Call in Npc’s to raid your base.

Categories: , ,

Description

Npc Raiders

They will raid your base tell they find the tc or the time set in the config runs out or you kill all npc waves.
Only People authorized on the tc they are going after can kill the npc and only the npc can attack them.
You can use kits plugin from umod to kit them with clothing and guns See config example below.
Perms are set in config per raid type.

Permissions
npcraiders.use – Needed to use /raidme chat command.
npcraiders.admin – Needed to use /raidme reload chat command.
npcraiders.nocooldown – Disable the setting of your cooldown.
npcraiders.nocost – Disable the being charged.


Chat Command
/raidme – Will show raid help menu.
/raidme buy – Will show raid buy help menu and costs.
/raidme buy <type> – To start raid of the type.
/raidme reload player <playerName> = Will cancel there raid event.
/raidme reload all – Will cancel all events.
/raidme terrain – Get Terrain name your standing on.
/raidme loot – Generate a loot profile with all the items in your inventory


Loot Profiles
/raidme loot add <profileName> – Create or add more items to a profile
/raidme loot clear <profileName> – Clear all information from a profile

When you create a loot profile you will need to edit its datafile and set the min and max amount of items to give.. There you can change other min/max for item amounts default is 1 to Amount when created

Config BuyType
ByTypes can be “Itemid” , “ServerRewards”, or “Economics”
Default is scrap “-932201673”

Config.RewardType
RewardType can be “Itemid” , “ServerRewards”, “Economics” , or “kit”


Kits Example

“enabled”: true,
“rewardAll”: false,
“RewardType”: “kit”,
“RewardAmmount”: “MyKitName”

———————– Random kit —————————-
“RewardAmmount”: [ “kit1”, “kit2” ]

Item Example

“enabled”: true,
“rewardAll”: false,
“RewardType”: “-932201673”,
“RewardAmmount”: 50

ServerRewards Example

“enabled”: true,
“rewardAll”: false,
“RewardType”: “serverrewards”,
“RewardAmmount”: 150

Config.AutoTurretDamage
“AutoTurretDamage”: 0.0 – Disable targeting the npc.
“AutoTurretDamage”: 1.0 – Full damage to the npc / Range is 0.0 to 1.0.

Config Example

{
"Random settings": {
"Chat command": "raidme",
"The Maxum amount of raid events that can go on at once": 6,
"Cooldown before you can call in another raid": 3600,
"Cooldown after authorising on a tc be for you can start a raid": 86400,
"The maxum amount of time a rocket will fly before exploding": 4.0,
"Limit the damage to players building": false
},
"All Raid Types": {
"Raid types must be in lowercase": {
"easy": {
"The Permission": "npcraiders.easy",
"Total npcs per wave": 15,
"How many extra waves": 0,
"Seconds untell next wave": 120,
"Total event time in seconds": 640,
"Npc drop loot on death": true,
"Npc drop loot config names": [
"easy"
],
"Spawn health of the npc": 100.0,
"Rocket damage scale": 0.01,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"medium": {
"The Permission": "npcraiders.medium",
"Total npcs per wave": 15,
"How many extra waves": 3,
"Seconds untell next wave": 120,
"Total event time in seconds": 900,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 200.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"hard": {
"The Permission": "npcraiders.hard",
"Total npcs per wave": 20,
"How many extra waves": 4,
"Seconds untell next wave": 120,
"Total event time in seconds": 1200,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 400.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"expert": {
"The Permission": "npcraiders.expert",
"Total npcs per wave": 30,
"How many extra waves": 4,
"Seconds untell next wave": 120,
"Total event time in seconds": 1500,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 400.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
},
"nightmare": {
"The Permission": "npcraiders.nightmare",
"Total npcs per wave": 30,
"How many extra waves": 5,
"Seconds untell next wave": 120,
"Total event time in seconds": 2100,
"Npc drop loot on death": true,
"Npc drop loot config names": [],
"Spawn health of the npc": 400.0,
"Rocket damage scale": 1.0,
"Auto turret damage scale to npc": 1.0,
"Explosive item shortnames": [
"explosive.timed",
"explosive.satchel"
],
"Names to give the npcs": [
"Cobalt Scientist"
],
"Spawn kits for the npcs": []
}
}
},
"Raid Buy Options": {
"BuyOptions": {
"easy": {
"BuyType": "-932201673",
"BuyAmmount": 5000
},
"medium": {
"BuyType": "-932201673",
"BuyAmmount": 1000
},
"hard": {
"BuyType": "-932201673",
"BuyAmmount": 1500
},
"expert": {
"BuyType": "-932201673",
"BuyAmmount": 1500
},
"nightmare": {
"BuyType": "-932201673",
"BuyAmmount": 1500
}
}
},
"Raid Reward Options": {
"RewardOptions": {
"easy": {
"enabled": true,
"rewardAll": false,
"RewardType": "kit",
"RewardAmmount": [
"test",
"test"
]
},
"medium": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1000
},
"hard": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1500
},
"expert": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1500
},
"nightmare": {
"enabled": false,
"rewardAll": false,
"RewardType": "-932201673",
"RewardAmmount": 1500
}
}
},
"Block raid in colider": {
"Blocked": [
"iceberg",
"ice_berg",
"ice_sheet",
"icesheet"
]
},
"Version": {
"Major": 1,
"Minor": 1,
"Patch": 15
}
}


View More of My work! https://lone.design/vendor/razor/

8 reviews for Npc Raiders

  1. 5 out of 5

    Chill Roleplay (verified owner)

    We love it players having a great time with it already

  2. 5 out of 5

    Chris (verified owner)

    Great plugin, super fun! Well worth the money that he’s put into developing this. Thank you!

  3. 1 out of 5

    Manuel Perez (verified owner)

    attention is lousy

    • Ts3Hosting (verified owner)

      Still mad that I do not speak Spanish?

  4. 5 out of 5

    brendavincentartists (verified owner)

    We love this mod as a PVE Server that has players that love a raidMe Challenge! Its excelllent.

  5. 1 out of 5

    Grumbles (verified owner)

    Don’t buy this plugin from Lone. This dev doesn’t like to update it here.
    I’m tired of dealing with someone that spits in your face when you give them money.

  6. Ts3Hosting (verified owner)

    No Update is needed There is version numbers different threw multiple sites for a reason.

  7. 5 out of 5

    Manuel Perez (verified owner)

    Un evento muy completo, excelente

  8. 5 out of 5

    silversneaky (verified owner)

    Awesome plugin , players love it ,great to test your skills!


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

Version 1.8.1 | Updated October 6, 2024
  • Fixed Fix for rust update
Version 1.8.0 | Updated September 10, 2024
  • Fixed Fix for rust uodate
Version 1.7.5 | Updated August 15, 2024
  • Fixed Fix for barricades Damage
Version 1.7.4 | Updated August 7, 2024
  • Updated Added AlphaLoot Support for Npc Corpse Loot [CODE]"AlphaLoot profile names For Npc Loot": [ "lootProfile", "LootProfile1" ],[/CODE] Fixed Issue where normal loot profiles min max example was 2,3 would always return 2 and would never return max
Version 1.7.3 | Updated July 31, 2024
  • Fixed Fix for upcoming rust update 08-01-24
Version 1.7.2 | Updated July 17, 2024
  • Added No file change just version added to log
Version 1.7.1 | Updated July 7, 2024
  • Fixed Fix for rust update
Version 1.7.0 | Updated April 4, 2024
  • Added Update
Version 1.6.5 | Updated January 4, 2024
  • Fixed fixed update
  • Added
  • Added
Version 1.6.2 | Updated December 8, 2023
  • Updated fix for rust update
Version 1.6.1 | Updated November 2, 2023
  • Added fixed compilation errors
Version 1.6.0 | Updated September 7, 2023
  • Fixed Fix for 9-7-2023 Rust Update do not install before hand.
Version 1.5.2 | Updated July 5, 2023
  • Added Fix for upcomming rust update.
Version 1.5.0 | Updated May 4, 2023
  • Added Update for rust changes
Version 1.4.12 | Updated March 12, 2023
  • Added Nothing version change cause people using wrong update checkers.
Version 1.4.7 | Updated March 6, 2023
  • Fixed Kit gun fix
Version 1.4.6 | Updated September 18, 2022
  • Fixed update
Version 1.4.0 | Updated September 1, 2022
  • Fixed Rust update fix
Version 1.3.30 | Updated August 10, 2022
  • Fixed Fix for MLRS killing raiders Added gametip messages config option for chat messages
Version 1.3.27 | Updated July 8, 2022
  • Updated Added lang file support for $ symbol in rewards chat output on /raidme made waves display total of all waves for the type instead of the extra waves.
Version 1.3.24 | Updated April 23, 2022
  • Updated Auto block raids with tc underwater / in caves
Version 1.3.23 | Updated February 20, 2022
  • Updated Changed sending of next wave message to 30 and 60 seconds or when all npc killed on current wave.
Version 1.3.22 | Updated February 20, 2022
  • Fixed Added external tc scan range moved back the currentWave++
Version 1.3.21 | Updated February 16, 2022
  • Fixed Changed where it updated current wave.
Version 1.3.17 | Updated January 29, 2022
  • Updated Changed reload and switch times to make them faster ac wep changes.

11 thoughts on "Npc Raiders"

Leave a reply

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

  1. Two friends of mine did a raid and they are both authorized onto the TC but the one that didn’t build the base her ammo wasn’t hurting the NPC’s and the NPC’s weren’t targeting her?

  2. With the new Medieval game mode and items, will we see any integration of those changes coming into this plugin?
    Also any other updates coming to this plugin or is it in maintenance mode now?
    Was hoping to have option to enable / disable BOTs rocketing?
    Would be good to be able to change the BOTs explosive throw frequency?
    (Don’t shoot me down as im not sure whats possible)

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