Not a huge problem, but there's always false airplane streaks in the sky which appear at a random location whenever an airplane is inbound.
FancyDrop
Moved
Total Downloads: 18,015 - First Release: Jun 8, 2016 - Last Update: Apr 19, 2018
- 5/5, 56 likes
-
so I did crate gap 5 and it does this https://i.imgur.com/blL3gmm.jpg
-
-
I did all of the drops all except supply signal work
-
The default crateAirResistance is 1.0, and the crate drops around 1:45 sec till it hits the ground. Ive changed this number all over the place and it still seems to only fall at the same rate. a little help plz? ( im trying to make it drop faster)
-
[DOUBLEPOST=1513483859][/DOUBLEPOST] -
-
I set my config to include 18 items in each air drop. However, I only get 8-12 items in the supply drops. What am I missing?
Code:"regular": { "additionalheight": 0, "crateAirResistance": 2.0, "cratesGap": 50, "despawnMinutes": 43200, "fireSignalRocket": true, "includeStaticItemList": false, "includeStaticItemListName": "regular", "includeStaticItemListOnly": false, "itemDivider": 2, "maxCrates": 1, "maxItems": 18, "minCrates": 1, "minItems": 18, "planeSpeed": 75, "useCustomLootTable": false
-
what would i have to type to make it drop 10 airdrops every 40 mins and all in random places
-
Code:
"Timers": { "log to console": false, "Minimum players for running Timers": 1, "RealTime": { "00:00": "massdrop 10", "00:40": "massdrop 10", "01:20": "massdrop 10", "02:00": "massdrop 10", "02:40": "massdrop 10", "03:20": "massdrop 10", "04:00": "massdrop 10" }, "ServerTime": {}, "use RealTime": true, "use ServerTime": false }
-
[DOUBLEPOST=1513782148][/DOUBLEPOST]
[DOUBLEPOST=1513782671][/DOUBLEPOST]like do i put it in the defalt section or massdrop or do i just put it in the bottom of the config -
Replace the section highlighted with what I have put on the forums. -
-
so i added this
Code:"Timers": { "log to console": false, "Minimum players for running Timers": 1, "RealTime": { "00:00": "massdrop 10", "00:40": "massdrop 10", "01:20": "massdrop 10", "02:00": "massdrop 10", "02:40": "massdrop 10", "03:20": "massdrop 10", "04:00": "massdrop 10", "04:40": "massdrop 10", "05:20": "massdrop 10", "06:00": "massdrop 10", "06:40": "massdrop 10", "07:20": "massdrop 10", "08:00": "massdrop 10", "08:40": "massdrop 10", "09:20": "massdrop 10", "10:00": "massdrop 10", "10:40": "massdrop 10", "11:20": "massdrop 10" }, "ServerTime": {}, "use RealTime": False, "use ServerTime": True } }
do i add it into the FancyDrop.json file?Last edited by a moderator: Dec 22, 2017 -
Code:
"use RealTime": true,
-
Code:"Timers": { "log to console": false, "Minimum players for running Timers": 1, "RealTime": { "00:00": "massdrop 10", "00:40": "massdrop 10", "01:20": "massdrop 10", "02:00": "massdrop 10", "02:40": "massdrop 10", "03:20": "massdrop 10", "04:00": "massdrop 10", "04:40": "massdrop 10", "05:20": "massdrop 10", "06:00": "massdrop 10", "06:40": "massdrop 10", "07:20": "massdrop 10", "08:00": "massdrop 10", "08:40": "massdrop 10", "09:20": "massdrop 10", "10:00": "massdrop 10", "10:40": "massdrop 10", "11:20": "massdrop 10", "12:00": "massdrop 10", "12:40": "massdrop 10", "13:20": "massdrop 10", "14:00": "massdrop 10", "14:40": "massdrop 10", "15:20": "massdrop 10", "16:00": "massdrop 10", "16:40": "massdrop 10", "17:20": "massdrop 10", "18:00": "massdrop 10", "18:40": "massdrop 10", "19:20": "massdrop 10", "20:00": "massdrop 10", "20:40": "massdrop 10", "21:20": "massdrop 10", "22:00": "massdrop 10", "22:40": "massdrop 10", "23:20": "massdrop 10" }, "ServerTime": {}, "use RealTime": true, "use ServerTime": false } }
Last edited by a moderator: Dec 22, 2017 -
wow thank you so much u have been a real help
-
Hey guys, just wondering how i can remove the Airdrop announcment when an airstrike is called using Airstrike for Rust | Oxide. For some reason whenever /airstrike call strike is used, an airdrop announcment is aired. Thanks
-
-
Hi, I've got a timer with a massdrop 3 at every hour realtime, but I'm still getting the "daily airdrop" - is there a way to disable this daily one?
Cheers,
Myles