Project Zomboid

Project Zomboid

Pek1gn's FishingNetPlus!
 This topic has been pinned, so it's probably important
Pek1gn  [developer] 30 Jan, 2024 @ 7:18am
Reporting Bugs!
Bug Reports
If you find any bugs, please do let me know here so that I can fix it asap!
Please keep in mind I might take some time to fix a bug.

How to file a report?

Be thorough. I need to know whether it happened in Singleplayer or Multiplayer, if you have any related mods installed, what you were doing, how, when, etc.

Alternatively, join my discord server (https://discord.gg/G3hd6s9xdk) to report bugs there!

"I have 400 mods, some must be causing issues. Fix plz" doesn't help anybody.
If you suspect a mod incompatibility, find out which mod is causing the issue and discuss with whoever developed it.

In order to preserve my sanity and not waste anybody's time, bug reports that do not follow these guidelines will be ignored.
< >
Showing 1-1 of 1 comments
The n in ZombRand(n) is not the maximum value wanted, but the range of the result wanted.
For example, ZombRand(4) can return 0, 1, 2, or 3, which is exactly 4 values.
doc FishingNet.lua include:
elseif ZombRand(6) == 6 then
end
so ZombRand(6) never be 6
< >
Showing 1-1 of 1 comments
Per page: 1530 50