diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 01:06:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 01:06:13 -0300 |
commit | 186a01a1a62a6872e372eb50b8bfbd37a3bbab94 (patch) | |
tree | 4e36c3e386723718d7159d10e8be76fe637c5e24 /npc/005-4/rosen.txt | |
parent | 506e12a318f6ae2e04fd5d85450cc40372faaac6 (diff) | |
download | serverdata-186a01a1a62a6872e372eb50b8bfbd37a3bbab94.tar.gz serverdata-186a01a1a62a6872e372eb50b8bfbd37a3bbab94.tar.bz2 serverdata-186a01a1a62a6872e372eb50b8bfbd37a3bbab94.tar.xz serverdata-186a01a1a62a6872e372eb50b8bfbd37a3bbab94.zip |
Notes on Rosen, he can be more useful
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r-- | npc/005-4/rosen.txt | 12 |
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; } |