uox3/data/js/jsdata/quests/1.json
Dragon Slayer 7af5a5a351 First 8 Quest Givers
Also fixed quotes in text would break the quest from loading and file format would break the json quests as well.

8 OSI Quest Givers
Quest Rewards
2026-04-29 15:18:30 -05:00

38 lines
No EOL
1.4 KiB
JSON

{
"questID": 1,
"title": "More Ore Please",
"description": "Have a pickaxe? My supplier is late and I need some iron ore so I can complete a bulk order for another merchant. If you can get me some soon I'll pay you double what it's worth on the market. Just find a cave or mountainside and try to use your pickaxe there, maybe you'll strike a good vein! 5 large pieces should do it.",
"uncomplete": "Hmmm... we need some more Ore. Try finding a mountain or cave, and give it a whack.",
"complete": "I see you found a good vien! Great! This will help get this order out on time. Good work!",
"refuse": "Not feeling strong enough today? Its alright, I didn't need a bucket of rocks anyway.",
"npcPhrases": [
"Bring me iron, and I'll reward you handsomely.",
"Have you collected the ore yet?",
"Don't keep me waiting for those materials!"
],
"type": "collect",
"category": "Side Quests",
"oneTimeQuest": 1,
"questTurnIn": 1,
"targetItemGroups": [
{
"groupID": "iron_ore_any",
"amount": 5,
"name": "Iron Ore",
"items": [
{ "sectionID": "small_iron_ore", "name": "Iron Ore" },
{ "sectionID": "medium_iron_ore", "name": "Iron Ore" },
{ "sectionID": "large_iron_ore", "name": "Iron Ore" },
{ "sectionID": "medium_small_iron_ore", "name": "Iron Ore" }
]
}
],
"rewards": [
{
"type": "item",
"sectionID": "minerssatchel",
"amount": 1,
"name": "Craftsman's Satchel"
}
]
}