1. (00:00:43) | ArgumentOutOfRangeException: Argument is out of range.

    Parameter name: Min value is greater than max value.
     
  2. You have set a value to high in the config
     
  3. I have not touched anything from yesterday to today, and today does not work ...
    [DOUBLEPOST=1463868509][/DOUBLEPOST]this is me cfg
     

    Attached Files:

  4. the timer is 60 sec and no airdrop coming way ? o:
     
  5. Hi, for some reason the airplane speed doesn't change even though I update it in config. It still takes a few minutes instead of 30 seconds
     
  6. I can't seem to stop lmg.m249 from dropping in my air drops. I have tried setting Percent to 0.0 as well as min/max 0/0 i have tried leaving m249 as deafult percent at 84 and setting min/max to 0/0 and still getting M249 drops when I aire.test. any ideas on what to do? Thank you in advance!

    Also i have tried just deleting the M249 Item from the .json file and that also didn't stop it.

    I am using aire.reload after everytime i edit as well.
     
  7. Do you have "CustomLootEnabled" set to true?
     
  8. I have it set to true yes
     
  9. Here is my Json file.
    You will noticed i created a group for lmg.m249 called no to try and stop it that way.


    Still No luck :(
     

    Attached Files:

  10. Can someone help me out please?
    How do i make the airdrops spawn once every 2 hours without me spawning them?

    Is it this command?

    "MinDropFrequency": "01:00:00",
    "MaxDropFrequency": "01:00:00",
     
  11. yes, if you want it every 2 hours it would be
    "MinDropFrequency": "02:00:00",
    "MaxDropFrequency": "02:00:00",
     
  12. rust update, bug report
    Code:
    06/03/2016 05:26:06] [Oxide] 05:26 [Debug]   at System.Random.Next (Int32 minValue, Int32 maxValue) [0x00000] in <filename unknown>:0
      at Oxide.Core.Random.Range (Int32 min, Int32 max) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Settings.AirdropSettings.PickItemWeightedOrDefault (AirdropExtended.Airdrop.Settings.AirdropItemGroup weightedGroup) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Settings.AirdropSettings.CapacityWeightedPick (IEnumerable`1 groups) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Settings.AirdropSettings.CreateItemList () [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropController.FillWithCustomLoot (.ItemContainer itemContainer) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropController.HandleSupplyDrop (.SupplyDrop entity) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropController.OnEntitySpawned (.BaseEntity entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.OnEntitySpawned (.BaseEntity entity) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.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 name, System.Object[] args) [0x00000] in <filename unknown>:0
    
    Code:
    ...
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.topos' console command previously registered by AirdropExtended
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.toplayer' console command previously registered by AirdropExtended
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.localize' console command previously registered by AirdropExtended
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.notify' console command previously registered by AirdropExtended
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.customloot' console command previously registered by AirdropExtended
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.pick' console command previously registered by AirdropExtended
    [06/03/2016 04:55:54] [Oxide] 04:55 [Warning] AirdropExtended has replaced the 'aire.test' console command previously registered by AirdropExtended
     
  13. Wulf

    Wulf Community Admin

    Could you post the full error please? The error is above the Debug lines.
     
  14. Attach the log.
     
  15. Wulf

    Wulf Community Admin

    That doesn't show the portion you posted previously. Could you upload your latest oxide/logs please?
     
  16. After the viewing, please delete.
     
  17. Wulf

    Wulf Community Admin

    First, you should make sure your Oxide version is fully updated. We released some updated builds with fixes.

    Also, the actual error you are getting is "Parameter name: Min value is greater than max value.)" which means that in your config you may be setting the min higher than the max.
     
  18. version I'm using is Oxide build 2.0.1982.
    hmm...ok!
     
  19. update to 2.0.1985