
You are viewing a potentially older version of this package. View Latest Version

Simple Quest Pro is a powerful yet lightweight RPG system for Valheim that transforms your survival experience into an epic adventure. Featuring a full in-game journal, dynamic notifications, and deep world integration.
Server-Ready: Configure your quest chains once; they will automatically sync to all players upon login.
Wood: 15 / 50) displayed in bold gold text.Common, Rare, Epic, Legendary, Mythic.quests.json synchronization from server to client.Officially integrated for a seamless experience:
| Action | Key | Description |
|---|---|---|
| Open Journal | L | Customizable in BepInEx config |
| Navigation | < / > | Switch between quest pages |
| Close | ESC / TAB | Quick exit |
SimpleQuestPro.dll into your BepInEx/plugins/ folder.quests.json into BepInEx/config/SimpleQuest/.translations folder inside the plugin directory.{
"Quests": [
{
"ID": "m_1_start",
"Title": "MEADOWS: Master of the Woods",
"Goal": "Boars are just the beginning. Clear out the local population.",
"Rarity": "Common",
"KillReqs": [{ "Prefab": "Boar", "Amount": 30 }],
"Reqs": [{ "Prefab": "LeatherScraps", "Amount": 40 }],
"RewardItems": [
{ "Prefab": "CookedMeat", "Amount": 20 },
{ "Prefab": "Honey", "Amount": 15 }
],
"ExpReward": 1000
},
{
"ID": "m_2_deer",
"PreReqID": "m_1_start",
"Title": "MEADOWS: The Great Hunt",
"Goal": "Deer can smell you from a mile away. Collect their heads as an offering.",
"Rarity": "Rare",
"KillReqs": [{ "Prefab": "Deer", "Amount": 40 }],
"Reqs": [{ "Prefab": "TrophyDeer", "Amount": 10 }],
"RewardItems": [
{ "Prefab": "ArrowFlint", "Amount": 100 },
{ "Prefab": "Raspberry", "Amount": 40 }
],
"ExpReward": 2500
}
]
}