-
Posts
2,416 -
Joined
-
Last visited
-
Days Won
9
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Services
Downloads Plus Support
DOWNLOADS EXTRA
Everything posted by Fruster
-
Then it's likely that this error is being caused by NPCs other than the airfield event. Are these errors still occurring? Try to figure out which plugin is at fault by unloading them one by one. In any case, these errors shouldn't cause players to be kicked from the server. After testing, please let me know the results.
-
This part of the config isn't entirely clear. Are you using a procedural map with the default Airfield monument?
-
Hi, are these errors related to my plugin? Are you using custom landing place? These errors are related to NPC behavior, if I'm not mistaken.
-
Hey! Please attach your config file, I will check it
-
Hey! is the damage not reaching all targets? What PVE plugins are you using? Please attach the config files for Homing Missiles and your PVE plugin.
-
Changed Status from Pending to Closed
-
Very good, if you have any questions, you can just let me know in PM
-
This is very strange. Please make a short video showing how you add a plugin and it doesn't work, if possible. And how you add any other plugin that works fine.
-
If you put a plugin in the plugins folder and it doesn't compile, it's probably a server-side issue. If you put any other plugin there, will anything happen?
-
Changed Status from Pending to Fixed Changed Fixed In to 1.6.2
-
Thanks for your help!
-
What file do you put in the plugins folder? Did you unzip the archive?
-
Hey! Does the plugin compile normally? Or are you getting an error in the console?
-
I'll check it, it shouldn't be like this.
-
Hey! I'll try to do something about this.
-
Changed Status from Pending to Fixed Changed Fixed In to 1.6.4
-
I found the error, thank you
-
Hey! When exactly does this happen, does it happen all the time or just once?
-
- 268 comments
-
- #event
- #cargoplane
- (and 18 more)
-
Hey! You can set "Grade Type 4" so that players won't be able to raid the bunker. Will that be acceptable? By default, there are 3 types of bunkers in the config. If you want bunkers not to spawn, then you need to set the value to 0 for each type.
-
Changed Status from Pending to Closed Changed Fixed In to 1.6.1
-
Version 1.0.2
49 downloads
This plugin adds bunkers to your server that spawn along roads. It doesn't require any complex setup or additional plugins; just launch it and it's ready to use. You can also configure bunker types: building grade, security door color, and whether to use a fuse. You can also customize the loot in crates and their quantity. Config: { "Bunker removal time after opening(in seconds)": 180, "Types of bunkers": [ { "Number of bunkers of this type on the map": 60, "Access level (from 1 to 3)": 1, "Fusebox spawn chance (0 to 100)": 0, "Minimum number of crates": 1, "Maximum number of crates (no more than 3)": 1, "Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 2, "Use own loot table": false, "SimpleLootTable name": "" }, { "Number of bunkers of this type on the map": 30, "Access level (from 1 to 3)": 2, "Fusebox spawn chance (0 to 100)": 50, "Minimum number of crates": 1, "Maximum number of crates (no more than 3)": 2, "Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 3, "Use own loot table": false, "SimpleLootTable name": "" }, { "Number of bunkers of this type on the map": 10, "Access level (from 1 to 3)": 3, "Fusebox spawn chance (0 to 100)": 100, "Minimum number of crates": 3, "Maximum number of crates (no more than 3)": 3, "Grade type (0 - twigs, 1 - wood, 2 - stones, 3 - metal, 4 - topTier)": 4, "Use own loot table": false, "SimpleLootTable name": "" } ], "Own loot table(there can be a maximum of 12 items in a crate)": { "minAmount": 2, "maxAmount": 4, "itemsList": [ { "name": "metal.fragments", "dropChance": 100, "minAmount": 50.0, "maxAmount": 300.0, "displayName": "", "skinID": 0 }, { "name": "metal.refined", "dropChance": 100, "minAmount": 5.0, "maxAmount": 10.0, "displayName": "", "skinID": 0 }, { "name": "scrap", "dropChance": 100, "minAmount": 10.0, "maxAmount": 20.0, "displayName": "", "skinID": 0 }, { "name": "techparts", "dropChance": 50, "minAmount": 1.0, "maxAmount": 2.0, "displayName": "", "skinID": 0 } ] } }$9.99