From 510732bf8cc3f487969dcbde2d01099fd3eef42b Mon Sep 17 00:00:00 2001 From: L0ne_W0lf Date: Tue, 22 Jul 2008 16:37:32 +0000 Subject: * Removed mail commands that no longer exist from help.txt. * Finally getting around to fixing a few bug reports - Corrected some view IDs for some newer headgears. (bugreport:1842) - 11.3 bows are now equippable by all archer classes. (bugreport:1885) * Getting around to fixing some script bug. - Fixed bugs in the nameless quest, and other npcs. (bugreport:1845) - Fixed some bugs in the WoE:SE control devices. (bugreport:1848) - Fixed minor typo in the novice grounds. (Bugreport:1877) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12981 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/quests_nameless.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'npc/quests/quests_nameless.txt') 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; } -- cgit v1.2.3-60-g2f50