Skip to content

skill_fishing_base_level

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
entryintunsignedPRINO0Area identifier
skillsmallintsignedNO0Base skill level requirement
 

Description of fields ​

entry ​

references AreaTable ID  

skill ​

The minimum skill points in fishing required to fish in the area without receiving trash.

If the player is less skilled, the chance to fish successfully is as follows:

  • chance = MAX(1; (playerSkill / areaSkill)^2 * 100)