1. Okay, here's the deal. I edited/restored the default /data/ config back to my previous settings. It didn't properly toggle CustomLootEnabled": false
    I tried editing the /config/ to CustomLootEnabled": false, - still didn't work.
    The plugin seems to not be loading the config file correctly at this point, but it does compile correctly with @Wulf's "Oxide.Core;" text moved to the top of the .cs file on @Sensation's version. The /data/ config (where the original plugin instructed you to edit in the Overview/FAQ) is not properly loading on the plugin start.

    Again guys, thank you so much for looking into this plugin.
     
  2. @STANNIS BARATHEON

    I Agree, I have tried the other newer plugins and like this one better. To me it seems more user friendly to configure and use.

    1) A simplistic broken-down, easy-to-use config
    2) A clear and broken down FAQ section (which is now inaccessible)
    3) Vanilla settings in the default config, which allows for an easily modified near-vanilla experience.

    I hope others feel the same and this one gets the updating that it needs and does not get abandoned!

    PS. If you get yours working, PLEASE share so that others like us can continue to enjoy it!

    Thanks!
     
  3. Just as a heads up for the latest oxide patch in case anybody is working on the plugin - this is Sensation's fix with "using Oxide.Core;" switched to the top of the plugin.

    Failed to compile: AirdropExtended.cs(836,72): error CS1061: Type `string' does not contain a definition for `Quote' and no extension method `Quote' of type `string' could be found. Are you missing `Oxide' using directive?
     
  4. i have the same problem. i much rather use this plugin then Fancy drop
     
  5. Same problem, maybe someone can fix it ?
    [DOUBLEPOST=1481318002][/DOUBLEPOST]I solved the problem by deleting this part of code
    Code:
    var commandString = args.Aggregate(command, (s, s1) => s + " " + s1.Quote());
                Diagnostics.Diagnostics.MessageToServer("'{0}' called by {1}", commandString, player.displayName);
                var commandArgs = new ConsoleSystem.Arg(commandString);
                ExecuteInternal(commandArgs, player);
    After that plugin works, but maybe someone can fix it by more correct way as mine....
     
  6. Wulf

    Wulf Community Admin

    Wulf updated Airdrop Extended with a new update entry:

    1.1.0

     
  7. [Oxide] 08:28 [Error] Error while compiling AirdropExtended.cs(845,81): error CS1061: Type `string' does not contain a definition for `Quote' and no extension method `Quote' of type `string' could be found. Are you missing `Oxide' using directive?

    New update seems to have a error
     
  8. Wulf

    Wulf Community Admin

    I'm putting out an Oxide build to revert a change I made in the last build. For now, you can add "using Oxide;" to the top of the plugin.
     
  9. Thanks :)
     
  10. Nice! It works for now, thanks!
    But now aire loot config stores in "oxide/config/AirdropExtended.json" so now everyone who used old version with configs in /data folder has to copy settings to /config/AirdropExtended.json
     
  11. [Oxide] 00:55 [Error] Error while compiling AirdropExtended.cs(845,81): error CS
    1061: Type `string' does not contain a definition for `Quote' and no extension m
    ethod `Quote' of type `string' could be found. Are you missing `Oxide' using dir
    ective?
     
  12. Did you look at the previous post?
     
  13. 06:01:39) | [Oxide] 06:01 [Error] Error while compiling AirdropExtended.cs(845,81): error CS1061: Type `string' does not contain a definition for `Quote' and no extension method `Quote' of type `string' could be found. Are you missing `Oxide' using directive?

    (06:01:52) | [Oxide] 06:01 [Error] Error while compiling AirdropExtended.cs(845,81): error CS1061: Type `string' does not contain a definition for `Quote' and no extension method `Quote' of type `string' could be found. Are you missing `Oxide' using directive?
     
  14. Wulf

    Wulf Community Admin

    See Airdrop Extended | Page 47 | Oxide
     
  15. Does not create config nor airdropExtended.json files
     
  16. Wulf

    Wulf Community Admin

    Because the plugin is not loaded... See my previous post, else update Oxide.
     
  17. I reload the plugin this does not work and going version of oxide is Oxide 2.0.2807 for Rust 1093.9 (1931). I do not understand what to do.
     
  18. Wulf

    Wulf Community Admin

    You can either make the change I mentioned in the previous posts, or update. 2807 is not the latest snapshot build.
     
  19. Give me the latest version. The plugin is in 1.1.0 and oxide is up to date I do not see.
     
  20. Wulf

    Wulf Community Admin

    Oxide: Downloads tab, not the plugin.