I have looked at the fishing table for GoD and it is true that it is possible to ONLY catch 6+ pound fish if you have a high skill, and though I can fix this, it will reduce the changes of some of the other mid sized fish overall.
Basically it is a table that is
item_1 = 12345 item_1_chance = X%
item_2 = 12346 item_2_chance = Y%
ETC
The overall chance must = 100%
So in order to add the smaller fish to the tables, I must rob some of the other fish of 1% of their chance. I will be leaving the chance for the larger fish alone, and this will affect the chance at the other mid sized fish.
Basically it is a table that is
item_1 = 12345 item_1_chance = X%
item_2 = 12346 item_2_chance = Y%
ETC
The overall chance must = 100%
So in order to add the smaller fish to the tables, I must rob some of the other fish of 1% of their chance. I will be leaving the chance for the larger fish alone, and this will affect the chance at the other mid sized fish.
Comment