as said earlier, planes spawn about 2 to 6 km away from the map, so it takes a LOT of time for them to come, around 1 or even 2 minutes (maybe more)
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
Same problem here, supply signals wont work - is there a way to fix it?
-
I'd like specify what is contained in airdrops. (Items and amount in each drop.) Is it possible to add this feature please?
-
This logged into Rusty
Code:[Oxide] 7:36 AM [Info] [AirdropControl] Airdrop setting to drop at : (1786.7, 0.0, 1073.3) [Oxide] 7:36 AM [Error] Failed to call hook 'OnEntitySpawned' on plugin 'AirdropControl' (ArgumentOutOfRangeException: Argument is out of range. Parameter name: Min value is greater than max value.) [Oxide] 7:36 AM [Debug] at System.Random.Next (Int32 minValue, Int32 maxValue) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropControl.GetRandomNumber (Int32 min, Int32 max) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropControl.RandomCrateDrop (.CargoPlane cargoplane) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropControl.OnEntitySpawned (.BaseEntity entity) [0x00000] in <filename unknown>:0 at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],Syst
Code:{ "Airdrop": { "Speed": 40.0 }, "Drop": { "MaxCrates": 3, "MaxDropCratesInterval": 1, "MaxX": 2500, "MaxY": 300.0, "MaxZ": 2500, "MinCrates": 5, "MinDropCratesInterval": 2, "MinX": -2500, "MinY": 200.0, "MinZ": -2500, "ShowDropLocation": false }, "Messages": { "Inbound": "" } }
-
"MinDropCratesInterval": 2, > "MaxDropCratesInterval": 1,
that's not logic ^^
that's why the plugin is breaking for you. -
-
Supply signal wont work. I waited till the smoke stopped, plane is not coming.
It shows the message for airdrop incoming but there is no plane at all.
My config:
Code:{ "Airdrop": { "Speed": 40.0 }, "Drop": { "MaxCrates": 2, "MaxDropCratesInterval": 10, "MaxX": 4500, "MaxY": 300.0, "MaxZ": 4500, "MinCrates": 1, "MinDropCratesInterval": 3, "MinX": -4500, "MinY": 200.0, "MinZ": -4500, "ShowDropLocation": true } }
Last edited by a moderator: May 26, 2015 -
-
and do you have the latest version?
because this was fixed on last version :/ -
works fine for me now
-
How can I make that an airdrop spawn every 5 minutes?
-
timedexcecuted something like that it's a playing that lets you do console commands when you desire.
-
[DOUBLEPOST=1432751094][/DOUBLEPOST]And which command should I run? -
Unless something is wrong in my config, it seems Airdrops are broken?
This is my config for Hapis Island (The X & Z values being the respective edges of the Island map)
Code:"Drop": { "MaxCrates": 3, "MaxDropCratesInterval": 10, "MaxX": 1450, "MaxY": 300.0, "MaxZ": 1000, "MinCrates": 1, "MinDropCratesInterval": 3, "MinX": -1100, "MinY": 200.0, "MinZ": -1450, "ShowDropLocation": true },
(they are actually showing 3 decimal places in the announce)
Code:6:58 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1093.1, 0.0, -324.2) 7:07 PM [Info] [AirdropControl] Airdrop setting to drop at : (175.1, 0.0, 469.4) 7:40 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1138.3, 0.0, 1337.9)
-
is there anyway we could edit how rare items are in a airdrop, if theres a plugin to do this please let me know ! ty
-
-
@Reneb which command should I run with Timed Commands?
-
[DOUBLEPOST=1432840884][/DOUBLEPOST]
Get this
http://oxidemod.org/threads/airdrop-settings-unmaintained.6517/page-9#post-79127 -