diff options
author | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-09 06:09:19 +0000 |
---|---|---|
committer | Yommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-09-09 06:09:19 +0000 |
commit | 45e089c554e673f7dc017c45bdfa68663713cda9 (patch) | |
tree | a868570d75383522fdbaad58c5455b0a605bc0dd /npc/quests/quests_nameless.txt | |
parent | 661ba495f4f31ecbb069fe9b895b00970d955922 (diff) | |
download | hercules-45e089c554e673f7dc017c45bdfa68663713cda9.tar.gz hercules-45e089c554e673f7dc017c45bdfa68663713cda9.tar.bz2 hercules-45e089c554e673f7dc017c45bdfa68663713cda9.tar.xz hercules-45e089c554e673f7dc017c45bdfa68663713cda9.zip |
Small bug fixes to arug_cas02 (bugreport:2198)
typo fixes in advanced refiner (bugreport:2199)
nameless quest layout fix (bugreport:2106)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13201 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/quests_nameless.txt')
-rw-r--r-- | npc/quests/quests_nameless.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/quests/quests_nameless.txt b/npc/quests/quests_nameless.txt index 57bcfa20a..104de4965 100644 --- a/npc/quests/quests_nameless.txt +++ b/npc/quests/quests_nameless.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.5 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -36,6 +36,7 @@ //= 1.2 Some final tuning to Nameless Island quest. [Koca] //= 1.3 Should fix any more issues with "Creature" npc. [L0ne_W0lf] //= 1.4 Changed the way aru_warp works slightly. [L0ne_W0lf] +//= 1.5 added a next to stop double npc message [Yommy] //============================================================ airplane_01,95,61,3 script Agent#Aru 899,5,5,{ @@ -185,6 +186,7 @@ ra_in01,308,59,1 script Waiter#Aru 930,{ close; } if (aru_monas == 6) { + next; mes "[Waiter]"; mes "What would you like"; mes "to order? Or... If I'm"; |