1. Calytic

    Calytic Community Admin Community Mod

    It just occurred to me that you should check if an item is capable of being a blueprint before setting isBlueprint

    Also, if it is a blueprint the amount should always be 1
     
  2. WolfsDarker updated SupplyDropController with a new update entry:

    Improvements!

     
  3. Error: 'supplysignal' does not exist and it was removed to avoid errors(List: weapon).
     
  4. Yeah, the short name is supply_signal :p
     
  5. Arf sorry, my short names were bad.
     
  6. Hi, I have a massive .json so surely there are some errors. But I am getting:

    OnEntitySpawned failed: Argument is out of range.
    Parameter name: Min value is greater than max value.

    However, I've checked my .json and can't see that anywhere. I'll upload the file, not expecting anyone to check it. But if it could be fixed it might be helpful to others. Tonight's new items not included yet.
     

    Attached Files:

  7. OnEntitySpawned failed: Argument is out of range.

    If this is the error, it has nothing to do with plugin. That happens when the airdrop is spawned, therefore, before the plugin itself.
     
  8. The full error includes the name of the plugin.. sorry it was truncated when I posted it.

    Do the chance percentages need to add up to 100 for a group?
     
  9. What you mean by group percentage? If it is the item's chance of being in the loot yes, it goes for 0 (no change) to 100 (always).
     
  10. Im still getting empty airdrops. No errors with the item names
     
  11. Same for me
     
  12. If I reset the config back to default i get the drops. It seems to be something with doing our own I think
    [DOUBLEPOST=1437712050][/DOUBLEPOST]2 of 3 drops were empty.
     
  13. WolfsDarker could you have a quick look over my config to see if I've made any obvious errors? I get many empty crates too.
     
  14. Upload your config file and I'll debug it myself.
     
  15. Plugin works great now. No empty airdops since last update.

    Just one thing, are you still planing to add the function to be able to set how often the airdrop should drop? Really missing that thing in this one. Would be great to have all that in one plugin.

    But, anyway. Thanks!
    [DOUBLEPOST=1437832476][/DOUBLEPOST]
    You have choosed to have more items dropping in the airdrop than a airdrop can contain. Max 18 items are possible to have in airdrop, but you have 20 or more I think it was when I looked at your config.

    Maybe that is whats cause the emtpy Airdrops. I dont have any problems at all.
     
    Last edited by a moderator: Jul 25, 2015
  16. AirdropExtended - Failed to compile: AirdropExtended.cs(1724,43): error CS0117: `ItemManager' does not contain a definition for `Instance'

    how do i fix this on
    dev70 v1300
     
  17. It's post 66 above.
     
  18. All the lists count goes up to to 20, and the max capacity is 18, that might be the issue. Since i added the item checker, thats the only thing that could be bugging the crates.
    [DOUBLEPOST=1437920518][/DOUBLEPOST]
    This is not the AirdropExtended plugin, and just remove the Instance from what ever it is asking you to, the visual studio version doesn't have a few variables static, but the server compile does.
     
  19. WolfsDarker updated SupplyDropController with a new update entry:

    1.0.5

     
  20. I get this after update of plugin.


    [Oxide] 6:03 PM [Error] SupplyDropController plugin failed to compile!
    [Oxide] 6:03 PM [Error] SupplyDropController.cs(177,21): error CS0165: Use of unassigned local variable `count'