1. Just had this pop up in console. Any ideas guys?
    Code:
    [Oxide] 2:13 PM [Error] Failed to call hook 'OnPlayerLoot' on plugin 'Airdrop Settings'
    File: airdrop_settings.lua Line: 364 attempt to call method 'MoveToContainer' (a string value):
      at NLua.Lua.ThrowExceptionFromError (Int32 oldTop) [0x00000] in <filename unknown>:0
      at NLua.Lua.CallFunction (System.Object function, System.Object[] args, System.Type[] returnTypes) [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
    TimeWarning: Net.sv.Cycle took 4.85 seconds (4854ms)
     
  2. Wulf

    Wulf Community Admin

    Try http://oxidemod.org/threads/airdrop-settings.6517/page-9#post-79127.
     
  3. So I enabled customloot (or whatever the setting is) and modified the drop rates on some items. The server now crashes when opening the crate. Plugin is now disabled. I do not have any logs. Can you test this?
     
  4. So uhhh, any plans to update? I actually like this a lot more than Airdrop control, and after the update this plug in gives me a hook error...
    [DOUBLEPOST=1429489071][/DOUBLEPOST]I like the message, I customize it. Well, when it worked.
     
  5. Wulf

    Wulf Community Admin

  6. I'm trying to debug the same issue - what other plugins do you have on your server?

    I'm starting to think there might be an issue with how we've tweaked the drop tables, with min/max values, etc. Maybe related to StackSizes or NoSigns on my server. Will post back if I find anything
     
  7. So, I have the mod set up properly with my config and am not using a custom loot table or anything yet, but right now the mod isn't working. I understand the command is oxide.reload but I don't know how to refer to the file. How to I get it running? Config is set up how I want.
     
  8. I don't get it..
     
  9. Good Day

    Is it at all possible to change the amount of supplies per plain, like in legacy 1,2 or 3 random?
     
  10. airdrop.run no longer works. i do have manual start enabled
     
  11. getting an erro
    Code:
    [Oxide] 1:48 PM [Error] Failed to load plugin airdrop_settings (IOException: Sharing violation on path c:\games\108_61_114_77_28016\1120594\ruste\server\1120594\oxide\plugins\airdrop_settings.lua)
    [Oxide] 1:48 PM [Debug]  at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, Boolean anonymous, FileOptions options) [0x00000] in <filename unknown>:0
      at System.IO.FileStream..ctor (System.String path, FileMode mode, FileAccess access, FileShare share) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.FileStream:.ctor (string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
      at System.IO.File.OpenRead (System.String path) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, Boolean detectEncodingFromByteOrderMarks, Int32 bufferSize) [0x00000] in <filename unknown>:0
      at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at (wrapper remoting-invoke-with-check) System.IO.StreamReader:.ctor (string,System.Text.Encoding)
      at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <filename unknown>:0
      at System.IO.File.ReadAllText (System.String path) [0x00000] in <filename unknown>:0
      at Oxide.Lua.Plugins.LuaPlugin.Load () [0x00000] in <filename unknown>:0
      at Oxide.Lua.Plugins.LuaPluginLoader.Load (System.String directory, System.String name) [0x00000] in <filename unknown>:0
      at Oxide.Core.OxideMod.LoadPlugin (System.String name) [0x00000] in <filename unknown>:0
     
    Last edited by a moderator: Apr 28, 2015
  12. Wulf

    Wulf Community Admin

    Reload the plugin. The server tried to load it while you or something else was accessing it.
     
  13. thank you this worked :)

    one more help while i have you. id like to add new items to loot such as rockets and f1-grenade but i cant find anywhere that lists them. i figured out that rocketlauncher= rocket_launcher but cant figure out f1 or the rockets themselves. is there a list somewhere thats up to date or a way too generate one?
     
  14. Wulf

    Wulf Community Admin

    Searching is your friend. ;) http://oxidemod.org/threads/item-list-for-rust-experimental.6450/page-2#post-82218
     
  15. Wulf

    Wulf Community Admin

    No worries. The XenForo search system isn't the easiest to find things with. I actually use Google more often.
     
  16. Wulf

    Wulf Community Admin