Skip to main content
The fletching skill allows players to craft ranged weapons and ammunition. Using a knife and logs, players can create unstrung bows, arrow shafts, and complete arrows with arrowtips.

Overview

Fletching is an artisan skill that produces:
  • Arrow shafts from logs
  • Headless arrows from shafts and feathers
  • Unstrung bows (shortbows and longbows)
  • Strung bows using bowstrings
  • Finished arrows by attaching arrowtips
All fletching follows OSRS-accurate mechanics with proper level requirements, XP rewards, and tick timing.

Arrow Shafts

Cut logs into arrow shafts using a knife. Higher tier logs produce more shafts per log. Requirements:
  • Knife (tool)
  • Logs in inventory

Headless Arrows

Attach feathers to arrow shafts to create headless arrows. Requirements:
  • Arrow shafts
  • Feathers (same quantity)

Shortbows

Cut logs into unstrung shortbows using a knife. Requirements:
  • Knife (tool)
  • Logs in inventory

Longbows

Cut logs into unstrung longbows using a knife. Longbows require higher levels than shortbows. Requirements:
  • Knife (tool)
  • Logs in inventory

Bow Stringing

String unstrung bows with bowstrings to create finished bows.

Shortbows

Longbows

Requirements:
  • Unstrung bow
  • Bowstring

Arrow Tipping

Attach metal arrowtips to headless arrows to create finished arrows. Requirements:
  • Headless arrows
  • Arrowtips (same quantity)
Note: Arrowtips are created through the smithing skill.

Training Methods

Early Levels (1-35)

  1. Cut logs into arrow shafts (level 1)
  2. Make headless arrows with feathers (level 1)
  3. Create shortbows from logs (level 5)
  4. Progress to oak shortbows (level 20)

Mid Levels (35-65)

  1. Craft willow shortbows (level 35)
  2. String bows for additional XP
  3. Create steel and mithril arrows (level 30-45)

High Levels (65+)

  1. Craft yew shortbows and longbows (level 65-70)
  2. Make magic shortbows (level 80)
  3. Create adamant and rune arrows (level 60-75)
  • Woodcutting — Gather logs for fletching
  • Smithing — Create arrowtips for arrows
  • Ranged Combat — Use crafted bows and arrows
  • Trading — Sell finished products to other players

Implementation Details

Fletching recipes are defined in manifests/recipes/fletching.json with:
  • Input items and quantities
  • Required tools (knife for cutting)
  • Level requirements
  • XP rewards
  • Tick timing (OSRS-accurate)
  • Output quantities
The system supports batch processing for arrow shafts and arrows, matching OSRS mechanics where multiple items are created per action.