FancyDrop

Moved

Total Downloads: 18,015 - First Release: Jun 8, 2016 - Last Update: Apr 19, 2018

5/5, 56 likes
  1. 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.
     
  2. You need also to set and test it up for the right drop-type...And to reload the plugin after changing the config.
     
  3. I did all of the drops all except supply signal work
     
  4. 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)
     
  5. Made a test, and it's working like expected.
    [DOUBLEPOST=1513483859][/DOUBLEPOST]
    "crateAirResistance" can be set for any of the types at a lowest of "0.6".
     
  6. Fujikura updated FancyDrop with a new update entry:

    2.7.0

     
  7. 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
     
  8. what would i have to type to make it drop 10 airdrops every 40 mins and all in random places
     
  9. 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
      }
    Then just expand the times so the entire 24 hour period is covered.
     
  10. so just make the code all the way up to 12
    [DOUBLEPOST=1513782148][/DOUBLEPOST]
    and i just enter this into the config file and change nothing in the config
    [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
     
  11. Capture.PNG
    Replace the section highlighted with what I have put on the forums.
     
  12. Thank you for your help
     
  13. 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
      }
    }
    but it does not work?
    do i add it into the FancyDrop.json file?
     
    Last edited by a moderator: Dec 22, 2017
  14. Code:
    "use RealTime": true,
     
  15. Done it for you...
    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
  16. wow thank you so much u have been a real help
     
  17. 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
     
  18. FancyDrop gets not triggered by any other planes then created by itself. This would implicit that FancyDrop would use the "OnAirdrop" hook, what it does'nt listen too.
     
  19. 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