diff options
Diffstat (limited to 'npc/quests/quests_13_2.txt')
-rw-r--r-- | npc/quests/quests_13_2.txt | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/npc/quests/quests_13_2.txt b/npc/quests/quests_13_2.txt index 282647060..066bc8130 100644 --- a/npc/quests/quests_13_2.txt +++ b/npc/quests/quests_13_2.txt @@ -17,6 +17,7 @@ //= 1.2 Fixed Half-buried Gem#1 not re-enabling. (bugreport:4129) //= 1.3 Moved misc NPCs to the their respective city file. [L0ne_W0lf] //= 1.3 Added the "Two Tribes" quest. [L0ne_W0lf] +//= 1.4 Corrected issues with Otherworld Language. (Bugreport:4147) //============================================================ // Cat Hand Addition. @@ -5259,7 +5260,7 @@ mid_campin,168,82,3 script Arunafeltz Linguist#1 935,{ next; set .@spl_score00,0; input .@input$; - if (.@input$ == "TKANTLFDMS") { + if (.@input$ == "RLGHLRXLA TKANTLFDMS") { mes "[Linguist Dictionary]"; mes ""+ .@input$ +"...."; mes "And?"; @@ -5273,7 +5274,7 @@ mid_campin,168,82,3 script Arunafeltz Linguist#1 935,{ next; } input .@input$; - if (.@input$ == "TNAHRDNJSDMFH") { + if (.@input$ == "WJACK TNAHRDNJSDMFH") { mes ""+ .@input$ +"...."; mes "And?"; set .@spl_score02,.@spl_score01+1; @@ -5286,7 +5287,7 @@ mid_campin,168,82,3 script Arunafeltz Linguist#1 935,{ next; } input .@input$; - if ((.@input$ == "!!") || (.@input$ == "WLSGHKWND")) { + if ((.@input$ == "WLSGHKWND !!") || (.@input$ == "WLSGHKWND")) { mes ""+ .@input$ +"...."; mes "Is that all?"; set .@spl_score03,.@spl_score02+1; @@ -5324,7 +5325,7 @@ mid_campin,168,82,3 script Arunafeltz Linguist#1 935,{ next; set .@man_score00,0; input .@input$; - if (.@input$ == "CJFDI") { + if (.@input$ == "TJDTMFJDNS CJFDI") { mes "[Linguist Dictionary]"; mes ""+ .@input$ +"...."; mes "And?"; @@ -5338,7 +5339,7 @@ mid_campin,168,82,3 script Arunafeltz Linguist#1 935,{ next; } input .@input$; - if (.@input$ == "QKATOS") { + if (.@input$ == "TKADLFDMF QKATOS") { mes ""+ .@input$ +"...."; mes "And?"; set .@man_score02,.@man_score01+1; @@ -5351,7 +5352,7 @@ mid_campin,168,82,3 script Arunafeltz Linguist#1 935,{ next; } input .@input$; - if ((.@input$ == "DLFMADMS..") || (.@input$ == "DLFMADMS..")) { + if ((.@input$ == "EKDTLSDML DLFMADMS..") || (.@input$ == "EKDTLSDML DLFMADMS")) { mes ""+ .@input$ +"...."; mes "This is it?"; set .@man_score03,.@man_score02+1; |