when i do mass airdrop how do i stop it from spamming the location in chat, I set showlocation to false and it still spams the chat?
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
/massdrop still isn't working either. It reports plane locations to chat but the planes don't start flying in straight away like they use to. There's a significant delay before they arrive, and even then they don't drop any crates.
Supply signal plane still takes ages to arrive too.
Changing plane speed in config doesn't help any either as that just changes the speed of the plane after it arrives, not the delay from when called in to when it arrives.Last edited by a moderator: May 24, 2015 -
my planes are possibly going the speed i set in the config, im also using a different rework of the airdrop_settings.lua which is not the one that used to be listed in plugins and is now blocked/deleted
but yes, the timing is terrible, it takes the entire time of the smoke/supply signal for the planes to finally show up which is around a minute or two, other than that, the plugin is workingLast edited by a moderator: May 24, 2015 -
Restarted the Server. (to create new config File)
This is the new created Config File:
Code:{ "Airdrop": { "Speed": 40.0 }, "Drop": { "MaxCrates": 3, "MaxDropCratesInterval": 10, "MaxX": 4294966796, "MaxY": 300.0, "MaxZ": 4294966796, "MinCrates": 1, "MinDropCratesInterval": 3, "MinX": -4294966796, "MinY": 200.0, "MinZ": -4294966796, "ShowDropLocation": true }, "Messages": { "Inbound": "Airdrop incoming! Dropping at {0} {1} {2}" } }
After the Server restart i find this in the Oxide.log:
Code:8:24 AM [Error] AirdropControl: Failed to load config file (is the config file corrupt?) (Value is greater than Int32.MaxValue or less than Int32.MinValue)
-
so for you the map goes from:
-4294966796 to 4294966796?
max on rust is -8000 & 8000
that's why it bugs. delete the config file and let the plugin recreate it. -
I stoped the Server, deleted the config.
And the Plugin creates exact the same config new !
my Mapsize is 6000Last edited by a moderator: May 24, 2015 -
da fuck ...
ok so put for X AND Z min: -5500
and max: 5500
Y should be from 200 to 300 -
someone dropped a supply signal and no airdrop was launched from the supply signal. I don't know it was from this plug-in or not. I look on playrust.io to see where it went and the plane went on the other side of the map.
-
also @Reneb the airdrops dont spawn immediately, they take about 5 minutes to actually spawn and show up, also my height settings are not working to what i set which is 200, like them low and fast lol -
-
but i prefer using rust way so the plugin will break less -
-
Dont have easy or airdrop_settings. I got easy airdrop but where can i get airdrop settings.
-
Attached Files:
-
-
i have asked this atleast 3 times i believe, How do i get the location to stop spamming chat i set show location to false in the config but it doesn't fix it?
-
well i don't know what to tell you ... i checked the code, setting it to false should block it from spamming the chat ...
nothing to fix on my code, so i don't know how to help you ...
do you reload the plugin after editing the configs? does the config get resetted or something like that? -
sorry i got it fixed it was a error on Multiplays part the config was a .txt instead of .json sorry for the confusion
-
ah... that's probably the first thing you should tell us XD
-
-
are supply signals bugged for anyone i throw them down and it says plane incoming but nothing comes is there some special setting uneed to do to get them working