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/merchants/advanced_refiner.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/merchants') 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; } } -- cgit v1.2.3-70-g09d2