Jump to content

ZEODE

Creator
  • Posts

    1,551
  • Joined

  • Last visited

Everything posted by ZEODE

  1. ZEODE

    EMP Grenades

    Version 1.0.2

    40 downloads

    Special Launch Price Ends Soon! This plugin allows players with permission to buy and use EMP Grenades, which emit an electromagnetic pulse when they detonate, and will disable electronic entities within the blast radius for a certain amount of time. There are many entities which it is effective against which is configurable within the plugin config file. For example, auto turrets, switches, batteries, electric generators, SAM sites, search lights, computer desk, CCTV cameras and more. The plugin uses a custom skinned Flashbang grenade item within the game. There are cooldown options, as well as a lot of other options in the configuration file. Very easy to set up and players will love it. It adds a whole new approach to raiding and base defence considerations. NOTE: Once a EMP Grenades detonates, any disabled entities will not be affected by further grenades until they recover. Then they can be affected again by other grenades. Only electronic devices which are turned on at the time of detonation will be affected, aside from computer stations, which are always affected. See a video demonstration here: Default Item Skin: 3340157360 Permissions: empgrenades.admin (required for clear and give commands) empgrenades.use empgrenades.buy empgrenades.bypasscooldown Commands (Prefix with / for in chat): empgive <PlayerName/SteamID> <amount> empbuy <amount> empclear (clear all player cooldowns) empclear <PlayerName/SteamID> If you have any issues, please join my Discord for help: https://discord.gg/jnyg3FvDnc Default Config: { "General Options": { "Chat Prefix": "<color=orange>[EMP Grenades]</color>", "Use Chat Prefix": true, "Custom Chat Icon (Default = 0)": 0, "Use This Plugin to Control Stacking/Combining of EMP Grenade Items": true, "Player Cooldown Time (seconds)": 300, "VIP/Custom Cooldowns (seconds)": { "empgrenades.example1": 240.0, "empgrenades.example2": 180.0, "empgrenades.example3": 120.0 } }, "Purchasing Options": { "Enable purchasing via chat or F1 console command": false, "Player Buy Command (Chat or F1 Console)": "empbuy", "Purchasing Currency (ServerRewards|Economics|Custom)": "Custom", "Currency Unit Displayed e.g: RP | $ (Not Used for Custom Currency)": "RP", "Cost Per EMP Grenade": 500, "Custom Currency": [ { "ShortName": "scrap", "SkinID": 0, "Display Name": "Scrap" } ] }, "Grenade Options": { "Skin ID": 3340157360, "Display Name": "EMP Grenade", "Grenades Stick on Impact": false, "Grenades Explode On Impact": false, "Grenade Fuse Length in Seconds (Default = 3)": 3.0, "Grenade Emits Repeating Beep Sound When Thrown": true, "Prefab Path For Beep Sound": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "Delay Between Beep Sounds (Seconds)": 0.5, "Velocity Modifier For Thrown Grenade (1 = Default)": 1.0, "Effective Blast Radius in Meters": 20.0, "EMP Blast Recovery Time": 60.0 }, "IO Entity Options": { "AutoTurret": true, "SAM Site": true, "Smart Switch": true, "Electric Switch": true, "PTZ CCTV Camers": true, "RF Broadcaster": true, "RF Receiver": true, "Smart Alarm": true, "Electric Generators": true, "Electric Bastteries": true, "Computer Station": true, "Search Light": true, "Seismic Sensor": true, "Laser Detector": true, "HBHF Sensor": true, "Tesla Coil": true }, "Version Number": { "Major": 1, "Minor": 0, "Patch": 1 } } API: The following hook is available to use in your plugins to check custom grenades to avoid conflict with your plugins: object IsEmpGrenade(ulong skinID) // returns true if is a EMP Grenade, otherwise returns null
    $4.99
  2. ZEODE

    loot crates

    Depending on your config settings, this is normal. See these settings in each Heli Profile in the config: "Lock mining gibs to owner": false, "Unlock mining gibs to others after time in seconds (0 = Never)": 300.0, "Disable fire on crates": false, "Crate fire duration (seconds)": 300.0, "Lock looting crates to owner": false, "Unlock looting crates to others after time in seconds (0 = Never)": 300.0, If you have "Lock looting crates to owner": true, the only way you could loot crates from your buddys heli is if you have the Use Clans (if loaded) or Use Team options andf are in the same clan/team.
  3. ZEODE

    loot crates

    Please upload your config file first off.
  4. Version 1.1.2

    27 downloads

    This plugin allows users with permission to throw a custom grenade, which when it explodes, teleports the player to its location. The time between throwing the grenade and teleporting to it can be configured to whatever times you like. You can have as many different grenades as you want, all with different fuse lengths if you would like. In the config file, you can control whether players can use while mounted, while building blocked and also set a maximum range (meters) which they work. It's a lot of fun, and players will find all sorts of fun ways to use them to their advantage. For example, imagine setting the fuse length (if allowed in the config) to several minutes, then dropping it on the floor of your base before going out for a roam or farm and then after fuse time expires, you instantly teleport back to the safety of your base. Or, if allowed within building blocked zones, players could use them to exploit weaknesses in other players bases, any open windows or roof access could quite literally now become a portal into their base! The possibilities are endless, only limited by your players imagination (and your configuration! :D) Teleport Grenade SkinID: 3338854123 Permissions: teleportgrenades.admin (to use give & clear cooldown commands) teleportgrenades.buy (to use /tpgbuy command) teleportgrenades.bypasscooldown teleportgrenades.use Default Commands (Prefix with / for chat command): tpgbuy <FuseLength> <Amount> (Buy a TP Grenade - requires buy perm) tpggive <PlayerName> <Amount> <FuseLength> (Give a TP Grenade - requires admin perm) tpgclearcd <Playername> (Clear cooldown for a player - requires admin perm) tpgclearcd (Clears all cooldowns - requires admin perm) tpgfuse <FuseLength> (Change the fuse length of the item you are holding) How it works: Server owners can place TP Grenades in their loot tables using the smoke grenade item (ItemID: 1263920163) and the SkinID above, then they must use a custom name. By default, the plugin issues grenades using the name "Teleport Grenade", but the way this plugin works, players can choose to buy TP Grenades with whatever fuse length they want. For example, if a player wants a 3 second fuse, they purchase using the command "tpgbuy 3". The item which appears in their inventory will be called "Teleport Grenade (3 sec)". The display name is IMPORTANT, since the plugin uses the value within the brackets to determine the fuse length. If server owners are placing these items in the loot table, they must consider this and use the same naming format, with the time within brackets exactly as above. If server owners want to issue grenades to players with a command, they can do so using the syntax "tpggive PlayerName Amount FuseLength" Players Can Set The Fuse Length of a Held Teleport Grenade item: Simply set the active item in the hot bar to the grenade you want to se, then use the SetFuse command, "tpgfuse" by default. e.g. "tpgfuse 3" sets a 3 second fuse etc. If you have any issues, please join my Discord for help: https://discord.gg/jnyg3FvDnc Help: FuseLength must be in seconds. tpgclearcd clears all players cooldowns tpgclearcd PlayerName clears cooldown for that player only Default Config: { "General Options": { "Chat Prefix": "<color=orange>[Teleport Grenades]</color>", "Use Chat Prefix": true, "Custom Chat Icon (Default = 0)": 0, "Use This Plugin to Control Stacking/Combining of TP Grenade Items": true, "Use NoEscape to Prevent TP Grenade Use": true, "Player Cooldown Time (seconds)": 600, "VIP/Custom Cooldowns (seconds)": { "teleportgrenades.example1": 480.0, "teleportgrenades.example2": 360.0, "teleportgrenades.example3": 240.0 } }, "Purchasing Options": { "Enable purchasing via chat or F1 console command": false, "Player Buy Command (Chat or F1 Console)": "tpgbuy", "Purchasing Currency (ServerRewards|Economics|Custom)": "Custom", "Currency Unit Displayed e.g: RP | $ (Not Used for Custom Currency)": "RP", "Cost Per Teleport Grenade": 500, "Custom Currency": [ { "ShortName": "scrap", "SkinID": 0, "Display Name": "Scrap" } ] }, "Grenade Options": { "Skin ID": 3338854123, "Display Name": "Teleport Grenade", "Set Fuse Command (Chat or F1 Console)": "tpgfuse", "Allow Use in Building Blocked Zone": false, "Allow Use While Mounted": false, "Dud if Thrown While Mounted or Building Blocked (false = Refunded)": false, "Maximum Fuse Length Allowed (Seconds)": 30, "Grenade Emits Repeating Beep Sound When Armed": true, "Prefab Path to Use For Beeping Sound": "assets/prefabs/locks/keypad/effects/lock.code.lock.prefab", "Delay Between Beep Sounds (Seconds)": 1.0, "Velocity Modifier For Thrown Grenade (0 = Default)": 1.0, "Maximum Range (meters) That TP Grenade Will Work (0 = Unlimited)": 0.0, "Teleport Appear Effect (Prefab Path)": "assets/prefabs/missions/portal/proceduraldungeon/effects/appear.prefab", "Teleport Disappear Effect (Prefab Path)": "assets/prefabs/missions/portal/proceduraldungeon/effects/disappear.prefab" }, "Version Number": { "Major": 1, "Minor": 1, "Patch": 1 } } API: The following hook is available to use in your plugins to check custom Smoke Grenades to avoid conflict with your plugins: object IsTpGrenade(ulong skinID) // returns true if is a TP Grenade, otherwise returns null Call it directly without referencing the plugin: if (Interface.CallHook("IsTpGrenade", skinID) != null) return true; // Is a TP Grenade Or reference my plugin and call like this: [PluginReference] Plugin TeleportGrenades; if (TeleportGrenades.CallHook("IsTpGrenade", skinID) != null) return true; // Is TP Grenade
    $4.99
  5. ZEODE

    Bradley Drops

    No need, it will be fixed there too soon. You can use any loot plugin with this plugin. Just don’t enable my plugins loot table and then let CustomLoot handle Bradley crates. The options you require are in the config, check it out.
  6. ZEODE

    hsreport error

    This is something to do with loot defender, I’ve previously contacted the dev of that plugin and I thought they had added a check within their plugin to prevent it changing ownership of Heli Signal helis. But you aren’t the only one to report this happening. Not a lot I can do about it if it is the same issue. You could try reaching out to the other plugin dev. I assume you use Loot Defender? I will look into the report command issue, not sure it’s related.
  7. ZEODE

    Bradley Drops

    FYI all: Work on the next Bradley Drops update is at the stage where it is nearly ready for testing after adding most of the same features as is in Heli Signals. Once this is done and working as it should, the harder job of re-writing the AI code will be next. This will also need testing before release as the next update. A list of things already completed: Added: SkillTree support Added: XPerience support Added: Custom reward item option Added: New drop method using Hot Air Balloon instead of the now missing parachute prefab (this is fun, wait and see!) Added: Better control over where the signal is thrown, monument support etc. Fixed: OnEntityTakeDamage NRE console spam ToDo: Add: Option to target players who hide in vehicles Add: Additional Signal skins for Multi drops, wave drops, Expert and Nightmare etc Add: Configurable options for Bradley Scientists Add: Better config options to handle Bradley going into water (depth before destroyed etc) Add: Multi and Wave support (started) Fix: Compatibility with Deployable Nature placed entities Re-Write AI to (hopefully) make Bradley re-path if stuck, hunt players who hide/damage it etc (if possible)
  8. ZEODE

    not drop the tank

    Changed Status from Pending to No Response
  9. ZEODE

    bradley exploit

    Looking to add this now, should be easy enough to add.
  10. ZEODE

    change please

    Changed Fixed In to Next Version
  11. Changed Status from Work in Progress to Not a Bug
  12. Changed Fixed In to Next Version
  13. ZEODE

    Vending machines

    Changed Status from Pending to Closed
  14. ZEODE

    NullReferenceException

    Changed Status from Work in Progress to Closed Changed Fixed In to Next Version
  15. ZEODE

    Vending machines

    So, I noticed that you could sell them in vending machines, input as supply signal. But unless you use a plugin to control custom items in vending machines, you would have to use a seperate vending machine for each type of signal. There are custom vending machine plugins out there which could handle multiple signals of different types in one machine though.
  16. ZEODE

    Help with the settings

    Changed Status from Pending to Closed
  17. Changed Status from Pending to No Response
  18. ZEODE

    NullReferenceException

    https://discord.gg/8snS8W4p5n Join my discord and message me for a pre-release test version
  19. ZEODE

    Heli Signals

    There is a list of skins I have made on the plugin page, if you need a different skin you will need to create one.
  20. Changed Fixed In to Next Version
  21. ZEODE

    NullReferenceException

    I don't have an ETA at the moment, I am currently rarely at my computer and when I am I'm working on Bradley Drops. The next Heli Signals update I will address this. I will be at home next on Thurs, so will see if I can release a quick fix then, but can't promise.
  22. ZEODE

    Heli Signals

    You can add as many profiles as you like and config it however you want. Just copy and paste one of the existing profiles in the config and edit it however you want. Job done.
  23. ZEODE

    error when give

    Changed Status from Work in Progress to Can't Reproduce
  24. ZEODE

    error

    Changed Status from Work in Progress to Closed
1.7m

Downloads

Total number of downloads.

7.8k

Customers

Total customers served.

118.2k

Files Sold

Total number of files sold.

2.4m

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.