diff options
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r-- | npc/005-4/rosen.txt | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index e42e30bd2..8c682c3a6 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -2,24 +2,20 @@ // Author: // Saulc // Description: -// Light Armor shop keeper. +// Candor Armor&Weapon shop keeper. The quest is currently broken. // Variables: -// CandorQuests_Rosen +// CandorQuest_Rosen // Values: -// 0 Default. -// 1 BlackSmith quest delivered. -// 2 Chelios Quest given. -// 3 Chelios Quest done. -// 4 BlackSmith gave the sword. -// 5 Light Armor Shop quest delivered. -// 6 Light Armor Shop gave the cloths. +// 0 Default +// 5 Broken dialog node +// 6 Broken dialog node 005-4,29,36,0 script Rosen NPC_GUARD1,{ 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 can sap it on Bif, if you are lucky."); + l("Nevertheless, you probably need some base materials from Bif. Who knows what it will drop if you are lucky?"); return; } @@ -30,7 +26,7 @@ narrator S_LAST_NEXT, l("You pick up the package."); - setq CandorQuests_Rosen, 6; + setq CandorQuest_Rosen, 6; return; } @@ -41,7 +37,7 @@ do { - .@rosen = getq(CandorQuests_Rosen); + .@rosen = getq(CandorQuest_Rosen); select rif(.@rosen == 5, lg("I came to retrieve a package for Rosen.")), menuaction(l("Trade")), |