-
Posts
138 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by rogder dodger
-
Spawns the instant airdrops and another lot from the sky that land how do i fix this
rogder dodger replied to KD Gaming 5x's Support Request in Support
hey - are you still having this problem? Do you use any other plugins that interact with supply signals / air drops? -
Changed Fixed In from 1.0.4 to 1.0.5
-
Awesome! thank you so much for figuring that out - I have updated the plugin to play better with the SignalCooldown plugin - sadly the developer integration of SignalCooldown simply doesn't work so had to find a work around which seems to work well. If you have any further issues don't hesitate to let me know!
-
Changed Fixed In from Next Version to 1.0.4
-
Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
-
yeah i am trying everything to get it to happen but it has not happened on my dev server. When the error happens, do you know if the it stops the plugin working? do no airdrops spawn? or does the plane still come in?
-
thanks, are you seeing the error only when throwing a supply signal?
-
Could you send me your loot defender .cfg file (remove anything sensitive from it) - I will try and recreate the problem
-
hey Ghosty, are you using Carbon or Oxide? do you have any other plugins that affect supply drops?
-
Spawns the instant airdrops and another lot from the sky that land how do i fix this
rogder dodger replied to KD Gaming 5x's Support Request in Support
Changed Status from Can't Reproduce to Work in Progress -
Spawns the instant airdrops and another lot from the sky that land how do i fix this
rogder dodger replied to KD Gaming 5x's Support Request in Support
Changed Status from Pending to Can't Reproduce Changed Fixed In to 1.0.4 -
Spawns the instant airdrops and another lot from the sky that land how do i fix this
rogder dodger replied to KD Gaming 5x's Support Request in Support
hey, no it should only spawn the instant one - no plane should be arriving. Do you have any other airdrop related plugins on the server? -
- 44 comments
-
- #rust
- #supply drop
- (and 20 more)
-
Hey i will look into this
-
Changed Status from Pending to Work in Progress
-
Bradley Heli Signals Plugin Spawns instant Airdrop
rogder dodger replied to m3dus4's Support Request in Support
Changed Status from Work in Progress to Closed -
Bradley Heli Signals Plugin Spawns instant Airdrop
rogder dodger replied to m3dus4's Support Request in Support
Changed Status from Closed to Work in Progress -
Bradley Heli Signals Plugin Spawns instant Airdrop
rogder dodger replied to m3dus4's Support Request in Support
Changed Status from Pending to Closed Changed Fixed In to 1.0.3 -
- 44 comments
-
- 1
-
-
- #rust
- #supply drop
- (and 20 more)
-
Bradley Heli Signals Plugin Spawns instant Airdrop
rogder dodger replied to m3dus4's Support Request in Support
hey. Thanks for buying the plugin - on question 1, this is something i might consider however there are already many plugins which manage handling the loot within air drops and i wanted to keep this one as simple as possible, for that reason i didn't include integration with other custom loot tables or add a custom loot table to instant airdrop. On question 2. can you name the plugins you're referring to? -
- 44 comments
-
- #rust
- #supply drop
- (and 20 more)
-
Version 1.0.15
1,629 downloads
Are your players tired of waiting for Airdrops? This little plugin makes them appear almost instantly, no cargo plane, no parachutes. Airdrop will spawn wherever the supply signal lands. The delay can be modified in the config file. The default is 5 seconds to allow the supply signal to land and smoke briefly. Config File { "Delay Before Spawn": 5.0, "Use Permission": false, "Prevent Deploying Inside (Players will only be able to deploy supply signals outside)": false, "Skin IDs To Ignore": [] } if "Use Permission" is set true then permission to be set is instantairdrop.use If "Prevent Deploying Inside" the Airdrop will be cancelled, the supply signal will be refunded to the player and a message will inform the player that supply signals can only be deployed outside. This is to prevent instant airdrops spawning inside of bases and is optional. Developer Integration 1. IsInstantAirdrop(SupplyDrop supplyDrop) - Takes a SupplyDrop object and returns true if it's an instant airdrop 2. IsInstantAirdropByEntity(BaseEntity entity) - Takes any BaseEntity and returns true if it's an instant airdrop Usage Examples for Other Plugins: // Check if a supply drop is an instant airdrop var instantAirdrop = plugins.Find("InstantAirdrop"); if (instantAirdrop != null) { bool isInstant = (bool)instantAirdrop.Call("IsInstantAirdrop", supplyDrop); if (isInstant) { // Handle instant airdrop differently Puts("This is an instant airdrop!"); } } // Or using BaseEntity bool isInstantByEntity = (bool)instantAirdrop.Call("IsInstantAirdropByEntity", entity); This integration allows other plugins to: - Prevent their plugin from calling in more airdrops - Apply different loot rules to instant vs regular airdrops - Show different notifications for instant airdrops - Track instant airdrop statistics separately - Apply special effects only to instant airdrops - Modify damage/protection rules for instant drops Tested to work nicely along side other plugins such as: Heli Signals Bradley Drops Fancy Drop Loot Defender Signal Cooldown Helpful Supply Supply Lock Vehicle Airdrops (fix coming soon) Note: The plugin is designed to operate without causing issues when used with these plugins. However, it does not integrate or alter the functionality of these plugins.$3.99- 44 comments
- 7 reviews
-
- #rust
- #supply drop
- (and 20 more)
-
Changed Status from Pending to Closed Changed Fixed In to 1.0.0
- 1 reply
-
- 1
-
