1. Well...of course you don't understand how I run my server. ;) The computer I own is beyond your comprehension and understanding, so it's not used for gaming purposes. It is used for VMSphere ESX/ESXi with 100 plus hosts and clusters again beyond your understanding kid. Now are you going to donate a computer my way or not? :)
     
  2. I was just trying to offer a suggestion and better understand your situation and you reply with such a rude response. Don't belittle my intelligence or talk down to me, you have no idea what I know or what i'm capable of "comprehending". This is a community in which we help each other, we don't talk down to each other or treat people with disrespect who are simply just trying to help. I highly doubt you'll get any help around here speaking to people like that, so I highly suggest you change your tone because that sort of stuff isn't welcome here. Weren't you raised better than that?
     
  3. Wulf

    Wulf Community Admin

    Let's keep it civil and on topic please guys, thanks.
     
  4. I agree, please remove the clutterhead cuz he just doesn't get it, LoL. :)
     
  5. server crash =\
    latest oxide and plugin version
     
  6. same (server crash) ... latest oxide + latest version 1.2.8
     
  7. Test was just done, crashed.
     
  8. Tested latest update and it works. No more crashing and the loot is working again for me. You are a hero.

    WolfsDarker. A wish now when it works. Can you add a function that blocks the Airdrop Event that Rust itself sending? The timer in this plugin is kind of pointless when Rust sending Airdrops too at random time. Like in Airdrop Settings you could turn on a setting that blocked all airdrops not called by the plugin. The negativ thing with that, atleast in Airdrop Settings plugin, was that it also blocked Supply Signals since it wasn't called by the plugin.

    But that is a wish from me, a settings that blocks airdrops not called by the plugin. Wish makes airdrops only be sent in every "minute" you have set at "timer".

    Thanks!
     
    Last edited by a moderator: Aug 8, 2015
  9. Bug Bug Bug
     
  10. Send your config files. I've tested it 20 times last night with the default config, it worked just fine. Henkel isn't having an issue either so let me see what you guys using.
     
  11. I'm kicking around the forums WolfsDarker. I'll give it a test for you and post back.

    EDIT #1: Yep. It crashed the server. I'm going to do more investigating.

    EDIT #2: The only plugins installed (AirdropOrganizer, BetterLoot) I received these 2 messages in the console and the server stopped responding. I'm using default config files.

    Code:
    [8/8/2015 10:37:08 AM] [Oxide] 10:37 AM [Info] [AirdropOrganizer] Plugin Maintance: 5.56 Rifle Ammo has a stack higher than the maximum.
    [8/8/2015 10:37:08 AM] [Oxide] 10:37 AM [Info] [AirdropOrganizer] Plugin Maintance: Pistol Bullet has a stack higher than the maximum.
    
     
    Last edited by a moderator: Aug 8, 2015
  12. My server crashed at first try. But it was because I had the plugin Airdrop Settings on the server to remove the airdrops that Rust sending. But something with Airdrop Settings and Airdrop Organizer didn't worked and made the server crash with the latest update of Airdrop Organizer, but as soon as I removed all files from Airdrop Settings the crashing stopped. So make sure you don't have a old file from Airdrop Settings when you use this. Maybe also be if you have another Airdrop plugin. Just a tips for those who still getting server crashes.

    WolfsDarker -

    This message showed up in my consol:

    [Oxide] 3:05 PM [Info] [AirdropOrganizer] Info: Timed Airdrop called, next plane in 30 minutes.
    Invalid Position: assets/bundled/prefabs/items/generic_world.prefab[291637] (-483.0, -5005.9, -584.6) (destroying)

    Does it have to do with this plugin or it is just something else? :)
     
  13. Henkel, I'll take a look in that event issue. There is a command which i forget to say in console to call airdrops "organizer.randomdrop", It uses the same method as the event and i never saw that problem with like 50 planes called.

    Also, the freezing, I was testing removing rust's loot, if you choose not to, it will freeze if the original loot has any item that is in the list. Working in patch!
     
  14. Okey. I saw that you have a "random" event and then you have a "event". They "random" event most be the one Rust sending and the "event" most be the event this plugin sending? Would love to have a settings that you can set "true/false" to block the random(rust) events. Like:
    "airdrop_random": true/false

    This is my drop_config set to, and got no freeze/crash.

    Code:
      "drop_config": {
        "limit_airdrops": true,
        "limit_count": 3,
        "airdrop_event": true,
        "airdrop_timer": 30,
        "airdrop_speed": 120,
        "control_loot": true,
        "draw_arrow": false,
        "arrow_length": 15,
        "arrow_duration": 60,
        "arrow_size": 4,
        "remove_orignal_loot": true
     
  15. The random event is when you call a random airdrop yourself using the new command i added. I'll add that option once this freezing is patched.
     
  16. Okey sound good! So you have made so the "Rust" planes will be removed/blocked if you want?
     
  17. WolfsDarker updated Airdrop Organizer with a new update entry:

    1.2.9

     
  18. If i block all airplanes, the supply signals will also be blocked. So i don't think thats a good idea.

    Use the latest udpate mate.
     
  19. I know, thats the negative part with that sadly. But would be a good function to atleast have in the config to choose if you want it or not. Cause right now if I have my "timer" to 30 min, I get a airdrop every 30 min, but I also get airdrops that are sent by Rust itself. But yes, supply signals wont work with that. But thats OK for me, and was also with all of those who used Airdrop Settings when that plugin was maintained. But it should be a setting in the config so you can choose self it you want it or not :)

    Like I wrote or somthing similar:

    "airdrops_random": true/false,