FancyDrop

Moved

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

5/5, 56 likes
  1. Also in the "Timer" section. Default is 2
     
  2. If I set "Maximum minutes for random timer delay ": 50, and "Minimum minutes for random timer delay ": 30,
    to
    "Maximum minutes for random timer delay ": 20, and "Minimum minutes for random timer delay ": 20,
    Does that mean that a airdrop will come every 20 minutes and do I have to change anything for random drops to come?
     
  3. yes, it does
     
  4. I have a question, if i want to change the minimum players required for the airdrop, what exactly do i ´change, i cannot seem to find it at all.
     
  5. Code:
    "Minimum players for timed Drop": 2,
    maybe?
     
  6. I changed it, but it still says it requires 2 people.
     
  7. have you reload or restart plugin?

    Code:
    oxide.reload FancyDrop
     
  8. I apoligize for my bad english, i can't seem to reload the plugin but i have changed the information before i even put it on the server, and still says it requires 2 people
     
  9. You need to reload plugin for apply our modification
     
  10. i don't get a reply from Rusty or the ingame console.
     
  11. Which setting do you need to change in Config to make Supply Signals drop directly where thrown
     
  12. Code:
    Disable SupplySignal randomization > true
    Does disable the randomization. Then the drop will go down where the signal did explode
     
  13. Is this correct to get a mass airdrop to specific location every hr?

    Code:
      "Timers": {
        "log to console": true,
        "RealTime": {
          "00:01": "massdropto 511 100 3 5",
          "01:00": "massdropto 511 100 3 5",
          "02:00": "massdropto 511 100 3 5",
          "03:00": "massdropto 511 100 3 5",
          "04:00": "massdropto 511 100 3 5",
          "05:00": "massdropto 511 100 3 5",
          "06:00": "massdropto 511 100 3 5",
          "07:00": "massdropto 511 100 3 5",
          "08:00": "massdropto 511 100 3 5",
          "09:00": "massdropto 511 100 3 5",
          "10:00": "massdropto 511 100 3 5",
          "11:00": "massdropto 511 100 3 5",
          "12:00": "massdropto 511 100 3 5",
          "13:00": "massdropto 511 100 3 5",
          "14:00": "massdropto 511 100 3 5",
          "15:00": "massdropto 511 100 3 5",
          "16:00": "massdropto 511 100 3 5",
          "17:00": "massdropto 511 100 3 5",
          "18:00": "massdropto 511 100 3 5",
          "19:00": "massdropto 511 100 3 5",
          "20:00": "massdropto 511 100 3 5",
          "21:00": "massdropto 511 100 3 5",
          "22:00": "massdropto 511 100 3 5",
          "23:00": "massdropto 511 100 3 5"
        },
        "ServerTime": {
          "10": "droptomass 511 100 3 5",
          "6": "massdrop 3"
        },
        "use RealTime": true,
        "use ServerTime": true
      }
    }
     
  14. Yep, that goes to x:511 z:100 with 3 planes in a radius of 5m
     
  15. ok kool ty
     
  16. Fujikura updated FancyDrop with a new update entry:

    2.6.10

     
  17. @Fujikura Error while compiling: FancyDrop.cs(1647,17): error CS1955: The member `BasePlayer.IsAdmin' cannot be used as method or delegate after update
     
  18. Wulf

    Wulf Community Admin

    Are you sure you're using the latest version? It was already updated for that today.
     
  19. Strange...all of my configs are in the plugin box and plugins in the config...must've been a mess-up somewhere on my side. Oops!
     
  20. Im having some trouble setting up a timed massdrop. I want it so that about every 10 minutes a massdrop of about 5 crates drop. How would I do that?