FancyDrop

Moved

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

5/5, 56 likes
  1. Whenever I change how many items will be in supply drops, it just uses the default settings instead of the settings that are saved in the file, the only thing I've tried is redownloading the plugin (obviously didn't work), what do I do?
     
  2. Code:
      "Loot": {
        "Do not touch the slots and loot": false, // FALSE,when no extra loot plugin else is used then LootConfig
        "ItemSlots to use total - maximum": 30, // would set max 30
        "ItemSlots tp use total - minimum": 12 // would set min 12
      },
     
  3. Not sure why I'm getting this?

    > oxide.reload FancyDrop
    [Oxide] 13:07 [Error] FancyDrop plugin failed to compile!
    [Oxide] 13:07 [Error] FancyDrop.cs(1304,38): error CS1061: Type `LootSpawn' does not contain a definition for `blueprints' and no extension method `blueprints' of type `LootSpawn' could be found. Are you missing an assembly reference?
     
  4. can some one help me plz ?
    i want only 3 mass airdrop every 30m
     
  5. [DOUBLEPOST=1468067422][/DOUBLEPOST]
    you need to control timed massdrop with another plugin, which has support for run console stuff
    [DOUBLEPOST=1468067451][/DOUBLEPOST]
    wrong version, not updated maybe...
     
  6. Is there a way to make the supply signal drops drop at the exact location of the signal?
     
  7. Code:
      },
      "Generic": {
        "Admin messages color": "silver",
        "AuthLevel needed for console commands": 1,
        "Broadcast messages color": "white",
        "Chat/Message prefix": "Air Drop",
        "GUI Announce command": "announce.announce",
        "Prefix color": "cyan",
        "Prefix format": "<color={0}>{1}</color>: ",
        "Radius for random zone around SupplySignal": 15.0,  // <<<<<<<<<<<<<<<<<<<<<
        "Use of random dropzone around SupplySignal": false  // <<<<<<<<<<<<<<
     
  8. ok sorry but i want to be sure..

    If I am using your other plugin BetterLoot the config should be:

    "Loot": {
    "Do not touch the slots and loot": true,
     
  9. RIGHT :)
     
  10. Apologies if this has already been asked. I didn't have time to read every post. When I call a mass drop, the GUIAnnouncement appears for the mass drop but then the normal GUI announcement immediately pops up on top of it. Can the mass drop notification be made to override the normal airdrop notification?
     
  11. You can only use the included GUI plugin message, or disable this in GUI Announcements:
    Code:
      "Automatic Announcements": {
        "AirdropAnnouncement": true, //Enables or disables announcements when an airdrop starts
     
  12. Fujikura updated FancyDrop with a new update entry:

    1.3.1

     
  13. The extra slots are not working correctly since the update, the items are there, but the boxes are still all greyed out like default.

    EDIT

    Seems to have cleared itself up after a restart.
     
    Last edited by a moderator: Jul 15, 2016
  14. How can set max creates defaul, suply and massdrop to 3, drop all time 3 box? this is me config.

    Code:
        "Crates maximum for MassDrops": 3,
        "Crates maximum for regular drops": 3,
        "Crates maxium for SupplySignal": 3,
        "Crates minimum for MassDrops": 3,
        "Crates minimum for regular drops": 3,
        "Crates minimum for SupplySignal": 3,
        "Gap between each crate": 50,
        "Override crate limits": true,
        "Randomize crates for Massdrop": true,
        "Randomize crates for regular drops": true,
        "Randomize crates for SupplySignal": true
    with this config massdrop and suply drop 3 box, but normal drop only 1 box
     
    Last edited by a moderator: Jul 17, 2016
  15. Crates:
    • Crates maximum for MassDrops: 3 > Max crates to drop for MassDrops
    • Crates maximum for regular drops: 3 > Max crates to drop for timed/random/topos drops
    • Crates maxium for SupplySignal: 3 > Max crates to drop for SupplySignal
    • Crates minimum for MassDrops: 1 > Min crates to drop for MassDrops
    • Crates minimum for regular drops: 1 > Min crates to drop for timed/random/topos drops
    • Crates minimum for SupplySignal: 1 > Min crates to drop for SupplySignal
    • Gap between each crate: 50 > Gap between dropped crates of more then one
    • Override crate limits: false > Override capped limits - Limits: 20 crates and maximum gap of 100m
    • Randomize crates for Massdrop: true > true/false - Randomize crates for massdrops between min and max
    • Randomize crates for regular drops: true > true/false - Randomize crates for timed/random/topos drops between min and max
    • Randomize crates for SupplySignal: true > true/false - Randomize crates for drops by signal between min and max
    • INFO: when randomize is disabled, max will be used for the amount of crates
     
  16. i try with "Randomize crates for regular drops": false, and i have same problem
     
  17. By the current code, only drops of kind "ad.toplayer" and "/droptoplayer" are hard limited to only one crate...
     
  18. no, im testing deafult airdrop. Im not using toplayer or somethink
     
  19. Fujikura updated FancyDrop with a new update entry:

    1.3.2

     
  20. thanks!