I found after reloading the plugin, this error:
> oxide.reload AirdropControl
[Oxide] 7:05 AM [Warning] Ignored obsolete game extension reference 'Oxide.Ext.Rust' in plugin 'AirdropControl'
[Oxide] 7:05 AM [Error] Plugin failed to compile: AirdropControl (leaving previous version loaded)
[Oxide] 7:05 AM [Error] AirdropControl plugin failed to compile!
[Oxide] 7:05 AM [Error] AirdropControl.cs(367,0): error CS1525: Unexpected symbol `ion'
My planes are not coming unless I call mass drops (from the easy airdrop plugin). I tried to replace my config data with the config from the plugin's download page. I received the same error. I agree with Albator... We never had any problems with the two plugins and our drops were full and it wasn't a big job to fix the config as you wanted it. That new plugin is way too much work...
What makes the airdrop plugins work now? What exactly do I need to make my airdrops work again?
Airdrop Controller [Unmaintained]
Discussion in 'Plugin Support' started by Reneb, Feb 5, 2015.
-
Wulf Community Admin
-
I have the voteday addon installed, and the airdrops never seem to drop is people vote to skip day, is there any way to fix this?
-
-
Wulf Community Admin
-
-
Can it be set for how often there is a drop?
-
Is there a way to configure timing? Like make airdrops every 30 mins?
-
Having issues. I get one first airdrop after restart and after that I don't see them at all anymore. Would dayvote affect this or is it the new updates fuckin it?
-
I'm having the same problem as PArin, is there any fix?
-
Same here, I feel like airdrops never come. I agree, i think the /voteday may be breaking the airdrop functionality.
I would also like to set a timer to execute airdrops for a min amount of player and every X minutes. -
Is this plugin supported?
-
Hi
it's possible?
Airdrop 14 hours?
Every day?
amount of player?
tks -
[9/9/2015 4:00:27 AM] [Oxide] 4:00 AM [Error] Failed to call hook 'cmdConsoleAirdropMassDrop' on plugin 'AirdropControl v1.1.6' (ArgumentOutOfRangeException: Argument is out of range.
Parameter name: Min value is greater than max value.) -
i have changed the : "Inbound": "Airdrop incoming! Dropping at {0} {1} {2}" to "Supplies Inbound": "Supply Create incoming! Look for the inbound plane" but for some reason it hasnt changed in game even though i have restarted the server and reloaded the plugin
-
var RandomX = Convert.ToSingle(GetRandomNumber((int)dropMaxX+1, (int)dropMinX ));
var RandomY = Convert.ToSingle(GetRandomNumber((int)dropMinY, (int)dropMaxY+1));
var RandomZ = Convert.ToSingle(GetRandomNumber((int)dropMaxZ+1, (int)dropMinZ));
Switching around the min and max for X and Z. -
English :
Hello to all.
Then here is I have big one concerns at the level of a plugin. The plugin is called AirdropControl.
Concerns is that the plane goes very slowly and by modifying its speed by default 40, I have booster this number in 150. Nothing changes....
Maybe a problem of map? I do not know, help me please.
Thank you in advance.
French :
Bonjour à tous.
Alors voilà j'ai un gros soucis au niveau d'un plugin. Le plugin s'appelle AirdropControl.
Le soucis est que l'avion va très lentement et en modifiant sa vitesse par défaut 40, j'ai booster ce nombre à 150. Rien ne change....
Peut-être un problème de map ? Je ne sais pas, aidez moi s'il vous plaît.
Merci d'avance. -
I am having issues on my server, I tried editing how many drops come from one cargo plan, But it seems like its staying at the default 1-3.
I edited these lines;
}
void LoadVariables()
{
dropMinX = Convert.ToSingle(GetConfig("Drop", "MinX", -((World.Size/2) - -2000)));
dropMaxX = Convert.ToSingle(GetConfig("Drop", "MaxX", ((World.Size / 2) - 2000)));
dropMinZ = Convert.ToSingle(GetConfig("Drop", "MinZ", -((World.Size / 2) - -2000)));
dropMaxZ = Convert.ToSingle(GetConfig("Drop", "MaxZ", ((World.Size / 2) - 2000)));
dropMinY = Convert.ToSingle(GetConfig("Drop", "MinY", 200f));
dropMaxY = Convert.ToSingle(GetConfig("Drop", "MaxY", 300f));
dropMinCrates = Convert.ToInt32(GetConfig("Drop", "MinCrates", 1));
dropMaxCrates = Convert.ToInt32(GetConfig("Drop", "MaxCrates", 2));
minDropCratesInterval = Convert.ToInt32(GetConfig("Drop", "MinDropCratesInterval", 3));
maxDropCratesInterval = Convert.ToInt32(GetConfig("Drop", "MaxDropCratesInterval", 10));
showDropLocation = Convert.ToBoolean(GetConfig("Drop", "ShowDropLocation", true));
airdropSpeed = Convert.ToSingle(GetConfig("Airdrop", "Speed", 40f));
dropMessage = Convert.ToString(GetConfig("Messages","Inbound","Airdrop incoming! Dropping at {0} {1} {2}"));
if (Changed)
{
SaveConfig();
Changed = true;
}
Any help would be great. -
Not getting airdrops at all anymore.
-
How i do that Airdrop gonna come where 10 players on the server?