FancyDrop

Moved

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

5/5, 56 likes
  1. Referring to your posted settings it should work like you want without any coords.
     
  2. Hello,

    I want to have regular airdrops and additional massdrop events.
    Do I only need to change this setting and it will do both regardless?

    Both regular airdrops ever x minutes + massdrop at the desired times?


    Code:
      "Timers": {
        "log to console": true,
        "Minimum players for running Timers": 0,
        "RealTime": {
          "18:00": "massdrop 3",
          "14:00": "massdrop 3"
        },
        "ServerTime": {
        },
        "use RealTime": true,
        "use ServerTime": false
      }
    }
    Or do I have to add to call an airdrop in the RealTime column when using RealTime: True?


    Thanks!
     
  3. is there anyway to add random skins to the drops on items
     
  4. I have the rocket and blinking light set to TRUE, but neither work. Anyone else having this issue?
     
  5. Which kind of skins do you think of?
    [DOUBLEPOST=1497109747][/DOUBLEPOST]
    Cannot confirm atm that both features would be broken.
    [DOUBLEPOST=1497109840][/DOUBLEPOST]
    Yes, realtime is is euqual to the servers clock. This time depends on the timezone settings of your underlaying host.
     
  6. Hello is there a way I can spawn in a massdrop without the airplanes. Thank you
     
  7. There's currently no such function implemented.
     
  8. Hello is there a way to set the airdrop to spawn a zone when it lands? I want to have a zone spawn around the airdrop and maybe have custom rules ..ect. Maybe an npc or two and a small building. Thank you
     
  9. The most common droptypes have several command options to let drops spawn in several ways and more.
    You can run/create console commands for any need.
     
  10. Is there a setting to limit the number of supply drops that can be called in at once?
     
  11. Nope..
     
  12. I can't figure out how to do every 30 minutes a drop, or even 15.

    Anyone knows what file and what line?
     
  13. Example:
    Code:
      "Timer": {
        "Maximum minutes for random timer delay ": 30,
        "Minimum minutes for random timer delay ": 30,
        "Minimum players for timed Drop": 0,
        "Remove builtIn Airdrop": true,
        "Use Airdrop timer": true
      },
     
  14. I saw a command I just did ad.timer 15 so like every 15 minutes a drop will start?
     
  15. How do I use the custom loot table to make certain items in the airdrop and rarity etc.
     
  16. Is the ServerTimer broken? Airdrops wont trigger at Servertime anymore, Realtimer still works.
    Can anyone confirm?
     
  17. Nope, all fine. Did test it this minute with the default examples.
    [DOUBLEPOST=1498232291][/DOUBLEPOST]
    Nope. this is only a command to define the next timed drop in the next minutes. After that one is done, it does run again the normal timer settings.
     
  18. I checked on the JSON file, changed both to 15, like minimum and something else :p
     
  19. (19:58:01) | Failed to call hook 'dropRandom' on plugin 'FancyDrop v2.6.20' (InvalidCastException: Cannot cast from source type to destination type.)

    (19:58:01) | at Oxide.Plugins.FancyDrop.startCargoPlane (Vector3 dropToPos, Boolean randomDrop, .CargoPlane plane, System.String dropType, System.String staticList, Boolean showinfo, UInt64 userID) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.FancyDrop.dropRandom (.Arg arg) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.FancyDrop.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Plugins.CSharpPlugin.InvokeMethod (HookMethod method, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0

    at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in <filename unknown>:0
     
  20. How do I change items rarity or add more items into the supply signal? Also mass drop sometimes drops like 6 boxes I'd like to reduce that to 3. Anyone help please