Hi, I tried creating my own loot lists on FancyDrops.

Unfortunately, they're not being called at all.
Here my test Drop

 },
      "test": {
        "minCrates": 1,
        "maxCrates": 1,
        "cratesGap": 50,
        "despawnMinutes": 15,
        "crateAirResistance": 0.6,
        "useCustomLootTable": true,
        "CustomLootListName": "test",
        "planeSpeed": 600,
        "additionalheight": 0,
        "notificationInfo": "Custom Stuff"

 

And here the custom Loot List

 {
        "DropType Name": "test",
        "Minimum amount of items to spawn": 2,
        "Maximum amount of items to spawn": 6,
        "Custom Loot Contents": [
          {
            "Shortname": "ammo.pistol",
            "Minimum amount of item": 20,
            "Maximum amount of item": 20,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "ammo.rifle",
            "Minimum amount of item": 35,
            "Maximum amount of item": 50,
            "Skin ID": 0,
            "Display Name": null
          },
          {
            "Shortname": "ammo.shotgun",
            "Minimum amount of item": 8,
            "Maximum amount of item": 12,
            "Skin ID": 0,
            "Display Name": null
          },...........................

 

With the command ad.massdroppto 470 1160 20 35 test 

20 Air_Supply_Boxes are dropped, but they are then empty.

With the command ad.massdroppto 470 1160 20 35 test test
Responds the console with [FancyDrop] Custom Loot list not found

 
Is it possible that the custom lists are not selected at all ?

Best regards
Heiko