1. solved. Wulf, Resistance Thanks to support!
     
  2. I need help when i change the Time from Droping The airdrop come this message:

    Cargo Plane has been removed, due to insufficient player count: <color=yellow>1</color>.

    Pls help me ;)
     
  3. I run a map size of 3500.... is there a reason that the drops occur 80%ish of the time in the ocean?
     
  4. I used env.time "12" to change to noon so that I could test out the airdrops using this plugin and now when I call an airdrop using the aire.drop command, it won't do a single thing. How do I get it to work again?
     
  5. Jepp, this a normal behaviour of the plane start and end position algorythmus.
    in FancyDrop you decrease the range of the overall flight distance by:

    Code:
      "Plane": {
        "Max random addition to height for planes": 100,
        "Multiplier for (plane height * highest point on Map); Default 1.0": 2.0,
        "Multiplier for overall flight distance; lower means faster at map": 1.25, << serverdefault here is 2. So a 1 will lower the distance by half  for not 80% on sea :P
        "Plane speed": 70,
        "Use random additional height for planes": true
      }
     
  6. I noticed my servers mem usage climbs pretty high when using this plugin. I really like the features, but I'm curious if theres anything I'm doing within the config that would cause a mem spike?
     
  7. Code:
    (20:37:59) | [Oxide] 20:37 [Error] Failed to call hook 'OnExplosiveThrown' on plugin 'AirdropExtended v1.0.7' (InvalidCastException: Cannot cast from source type to destination type.)
    (20:37:59) | [Oxide] 20:37 [Debug] 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
     
  8. Wulf

    Wulf Community Admin

    Not an issue with the plugin, but I'm looking into it now.
     
  9. Thanks, came here to post the same error message
    Wulf doin the lords work
     
  10. Wulf

    Wulf Community Admin

    It is already fixed in the latest build.
     
  11. Code:
    [06/23/2016 21:38:18] [Oxide] 21:38 [Error] Failed to call hook 'OnExplosiveThrown' on plugin 'AirdropExtended v1.0.7' (InvalidCastException: Cannot cast from source type to destination type.)
     
  12. Wulf

    Wulf Community Admin

    Update Oxide. It should be fixed in 2.0.2081 or higher. Release Changelog | Page 2 | Oxide
     
  13. Oh okay okay thanks
     
  14. Code:
    [Warning] Calling 'OnEntitySpawned' on 'AirdropExtended v1.0.7' took 416ms
    See it very often. Can you improve perfomance little bit?
     
  15. Not sure what I'm doing wrong, but I can't seem to get the air drops to spawn. Have (relevant) config set as follows for testing..

    "PluginAirdropTimerEnabled": true,
    "MinDropFrequency": "00:05:00",
    "MaxDropFrequency": "00:10:00",

    Which I *think* should be generating an airdrop every 5-10 mins ... but alas, no airdrops.

    This is the only error I'm getting...

    [06/28/2016 15:30:55] [Oxide] 15:30 [Error] Failed to call hook 'OnServerInitialized' on plugin 'AirdropExtended v1.0.7' (FormatException: Input string was not in a correct format.)

    Post-Edit: If I try and reload the plugin ala oxide.reload AirdropExtended this happens...

    Code:
    oxide.reload AirdropExtended
    [Oxide] 15:42 [Info] AirdropExtended was compiled successfully in 1979ms
    [Oxide] 15:42 [Info] Unloaded plugin AirdropExtended v1.0.7 by baton
    [Oxide] 15:42 [Info] Loaded plugin AirdropExtended v1.0.7 by baton
    [Oxide] 15:42 [Info] aire:Loaded settings:defaultSettings
    [Oxide] 15:42 [Info] aire:Saving settings to:defaultSettings
    [Oxide] 15:42 [Error] Failed to call hook 'OnServerInitialized' on plugin 'AirdropExtended v1.0.7' (FormatException: Input string was not in a correct format.)
    [Oxide] 15:42 [Debug]   at System.String.ParseFormatSpecifier (System.String str, System.Int32& ptr, System.Int32& n, System.Int32& width, System.Boolean& left_align, System.String& format) [0x00000] in <filename unknown>:0
      at System.String.FormatHelper (System.Text.StringBuilder result, IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (IFormatProvider provider, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at System.String.Format (System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Logging.Logger.CreateLogMessage (LogType type, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Logging.Logger.Write (LogType type, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at Oxide.Core.Logging.CompoundLogger.Write (LogType type, System.String format, System.Object[] args) [0x00000] in <filename unknown>:0
      at AirdropExtended.Diagnostics.Diagnostics.MessageToServer (System.String message, System.Object[] args) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropTimerService.SetupNextTick () [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropTimerService.StartAirdropTimer (AirdropExtended.Airdrop.Settings.AirdropSettings settings) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropController.InitializeServices (AirdropExtended.Airdrop.Settings.AirdropSettings settings) [0x00000] in <filename unknown>:0
      at AirdropExtended.Airdrop.Services.AirdropController.ApplySettings () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.LoadAireSettings () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.Bootstrap () [0x00000] in <filename unknown>:0
      at Oxide.Plugins.AirdropExtended.OnServerInitialized () [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
    [Oxide] 15:42 [Warning] Calling 'OnServerInitialized' on 'AirdropExtended v1.0.7' took 355ms
    Any help would be greatly appreciated :) thanks in advance!
     
    Last edited by a moderator: Jun 28, 2016
  16. Bet your config wrong. Try with new config.
     
  17. I've tried removing the files, redownloading the plugin and then letting it generate a new config, but I still get the same error.
     
  18. You need to delete all files first it installs the files into more that two folders then read the overview and follow it set by set
     
  19. baton256 updated Airdrop Extended with a new update entry:

    1.0.8

     
  20. Code:
    [07/07/2016 22:01:00] [Oxide] 22:00 [Error] Error while compiling AirdropExtended.cs(2790,26): error CS0117: `Item.Flag' does not contain a definition for `Blueprint'