Jump to content

ZEODE

Creator Pro
  • Posts

    1,878
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by ZEODE

  1. I know Extra Loot well, it doesn't handle the entire loot tables, it simply adds custom items to existing loot. What loot plugin do you use? Or do you use Vanilla loot?
  2. Does the Heli Crate you get have any of your custom loot items in it at all? Or is it always different loot? Have you got any other plugins which handle loot in addition to Extra Loot?
  3. At a guess I would say your loot plugin is overriding the heli crate loot. So there might not be anything I can do about this, it would need the author of the loot plugin to add a check in their plugin using the API available on my plugin page. What other loot plugins are you using that controls Helicopter Crate loot? Is it only Extra loot? Do the crates also have your custom items, or all incorrect items? So can you confirm, Bradley Loot is working correctly?
  4. Please post your whole config JSON file, so I can study it. I need to see it to help you as I am finding it difficult to understand some of what you say and I need to see other settings in your file.
  5. What version of Heli Signals are you using please?
  6. Sorry, I don't understand what you mean. To help you please also post your config file for me to look at and see if there are any issues there.
  7. ZEODE

    Unable to authorize

    Thank you
  8. ZEODE

    Unable to authorize

    Corrected
  9. ZEODE

    Unable to authorize

    Changed Status from Pending to Not a Bug
  10. ZEODE

    Unable to authorize

    You made a typing mistake. Please use "bradleydrops.elite"
  11. Not here. Open a Support Thread But please note, you have made a spelling mistake. It should me "bradleydrops.elite"
  12. I don't understand. For support questions please do not start a thread in the Support Section
  13. Please check you understand how the name of the signal and Bradley works. I think you may have it set wrong? If you want me to check your config, please open a Support Thread and post it and I will look. Thanks
  14. Entschuldigung für diesen Fehler, ich werde ein Update veröffentlichen, das dies in Kürze beheben wird.
  15. ZEODE

    Heli Signals

    If you use a loot plugin, you can simply add the custom items as listed in the plugin page to the loot table (as long as your loot plugin ahandles custom skins). I could look at adding this feature, but most loot plugins should handle adding custom skinned items to loot. Or there are existing plugins like Extra Loot that does this very well.
  16. ZEODE

    Heli Signals

    Version 1.2.32

    8,487 downloads

    Heli Signals allows players with permission to call an Attack Helicopter to their location with a custom Supply Signal, where it will engage players and patrol, allowing players to fight it to win the valuable Heli crates. The plugin comes with 8 default heli profiles, Easy, Medium, Hard and Elite, with a duplicate profile of each set up for calling multiple helis at once for each tier. In addition there is also 2 Wave Heli profiles, which will call in a wave of different helis one after the other. Each default profile has it's own custom supply signal skin (below). Server owners can add as many profiles as they like in the config by copying and pasting an existing profile within the config and editing to suit. This may require the server owner to create their own custom skin for the inventory item. If you are setting up Multi heli signals, set the global and player limit in the config accordingly to accommodate higher numbers of helicopters per player. There is also an option to have a BotReSpawn profile spawn at the crash site, just set the BotReSpawn profile name in the config. IMPORTANT: Each heli profile or wave profile in the config MUST have its own unique name and skin ID, otherwise you will have issues. NOTE ABOUT SHOPS: The profile name in the config should match the Custom Supply Signal name which the shop gives the player. The Helicopter Name is separate and can be set independently from the Signal item. Also, when giving players items from shop plugins, if available, I always recommend adding the item to the shop using custom name, skinID etc, rather than the console command, but either will work. Plugin default Supply Signal Skin ID's to add items to various shops, loot plugins, kits etc are: Heli Signal (Easy) : 2920175997 Heli Signal (Medium) : 2920176079 Heli Signal (Hard) : 2920176050 Heli Signal (Elite) : 2920176024 Heli Signal (Expert) : 3099117081 Heli Signal (Nightmare) : 3099117372 Multi Heli (Easy) : 3083234542 Multi Heli (Medium) : 3083234833 Multi Heli (Hard) : 3083234755 Multi Heli (Elite) : 3083234647 Multi Heli (Expert) : 3099124338 Multi Heli (Nightmare) : 3099124426 Heli Wave Signal : 3099117224 Heli Wave Signal (Normal): 3104667036 Heli Wave Signal (Hard): 3104666951 Default Permissions: helisignals.admin (to use give|hsclearcd command) helisignals.buy (to use /hsbuy command) helisignals.bypasscooldown helisignals.easy helisignals.medium helisignals.hard helisignals.elite helisignals.easy_multi helisignals.medium_multi helisignals.hard_multi helisignals.elite_multi helisignals.wave_normal helisignals.wave_hard Please note: Permissions above are with default config, permission for each Heli profile can be customised in the config. Commands (Prefix with / to use in game): hsgive <Profile ShortName> <Steam64ID> <Amount> hsbuy list hsbuy <Profile Shortname> hsreport (Get details of all active helis) hsretire (Retire all a player or their teams called Helis, no refunds) hsclearcd (clear all cooldowns) hsclearcd <SteamID|Name> (clear cooldown for player) (Buy and Retire command customisable in config) Please note correct usage for Supply Signal name and Helicopter display name. These values CAN be different if you wish: Loot Options: Use the loot item example entries in the default config to create custom loot tables for crates. How to Add Loot Table Items (Example): Default Config: For Other Developers: The following hook is available to use in your plugins to check custom Supply Signals or Patrol Helicopters to avoid conflict with your plugins: object IsHeliSignalObject(ulong skinID) This will return true if the item is a Bradley Drop item/entity, or null if not. Call it directly without referencing the plugin: if (Interface.CallHook("IsHeliSignalObject", skinID) != null) return true; // IsHeliSignalObject Or reference my plugin and call like this: [PluginReference] Plugin HeliSignals; if (HeliSignals.CallHook("IsHeliSignalObject", skinID) != null) return true; // IsHeliSignalObject
    $19.99
  17. ZEODE

    Can't Load the Plugin. Error

    New version up now removes the need for disable sandbox, I recommend anyone using this plugin to update.
  18. ZEODE

    Can't Load the Plugin. Error

    Changed Status from Pending to Not a Bug
  19. ZEODE

    Can't Load the Plugin. Error

    Hi Rahd, Yes, for now it required to disable sandbox, but I will be releasing a new version in the next couple of days which does not require this. Thanks.
  20. ZEODE

    Npcs not having gear

    Changed Status from Pending to Can't Reproduce
  21. ZEODE

    Npcs not having gear

    It would appear it might be. I am due to overhaul the plugin anyway and improve it, so watch this space.
  22. ZEODE

    Npcs not having gear

    Hey @TerskipiaI have been testing this out a lot on my test server and live servers and its working as intended for me. I can only conclude that maybe you have another plugin which is conflicting. Or you have the config/data file set up wrong? Are you saying they aren't getting their default kit items, or are you adding Kit items which are not being assigned?
  23. It’s possible yes, I will add it to a future update, when I have other stuff to add too. In the meantime, to mitigate that, you can make the plane fly lower and faster to make the Bradley have more chance of touching down before they can attack it. Reduce the drag slightly too so it falls faster. If the plane doesn’t go low enough you can also use negative numbers to get it lower..
2m

Downloads

Total number of downloads.

9.4k

Customers

Total customers served.

137.2k

Files Sold

Total number of files sold.

2.9m

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.