1. Well all I changed was the cinfig max to 2 and it still drops 3 most the time
     
  2. Great work Reneb. I am having the same issue. It also seems to be messing up the airdrop_settings config as well. A server restart seems to fix it but any later changes to the config will not affect the plugin.
     
  3. no reason for it to mess with airdrop_settings at all.
     
  4. Reneb updated Airdrop Controller with a new update entry:

    Compatibility with airdrop-settings

     
  5. thanks
     
  6. hello,

    for standard 4000size map my config as follows;
    Code:
    {
      "Drop": {
      "MinX": -1500,
      "MaxX": 1500,
      "MinZ": -1500,
      "MaxZ": 1500,
      "MinY": 200.0,
      "MaxY": 300.0,
      "MinCrates": 1,
      "MaxCrates": 1,
      "MinDropCratesInterval": 3,
      "MaxDropCratesInterval": 10,
      "ShowDropLocation": true
      },
      "Airdrop": {
      "Speed": 40.0
      }
    }[code]when I call airdrop, there is a 2 drop despite config set for 1
     
    Last edited by a moderator: Feb 10, 2015
  7. I'm also getting the following since yesterdays rust/oxide update.

    upload_2015-2-10_12-45-55.png

    Yet I've not changed the config since the update.

    Current config:
    Code:
    {
      "Drop": {
      "MinX": -4294966796,
      "MaxX": 4294966796,
      "MinZ": -4294966796,
      "MaxZ": 4294966796,
      "MinY": 200.0,
      "MaxY": 300.0,
      "MinCrates": 1,
      "MaxCrates": 3,
      "MinDropCratesInterval": 3,
      "MaxDropCratesInterval": 10,
      "ShowDropLocation": true
      },
      "Airdrop": {
      "Speed": 40.0
      }
    }
    Nothing Min there is higher than Max?
     
    Last edited by a moderator: Feb 10, 2015
  8. wtf is this: "MinX": -4294966796,
    "MaxX": 4294966796,
    "MinZ": -4294966796,
    "MaxZ": 4294966796,
    ???
    of course you get an error --'
     
  9. what about this? is there any solution for drops which is coming twice
     
  10. yes i'll look into it later.
     
  11. I didn't set that!? config there is untouched by me.
     
  12. well it's a bug XD
    if your map is 4000x4000
    then it should be fro -1500 to 1500
    if it's 8000x8000
    it should be -3500 to 3500

    (worldsize / 2) - 500
     
  13. Thanks, I've mad the adjustment so will see how it goes.
     
  14. i have the same issue :(
     
  15. CHR

    CHR

    for me on airdrop.toplayer it is stuck in the air... dosnt fall down :/

    Found the solution had a wrong number in the config...
     
    Last edited by a moderator: Feb 12, 2015
  16. For some reason the plugin wont work yet the airdrop settings will do. Every time i edit the airdrop controller config and then start the server it resets the config. Please help