Jump to content

Khan

Creator
  • Posts

    1,078
  • Joined

  • Days Won

    7

Everything posted by Khan

  1. Khan

    Water in Chicken Coops

    Changed Status from Pending to Fixed Changed Fixed In to 2.9.93
  2. Khan

    Water in Chicken Coops

    Yes, I am aware of the issue, I am trying to find some time to patch it.
  3. Changed Status from Pending to Closed
  4. If you have certain plugins they mess with the default logging system and will cause that when mine is loaded. I recommend reviewing the docs for any plugins that are known to cause this bug. A server restart without it installed should resolve the issue, if it doesn't then msg me in discord /
  5. The current implementation of the Max Repair logic in the OnItemRepair hook is incorrect and results in inconsistent and bugged repair values due to improper use of condition and max condition getters & uses. Additionally it uses nextframe which is not needed.
  6. Khan

    items breaking

    After discussing and reviewing the issue with zilch in discord, we have determined the repair issues to be Skill Tree related specifically with the MaxRepair buff under the black smith skill-tree section. un-related to stack-modifier.
  7. Khan

    items breaking

    The new Latest should resolve that issue
  8. Khan

    items breaking

    Changed Fixed In from 2.9.91 to 2.9.92
  9. Khan

    items breaking

    I apologize, you are correct it indeed is a new bug. Working on a patch now
  10. Khan

    items breaking

    Changed Status from Pending to Fixed Changed Fixed In to 2.9.91
  11. Khan

    items breaking

    please update to latest, latest is 2.9.91. You appear to be on an older version
  12. Khan

    NoEscape

    @S4MGTG That would require a feature update, I'll work on it and try and have an update out sometime next week.
  13. Khan

    F1 Spawn

    @Godzilla I'd have to make feature updates for all that. I'll try and make some time this month to work on it.
  14. Hello, Thank you for bringing this to my attention. After looking into the behavior you described, I was able to confirm that the issue occurs when the "Injuries And Diseases" plugin transfers the player's inventory to a spawned zombie on death. Because that plugin removes the items from the player before my plugin processes the death event, my plugin cannot access the inventory it expects to restore later, which results in the items effectively disappearing. I have already reached out to the developer of the "Injuries And Diseases" plugin, and we are currently working together to resolve this interaction. They have confirmed that they will be adding a hook that will allow my plugin to detect when a zombie takes the player's inventory so it can properly handle that situation. In the meantime, there is also a configuration option in the "Injuries And Diseases" plugin that disables the loot transfer to zombies, which will prevent this behavior from occurring until the compatibility update is released. Once the hook is added on their side, I will include compatibility support in the next update of Death Modifier so both plugins can function together correctly. I appreciate you reporting this, as it helped identify the interaction between the two plugins. Please let me know if you would like assistance adjusting the configuration in the meantime.
  15. Khan

    Potential ConVar leak

    Changed Status from Pending to Not a Bug
  16. Khan

    Potential ConVar leak

    Oxide already prevents duplicate command registrations internally. Commands are stored in a dictionary, and attempting to register the same command again simply results in a warning rather than creating another entry. Because of this, duplicate command registration cannot cause the error you referenced. The error Symbol table grew beyond unsigned short indicates that tens of thousands of unique strings are being inserted into Rust’s internal symbol table. This typically occurs when something repeatedly generates dynamic strings (for example entity names, or other identifiers) until the 16-bit symbol limit is exceeded. Stack Modifier does not generate dynamic commands, permissions, or entity names, and therefore cannot produce this error. In other words, Stack Modifier does not and cannot cause the issue you are experiencing. I would recommend checking other plugins or reviewing your server logs to identify what is generating excessive unique symbols.
  17. Khan

    Potential ConVar leak

    First, Oxide already handles all command and permission registrations for plugins internally. Adding a manual guard like the one suggested would not resolve the error you mentioned. Second, there are no server logs provided in your report. Without the actual crash log or stack trace from the server, there’s no way to determine what is occurring on your end. Third, command duplication would not cause a server crash. Even if a command were registered more than once, Oxide handles that safely and it would not produce the error you referenced. If you're encountering a crash, please provide the full server logs around the time of the crash so the issue can actually be investigated.
  18. Changed Status from Pending to Closed
  19. Khan

    RPC Error in move item

    Changed Status from Pending to Closed
  20. Khan

    RPC Error in move item

    Yes that error very clearly states it's occurring in a method that I don't touch ( OnMaxstackable ) and it's a harmony patch created by Epic Loot there's nothing I can do to fix that. Please reach out to imthenewguy with a support ticket report. EpicLoot+Item_MaxStackable_Patch
  21. Khan

    Number Guess

    @AlaEddineYahia Added that and a few other things.
  22. Changed Status from Pending to Fixed Changed Fixed In to 1.1.3
  23. I honestly didn't think anyone was still using this thing. One sec /
  24. Changed Status from Pending to Fixed Changed Fixed In to 1.1.6
  25. Khan

    Force wipe

    Changed Status from Not a Bug to Fixed Changed Fixed In to 2.9.7
2.3m

Downloads

Total number of downloads.

10.7k

Customers

Total customers served.

154.4k

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.