diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-25 03:09:22 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2010-05-25 03:09:22 +0000 |
commit | 543ec715974312708ec476af8f53acae85689fca (patch) | |
tree | 1eaef17897bd2954a123a213299dcd2e8aa1d9d6 /npc/quests/quests_13_2.txt | |
parent | 0781c8013bc1c7b673fd7532fab0558d12beb00b (diff) | |
download | hercules-543ec715974312708ec476af8f53acae85689fca.tar.gz hercules-543ec715974312708ec476af8f53acae85689fca.tar.bz2 hercules-543ec715974312708ec476af8f53acae85689fca.tar.xz hercules-543ec715974312708ec476af8f53acae85689fca.zip |
* Some bug fixing :x Nothing to new today folks! Stay tuned.
- Fixed input checks in the 'Ring of Wise King' quest. (bugreport:4147)
- Fixed some of the erros reported in the Oolnir scripts. (bugreport:4220)
- Added Azoi's giant flywing update to not warp dead players. (bugreport:4242)
- Fixed confusing inconsistancy in the nyd_dun mob spawn file. (bugreport:4246)
- Fixed the Manuk field 2 monsters spawning on Manul field 1. (bugreport:4248)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14305 54d463be-8e91-2dee-dedb-b68131a5f0ec
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; |