1. i have the same problem :)
     
  2. i dont get a config folder when i add it
     
  3. Does this work??? It does not create the file .JSON inside the folder CONFIG... I created it by myself but it does not work...
     
  4. G26

    G26

    chat messages not showing up when airdrops are spawned. any suggestions, thanks!
     
  5. My airdrops always land in sea. it looks like sea/land are replaced?
     
  6. Code:
    (23:00:48) | [RCON][IP Removed] reload AirdropExtended
    (23:00:51) | [Oxide] 22:59 [Error] AirdropExtended plugin failed to compile!
    (23:00:51) | [Oxide] 22:59 [Error] AirdropExtended.cs(773,18): error CS0117: `ConsoleSystem' does not contain a definition for `Broadcast'
    fresh install of plugin won't generate config and gives me this when I try to reload it.
     
  7. What version are you installing
     
  8. The one that was up 1 hour ago
     
  9. The last updated one was the 9th July if you are using one from some ones post, post a link. I have not tested or even use this plugin but try this one Airdrop Extended | Page 45 | Oxide
     
  10. oh, thx, both of you above!
     
  11. Maybe someone can fix AirdropExtended for lates Rust update ?
    I have i nice one ballanced loot config so i would like to use it, but plugin didn`t compile properly :(

    Code:
    00:50 [Error] AirdropExtended.cs(3611,10): error CS1061: Type `ItemBlueprint' does not contain a definition for `defaultBlueprint' and no extension method `defaultBlueprint' of type `ItemBlueprint' could be found. Are you missing an assembly reference?
    Fixed version for latest update
    Only one bug, didn`t announce about spawned plane
     
    Last edited by a moderator: Nov 15, 2016
  12. [Oxide] 18:51 [Error] Error while compiling AirdropExtended.cs(3599,48): error CS0246: The type or namespace name `Rarity' could not be found. Are you missing an assembly reference?
     
  13. I'm having the same bug with the provided update from @Sensation
    Thank you SO, SO, SO, SO much @Sensation for attempting to fix this plugin. I love you with my entire heart and then some.
     
  14. What devblog you are using ?
    [DOUBLEPOST=1479243490][/DOUBLEPOST]
    your welcome :)
    I like this plugin because of drop config algorytm and i have an one good config fow my servers which could`t load with FancyDrop or simething else ;(
     
  15. Oxide 2.0.2721 for Rust 1066.67 (1923)
     
  16. Any fix for last update? thx


    error compiling: AirdropExtended.cs(847,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?
     
  17. rust update, bug report
    Code:
    [Oxide] 04:54 [Error] Error while compiling AirdropExtended.cs(847,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?
     
  18. Wulf

    Wulf Community Admin

    Add "using Oxide.Core;" to the top of the plugin along with the other using statements. Also, is there something this plugin provides that other actively maintained airdrop plugins do not?
     
  19. Thank you so much for your response!!!

    Yes, it does:
    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.

    The other plugins do not provide the same direct; simplistic utility. Nobody seems to have (or hasn't replied/provided me with) a vanilla config for the current replacement plugins.

    EDIT: using "Oxide.Core;" is in the top of the plugin for both the previous updated version and @Sensation's version, I will try moving it to the very top of the plugin to test it out

    EDIT2: moving Oxide.Core; to the top of the plugin text list worked correctly; it properly compiled.
     
    Last edited by a moderator: Dec 8, 2016