Jump to content

Maximo

Member
  • Posts

    101
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Maximo

  1. Ah alright I was doubting that because of lag but it must be the amount of quarries being handled, thanks for explaining
  2. Maximo

    Chest Stacks

    Can you add the new boxes to the plugin? Much appreciated, thanks.
  3. Maximo

    ATM (Cash Machine)

    I fixed it, if anyone wants it send me a dm Change: Pool.GetList<Item>() ---> Pool.Get<List<Item>>() Pool.FreeList(ref items) ----> Pool.Free(ref items)
  4. Removing members isnt enough imho but I will, set it in config, but the quarries should empty when full. I notice serious lag when they dont get emptied, and when I remove the entry from the player in question from the data file things return to normal. Maybe im missing something, pls advice?
  5. Hello mate. Why does the Last Online timestamp not work? What does it require? "Last Owner Online": "0001-01-01T00:00:00", I also notice that the server lags when one or multiple players dont empty their quarries becuase the lag is gone when I unload the plugin, is there a way to flush them automatically? OR any other way to prevent/get rid of the resources inside the quarries? Thanks in advance
  6. Maximo

    Npc Spawn

    After playing around with settings and presets, its made easier to apply profiles and presets. Kpuctajl is adding an option so we can add wear items with 1 command to any npcspawn preset. Same for belt items. We are getting there
  7. Hello The latest update shows version 2.5.3 and not 2.5.4? Is it the right file? Or just a matter of changing the version number in the plugin?
  8. Thanks for the offer, but I like this map so how soon do you think it will be updated?
  9. Maximo

    Air Convoy

    Why is there no response to the issues being reported?
  10. Maximo

    Air Convoy

    The chinooks dont despawn as mentioned above. Can you fix this mate Failed to call GetMessage for GuiTextZone System.NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.AirConvoy+AirConvoyController.<SetupZone>b__21_0 (BasePlayer player) [0x0001a] in <e0308899784045c19edb7f6eed43e922>:0 at PluginComponents.AirConvoy.Zone.Gui.GuiTextZone.UpdateGui () [0x0002e] in <e0308899784045c19edb7f6eed43e922>:0 Failed to call GetMessage for GuiTextZone System.NullReferenceException: Object reference not set to an instance of an object at Oxide.Plugins.AirConvoy+AirConvoyController.<SetupZone>b__21_0 (BasePlayer player) [0x0001a] in <e0308899784045c19edb7f6eed43e922>:0 at PluginComponents.AirConvoy.Zone.Gui.GuiTextZone.UpdateGui () [0x0002e] in <e0308899784045c19edb7f6eed43e922>:0
  11. Maximo

    Craft Menu

    Its not that, gamemode is "" so no issues there.
  12. Maximo

    Simple Splitter

    Version number of the latest update shows 2.5.8 but it should be 2.5.9?
  13. Maximo

    Craft Menu

    Even worse, the techtrees on the benches cant be opened. I unloaded the plugin and they worked again. Then I loaded the updated version of craftmenu and it killed the techtrees again, unloaded it hoping it would solve it but it didnt. Can you shed a light on this @David
  14. Maximo

    Uber Gun

    Is there a way to solve this: Failed to call hook 'OnEntityTakeDamage' on plugin 'UberGun v1.1.3' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.UberGun.IsUberWeapon (BasePlayer player) [0x00048] in <c50c7f521f864b46b4fd4d56f3b412fa>:0 at Oxide.Plugins.UberGun.OnEntityTakeDamage (BaseCombatEntity entity, HitInfo info) [0x00043] in <c50c7f521f864b46b4fd4d56f3b412fa>:0 at Oxide.Plugins.UberGun.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00118] in <c50c7f521f864b46b4fd4d56f3b412fa>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <42f9bedc659b4f4786eb778d3cd58968>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <8cb2d664f1574f2b96d53f1c1869d96a>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <8cb2d664f1574f2b96d53f1c1869d96a>:0
    if you want something different as deco on your server, this is a pack you should consider using. it will make players turn their head and appreciate it. The items look good and have a low amount of prefabs, which is always good. it makes monuments look a bit better and different. Recommended!
  15. Hi, the version number of the latest update stil shows the previous version number, 12 and not 13. Fyi
  16. Maximo

    Air Convoy

    Hello mate it keeps loading as v1.0.0, it wont load 1.0.1?
  17. Im using economics, and have a cash wad skin for paper. The elite crates show the paper with skin, elite crates and lockedhackablecrates dont even though its added to the skin id, why is that? Bug? Cheers
  18. Maximo

    Air Convoy

    Ah yeah that fixed it, thank you
  19. Maximo

    Air Convoy

    Could not initialize plugin 'AirConvoy v1.0.0' (JsonReaderException: Unexpected character encountered while parsing value: <. Path '['Custom chat prefix']', line 196, position 25.) at Newtonsoft.Json.JsonTextReader.ReadStringValue (Newtonsoft.Json.ReadType readType) [0x00366] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonTextReader.ReadAsString () [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.ReadForType (Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonContract contract, System.Boolean hasConverter) [0x00077] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject (System.Object newObject, Newtonsoft.Json.JsonReader reader, Newtonsoft.Json.Serialization.JsonObjectContract contract, Newtonsoft.Json.Serialization.JsonProperty member, System.String id) [0x00267] in <271c58b7a8684db5a2c92be17a81f252>: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) [0x0015c] in <271c58b7a8684db5a2c92be17a81f252>: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 <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x000d9] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00053] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <271c58b7a8684db5a2c92be17a81f252>:0 at PluginComponents.AirConvoy.Core.BasePlugin`2[TPlugin,TConfig].ReadConfig () [0x00018] in <80a2e8e7262d40b08cd223379d9d7c54>:0 at PluginComponents.AirConvoy.Core.BasePlugin`2[TPlugin,TConfig].LoadConfig () [0x00000] in <80a2e8e7262d40b08cd223379d9d7c54>:0 at Oxide.Core.Plugins.Plugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0000f] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.Plugins.CSPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Plugins.CSharpPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x00000] in <9c80d821d00a44c9a24497c73ad2d20d>:0 at Oxide.Plugins.RustPlugin.HandleAddedToManager (Oxide.Core.Plugins.PluginManager manager) [0x0028e] in <dfdf477e6daf4317a0bcc18cf1c4c7f5>:0 at Oxide.Core.Plugins.PluginManager.AddPlugin (Oxide.Core.Plugins.Plugin plugin) [0x00027] in <d646191a355d43a6b3ab36b7ee14c740>:0 at Oxide.Core.OxideMod.PluginLoaded (Oxide.Core.Plugins.Plugin plugin) [0x00035] in <d646191a355d43a6b3ab36b7ee14c740>:0 It doesnt accept the format as you can see. Pls advice
2.3m

Downloads

Total number of downloads.

10.6k

Customers

Total customers served.

153.3k

Files Sold

Total number of files sold.

3.3m

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.