-
Posts
3,659 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Just do o.unload * That will unload all plugins on your server without having to delete anything. Then reload ZI and SA
-
Try unloading all other plugins and see if the issue persists. If it's fixed, load plugins 5 at a time until the issue comes back. Start with your PVE plugin.
-
If this is happening to both arena plugins and are only affecting trees with hives, there may be another plugin causing a conflict.
-
I can't replicate this issue, but you can try running the console command: ziwipeoldarena A test you can try: Manually delete the trees with ent kill. Reload the plugin. Unload all other plugins. Start the event End the event Let me know what the result is.
-
It's working fine for me. https://files.catbox.moe/mpx9g7.mp4
-
It's impossible to determine from such a short clip. The bag restores items with the correct spoil time, but the issue may occur if the first item of a certain type has a lower spoil time than others. The logic: Player closes their ibag. Plugin goes through each slot 1 by 1 to add them to the dictionary which stores the values such as quantity, spoil times, skin ids, names etc. In our imaginary scenario, the first item is raw bear meat with a spoilage timer of 200 seconds. This gets added to the dictionary and its spoilage value stored. The second item in the list is the same item (raw bear meat). Since we already have raw bear meat added to the dictionary, it will automatically add the bear meat to the existing entry and simply increase the count. It does not take into consideration the spoilage timer of the second bear meat as we have already have a value. Each time the bag gets opened, the items spoilage will begin counting down. Eventually the stack of bear meat will get to 0 and will spoil.
-
I spawned some raw bear meat. Added it to my ibag. Closed the bag, opened it, and it was fine.
-
I need details on how to replicate the issue
-
Need to know what the item is that threw the error. Let me know if you find out.
-
The yield skill would not be the cause of this bug. It simply gives additional yield from the tree when cut and has nothing to do with hives.
-
The config option I specified above.
-
It's either permissions xp overrides, prestige xp mod, rested xp and/or night time bonus xp.
-
What item are you trying to inspect
-
- 39 comments
-
- 2
-
-
- #competition
- #event
- (and 6 more)
-
How are you changing the xp values?
-
You have changed something in the config file that has messed it up. Delete the config and it should be fine.
-
Yeah it's based on how the recycler behavior works. Both cancel the default invoke of the recycler and attempt to start their own with overwritten settings. There isn't a way around this unfortunately. You will either need to disable the recycling perk in ItemPerks or the skill in SkillTree.
-
What is "Should we wipe prestige levels?" set to?
-
Custom skill tree node not showing description in tree
imthenewguy replied to arheko's Support Request in Support
Just delete the lang file and generate a new one Also make sure your config isn't throwing an error on load. -
Set this to true: "Reset the learned recipes for all players when the server wipes [only applicable if using recipe cards]?" Should be true by default.
-
Custom skill tree node not showing description in tree
imthenewguy replied to arheko's Support Request in Support
Check your lang file. If you generated it with the old text initially, it will show the old text until you update the lang file or delete it. Works fine on my server.