diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:47:35 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:47:35 -0300 |
commit | 5d323a79c321f7a7ad6daeff5193684e5a3d27f9 (patch) | |
tree | 481b61bc3e3930c36cb09e14c37fd345bde72968 /npc/005-4/rosen.txt | |
parent | cceef3de61d02d51608e4666d45d89540a3598d9 (diff) | |
download | serverdata-5d323a79c321f7a7ad6daeff5193684e5a3d27f9.tar.gz serverdata-5d323a79c321f7a7ad6daeff5193684e5a3d27f9.tar.bz2 serverdata-5d323a79c321f7a7ad6daeff5193684e5a3d27f9.tar.xz serverdata-5d323a79c321f7a7ad6daeff5193684e5a3d27f9.zip |
Save Rosen from bad quest
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r-- | npc/005-4/rosen.txt | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 8c682c3a6..9318ef643 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -4,11 +4,7 @@ // Description: // Candor Armor&Weapon shop keeper. The quest is currently broken. // Variables: -// CandorQuest_Rosen -// Values: -// 0 Default -// 5 Broken dialog node -// 6 Broken dialog node +// CandorQuest_Rosen (nyi) 005-4,29,36,0 script Rosen NPC_GUARD1,{ @@ -20,37 +16,19 @@ return; } - function rosen_quest { - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, - l("I asked Calypsan to dye this tank top, now it has an unique look!"); - - narrator S_LAST_NEXT, l("You pick up the package."); - - setq CandorQuest_Rosen, 6; - - return; - } - speech S_LAST_NEXT, l("Welcome to Tolchi and Rosen Shop."), l("What would you like today?"); do { - .@rosen = getq(CandorQuest_Rosen); select - rif(.@rosen == 5, lg("I came to retrieve a package for Rosen.")), menuaction(l("Trade")), l("How can I get iron ingot?"), menuaction(l("Quit")); switch (@menu) { - case 1: //broken need a fix - rosen_quest; - closedialog; - goodbye; - close; case 2: closedialog; shop "Shop"; |