diff options
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/quests_nameless.txt | 9 | ||||
-rw-r--r-- | npc/quests/quests_veins.txt | 7 |
2 files changed, 9 insertions, 7 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index 64bfff6da..e50360378 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.1a +//= 1.2 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -33,6 +33,7 @@ //= 1.0 First version. [L0ne_W0lf] //= 1.1 Made quest accessable to "Failed" gaebolg quest. [L0ne_W0lf] //= 1.1a Touch up to other Gaebolg fail-points. [L0ne_W0lf] +//= 1.2 Some final tuning to Nameless Island quest. [Koca] //============================================================ airplane_01,95,61,3 script Agent#Aru 899,5,5,{ @@ -110,7 +111,7 @@ cmd_in02,174,89,7 script Ordinary Man#pc1 97,{ } } -cmd_in02,111,52,3 script Orfinary Man#pc2 97,{ +cmd_in02,111,52,3 script Ordinary Man#pc2 97,{ if (aru_monas < 3) { mes "[Larjes]"; mes "^666666*Sigh...*^000000"; @@ -1749,7 +1750,7 @@ nameless_in,13,53,0 script #Aru_Trigger2 -1,3,1,{ end; OnTouch: - if (aru_monas == 19 || !@mymobcount) { + if (aru_monas == 19 && !@mymobcount) { mes "[?????]"; mes "Grrr......"; close2; @@ -1782,7 +1783,7 @@ OnTouch: } OnInit: - disablenpc "Aru_warp"; + disablenpc "aru_warp"; end; } diff --git a/npc/quests/quests_veins.txt b/npc/quests/quests_veins.txt index 0ebc7105d..3de2318be 100644 --- a/npc/quests/quests_veins.txt +++ b/npc/quests/quests_veins.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.5 +//= 1.5a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -36,6 +36,7 @@ //= 1.4 Added missing checkweights. [L0ne_W0lf] //= 1.4a Corrected a typo error ";;". [Toms] //= 1.5 Added Nameless Island quest addition. [L0ne_W0lf] +//= 1.5a Corrected a couple typos in Nameless Addition. [L0ne_W0lf] //============================================================ // Stone Quest @@ -3044,7 +3045,7 @@ veins,327,185,3 script Kid#camelcamel 944,{ mes "Ah, and I've been taking care"; mes "of her, just like I promised~"; next; - mes "["+strcharinfo(0)+""; + mes "["+strcharinfo(0)+"]"; mes "Really? That's good"; mes "You should be proud~"; next; @@ -4315,7 +4316,7 @@ veins,227,127,5 script Ivory 940,{ next; mes "[Organic Soap Maker Ivory]"; mes "And um... Don't let"; - mes "anyone else know what"; + mes "anyone else know what"; mes "I use to make this soap."; mes "People won't buy it if they"; mes "knew they were washing their"; |