1. I see no difference when changing:

    "MinDropCratesInterval": 30,
    "MaxDropCratesInterval": 100,

    Do these parameters really work? As all crates fall within a few steps from each other.
     
  2. Hm... What the?

    Code:
    [Oxide] 9:18 PM [Error] ArgumentOutOfRangeException while calling OnEntitySpawn: (ArgumentOutOfRangeException: Argument is out of range.
    Parameter name: Min value is greater than max value.)
    [Oxide] 9:18 PM [Debug]   at System.Random.Next (Int32 minValue, Int32 maxValue) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.GetRandomNumber (Int32 min, Int32 max) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.FindDropPoint (.CargoPlane cargoplane) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.OnEntitySpawn (.BaseEntity entity) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 
     
  3. Wulf

    Wulf Community Admin

    It sounds like you set the min value greater than the max value in your config.
     
  4. This problem will occur probably on 64bit system, when you first start the plugin written to the config invalid data (see screen), but the fix is easy for all
    [​IMG]
    Info for repair: If you start the server and this error occurs, turn off the server, open the folder oxide / config / and open the file "AirdropControl.json" and rewrite "MinX, MaxX...." etc... by size setting the your map (my map is 7000) my MinX etc.. = 7000/2 -500 = 3000

    Good luck, and very good plugin thanks :) PS: Sorry for my english :)
     
  5. im getting this error on [Error] AirdropControl: Failed to load config file (is the config file corrupt?) (Value is greater than Int32.MaxValue or less than Int32.MinValue) i have not changed anything in config file wat settings would i need to do for 6k map
     
  6. Wulf

    Wulf Community Admin

    Paste your config here please. Also, did you read the comment above your post?
     
  7. @R3plik4tor already paste a fix for that
     
  8. this is my config file i have not changed any settings inside it since loading the plugin
     

    Attached Files:

  9. Wulf, is there any way to remove stacked airdrop? :D
    [DOUBLEPOST=1425843633][/DOUBLEPOST]
    Values too high, change them
     
  10. I don't understand what the Min & Max Intervals are doing. Are they in seconds, minutes? Any modifications I make, the drops fall right nearly top of each other.
     
  11. I see it in some servers and I would like to put it on mine. I have http://oxidemod.org/resources/airdrop-controller.804/ but cant seem to find a way to configure it to automatically create mass air drops, say once a hour or something like that. I can manually force them through with the rcon. Any help would be appreciated.
     
  12. Hi everyone! I have a problem with my server, I downloaded Airdropsettings and airdropcontrol plugins and configure it.
    When I use the command or wait the time for the drop I conf there is no problem, all works fine. My problem is that the server or the game, Idk, spamm his own airdrop I guess, coz every 10 min more or less I read in the chat "Airdrop incoming Drop at .............." I look in every plugin I had but I don't see where I can delete this. And if you go to location there is no drop.
    Can anyone help me?
    PD:Sorry for my english
     
  13. Wulf

    Wulf Community Admin

    The easiest way would be to find the BoradcastChat functions in the code and remove them.
    Code:
    BroadcastToChat(string.Format("Airdrop incoming! Dropping at {0} {1} {2}", dropTarget.x.ToString(), dropTarget.y.ToString(), dropTarget.z.ToString()));
     
  14. @Reneb

    Code:
    [3/27/2015 10:21:10 PM] [Oxide] 10:21 PM [Error] Error while compiling AirdropControl.cs(105,14): warning CS0114: `Oxide.Plugins.AirdropControl.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\cmdS\steamapps\common\1\rust_dedicated\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning)
    Fly.cs(101,8): warning CS0114: `Oxide.Plugins.Fly.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\cmdS\steamapps\common\1\rust_dedicated\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning)
    Kits.cs(105,14): warning CS0114: `Oxide.Plugins.Kits.LoadDefaultConfig()' hides inherited member `Oxide.Core.Plugins.Plugin.LoadDefaultConfig()'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword
    C:\cmdS\steamapps\common\1\rust_dedicated\RustDedicated_Data\Managed\Oxide.Core.dll (Location of the symbol related to previous warning)
    Polling.cs(86,15): error CS0234: The type or namespace name `Unity' does not exist in the namespace `Oxide'. Are you missing an assembly reference?
    
     
  15. I'm Running both Plugins. Airdrop Controller and Airdrop Settings.

    The Messages with the Prefix "Airdrop Info" is from the Plugin Airdrop Settings.
    The Message "Airdrop Incoming! Dropping at ....." is from the Plugin Airdrop Controller.

    Is it possible to set a Chat prefix to the "Airdrop Controller" Plugin too ?
    If yes, how?

    THX for Help!

    [​IMG]
     
  16. hello all ) i lost in my server automatic airdrop, anyone know why please?
     
  17. Code:
    4:58 PM [Error] Failed to call hook 'OnEntitySpawn' on plugin 'AirdropControl' (ArgumentException: An element with the same key already exists in the dictionary.)
    4:58 PM [Debug]  at System.Collections.Generic.Dictionary`2[CargoPlane,System.Double].Add (.CargoPlane key, Double value) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.CheckAirdropDrops () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropControl.OnEntitySpawn (.BaseEntity entity) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Apr 9, 2015
  18. Getting this error with some frequency after most recent rust update...

    [4/9/2015 1:17:28 PM] [Oxide] 1:17 PM [Warning] AirdropSettings plugin is using deprecated hook: OnEntitySpawn

    Anything to worry about?
     
    Last edited by a moderator: Apr 9, 2015
  19. Wulf

    Wulf Community Admin

    Nope, it's just a warning from Oxide for authors.
     
  20. Thanks :) and disregard second comment, just launched. Must be something up with my config.