Jump to content

ZEODE

Creator
  • Posts

    1,615
  • Joined

  • Last visited

Everything posted by ZEODE

  1. ZEODE

    Unable to authorize

    Thank you
  2. ZEODE

    Unable to authorize

    Corrected
  3. ZEODE

    Unable to authorize

    Changed Status from Pending to Not a Bug
  4. ZEODE

    Unable to authorize

    You made a typing mistake. Please use "bradleydrops.elite"
  5. ZEODE

    Bradley Drops

    Not here. Open a Support Thread But please note, you have made a spelling mistake. It should me "bradleydrops.elite"
  6. ZEODE

    Bradley Drops

    I don't understand. For support questions please do not start a thread in the Support Section
  7. ZEODE

    Bradley Drops

    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
  8. ZEODE

    Bradley Drops

    Entschuldigung für diesen Fehler, ich werde ein Update veröffentlichen, das dies in Kürze beheben wird.
  9. 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.
  10. ZEODE

    Heli Signals

    Version 1.2.26

    6,979 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
  11. 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.
  12. ZEODE

    Can't Load the Plugin. Error

    Changed Status from Pending to Not a Bug
  13. 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.
  14. ZEODE

    Npcs not having gear

    Changed Status from Pending to Can't Reproduce
  15. 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.
  16. 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?
  17. ZEODE

    Bradley Drops

    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..
  18. ZEODE

    Personal Marketplace

    Hi, currently any player can use a placed marketplace, this is a limitation by Facepunch, or at least, Oxide does not have the hooks public to handle market terminals. Obviously in the vanilla game marketplaces are not player owned items and can be used by anyone, in safe zones. I haven't checked out to see if any hooks related to this have been made public recently, so I will check and see. But for now at least, they can be used by anyone. But they still work in the same way as at Outpost etc, nobody can take anyone else purchased items, only the buyer can loot the items.
  19. ZEODE

    Bradley Drops

    That depends on whatever shop plugin you are using. But place it for sale in your server shop and specify economics currency if it allows. Unless you mean the bdbuy command? I mean, this plugin was designed to sell the items in shops, I think it’s a much better way, but if people want the buy command I could improve it to add RP or Economics for purchase too.
  20. ZEODE

    Bradley Drops

    The plugin already allows you to specify the number of crates. But yes, I can definitely add scrap as a reward option. I am also going to add a custom loot table option in the config for each tier. Are you using this plugin at the moment?
  21. I take it you are running a Linux based server? all you have to do is install libgdiplus, this will vary depending on what OS you are using. As an example, on Ubuntu I would install it with at the command line with: sudo apt-get install libgdiplus If you’re not using Ubuntu, check the correct command to use for your OS. You will need super user in the sudo list, or be root to install this.
  22. ZEODE

    Bradley Drops

    Currently it uses the patrol radius + 15m. in the next update I will add a separate config option for it. I will release this at the weekend.
  23. ZEODE

    Bradley Drops

    That kind of defeats the object of this plugin, the whole idea is to throw the signal and the Bradley drops on that position. There might be plugins out there already that do that?
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126k

Files Sold

Total number of files sold.

2.6m

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.