1. Delete config let it remake the default one then change this setting "settingsName": "custom1" back to default in your file you have here upload and check here JSONLint - The JSON Validator. if "settingsName": "custom1" is not part of the default file then it should not be there
     
  2. I currently have the min player set to 5 yet I keep getting this error, number changes to whatever the online playercount:

    [Oxide] 2:01 AM [Info] [aire]: Cargo Plane has been removed, due to insufficient player count: <color=yellow>7</color>.
     
  3. Thank you so much for helping me!! Works 100% now!!
     
  4. Hi Back again, I am pleased to say that after getting my server host to put the default.cfg file in a folder in the data section it now works great, the only thing it is not doing is giving a "chat" message other than saying "airdrop spawned" but gives no location,
    I did have a minor problem when after editing the file on the console to correct the "cargo plane has been removed" error (by using the console cmd on overview page to set the players to 0. works great now,) when it saved the files it again created a new default cfg file in the cfg folder (my original pain) so i copied all the info in the data (cfg) one to the cfg one and its now working good,
    Anyone else still getting the Xmas stuff in the drops ? had a look through cfg and there are none there, I dont actually mind cos I got an autogun in a large xmas present :)
    so thanks for previous help
    btw: does this still work with plugins/airdrop-arrow.1187/ ?
    having problems with this one.
    aire.setitem <item_name> <chance> <min> <max> <is_blueprint> - configure custom loot settings for an item.
    I type aire.setitem cctv.camera 87.00 2 4 or aire.setitem targeting.computer 87.00 2 4
    and i get the" not instance of object error", I am obviously doing something wrong :)
     
    Last edited by a moderator: Jan 22, 2016
  5. Error in console when the plugin calls Airdrop how to fix it?


    [Oxide] 10:28 AM [Error] Failed to call hook 'OnPlayerLoot' on plugin 'AirdropExtended v1.0.5' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
    [Oxide] 10:28 AM [Debug] 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.Diagnostics.Diagnostics.MessageTo (System.String message, Boolean sendToAll, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropExtended.OnPlayerLoot (.PlayerLoot lootInventory, .BaseEntity targetEntity) [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
  6. same here
    [Warning] 'AirdropExtended v1.0.5' plugin is using deprecated hook: OnPlayerLoot
     
  7. still works ok with that warning,
     
  8. how do I change it to not use deprecated hook
     
  9. Dont worry about yellow warning messages, as plugin still compiles ok (type plugin in clanforge console and it will list all plugins and if they are ok)
    My problem is fixed :)
    all i had to do was include the item number
    aire.setitem 1490499512 targeting.computer 87.00 2 4
     
  10. Hello
    How the cameras added . Can you give me the order added thank you
     
  11. -Fixed OnPlayerLoot change to OnLootPlayer
    -> Edit Fixed Permission aire. to airdropextended. (untested pls Feedback)
     
    Last edited by a moderator: Jan 23, 2016
  12. Hey im not able to set my own timer!: /
     
  13. Zivour™ Have you this use ?
    -> aire.minfreq <frequency_in_seconds> - set min drop frequency in seconds
    -> aire.maxfreq <frequency_in_seconds> - set max drop frequency in seconds

    simple 00:08:00 - 00:08:20:
    -> aire.minfreq 480
    -> aire.minfreq 500
     
    Last edited by a moderator: Jan 23, 2016
  14. Alright so if its 00:08:00 - 00:08:20 then it takes 20 mins each airdrop ? :)
    [DOUBLEPOST=1453629072][/DOUBLEPOST]
    Can you tell me what to do if i want to have the airdrop each 30min and mass airdrop each 3 hours please :)
     
  15. Airdrop all 30 min
    Formular: (30 min * 60)
    -> aire.minfreq 1800
    -> aire.maxfreq 1800 or 1801

    massdrop can not say on head. i must show on Docs or Code.
    [DOUBLEPOST=1453639145][/DOUBLEPOST]You can use this plugin:
    -> TimedExecute for Rust | Oxide

    Sample Conf. 5 drops
    Code:
    {
      "EnabledRealTime-Timer": false,
      "EnableTimerOnce": true,
      "EnableTimerRepeat": false,
      "RealTime-Timer": {
      },
      "TimerOnce": {
        "airdrop.massdrop 5": 10800
      },
      "TimerRepeat": {
        "event.run": 300,
        "server.save": 300
      }
    }
    
    This should be as fit
     
    Last edited by a moderator: Jan 24, 2016
  16. my console no longer gives errors, thank you, good for you
    [DOUBLEPOST=1453808569][/DOUBLEPOST]
    LOL

    [Oxide] 2:41 PM [Error] Failed to call hook 'OnEntitySpawned' on plugin 'AirdropExtended v1.0.5' (FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.)
    [Oxide] 2:41 PM [Debug] 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.Diagnostics.Diagnostics.MessageTo (System.String message, Boolean sendToAll, System.Object[] args) [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 (System.Reflection.MethodInfo 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 hookname, System.Object[] args) [0x00000] in <filename unknown>:0
     
  17. Hi Can you me send
    -> /oxide/config/AirdropExtended.json
    -> /oxide/data/airdropExtended_defaultSettings.json
    -> /server/SERVERINI/Log.Error.txt
    Have you use a comment ?
     
  18. I literally downloaded then upload to plugins folder and i get this

    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canload' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canreload' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansave' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cangenerate' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canminfreq' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canmaxfreq' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canplayers' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canevent' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cantimer' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansupply' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candespawntime' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canplanelimit' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canenableplanelimit' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canplanespeed' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cancrates' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canonelocation' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetitem' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetitemgroup' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cancapacity' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candrop' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canmassdrop' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candroptopos' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candroptoplayer' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.candroptome' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.canlocalize' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cannotify' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetcustomloot' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cansetpickstrategy' (by plugin 'AirdropExtended')
    [Oxide] 10:25 AM [Warning] Missing plugin name prefix 'airdropextended.' for permission 'aire.cantest' (by plugin 'AirdropExtended')
     
  19. These are just warnings and can technically be ignored, they appear because the permissions for this plugin are prefixed with 'aire' and in a change we made to the oxide core a while ago we want plugin developers to use the name of their plugin as the permission prefix. Currently it is in a transition period where it is not yet mandatory giving the developers the time to update their plugins which is exactly the reason why these warnings appear, but they do not affect the plugin in any way.
     
  20. Thanks for the reply

    I am a total noobs at this. How do i make the loot better as at the moment my airdrops are very inconsistent.