Jump to content

Lyssabet

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Lyssabet

  1. I found a fishing trap in a random trash pile. When I clicked on it in my inventory, the console immediately spammed a divide by zero error message repeatedly for around a minute without stopping. I noticed that the icon for the fishing trap did not show a number. I clicked on a different item in the inventory which was selected and displayed correctly, then clicked on the fishing trap again and it resulted in the same divide by zero error message loop. I exited out of 7 Days back to the desktop and then restarted it, reloaded the game world, and tried again to receive the same error loop when I selected the fishing trap. At that point I checked in the xml files to try to assess what may be causing it. I noticed that there was both an economic value of 0 and an economic bundle size of 0 for the fishing trap, which from what I recall was the only item in item.xml with both of those settings set to 0. I figured that it was probably trying to assess the value of the stack (of 1 fishing trap) when I selected it and so it was likely trying to use either of those values in its calculations. I tested setting the economic bundle size to 1 first, saved, restarted 7 Days, reloaded the game world, and was then able to select the fishing trap without being spammed with the divide by zero error messages. Since the value of the fishing trap is set to 0, which means that it technically has no sell price, it shouldn't make any significant changes trader-wise to set the economic bundle size to 1; it's not like it's the same as the stack value.
  2. Reporting an issue with the Fishing Trap for the Alpha 19 version which is resulting in a Divide by Zero error if the fishing trap is selected while in the Inventory window: In items.xml, under the fishTrapItem, the line which reads: <property value="0" name="EconomicBundleSize"/> Needs to be changed to: <property value="1" name="EconomicBundleSize"/>
  3. Okay, thank you for letting me know and for all of the work that you've put into this.
  4. Running Alpha 19. I've been getting a duplicate loot list id 144 error when just running the White River mods. It looks like Jason's Machete is using it; I didn't see another one of the modlets using it, but 144 is specifically identified in the base loot.xml, so maybe that's why it's calling it a duplicate. Also, when I crafted the Declaration of Citizenship, the trader it sent me to was 2.5 km away when I know for a fact there were at least two traders closer to me. I also created the writ for the Bambi Bow and it sent me to that same trader. Is it sending me to one specific trader intentional, or should it be sending me to the nearest one? Thank you for making this and sharing it.
×
×
  • Create New...