I fixed my previous issue, But Now im trying to get the crates to Spawn 15-20 seconds apart from one another. Is this possible? I edited the Intervals in the.json file but it isn't work. Any help would be Great
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
Appears that the mass airdrops are no longer working. Looks like they changed the name of the cargo planes.
-
-
same here
[BUNDLE] Not found: assets/bundled/prefabs/events/cargo_plane.prefab
Couldn't find prefab "assets/bundled/prefabs/events/cargo_plane.prefab"
NullReferenceException: Object reference not set to an instance of an object -
On lines 288 and 318 change "assets/bundled/prefabs/events/cargo_plane.prefab" to: "assets/prefabs/npc/cargo plane/cargo_plane.prefab"
This will fix it. -
Here is a fix for line 288 once the coder gets sometime I am sure he will upload this fix. I find with this fix and the other plugin I fixed it has stopped the warnings that were coming with them and a lot less lag now as well
Attached Files:
Last edited by a moderator: Nov 8, 2015 -
-
i dont have airdrops at all spawning on my map i have this contoler plug in can i get some help
-
How I can transform drop positions in a INT value (not float value)? Thanks!
SOLVED!Last edited by a moderator: Nov 12, 2015 -
I setup the zone where airdrops should goes. When airdrop.massdrop - it's OK and airdrops goes to this zone.
Standart server airdrops still goes randomise. Someone know how server airdrops should goes to the specific zone?
My zone config:
Code:"Drop": { "MaxCrates": 1, "MaxDropCratesInterval": 2, "MaxX": -275, "MaxY": 300, "MaxZ": -1200, "MinCrates": 1, "MinDropCratesInterval": 1, "MinX": -285, "MinY": 200, "MinZ": -1210, "ShowDropLocation": true },
Code:11:53 AM [Info] [AirdropControl] Airdrop setting to drop at : (1442.1, 0.0, 1149.5) 11:59 AM [Info] [AirdropControl] Airdrop setting to drop at : (-1013.6, 0.0, -937.6) 12:21 PM [Info] [AirdropControl] Airdrop setting to drop at : (1489.3, 0.0, -255.1) 12:38 PM [Info] [AirdropControl] Airdrop setting to drop at : (-288.9, 0.0, -1207.1) 1:01 PM [Info] [AirdropControl] Airdrop setting to drop at : (-473.5, 0.0, -268.9) 1:03 PM [Info] [AirdropControl] Airdrop setting to drop at : (1156.9, 0.0, -312.4) 1:18 PM [Info] [AirdropControl] Airdrop setting to drop at : (-469.7, 0.0, -268.5) 1:37 PM [Info] [AirdropControl] Airdrop setting to drop at : (172.2, 0.0, -457.4) 2:37 PM [Info] [AirdropControl] Airdrop setting to drop at : (749.6, 0.0, -1257.5) 2:42 PM [Info] [AirdropControl] Airdrop setting to drop at : (745.0, 0.0, -1254.3) 2:46 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1208.1, 0.0, -425.6) 3:44 PM [Info] [AirdropControl] Airdrop setting to drop at : (560.1, 0.0, -321.7) 4:32 PM [Info] [AirdropControl] Airdrop setting to drop at : (981.1, 0.0, 261.9) 5:02 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1256.7, 0.0, 929.4) 6:07 PM [Info] [AirdropControl] Airdrop setting to drop at : (-505.5, 0.0, 205.3) 6:28 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1316.7, 0.0, 602.1) 6:28 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1316.2, 0.0, 602.3) 6:32 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1317.1, 0.0, 601.9) 6:32 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1316.7, 0.0, 602.1) 6:32 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1316.8, 0.0, 602.1) 6:42 PM [Info] [AirdropControl] Airdrop setting to drop at : (-1114.1, 0.0, 732.6) 7:49 PM [Info] [AirdropControl] Airdrop setting to drop at : (-487.9, 0.0, 681.9) 7:52 PM [Info] [AirdropControl] Airdrop setting to drop at : (-445.2, 0.0, 1398.2) 7:52 PM [Info] [AirdropControl] Airdrop setting to drop at : (-445.4, 0.0, 1397.3) 8:13 PM [Info] [AirdropControl] Airdrop setting to drop at : (-296.1, 0.0, -1222.9) 8:13 PM [Info] [AirdropControl] Airdrop setting to drop at : (-296.7, 0.0, -1222.9) 8:45 PM [Info] [AirdropControl] Airdrop setting to drop at : (151.5, 0.0, -824.2)
-
How to put the airdrop come automatically every forty minutes?
-
my airdrops worked perfectly until the last update, now i get the message in console
[event] assets/prefabs/npc/cargo plane/cargo_plane.prefab
I dont get an error message but no longer get the airdrop in fact if I use a supply beacon I don't get the plane (or announcement) but get a single cargo pod.,
I have deleted and reloaded the airdrop controller and will hope that it resolves itself, -
Can you set your cargo planes to drop every 30 minutes somehow?
-
After reinstalling Easy Airdrop and Airdrop Controller I now get the airdrops but only ONE crate even though I have set the parameters as minimum 2 maximum 6 crates, have I set them too high ? , They did work without any problem before, I would also like to specify time intervals for airdrops
-
Yeah this plugin's commands doesnt work for admins, it just says "command not found"
-
NEED an update with timer control......................AND a fix to get it going again.
Plugin is working BUT only ONE cargo podLast edited by a moderator: Nov 22, 2015 -
Code:
[Error] Failed to call hook 'OnEntitySpawned' on plugin 'AirdropControl v1.1.6' (ArgumentException: An element with the same key already exists in the dictionary.) [Oxide] 8:27 PM [Debug] at System.Collections.Generic.Dictionary`2[CargoPlane,System.Double].Add (.CargoPlane key, Double value) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropControl.CheckAirdropDrops () [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropControl.OnEntitySpawned (.BaseEntity entity) [0x00000] in <filename unknown>:0 at Oxide.Plugins.AirdropControl.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (System.Reflection.MethodInfo method, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in <filename unknown>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hookname, System.Object[] args) [0x00000] in <filename unknown>:0
Last edited by a moderator: Nov 24, 2015 -
So systen32 you quote my post (even though its the previous post ????) and to what purpose ?
I stated previously that I DONT get an error message and the fact that you do has nothing to do with my post .
If you were giving me some "text" to fix the problem it would helpful.
you note that I did not quote your post -
can someone fix this plugin
-
Seems to me I am stuck with this 70% plugin, still only drops 1 cargo pod, if you set the count too high it freezes the plane halfway over the map and crashes server .
Dont think anyone is interested in fixing it, -
hi a have a problem a write airdrop.massdrop 5 in the rcon chat and "command cannot found"