-
Posts
1,551 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
When you get online, please send me your MagicLoot config file so I can check it. I am having trouble reproducing your issue.
-
I’ll be home from work soon, I’ll install MagicLoot and try it. I’ll let you know.
-
no, did you try without MagicLoot,?
-
Instead of unloading MagicLoot you could just add heli_crate to the ignored containers list in MagicLoot setting it as disabled in the config.
-
Thank you for removing the plugins, some of those are paid plugins and therefore cannot be made available here. But I did see MagicLoot, this is probably the cause of the issue. To test if this is true, you could unload MagicLoot or remove heli_crate from the containers it controls and try killing a Heli and see if it uses the custom loot. If it works, I can talk to the author of MagicLoot to see if they can add compatibility or to see if I can.
-
I can see you use MagicLoot, I think this plugin is conflicting with HeliSignals and overriding the loot.
-
No NO, you cannot post your plugins here, please edit the post and remove these immediately.
-
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?
-
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?
-
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?
-
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.
-
What version of Heli Signals are you using please?
-
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.
-
Thank you
-
Corrected
-
Changed Status from Pending to Not a Bug
-
You made a typing mistake. Please use "bradleydrops.elite"
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
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.
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
- 391 comments
-
- #helicopter
- #helicopters
- (and 16 more)
-
Version 1.2.26
6,792 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- 391 comments
- 17 reviews
-
- 4
-
-
-
- #helicopter
- #helicopters
- (and 16 more)