Okay, i tryed to add some mobspawns and after i restart the server i get this error
And this wat i added
Wen i remove them the error are gone.Quote:
System.ArgumentOutOfRangeException: 'minValue' cannot be greater than maxValue.
Parameter name: minValue
at System.Random.Next(Int32 minValue, Int32 maxValue)
at COServer_Project.Mobs.SpawnAllMobs() in C:\Documents and Settings\Maroon\Desktop\MySource\Entities.cs:line 204
And this wat i added
Quote:
INSERT INTO `mobspawns` VALUES (413, 54, 20, 250, 250, 320, 310, 2021);
INSERT INTO `mobspawns` VALUES (414, 54, 20, 251, 251, 290, 350, 2021);
INSERT INTO `mobspawns` VALUES (415, 54, 20, 252, 252, 220, 350, 2021);
INSERT INTO `mobspawns` VALUES (416, 54, 20, 253, 253, 150, 280, 2021);
INSERT INTO `mobspawns` VALUES (417, 54, 20, 254, 254, 110, 200, 2021);