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:
- ✅ Combat Overview - All combat skills, training methods, gear progression
- ✅ Mining (1-120) - Seren Stones, Alaea Crablets, equipment, boosts
- ✅ Herblore (1-120) - Overloads, potions, cost breakdowns
- ✅ Slayer (1-120) - Money-making, task optimization, Reaper tasks
- ✅ Invention (1-120) - Perks, augmenting, ancient invention
Template Available:
- ✅
_template.mdfor 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:
- User enters “VanDuran” (or any username) on YOUR site
- User clicks “View on RuneClan”
- Form redirects to:
https://runeclan.com/user/VanDuran - 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
Navigation Structure
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
- Go to character-tracker.md
- Click any of the direct “VanDuran” links
To Track Another Player
- Go to character-tracker.md
- Find the lookup forms
- Enter username → Submit → Redirects to tracking site
To Plan Training
- Check current stats on character tracker
- Go to what-to-do-next.md
- Follow recommendations for your level bracket
- 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
- Create Prayer guide (essential for Curses)
- Create Farming guide (herb farming for Herblore)
- Create Agility guide (required for Plague’s End)
Medium Priority
- Create individual combat skill guides (Magic, Ranged, etc.)
- Add more money-making sections
- Create boss guides
Low Priority
- Fill in remaining gathering/artisan skills
- Add screenshots or images
- Create gear progression guides
Files Created
intro.md- Main landing pagecharacter-tracker.md- Stat tracking with formsquest-progress.md- Quest trackingwhat-to-do-next.md- Personalized recommendationsleveling-guides/combat-overview.md- Combat guideleveling-guides/mining.md- Mining 1-120leveling-guides/herblore.md- Herblore 1-120leveling-guides/slayer.md- Slayer 1-120leveling-guides/invention.md- Invention 1-120leveling-guides/_template.md- Template for new guidesREADME.md- Developer documentationGUIDE-SUMMARY.md- This file
Testing the Forms
To test that the username forms work:
- Build and run your documentation site
- Navigate to the RS3 Character Tracker page
- Enter “VanDuran” in any of the forms
- Click submit
- 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.