Will this work as a drop-in replacement for the one from CF?
- Description
- Reviews (8)
- Version History
- Discussions (11)
- Setup
- Product Enquiry
Description
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/
Reviews (8)
8 reviews for Npc Raiders
Only logged in customers who have purchased this product may leave a review.
Version History
- Fixed Fix for rust update
- Fixed Fix for rust uodate
- Fixed Fix for barricades Damage
- 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
- Fixed Fix for upcoming rust update 08-01-24
- Added No file change just version added to log
- Fixed Fix for rust update
- Added Update
- Fixed fixed update
- Added
- Added
- Updated fix for rust update
- Added fixed compilation errors
- Fixed Fix for 9-7-2023 Rust Update do not install before hand.
- Added Fix for upcomming rust update.
- Added Update for rust changes
- Added Nothing version change cause people using wrong update checkers.
- Fixed Kit gun fix
- Fixed update
- Fixed Rust update fix
- Fixed Fix for MLRS killing raiders Added gametip messages config option for chat messages
- 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.
- Updated Auto block raids with tc underwater / in caves
- Updated Changed sending of next wave message to 30 and 60 seconds or when all npc killed on current wave.
- Fixed Added external tc scan range moved back the currentWave++
- Fixed Changed where it updated current wave.
- Updated Changed reload and switch times to make them faster ac wep changes.
Discussions (11)
11 thoughts on "Npc Raiders"
Leave a reply
-
-
Contact me via discord #rust_razor
-
-
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?
-
1.7.2?
-
Is that a question what’s wring with 1.7.2?
-
-
Not working after update
-
Does it have the option of raiding a diffrent player with a command from the admin ?
Like instead of raid me , raid (player name) kinda thing . -
No but the admin could go in there base auth and run the command
-
What if I have multiple tc auto around the map , do they only attack the one base where I was standing and auto in when I did the command ?
-
-
it will only be called to the tc your in’s building priv.
-
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)
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)
Chill Roleplay (verified owner) –
We love it players having a great time with it already
Chris (verified owner) –
Great plugin, super fun! Well worth the money that he’s put into developing this. Thank you!
Manuel Perez (verified owner) –
attention is lousy
Ts3Hosting (verified owner) –
Still mad that I do not speak Spanish?
brendavincentartists (verified owner) –
We love this mod as a PVE Server that has players that love a raidMe Challenge! Its excelllent.
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.
Ts3Hosting (verified owner) –
No Update is needed There is version numbers different threw multiple sites for a reason.
Manuel Perez (verified owner) –
Un evento muy completo, excelente
silversneaky (verified owner) –
Awesome plugin , players love it ,great to test your skills!