Back to 'skill_extra_item_template' Return to world Go to 'skill_perfect_item_template'
This table controls the minimum skill level required in SKILL_FISHING (356), to fish in a certain area with 100% success.
Note: This does not affect fishing from fishing nodes.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | mediumint | unsigned | PRI | NO | 0 | Area identifier | |
skill | smallint | signed | NO | 0 | Base skill level requirement |
The area id from AreaTable.dbc
The minimum skill points in fishing required to fish in the area without receiving trash.
If the player is less skillled, the chance is as follows:
chance = MIN(1; (playerSkill / zoneSkill)^2 * 100)
Back to 'skill_extra_item_template' Return to world Go to 'skill_perfect_item_template'