summaryrefslogtreecommitdiff
path: root/npc/005-4/rosen.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r--npc/005-4/rosen.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt
index 264ee97cb..b57e16c67 100644
--- a/npc/005-4/rosen.txt
+++ b/npc/005-4/rosen.txt
@@ -2,16 +2,20 @@
// Author:
// Saulc
// Description:
-// Candor Armor&Weapon shop keeper. The quest is currently broken.
+// Candor Armor&Weapon shop keeper.
// Variables:
// CandorQuest_Rosen (nyi)
+// Suggestion: Deliver a letter to Zegas, giving player background about
+// Candor Island and Saxso. Requires level 5. Reward: 150 GP.
+// Could have an additional step related to Bifs. Even a daily quest asking
+// for (day % 8) ore, with suitable prices.
005-4,29,36,0 script Rosen NPC_GUARD1,{
-
+ .@q=getq(CandorQuest_Rosen);
function explain_ironingot {
speech S_FIRST_BLANK_LINE | S_LAST_NEXT,
- l("Did you see Jhedia the blacksmith in Tulimshar? He might know how you could get this."),
- l("Nevertheless, you probably need some base materials from Bif. Who knows what it will drop if you are lucky?");
+ l("Did you see Jhedia the blacksmith in Tulimshar? She might know how you could get this."),
+ l("Nevertheless, you probably need some base materials from Bifs. Who knows what it will drop if you are lucky?");
return;
}