-
Posts
1,551 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by ZEODE
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- 1
-
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- 1
-
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
Can I check your players are rotating the machines by hitting with a hammer?
-
- 221 comments
-
- #bradley
- #bradleyapc
- (and 16 more)
-
- 221 comments
-
- 1
-
-
- #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)
-
Version 1.1.17
2,101 downloads
About Bradley Drops. Bradley Drops allows players with permission to call a Bradley APC to their location with a custom Supply Signal, where it will patrol a set distance for a set time, allowing players to fight it to win the valuable Bradley crates. A cargo plane will deliver and drop the APC via parachutes. The APC can be configured in different ways and there are many config options to suit all servers. The plugin comes with 4 default settings for Bradley Drops, Easy, Medium, Hard and Elite, each with their own custom supply signal skin. But server owners can add as many options as they like in the config by copying and pasting an existing profile within the config. This would however require the server owner to create their own custom skin for the inventory item. (I will add more custom skins in the near future for this.) BotReSpawn compatibility, with the option to specify a BRS spawn profile at the Bradley kill site. 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 Bradley Name is now separate and can be set independently. Plugin default Supply Signal Skin ID's to add items to various shops, loot plugins, kits etc are: Bradley Drop (Easy) : 2905355269 Bradley Drop (Medium) : 2905355312 Bradley Drop (Hard) : 2905355296 Bradley Drop (Elite) : 2911864795 Bradley Drop (Expert) : 3361673979 Bradley Drop (Nightmare) : 3361674045 Default Permissions: bradleydrops.admin (to use give|hsclearcd command) bradleydrops.buy (to use /bdbuy command) bradleydrops.bypasscooldown bradleydrops.easy bradleydrops.medium bradleydrops.hard bradleydrops.elite Commands (Prefix with / to use in game): bdgive <Profile ShortName> <Steam64ID> <Amount> bdbuy <Profile Shortname> bdbuy list bdreport (list all active Bradleys and their state) bddespawn (Despawn all Bradleys called by a player or their team, no refunds) bdclearcd (clear all cooldowns) bdclearcd <SteamID|Name> (clear cooldown for player) (Buy, Report and Despawn command can be customised in the config) Please note correct use in config file for supply signal name and Bradley APC display name. These values CAN be different if you wish: Custom Loot: Check out the example loot items in the default config below to see how to add custom loot items to crates. How to Add Custom Loot Table Item: Config: For Other Developers: The following hook is available to use in your plugins to check custom Supply Signals, Cargo Planes and Supply Drops to avoid conflict with your plugins: object IsBradleyDrop(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("IsBradleyDrop", skinID) != null) return true; // IsBradleyDrop Or reference my plugin and call like this: [PluginReference] Plugin BradleyDrops; if (BradleyDrops.CallHook("IsBradleyDrop", skinID) != null) return true; // IsBradleyDrop$16.99- 221 comments
- 11 reviews
-
- 4
-
-
-
-
- #bradley
- #bradleyapc
- (and 16 more)
-
I have tested it and it is working just fine after restart. Unless you are using an older version or you have any error messages in the console that might help me?
-
Hi, thanks for your support request. can I just make sure you are using the most up to date version of the plugin? That issue should have been resolved in the latest version. If not I’ll have to take another look.
-
Welcome
-
Changed Status from Work in Progress to Closed
-
Thanks for the report, update will be out soon.
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
Changed Status from Work in Progress to Closed Changed Fixed In from 1.1.14 to 1.1.13
-
I second this, the PumpJacks/Quarries output the same amount of product for 1 fuel regardless of diesel or LGF. It needs to be scaled if allowing LGF or it gives way too much as LGF is so easy to get a lot of. Otherwise the plugin is working great.
-
I've tested it just now, and it seems to be working as intended as far as I can tell. ServerRewards etc works fine too. However, for example on my servers, using diesel in both Pumpjack and Quarry seems to make more sense. I get 150 crude from 1 diesel or also from 1 LGF, so that seems broken as LGF is so easy to get compared to diesel. It would seem to need some scaling for the different fuels. But it is otherwise working fine.
- 196 comments
-
- 1
-
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
Are you sure about this? In my tests, when you put just one fuel in, the quarry doesn't start. If you put more than one fuel in, it consumes one fuel the moment you toggle the quarry on. The quarry will then run for the time one fuel is set to last for on vanilla rates, even if you remove the remaining fuel. I don't know how long one fuel runs for as I didn't wait and see, but looking in the assembly it says the work done by one fuel is 1000. Maybe @Death will know what this equates to in time? Also, the quarry won't run on LGF anymore since the Facepunch update, unless your server isn't running the latest Rust server build perhaps?
- 196 comments
-
- #rust plugin
- #custom rust plugin
-
(and 2 more)
Tagged with:
-
Changed Status from Pending to Closed Changed Fixed In to 1.2.5
-
Thanks for the report, all fixed.