Jump to content

imthenewguy

Curator
  • Posts

    4,311
  • Joined

  • Last visited

  • Days Won

    54

Everything posted by imthenewguy

  1. imthenewguy

    Cooldown timer

    Changed Status from Pending to Closed
  2. imthenewguy

    Cooldown timer

    Ill add that to the next release.
  3. imthenewguy

    Please fix

    There is literally only 1 thing in the plugin that deals with the StorageContainer class and that is the CanLootEntity hook, which is simply used to get the recycler entity when a player attempts to open it and prevent them from doing so if they aren't on your team/aren't you (depending on your config settings). There is no inventory management of the recycler at all in the plugin. We don't ever check to see or modify the recyclers inventory during any interactions (even when picking up the recycler, which I should probably update to prevent if a player attempts to pick up a recycler that has items in it, but that's another issue). This plugin won't be causing your issue; it is most likely a symptom if it (another plugin not liking the way it is spawned or something).
  4. You should be able to create a new lang file for the desired language. Open the Professions.json file in oxide\lang\en\ and save a new copy of it under a different language folder (instead of en, save it under ru etc). Translate the messages for each depending on the language.
  5. imthenewguy

    Please fix

    I dont think this plugin would be causing that. The only thing that has anything to do with opening/closing the recycler is the CanLootEntity hook, which simply prevents players from opening it in the first place based on your config. You may have another plugin on your server causing the deletion of items.
  6. imthenewguy

    Spammy/Vip

    Changed Status from Pending to Closed
  7. imthenewguy

    Spammy/Vip

    Redownload to fix the spam. Accidentally left my dev stuff in lol. No way to increase yield for VIP at this point.
  8. I believe i fixed this in 1.1.0. Can you please confirm? Also I added the black list in. Good idea!
  9. Big update has been pushed out. If you haven't left a review of the plugin yet, I would really appreciate some feedback
  10. imthenewguy

    Server Save Errors

    This seems to be an issue with this entity in particular: 34262750 Go into oxide/data/deploytablenature.json and see what the details of this entity is. Might be worth deleting the data file or removing this segment if you are comfortable working with json files. Be sure to unload the plugin first before doing anything to the data file though.
  11. Changed Status from Pending to Closed
  12. Changed Status from Pending to Closed
  13. imthenewguy

    Server Save Errors

    Try deleting the config/save file and generating a new one. See if that fixes the issue.
  14. Might be something I migrate to lang down the track. Not sure.
  15. Couldn't think of a simple way to build inside of a monument or opposing TC unfortunately, short of spawning the box rather than placing it.
  16. When the plugin unloads, the horse stats are adjusted to their original values. The horse won't have its speed adjusted unless a player with the perks mounts it, in which case it will increase its speed. I have added a config option in the next update to allow for the attributes to be selected, so you can only increase the horses run speed and not its turn and trot speeds when mounted.
  17. Changed Status from Pending to Closed
  18. Had a quick look at gather manager and it seems to manipulate the yields the same way that my plugin does as well (cumulatively). The way the the 2 would work would be that both base their modifiers on the default value, and add their additions over the top of it. For example, you have a 2x modifier for gather manager, and a 100% yield increase from Skill tree, and would normally only receive 1000 wood (vanilla rates), you would receive 3000 wood with both modifiers applied. Alpha loot I am not sure of. We stopped running it as we did not require it anymore. The way my plugin applies the loot is to add an additional loot slot to the container once spawned. So long as Alpha loot doesn't clear the contents of the container, it SHOULD work, but I'm not too sure. Worst case you can disable those buffs and replace them with more gather yield buffs etc.
  19. As far as I am aware it is. What issues are they having?
  20. Hi mate, the descriptions etc aren't part of the lang because you can change them to whatever you want. They are adjusted directly via the config file.
  21. Will add hemp to the next release. Regarding damage with ranged weapons, it would be quite resource intensive checking each item whenever a bullet/explosion etc hits it, since these items aren't a part of the BaseCombatEntity class (meaning they can't actually take damage). The only work around would be to monitor each time a bullet lands somewhere and scan the list of deployed objects to see what entity was hit. This can be quite cumbersome when you are working with multiple players spraying automatic weapons at entities (bases, deployables etc). A work around to prevent OP base designs using rocks/trees etc would be to add a console command to kill all entities of a particular type (trees, rocks and bushes).
  22. imthenewguy

    Cooking

    When I have enough content to warrant a release or a major bug rears its head.
2.1m

Downloads

Total number of downloads.

9.7k

Customers

Total customers served.

141.4k

Files Sold

Total number of files sold.

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.