From 45e089c554e673f7dc017c45bdfa68663713cda9 Mon Sep 17 00:00:00 2001 From: Yommy Date: Tue, 9 Sep 2008 06:09:19 +0000 Subject: 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 --- npc/Changelog.txt | 4 ++++ npc/guild2/arug_cas02.txt | 7 ++++--- npc/merchants/advanced_refiner.txt | 11 ++++++----- npc/quests/quests_nameless.txt | 4 +++- 4 files changed, 17 insertions(+), 9 deletions(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index dcbd20379..ebe029a45 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,9 @@ Date Added ====== +2008/09/09 + * Rev. 13201 Small bugfixes to arug_cas02 [Yommy] + - Typo fixes in advanced refiner [Yommy] + - Nameless entrance layout fix [Yommy] 2008/09/06 * Rev. 13194 Lots of small updates and corrections to seal quests. [L0ne_W0lf] * Rev. 13193 Applied bug fixes for IDs in recent quests. (bugreport:2189) [L0ne_W0lf] diff --git a/npc/guild2/arug_cas02.txt b/npc/guild2/arug_cas02.txt index c0f22f093..d09b4ce38 100644 --- a/npc/guild2/arug_cas02.txt +++ b/npc/guild2/arug_cas02.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.7 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -19,6 +19,7 @@ //= Treasure will now be killed before spawning. //= 1.5 Fixed error with control devices. [L0ne_W0lf] //= 1.6 Two small fixes. (aegis carry-overs) [L0ne_W0lf] +//= 1.7 Another two fixes [Yommy] //============================================================ arug_cas02,1,1,0 script Manager#aru02_02 111,{ @@ -175,7 +176,7 @@ arug_cas02,38,259,5 script Yumenes#aru02_01 868,{ } if (getcharid(2) == .@GID) { if (strcharinfo(0) != getguildmaster(.@GID)) { - mes "[Brace]"; + mes "[Yumenes]"; mes "As guardian of this"; mes "stronghold, I answer only"; mes "to the master of the guild"; @@ -2852,7 +2853,7 @@ aru_gld,120,83,5 script Cyr#flag_Ar02_3 722,{ next; mes "[ Arunafeltz Royal Edict ]"; mes "^FF0000" + getGuildMaster(.@GID) + "^000000 is"; - mes "Guild Master of ^FF0000" + guildName + "^000000."; + mes "Guild Master of ^FF0000" + getGuildName(.@GID) + "^000000."; mes "Any that object must claim this"; mes "stronghold through strength of"; mes "steel and magic during the"; diff --git a/npc/merchants/advanced_refiner.txt b/npc/merchants/advanced_refiner.txt index d3cd7d2b3..50b8d05c9 100644 --- a/npc/merchants/advanced_refiner.txt +++ b/npc/merchants/advanced_refiner.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= Eathena SVN //===== Description: ========================================= @@ -20,6 +20,7 @@ //= 1.0 First Version. [L0ne_W0lf] //= 1.1 Fixed a weird carriage return. o_o [L0ne_W0lf] //= 1.2 Optimizing refine method [Zephyrus] +//= 1.3 Typo fixes [Yommy] //============================================================ payon,174,138,0 script Suhnbi#cash 85,{ @@ -70,7 +71,7 @@ payon,174,138,0 script Suhnbi#cash 85,{ if( !getequipisidentify(.@part) ) { mes "[Suhnbi]"; - mes "This is has not been identified. So, it can't be refined..."; + mes "This has not been identified. So, it can't be refined..."; close; } if( getequiprefinerycnt(.@part) >= 10 ) @@ -119,7 +120,7 @@ payon,174,138,0 script Suhnbi#cash 85,{ mes "[Suhnbi]"; mes "Cough...Cough.."; mes "What a shame..."; - mes "Your equipment broke during hte refining process. I had told you earlier this might happen!"; + mes "Your equipment broke during the refining process. I had told you earlier this might happen!"; close; } @@ -155,7 +156,7 @@ S_RefineValidate: { mes "[Suhnbi]"; mes "I completely agree..."; - mes "I might be a great refiner, but something even I make mistakes."; + mes "I might be a great refiner, but sometimes even I make mistakes."; close; } } @@ -169,7 +170,7 @@ S_RefineValidate: { mes "[Suhnbi]"; mes "You don't seem to have enough Zeny or " + getitemname(getarg(1)) + "..."; - mes "Go get some more. I'll be here ll day if you need me."; + mes "Go get some more. I'll be here all day if you need me."; close; } } 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"; -- cgit v1.2.3-60-g2f50