diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-25 01:53:51 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-25 02:08:26 -0300 |
commit | d70370b9544e1ea7144a989612beb3ec40c4526d (patch) | |
tree | 87453b230d50a9d5c8787e93326c3c4d8aacfa4c /npc/005-4/rosen.txt | |
parent | c7a3f3a677bdc506c9bafcb7a0fc754867084836 (diff) | |
download | serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.tar.gz serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.tar.bz2 serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.tar.xz serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.zip |
Maintenance quest-related
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")), |