Jump to content

YaCat

Member
  • Posts

    166
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by YaCat

  1. Some items such as chests and workbenches can be opened by other players even if they appear to be locked.
  2. Using the command to give it only in the console also results in that same error.
  3. Without modifying the name, using the givepump command to give the item in the console will also result in an error.
  4. YaCat

    HitDisplay

    Error while compiling HitDisplay: A constant value is expected | Line: 1154, Pos: 26 Please update.
  5. Failed to call hook 'GivePumpCommand' on plugin 'SubmersiblePump v1.1.0' (InvalidCastException: Specified cast is not valid.) at System.Convert.ToUInt64 (System.Object value) [0x00003] in <41d29b352f6a475ab1bf7c6628b82790>:0 at Oxide.Plugins.SubmersiblePump.GivePumpCommand (ConsoleSystem+Arg arg) [0x0008b] in <e1cd3e1aeb0341ea809c9efb7cbd41a9>:0 at Oxide.Plugins.SubmersiblePump.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x002f1] in <e1cd3e1aeb0341ea809c9efb7cbd41a9>: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 <15f61ddda771464d8246ebdce8ff4811>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <15f61ddda771464d8246ebdce8ff4811>:0 When using the command to give the item, this error occurs and the item is not given. Please fix it.
  6. YaCat

    Crafting Panel

    Error while compiling CraftingPanel: A constant value is expected | Line: 1423, Pos: 22 Please update.
  7. YaCat

    The same items cannot be stacked

    When will it be updated?
  8. YaCat

    The same items cannot be stacked

    assets/bundled/prefabs/autospawn/resource/vine_swinging/vineswingingtreeprefab.prefab
  9. YaCat

    The same items cannot be stacked

    Another issue is that some jungle trees are not covered by the plugin's gathering multiplier. With the multiplier set to 10x, it should yield 7,500 wood, but it's still only 750.
  10. YaCat

    The same items cannot be stacked

    It has nothing to do with this configuration; turning it on makes no difference either.
  11. What is the problem that identical items from different sources cannot be stacked together after the official update?
  12. fix line: 4788 from: private bool IsSocketEmpty(Vector3 position) { var hits = Pool.Get<List<GrowableEntity>>(); Vis.Entities(position, 0.1f, hits); bool empty = hits.Count == 0; Pool.FreeUnmanaged(ref hits); return empty; } to: private bool IsSocketEmpty(Vector3 position) { float distance = 0.1f; List<GrowableEntity> list = new List<GrowableEntity>(); BaseEntity.Query.Server.GetInSphere(position, 0.1f, list); return list.Count <= 0; }
  13. repeat
  14. After the official update, a problem has occurred where planting boxes will plant seeds indefinitely as long as there are seeds.
  15. Please add a restriction: Players with permissions can craft recyclers and give them to players without permissions. Players without permissions can obtain and place these recyclers.
  16. YaCat

    Plant growth issues

    How to solve the problem of plants stopping at a certain stage frequently? It's been over 10 hours now, still in the seed stage. Part in the seed stage, part growing normally.
  17. YaCat

    Unable to use DLC skin

    Click on the DLC skin upgrade have, there is no response! Permission has been granted.
  18. YaCat

    Shipwreck

    The skin ID 1788350229 in the configuration has been officially adopted. Will it have an impact on the server?
  19. Failed to call hook 'OnEntityBuilt' on plugin 'FarmPro v1.0.7' (InvalidOperationException: Sequence contains no elements) at System.Linq.Enumerable.First[TSource] (System.Collections.Generic.IEnumerable`1[T] source) [0x00010] in <a314714511a14f84b853c03efd8682b8>:0 at Oxide.Plugins.FarmPro.GetPlayerVipGroup (System.String ownerId) [0x000b2] in <15bc9bf99ef945ee8ce08739c31096fa>:0 at Oxide.Plugins.FarmPro.GetPlayerVipGroup (System.UInt64 ownerUid) [0x00008] in <15bc9bf99ef945ee8ce08739c31096fa>:0 at Oxide.Plugins.FarmPro.OnEntityBuilt (Planner planner, UnityEngine.GameObject gameObject) [0x00091] in <15bc9bf99ef945ee8ce08739c31096fa>:0 at Oxide.Plugins.FarmPro.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00376] in <15bc9bf99ef945ee8ce08739c31096fa>: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 <d59b507fd76240e5b62228d0eae39b73>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <d59b507fd76240e5b62228d0eae39b73>:0 Placing the box without authorization will result in an error.
  20. Cannot customize language.
  21. The plugin introduction does not specify the permissions for this plugin. Can it be added?

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.6m
Total downloads
Customers
11.4k
Customers served
Files Sold
162.9k
Total sales
Payments
3.5m
Processed total
×
×
  • 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.