Jump to content

hc4stillo

Member
  • Posts

    110
  • Joined

  • Last visited

Everything posted by hc4stillo

  1. hc4stillo

    Ganja

    Visual Off: Sound On: Claude code Everything was applied correctly and without any remnants of the editing error (if (false) no longer appears). The changes in Ganja.cs are now identical to those in the diagnostic copy: Two new dictionaries (lines 186-187) to track effects timers per player. Two new configuration flags (lines 458, 461): enableScreenOverlayEffect and enableJointUseEffects. UseJoint (line 1157) wraps RunEffects with the enableJointUseEffects flag. OnPlayerInput (lines 1416-1461) defers ignite/extinguish/use with NextTick. RunEffects (line 2060+) with the blur/color block protected by enableScreenOverlayEffect, cancellation of previous timers, and anti-race timing adjustment. RemoveEffects (line 2192+) cancels both timers upon disconnection/death. This is the version you can share with the plugin developer along with the diagnosis: the actual bug is isolated to the non-blur/color portion of RunEffects (most likely SHAKE2_EFFECT = takedamage_generic.prefab), and the enableScreenOverlayEffect/enableJointUseEffects flags serve as a live diagnostic tool without needing to recompile between each test.
  2. hc4stillo

    Ganja

    The problem started after the July update
  3. 07/03 09:41:24 | >>> o.reload BattlePass 07/03 09:41:26 | Failed to call hook 'Unload' on plugin 'BattlePass v3.1.3' (MissingMethodException: Method not found: void .BaseEntity.ClientRPC<!0>(RpcTarget,!!0)) at Oxide.Ext.CrashExtensions.CUI.Destroy (BasePlayer player, System.String name) [0x00000] in <4fd997def90e41308da1c6c7ceda7ba9>:0 at Oxide.Plugins.BattlePass.Unload () [0x00194] in <7da1eb738afd4a4b80d421545bc1fee4>:0 at Oxide.Plugins.BattlePass.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x062de] in <7da1eb738afd4a4b80d421545bc1fee4>: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 07/03 09:41:27 | Unloaded plugin BattlePass v3.1.3 by crash 07/03 09:41:27 | [BattlePass] AnimEngine initialized: smooth UI animations enabled (experimental). 07/03 09:41:27 | Failed to call hook 'OnServerInitialized' on plugin 'BattlePass v3.1.3' (MissingMethodException: Method not found: void .BaseEntity.ClientRPC<!0>(RpcTarget,!!0)) at Oxide.Ext.CrashExtensions.CUI.Destroy (BasePlayer player, System.String name) [0x00000] in <4fd997def90e41308da1c6c7ceda7ba9>:0 at Oxide.Plugins.BattlePass.CreateMenuButton (BasePlayer player) [0x00000] in <7da1eb738afd4a4b80d421545bc1fee4>:0 at Oxide.Plugins.BattlePass.OnServerInitialized () [0x000c0] in <7da1eb738afd4a4b80d421545bc1fee4>:0 at Oxide.Plugins.BattlePass.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0502f] in <7da1eb738afd4a4b80d421545bc1fee4>: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 07/03 09:41:27 | Loaded plugin BattlePass v3.1.3 by crash
  4. hc4stillo

    Enchanting

    06/23 11:19:09 | [Enchanting] Subscribed to OnPlayerAttack 06/23 11:19:10 | Couldn't find prefab "assets/rust.ai/agents/wolf/wolf.prefab" 06/23 11:19:10 | Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Enchanting.SpawnAnimal (UnityEngine.Vector3 pos, BasePlayer player) [0x00037] in <3f4fe5baf0bd4cba911bf055346a6211>:0 at Oxide.Plugins.Enchanting+<>c__DisplayClass112_0.<OnPlayerAttack>b__0 () [0x00000] in <3f4fe5baf0bd4cba911bf055346a6211>:0 at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <15f61ddda771464d8246ebdce8ff4811>:0 06/23 11:19:12 | [Enchanting] Unsubscribed to OnPlayerAttack "Animal prefab for the AnimalEffect [bear, chicken, boar, stag, wolf, horse]": "wolf",
  5. hc4stillo

    Enchanting

    06/21 13:49:16 | Exception while calling NextTick callback (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.Enchanting.SpawnAnimal (UnityEngine.Vector3 pos, BasePlayer player) [0x00037] in <5f34af0bdc54485f93b22bf70690489b>:0 The enchantment to generate animals doesn't work
  6. Update in Lone ?
  7. [05.25 16:19:41] Failed to call hook 'OnServerInitialized' on plugin 'BattlePass v3.0.1' (NullReferenceException: Object reference not set to an instance of an object) at BaseEntity.GetRpcTargetNetworkGroup (RpcTarget& target) [0x00008] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at BaseEntity.ClientRPC (RpcTarget target) [0x00016] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at VendingMachine.ClearPendingOrder () [0x00048] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at VendingMachine.AddSellOrder (System.Int32 itemToSellID, System.Int32 itemToSellAmount, System.Int32 currencyToUseID, System.Int32 currencyAmount, System.Byte bpState, System.UInt64 sellSkinId, System.UInt64 costSkinId) [0x000bd] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at Oxide.Plugins.BattlePass+TurninVendingMachine.InstallFromVendingOrders () [0x0008c] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at Oxide.Plugins.BattlePass+TurninVendingMachine.ServerInit () [0x0019e] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at BaseNetworkable.Spawn () [0x0004f] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at BaseEntity.Spawn () [0x00000] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at IOEntity.Spawn () [0x00000] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at Oxide.Plugins.BattlePass+TurninVendor.ServerInit () [0x00058] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at BaseNetworkable.Spawn () [0x0004f] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at BaseEntity.Spawn () [0x00000] in <0f7d32b9799e4092ab4c1c10092be0d2>:0 at Oxide.Plugins.BattlePass.SpawnTurninVendor () [0x0005c] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at Oxide.Plugins.BattlePass.SpawnTurninVendors () [0x00021] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at Oxide.Plugins.BattlePass+WalkablePath.GeneratePathMap (System.Collections.Generic.List`1[T] allPaths, System.Action callback) [0x000a3] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at Oxide.Plugins.BattlePass.InitializeTurninVendors () [0x00013] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at Oxide.Plugins.BattlePass.OnServerInitialized () [0x0010a] in <6eacdef20e2141bb8c7bb3b747f82057>:0 at Oxide.Plugins.BattlePass.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0502f] in <6eacdef20e2141bb8c7bb3b747f82057>: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
  8. I finally found this, which is similar to the idea on my server, excellent!!! So far the only thing I noticed was that it didn't give me loot, but it's not detailed in the info what that permission does, but it's just a guess haha. Otherwise, it has been easy to make the configurations and adaptations, with commands etc.
  9. hc4stillo

    Sulfur Event

    How do I get the update if I bought it from another site [Lone.design]? It turns out it doesn't exist anymore, but the others like metal and stone do.
  10. hc4stillo

    Skill Tree

    03/06 00:25:23 | Error while compiling SkillTree: 'BaseDiggableEntity' does not contain a definition for 'SpawnItem' and no accessible extension method 'SpawnItem' accepting a first argument of type 'BaseDiggableEntity' could be found (are you missing a using directive or an assembly reference?) | Line: 18515, Pos: 44
  11. 03/06 00:09:50 | Failed to call hook 'OnItemPickup' on plugin 'DefendableBases v1.3.2' (KeyNotFoundException: The given key 'Tablet_KpucTaJl' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <8ce0bd04a7a04b4b9395538239d3fdd8>:0 at Oxide.Plugins.DefendableBases.CreateLaptop (BasePlayer player) [0x001cb] in <56350b3ef6bd41da95b0d80c9f8abdab>:0 at Oxide.Plugins.DefendableBases.OnItemPickup (Item item, BasePlayer player) [0x00054] in <56350b3ef6bd41da95b0d80c9f8abdab>:0 at Oxide.Plugins.DefendableBases.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00f71] in <56350b3ef6bd41da95b0d80c9f8abdab>: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
  12. hc4stillo

    Monument Owner

    Disable /vanish before entering the zone and you'll notice that the bots do appear.
  13. Line 612: var list = Pool.GetList<Item>(); Replace this line with this code var list = Pool.Get<List<Item>>(); Find this code and delete it: Pool.FreeList(ref list); It worked perfectly for me.
  14. hc4stillo

    Shop UI

    Replace these lines: Line 50: var items = Facepunch.Pool.GetList<Item>(); Line 67: var items = Facepunch.Pool.GetList<Item>(); With this code var items = Facepunch.Pool.Get<List<Item>>(); Line 1276: List<string> storedList = Facepunch.Pool.GetList<string>(); Line 1982: List<string> storedList = Facepunch.Pool.GetList<string>(); With this code List<string> storedList = Facepunch.Pool.Get<List<string>>(); In this step you just need to delete them: Line 59: Facepunch.Pool.FreeList(ref items); Line 102: Facepunch.Pool.FreeList(ref items); Line 1313: Facepunch.Pool.FreeList(ref items);
  15. hc4stillo

    Monument Owner

    That's right, the latest version has bugs; it causes problems with vehicles, doesn't allow dismounting inside the dome, and even players reported to me that they can't damage Bradley. I reverted to the previous version and everything worked fine.
  16. hc4stillo

    Loot Manager

    I had a dynamic on my PVE/PVP servers which consisted of increasing the difficulty of NPCs either by weeks or days. Example: BetterNPC, Convoy, etc. Week 1 = Easy NPC profile (damage 0.5, primitive weapons) Week 2 = Medium NPC profile (damage 1.0 and tier 1 weapons) Week 3 = Difficult NPC profile (damage 1.5 and tier 2 weapons) Week 4 = Expert NPC profile (damage 2.0 and tier 3 weapons) Without Lootmanager: create many profiles mixed with other configurations for each event... Create multiple profiles of huge .json files with configuration lines which are loaded via FTP. With Lootmanager: create 4 clean and unique profiles for all events lol I was able to centralize those profiles in the /NpcSpawn/Preset A masterstroke when you understand, master, and exploit the performance of this plugin to the fullest. If they discontinue it, it will be a shame, and I will have to go back to relying on my outdated and poorly optimized method.
    Hello, Honestly, my rating at the beginning of interacting with this plugin would be 1 star, but I took the time to run tests to understand the reason for its implementation. It was very frustrating at first, as I am one of those administrators who does not like the graphical interface for manipulating settings. But after several hours of trial and error on my test server, I understood the positive impact it provides. It's true that I was able to invest time in my community and organize other things on the server... Loot management is more efficient and centralized, and very functional for new administrators. I understand that for us old-timers, we don't trust an “automated” transition because we know that errors can occur in that process, which was the case for me. After fixing that issue, everything started to run very smoothly, and the server performance was remarkable. I should clarify that I have almost all of Adem and KpucTaJl's products, and I fully understand the task I took on to adapt them all. I have a question that I will ask now that it will be discontinued... should I go back to my backup?
  17. hc4stillo

    Tiers Mode

    Error while compiling TiersMode: 'ConversationData.ResponseNode' does not contain a definition for 'responseText' and no accessible extension method 'responseText' accepting a first argument of type 'ConversationData.ResponseNode' could be found (are you missing a using directive or an assembly reference?) | Line: 405, Pos: 96 despues del update naval
  18. hc4stillo

    Tiers Mode

    Versión: 1.3.3 La rutas de los iconos están bien: https://cdn.rustspain.com/plugins/tiers/ Lo que observo es que la lista de items bloqueado para la proxima era, que antes se mostraba ya no carga.
  19. hc4stillo

    Tiers Mode

    No esta mostrando la imagen de items bloqueados por era.
  20. hc4stillo

    Anomaly Zone

    It's very rare for a map to impress me, but this one has. It's incredibly fun, the players loved it, especially the additional anomalies that add difficulty and immerse everyone in an intriguing survival atmosphere.
  21. I have several suggestions you might want to consider in the future: 1- Chat with the current level tag: [bp.25] hc4stillo 2- Top 10 table with the command: /score 3- Point indicator for clearing certain objectives: +10, +20, etc.

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.7m
Total downloads
Customers
11.5k
Customers served
Files Sold
164.9k
Total sales
Payments
3.6m
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.