Jump to content

Chernarust

Creator
  • Posts

    223
  • Joined

  • Last visited

Everything posted by Chernarust

  1. Let me know if this works or any errors in the console. I added some debugging, I don't have anyone to test with at the moment. ReflectDamage.cs
  2. Ok so Zone Manager is what it's not working correctly with. I will do some testing tonight.
  3. Ok currently it doesn't have support for ZoneDome but I will work on this tomorrow.
  4. Hello, when does this error occur? What exactly are you doing when it pops up?
  5. Version 1.0.0

    105 downloads

    Features Provides a bear rug when skinning bears and polarbears. Permissions oxide.grant user <steamID/username> rugskinner.use oxide.grant group <groupname> rugskinner.use
    Free
  6. I do not have any videos but the plugin functions like so. 5 scarecrow loadouts spawn randomly near players with configured options controlling how many scarecrows can spawn per each player, max total scarecrows, spawn chance, spawn interval, spawn distance from player, one hit headshots, custom loot table, custom loadout, scarecrow health. If you like to check them out my test server should be live. My config is default so 50% chance to spawn a scarecrow every 60 seconds. connect 75.164.147.231:28015
  7. I will look into this, it may require a custom AI to be created which I am learning how to do still.
  8. Chernarust

    under water zombies

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  9. Chernarust

    under water zombies

    Thank you!
  10. Chernarust

    under water zombies

    Hello, currently it doesn't have any prevention to stop them from spawning in the water, I will work on adding a config options to enable or disable this in the future.
  11. Version 2.3.5

    323 downloads

    Advanced customization of Random Scarecrow Spawner. Spawns Scarecrows configurable in 5 different loadouts near the player adjusted with configurable options, logging, and custom loot. Permissions oxide.grant user <playername or steamID> advancedrandomscarecrowspawner.use oxide.grant user <playername or steamID> advancedrandomscarecrowspawner.spawnpoints oxide.grant group <groupname> advancedrandomscarecrowspawner.use oxide.grant group <groupname> advancedrandomscarecrowspawner.spawnpoints Config { "--------------------------------------Logging Settings--------------------------------------": null, "Log Spawn Messages": true, "Log Death Messages": true, "Log Loot Messages": true, "Log Cleanup Messages": true, "--------------------------------------Custom Loot Settings--------------------------------------": null, "Use Custom Loot": true, "Minimum Loot": 2, "Maximum Loot": 4, "--------------------------------------Scarecrow Settings--------------------------------------": null, "Headshot Damage Multiplier (0 = no extra damage, 1 = one-hit kill)": 1.0, "Scarecrow Damage To Player Modifier": 1.0, "Scarecrow Health": 100.0, "--------------------------------------Spawn Settings--------------------------------------": null, "Day Spawn Chance": 20.0, "Night Spawn Chance": 60.0, "Spawn Interval": 60.0, "Spawn Distance": 50.0, "Enable Group Spawning": true, "Minimum Group Size": 2, "Maximum Group Size": 5, "Enable Random Spawns": true, "Max Random Spawns": 100, "Minimum Distance Between Random Spawns": 125.0, "Group Spawn Radius": 5.0, "Max Total Scarecrows": 250, "Max Scarecrow Groups Per Player": 3, "Respawn Time at Spawn Points": 300.0, "Max Radius Around Spawn Point": 35.0, "Timed Cleanup": true, "Scarecrow Cleanup Time": 1200, "--------------------------------------Combat Settings--------------------------------------": null, "Enable Grenades": true, "Target Players": true, "Target Animals": true, "Target Other NPCs": true, "-----------------------------Loadout & Custom Loot Table Below-----------------------------": null, "Loadout": { "Belt": [ { "Shortname": "mace", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "frankensteins.monster.03.head", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.03.legs", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.03.torso", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout1": { "Belt": [ { "Shortname": "bone.club", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "frankensteins.monster.01.head", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.01.legs", "Amount": 1, "Skin": 0 }, { "Shortname": "frankensteins.monster.01.torso", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout2": { "Belt": [ { "Shortname": "mace.baseballbat", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "halloween.mummysuit", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout3": { "Belt": [ { "Shortname": "salvaged.sword", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "scarecrow.suit", "Amount": 1, "Skin": 0 } ], "Main": [] }, "Loadout4": { "Belt": [ { "Shortname": "machete", "Amount": 1, "Skin": 0 } ], "Wear": [ { "Shortname": "halloween.surgeonsuit", "Amount": 1, "Skin": 0 } ], "Main": [] }, "CustomLootTable": [ { "Shortname": "ammo.pistol", "SpawnChance": 0.2, "MinAmount": 4, "MaxAmount": 13, "Skin": 0 }, { "Shortname": "cloth", "SpawnChance": 0.8, "MinAmount": 9, "MaxAmount": 13, "Skin": 0 }, { "Shortname": "lowgradefuel", "SpawnChance": 0.7, "MinAmount": 12, "MaxAmount": 22, "Skin": 0 }, { "Shortname": "metal.fragments", "SpawnChance": 0.6, "MinAmount": 47, "MaxAmount": 150, "Skin": 0 }, { "Shortname": "can.beans", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "bandage", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 3, "Skin": 0 }, { "Shortname": "mace.baseballbat", "SpawnChance": 0.3, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "pants", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "hat.cap", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "pistol.revolver", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "scrap", "SpawnChance": 1.0, "MinAmount": 6, "MaxAmount": 11, "Skin": 0 }, { "Shortname": "tshirt.long", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "wood", "SpawnChance": 0.9, "MinAmount": 100, "MaxAmount": 250, "Skin": 0 }, { "Shortname": "stone", "SpawnChance": 0.8, "MinAmount": 50, "MaxAmount": 200, "Skin": 0 }, { "Shortname": "bone.fragments", "SpawnChance": 0.5, "MinAmount": 10, "MaxAmount": 40, "Skin": 0 }, { "Shortname": "gears", "SpawnChance": 0.3, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "metal.ore", "SpawnChance": 0.6, "MinAmount": 20, "MaxAmount": 75, "Skin": 0 }, { "Shortname": "sulfur.ore", "SpawnChance": 0.5, "MinAmount": 15, "MaxAmount": 60, "Skin": 0 }, { "Shortname": "charcoal", "SpawnChance": 0.7, "MinAmount": 100, "MaxAmount": 200, "Skin": 0 }, { "Shortname": "corn", "SpawnChance": 0.4, "MinAmount": 1, "MaxAmount": 3, "Skin": 0 }, { "Shortname": "rifle.ak", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "waterjug", "SpawnChance": 0.5, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "ammo.rifle", "SpawnChance": 0.25, "MinAmount": 5, "MaxAmount": 20, "Skin": 0 }, { "Shortname": "ammo.shotgun", "SpawnChance": 0.25, "MinAmount": 5, "MaxAmount": 12, "Skin": 0 }, { "Shortname": "weapon.mod.flashlight", "SpawnChance": 0.15, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "weapon.mod.holosight", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "smg.2", "SpawnChance": 0.08, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "largemedkit", "SpawnChance": 0.2, "MinAmount": 1, "MaxAmount": 3, "Skin": 0 }, { "Shortname": "hazmatsuit", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "shotgun.pump", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "laptop", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "battery.small", "SpawnChance": 0.4, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "solar.panel", "SpawnChance": 0.15, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "cloth", "SpawnChance": 0.8, "MinAmount": 15, "MaxAmount": 50, "Skin": 0 }, { "Shortname": "fishtrap", "SpawnChance": 0.3, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "skull.human", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 2, "Skin": 0 }, { "Shortname": "paper", "SpawnChance": 0.5, "MinAmount": 5, "MaxAmount": 15, "Skin": 0 }, { "Shortname": "salvaged.sword", "SpawnChance": 0.2, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "furnace", "SpawnChance": 0.1, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "workbench2", "SpawnChance": 0.05, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "hammer", "SpawnChance": 0.6, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 }, { "Shortname": "arrow.hv", "SpawnChance": 0.4, "MinAmount": 10, "MaxAmount": 25, "Skin": 0 }, { "Shortname": "explosives", "SpawnChance": 0.02, "MinAmount": 1, "MaxAmount": 1, "Skin": 0 } ] }
    $10.00
  12. I want to update you, I have done some major reworking of the plugin. I will be keeping two versions of the plugin. The free one and the advanced one will be a separate listing that will be paid considering the amount of work and future updates that will come with it.
  13. Changed Status from Pending to Closed Changed Fixed In from 1.5.0 to Next Version
  14. I believe Nivex helped you with this correct? I have an update coming out soon in the next day.
  15. Please test the new version and let me know if TruePVE is working correctly for you.
  16. Changed Fixed In to Next Version
  17. I am currently working on disabling inside of PvP zones created by DynamicPVP and ZoneManager. Updated: 1.5.0 should add support for PvP zones.
  18. Let me know if this works, I don't have the plugin to test. ReflectDamage.cs
  19. I will look into this. Updated: 1.5.0 should add support for PvP zones.
  20. Version 1.6.0

    192 downloads

    Features Reflect configurable damage and bleeding back to players who attack other players. Disabled inside of ZoneManager PVP and DynamicPVP zones Disabled inside of AbandonedBases Works with TruePVE Config { "ApplyBleeding": true, "BleedingIntensity": 5.0, "EnableDamageToVictim": false, "ReflectPercentage": 50.0 } Permissions Auth level 2 required to set permissions oxide.grant user <steamID/username> reflectdamage.use or oxide.grant group <groupname> reflectdamage.use API - Next update private object OnReflectDamage(BasePlayer victim, BasePlayer attacker) { return PlayerInEvent(victim) || PlayerInEvent(attacker) ? true : (object)null; }
    Free
  21. I will look into this, thanks for the suggestion.
  22. Version 1.2.0

    474 downloads

    Features Chance to randomly spawn a scarecrow near players, this is disabled inside of safe zones, TC range, and for sleeping players. Config: { "SpawnChance": 0.1, "CheckInterval": 60.0, "SpawnDistance": 20.0, "MaxScarecrowsPerPlayer": 3, "OneHitHeadshotKill": true } Permissions Auth level 2 required to set permissions oxide.grant user <steamID/username> randomscarecrowspawner.use oxide.grant group <groupname> randomscarecrowspawner.use Advanced version
    Free
  23. Chernarust

    DestroyEntities

    My auto generated railroads have splits that are too close and locomotives cant pass by each other. When this happens the event train will just reverse the other direction. Can you make it possible so there is a radius that can be config? So it will delete any entities within a radius instead of in front of?
  24. I'm an idiot sometimes thank you.
  25. ChatToNotifications.json
1.8m

Downloads

Total number of downloads.

8.2k

Customers

Total customers served.

123.6k

Files Sold

Total number of files sold.

2.5m

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.