What Has Been Created

A comprehensive RuneScape 3 guide system for character VanDuran with the following features:

📊 Character Tracking

File: character-tracker.md

Features:

  • ✅ Direct links to VanDuran’s stats on RuneClan, Hiscores, and RuneMetrics
  • ✅ Username input forms that redirect to tracking sites
  • ✅ Support for looking up ANY player’s stats
  • ✅ Integration with 3 major tracking platforms:
    • RuneClan (XP gains, activity tracking)
    • RS3 Official Hiscores (rankings)
    • RuneMetrics (Jagex’s official tracker)

📋 Quest Tracking

File: quest-progress.md

Features:

  • ✅ Quest completion lookup for any player
  • ✅ Important quest series (World Guardian, Elf quests, Elder God Wars)
  • ✅ Quest point milestones
  • ✅ Recommended quest order
  • ✅ Quest rewards and unlocks

🎯 What to Do Next

File: what-to-do-next.md

Features:

  • ✅ Training recommendations by level bracket
  • ✅ Lowest stat training plans
  • ✅ Efficient leveling strategies
  • ✅ Daily activity recommendations
  • ✅ Money-making methods by level
  • ✅ Priority unlock guides

📚 Skill Leveling Guides

Folder: leveling-guides/

Completed Guides:

  1. Combat Overview - All combat skills, training methods, gear progression
  2. Mining (1-120) - Seren Stones, Alaea Crablets, equipment, boosts
  3. Herblore (1-120) - Overloads, potions, cost breakdowns
  4. Slayer (1-120) - Money-making, task optimization, Reaper tasks
  5. Invention (1-120) - Perks, augmenting, ancient invention

Template Available:

  • _template.md for creating 23 more skill guides

Each guide includes:

  • Training methods by level range (1-20, 20-40, 40-60, 60-80, 80-99, 99-120)
  • Best locations and methods
  • Equipment progression
  • XP rates and costs
  • Money-making methods
  • Tips and unlocks
  • Related resources

How the Username Input Works

Example: RuneClan Lookup

<form action="https://runeclan.com/user/" method="get" target="_blank">
  <input type="text" name="user" placeholder="Enter RS3 username" />
  <button type="submit">View on RuneClan</button>
</form>

User Flow:

  1. User enters “VanDuran” (or any username) on YOUR site
  2. User clicks “View on RuneClan”
  3. Form redirects to: https://runeclan.com/user/VanDuran
  4. RuneClan displays that player’s stats

This works for:

  • RuneClan: https://runeclan.com/user/USERNAME
  • Hiscores: https://secure.runescape.com/m=hiscore/compare?user1=USERNAME
  • RuneMetrics: https://apps.runescape.com/runemetrics/app/overview/player/USERNAME
  • Quest Progress: https://apps.runescape.com/runemetrics/app/quests/player/USERNAME
Gaming Docs
└── RuneScape 3
    ├── Introduction (overview of all content)
    ├── Character Tracker (stat lookup)
    ├── Quest Progress (quest tracking)
    ├── What to Do Next (recommendations)
    └── Leveling Guides
        ├── Combat Overview
        ├── Mining (1-120)
        ├── Herblore (1-120)
        ├── Slayer (1-120)
        ├── Invention (1-120)
        └── [23 more skills to create using template]

Skills Still Needing Guides

You can use the template to create guides for:

Combat (8 skills)

  • Attack
  • Strength
  • Defence
  • Ranged
  • Magic
  • Prayer
  • Constitution (trains automatically)
  • Summoning

Gathering (6 skills)

  • Fishing
  • Woodcutting
  • Farming
  • Hunter
  • Divination

Artisan (7 skills)

  • Smithing
  • Crafting
  • Fletching
  • Runecrafting
  • Cooking
  • Firemaking
  • Construction

Support (3 skills)

  • Agility
  • Thieving
  • Dungeoneering

Quick Start for Users

To Track VanDuran

  1. Go to character-tracker.md
  2. Click any of the direct “VanDuran” links

To Track Another Player

  1. Go to character-tracker.md
  2. Find the lookup forms
  3. Enter username → Submit → Redirects to tracking site

To Plan Training

  1. Check current stats on character tracker
  2. Go to what-to-do-next.md
  3. Follow recommendations for your level bracket
  4. Use individual skill guides for detailed training

Key Features Summary

Character Tracking: Input forms redirect to external tracking sites ✅ VanDuran Specific: Quick links for your character ✅ Universal: Works for ANY player’s username ✅ Comprehensive Guides: 5 detailed skill guides completed ✅ Template System: Easy to create 23 more guides ✅ What to Do Next: Smart recommendations based on level ✅ Quest Tracking: Complete quest progression tracking ✅ Money Making: Included in guides and recommendations ✅ Daily Activities: Lists of daily/weekly tasks ✅ External Resources: Links to RS Wiki, calculators, etc.

Next Steps (Optional)

High Priority

  1. Create Prayer guide (essential for Curses)
  2. Create Farming guide (herb farming for Herblore)
  3. Create Agility guide (required for Plague’s End)

Medium Priority

  1. Create individual combat skill guides (Magic, Ranged, etc.)
  2. Add more money-making sections
  3. Create boss guides

Low Priority

  1. Fill in remaining gathering/artisan skills
  2. Add screenshots or images
  3. Create gear progression guides

Files Created

  1. intro.md - Main landing page
  2. character-tracker.md - Stat tracking with forms
  3. quest-progress.md - Quest tracking
  4. what-to-do-next.md - Personalized recommendations
  5. leveling-guides/combat-overview.md - Combat guide
  6. leveling-guides/mining.md - Mining 1-120
  7. leveling-guides/herblore.md - Herblore 1-120
  8. leveling-guides/slayer.md - Slayer 1-120
  9. leveling-guides/invention.md - Invention 1-120
  10. leveling-guides/_template.md - Template for new guides
  11. README.md - Developer documentation
  12. GUIDE-SUMMARY.md - This file

Testing the Forms

To test that the username forms work:

  1. Build and run your documentation site
  2. Navigate to the RS3 Character Tracker page
  3. Enter “VanDuran” in any of the forms
  4. Click submit
  5. Should redirect to the tracking site with VanDuran’s stats

Integration with WiseOldMan Equivalent

Note: WiseOldMan is for Old School RuneScape (OSRS), not RS3. For RS3, we’re using:

  • RuneClan (equivalent to WiseOldMan for RS3)
  • RuneMetrics (official Jagex tracking)
  • Official Hiscores (Jagex’s ranking system)

These provide the same functionality as WiseOldMan but for RuneScape 3.