From 2bb879552c0cd1cf4e8838885f72afa5cad8b724 Mon Sep 17 00:00:00 2001 From: samuray22 Date: Sat, 31 May 2008 00:21:08 +0000 Subject: * Corrected some typos errors in Gunslinger Quest. (bugreport:1549) * Corrected some "mes" without the getitemname in Sage Quest. (bugreport:1564) * Deleted Empty Color Tag in Soul Linker Quest. (bugreport:1572) * Changed an incorrect "!=" to "==" in Sage Quest. (bugreport:1572) -And Small Typo Error. * Changed some "close"s to "close2"s on Aldebaran Guides. (bugreport:1597) * Deleted a Unnecessary "end" in Rachel Guide. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12746 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/guides/guides_alde.txt | 7 ++++--- npc/guides/guides_rachel.txt | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/guides') diff --git a/npc/guides/guides_alde.txt b/npc/guides/guides_alde.txt index 8fd200650..d65af4d45 100644 --- a/npc/guides/guides_alde.txt +++ b/npc/guides/guides_alde.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88; L0ne_W0lf //===== Current Version: ===================================== -//= 1.6 +//= 1.6a //===== Compatible With: ===================================== //= eAthena 7.15 + //===== Description: ========================================= @@ -17,6 +17,7 @@ //= 1.4 Fitted the many lines into 1 or 2, and corrected some typos [erKURITA] //= 1.5 Removed Duplicates [Silent] //= 1.6 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] +//= 1.6a Changed some "close"s to "close2"s. (bugreport:1597) [Samuray22] //============================================================ aldebaran,139,63,4 script Soldier#alde 105,{ @@ -42,14 +43,14 @@ aldebaran,139,63,4 script Soldier#alde 105,{ mes "^515151+^000000 -> Pub"; mes "^3355FF+^000000 -> Item Shop"; mes "^FF5555+^000000 -> Alchemist Guild"; - close; + close2; cutin "prt_soldier",255; end; } mes "[Al De Baran Guard]"; mes "We are sworn to protect Al De Baran! May the forces of evil always be crushed by the"; mes "righteous fist of good!"; - close; + close2; cutin "prt_soldier",255; end; } diff --git a/npc/guides/guides_rachel.txt b/npc/guides/guides_rachel.txt index 116349689..eecb8eb61 100644 --- a/npc/guides/guides_rachel.txt +++ b/npc/guides/guides_rachel.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.2a +//= 1.2b //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,6 +16,7 @@ // -Thanks to $ephiroth. //= 1.2a Fixed some errors with the loop[Samuray22] // -Thanks to $ephiroth. +//= 1.2b Deleted a unnecessary "end". [Samuray22] //============================================================ rachel,138,146,5 script Rachel Guide 934,{ @@ -112,5 +113,4 @@ rachel,138,146,5 script Rachel Guide 934,{ } } close; - end; } -- cgit v1.2.3-70-g09d2