Jump to content

pookins

Member
  • Posts

    477
  • Joined

  • Last visited

Everything posted by pookins

  1. pookins

    still the same error

    Do you mean the default config from \oxide\data\CustomLoot\default.json ? default.txt
  2. pookins

    still the same error

    edited config as suggested and reloaded plugin , now get this error Failed to run a 1.00 timer in 'CustomLoot v1.0.3' (KeyNotFoundException: The given key was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <437ba245d8404784b9fbab9b439ac908>:0 at Oxide.Plugins.CustomLoot.GetCategory (System.String lootTable) [0x00000] in <d7664ec599d343f69db55de1d0e30e63>:0 at Oxide.Plugins.CustomLoot.MakeLoot (System.String config) [0x00158] in <d7664ec599d343f69db55de1d0e30e63>:0 at Oxide.Plugins.CustomLoot+<PopulateContainer>c__AnonStorey1.<>m__1 () [0x0004e] in <d7664ec599d343f69db55de1d0e30e63>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <ac41dd3599754d448b8c218b34645820>:0 edited CustomLoot.txt
  3. pookins

    still the same error

    Still the same error in the config file (01:04:16) | CustomLoot was compiled successfully in 1984ms (01:04:16) | CustomLoot v1.0.3: Failed to load config file (is the config file corrupt?) (Additional text encountered after finished reading JSON content: ,. Path '', line 453, position 3.) (01:04:16) | ExType: JsonSerializationException (01:04:16) | Failed to call hook 'OnServerInitialized' on plugin 'CustomLoot v1.0.3' (ArgumentException: Could not cast or convert from System.Boolean to Oxide.Plugins.CustomLoot+Settings.) at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable (System.Object value, System.Type initialType, System.Type targetType) [0x00062] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast (System.Object initialValue, System.Globalization.CultureInfo culture, System.Type targetType) [0x00031] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x0008d] in <7126fb4f5c5b40029458a4f975f98d13>:0 (01:04:16) | Loaded plugin CustomLoot v1.0.3 by Steenamaroo Here is my config *which is valid only if i remove the API{} } Which i removed to get a vaidation ) but still get consol error message ? { "GlobalSettings": { "allowDuplicates": true, "corpseTypePerBotSpawnProfile": true, "Include_DM_Crates": true }, "CorpseTypes": { "BanditTown": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "CargoShip": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "CompoundScientist": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "Excavator": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "HeavyScientist": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "JunkPileScientist": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "MilitaryTunnelScientist": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "MountedScientist": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "Murderer": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "OilRig": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "ScareCrow": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "Scientist": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "BotSpawn": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false } }, "ContainerTypes": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "loot_barrel_2": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "loot-barrel-1": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "loot-barrel-2": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "oil_barrel": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "bradley_crate": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "codelockedhackablecrate": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_basic": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_elite": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_mine": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_normal": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_normal_2": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_normal_2_food": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_normal_2_medical": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_tools": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_underwater_advanced": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "crate_underwater_basic": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "foodbox": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "giftbox_loot": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "heli_crate": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "minecart": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "presentdrop": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "supply_drop": { "enabled": true, "lootTable": "default", "maxItems": 18, "minItems": 14, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false }, "trash-pile-1": { "enabled": true, "lootTable": "default", "maxItems": 8, "minItems": 6, "gunsWithAmmo": true, "noGuns": false, "MaxBps": 0, "MinWeaponCondition": 100, "MaxWeaponCondition": 100, "ClearContainerFirst": false } },
  4. pookins

    Not spawning

    Lost your hobbies web address for discord Still having the same problems even though i increased the radius to 260 ! and nothing spawns at Junkyard or powerplant no matter how i set the radius
  5. pookins

    Not spawning

    I still do not understand why i am not getting any spawns at JunkYard and PowerPlant even though i have reduced the Radius and removed Waterwells from Data files, I cannot understand the reducing of the spawns at the harbor, both harbors (on my map) are isolated and not crowded in by other monuments. Abandoned Cabins 0 - 10 (13:32:14) | [BotSpawn] Abandoned Supermarket 0 - 5 (13:32:14) | [BotSpawn] Abandoned Supermarket 1 - 5 (13:32:14) | [BotSpawn] Abandoned Supermarket 2 - 5 (13:32:14) | [BotSpawn] Airfield 0 - 25 (13:32:14) | [BotSpawn] Giant Excavator Pit 0 - 10 (13:32:14) | [BotSpawn] Harbor 0 - 13 *set at 15 (13:32:14) | [BotSpawn] Harbor 1 - 0 *set at 10 (13:32:14) | [BotSpawn] HQM Quarry 0 - 5 (13:32:14) | [BotSpawn] Launch Site 0 - 23 *set at 25 (13:32:14) | [BotSpawn] Lighthouse 0 - 4 *set at 5 (13:32:14) | [BotSpawn] Lighthouse 1 - 4 *set at 5 (13:32:14) | [BotSpawn] Military Tunnel 0 - 15 (13:32:14) | [BotSpawn] Mining Outpost 0 - 5 (13:32:14) | [BotSpawn] Mining Outpost 1 - 5 (13:32:14) | [BotSpawn] Mining Outpost 2 - 5 (13:32:14) | [BotSpawn] Oxum's Gas Station 0 - 5 (13:32:14) | [BotSpawn] Oxum's Gas Station 1 - 5 (13:32:14) | [BotSpawn] Oxum's Gas Station 2 - 5 (13:32:14) | [BotSpawn] Satellite Dish 0 - 6 (13:32:14) | [BotSpawn] Sewer Branch 0 - 15 (13:32:14) | [BotSpawn] Stone Quarry 0 - 5 (13:32:14) | [BotSpawn] Sulfur Quarry 0 - 5 (13:32:14) | [BotSpawn] The Dome 0 - 6 (13:32:14) | [BotSpawn] Train Yard 0 - 20 (13:32:14) | [BotSpawn] Water Treatment Plant 0 - 20 (13:32:14) | [BotSpawn] Wild Swamp 0 - 10 (13:32:14) | [BotSpawn] Wild Swamp 1 - 10 (13:32:14) | [BotSpawn] BiomeArid - 20 (13:32:14) | [BotSpawn] BiomeTemperate - 20 (13:32:14) | [BotSpawn] BiomeTundra - 20 (13:32:14) | [BotSpawn] BiomeArctic - 20
  6. pookins

    Error message

    Am getting this error in console after loading , is it anything to worry about ? (18:26:59) | CustomLoot was compiled successfully in 2250ms (18:27:00) | ExType: JsonSerializationException (18:27:00) | Failed to call hook 'OnServerInitialized' on plugin 'CustomLoot v1.0.1' (ArgumentException: Could not cast or convert from System.Int64 to Oxide.Plugins.CustomLoot+lootData.) at Newtonsoft.Json.Utilities.ConvertUtils.EnsureTypeAssignable (System.Object value, System.Type initialType, System.Type targetType) [0x00062] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Utilities.ConvertUtils.ConvertOrCast (System.Object initialValue, System.Globalization.CultureInfo culture, System.Type targetType) [0x00031] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureType (Newtonsoft.Json.JsonReader reader, System.Object value, System.Globalization.CultureInfo culture, Newtonsoft.Json.Serialization.JsonContract contract, System.Type targetType) [0x0008d] in <7126fb4f5c5b40029458a4f975f98d13>:0 (18:27:00) | Calling 'OnServerInitialized' on 'CustomLoot v1.0.1' took 203ms [GARBAGE COLLECT] (18:27:00) | Loaded plugin CustomLoot v1.0.1 by Steenamaroo
  7. pookins

    Not spawning

    although they are optioned "true" i dont get any spawns at these locations and an error message for the harbor 1 NO JUNKYARD ? *SET 15 NO POWERPLANT *SET 15 NO WATERWELLS *SET 5 (EACH) 01:06:43) | [BotSpawn] There are not enough spawn points for population at profile - Harbor 1. Reducing population (01:06:52) | [BotSpawn] Harbor 0 - 15 *SET 15 (01:06:52) | [BotSpawn] Harbor 1 - 0 *SET 10
  8. I posted a thread in the "General" section regarding problems with the last update to Botspawn , The plugin is not spawning in specified areas and is rejecting spawn amounts in one area, could the post be transferred to this section ?
  9. That is not something new, they did the same thing when it was oximod.org and they make no pretense about it. Wulf has frequently stated this policy. If you want to use any site you have to understand and follow whatever the rules are that are in place whether you like them or no.
  10. although they are optioned "true" i dont get any spawns at these locations and an error message for the harbor 1 NO JUNKYARD ? *SET 15 NO POWERPLANT *SET 15 NO WATERWELLS *SET 5 (EACH) 01:06:43) | [BotSpawn] There are not enough spawn points for population at profile - Harbor 1. Reducing population (01:06:52) | [BotSpawn] Harbor 0 - 15 *SET 15 (01:06:52) | [BotSpawn] Harbor 1 - 0 *SET 10
  11. After editing and checking with json validator (checks ok) i get this error message and no bots spawning (23:53:46) | Unloaded plugin BotSpawn v2.0.7 by Steenamaroo (23:53:46) | Failed to call hook 'OnServerInitialized' on plugin 'BotSpawn v2.0.7' (JsonReaderException: Invalid property identifier character: {. Path '', line 2, position 1.) at Newtonsoft.Json.JsonTextReader.ParseProperty () [0x00077] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonTextReader.ParseObject () [0x000d8] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonTextReader.Read () [0x00053] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonReader.ReadAndAssert () [0x00000] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x000b6] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType, Newtonsoft.Json.Serialization.JsonContract contract, Newtonsoft.Json.Serialization.JsonProperty member, Newtonsoft.Json.Serialization.JsonContainerContract containerContract, Newtonsoft.Json.Serialization.JsonProperty containerMember, System.Object existingValue) [0x0006d] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <7126fb4f5c5b40029458a4f975f98d13>:0 at Oxide.Core.Configuration.DynamicConfigFile.ReadObject[T] (System.String filename) [0x00028] in <ac41dd3599754d448b8c218b34645820>:0 at Oxide.Core.DataFileSystem.ReadObject[T] (System.String name) [0x00021] in <ac41dd3599754d448b8c218b34645820>:0 at Oxide.Plugins.BotSpawn.OnServerInitialized () [0x00090] in <dc41677ab96f4e73a7bd391de2372183>:0 at Oxide.Plugins.BotSpawn.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x006f8] in <dc41677ab96f4e73a7bd391de2372183>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <008b12f41ec4452da1a5497eeb849299>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <ac41dd3599754d448b8c218b34645820>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <ac41dd3599754d448b8c218b34645820>:0 (23:53:46) | Loaded plugin BotSpawn v2.0.7 by Steenamaroo
  12. Re installed plugin and now have all spawn monuments (?) ,, beats the crap out of me
  13. I am somewhat confused by the latest update, after the very long edit of the monuments i noticed that the water wells x3 were back although they were removed a few updates ago , and i have only one lighthouse in the config, which is lighthouse 2 ?
  14. pookins

    First.

    Glad to be here
1.8m

Downloads

Total number of downloads.

8.3k

Customers

Total customers served.

126k

Files Sold

Total number of files sold.

2.6m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.