summaryrefslogtreecommitdiff
path: root/npc/merchants/advanced_refiner.txt
diff options
context:
space:
mode:
authorYommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-09 06:09:19 +0000
committerYommy <Yommy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-09-09 06:09:19 +0000
commit45e089c554e673f7dc017c45bdfa68663713cda9 (patch)
treea868570d75383522fdbaad58c5455b0a605bc0dd /npc/merchants/advanced_refiner.txt
parent661ba495f4f31ecbb069fe9b895b00970d955922 (diff)
downloadhercules-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/merchants/advanced_refiner.txt')
-rw-r--r--npc/merchants/advanced_refiner.txt11
1 files changed, 6 insertions, 5 deletions
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;
}
}