summaryrefslogtreecommitdiff
path: root/npc/re/merchants
diff options
context:
space:
mode:
authoreuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-19 18:46:56 +0000
committereuphyy <euphyy@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-07-19 18:46:56 +0000
commitcf6f0ee71e978691de28579ad33c0b30fdc8be09 (patch)
tree44a06d4e7fbdbe4e30d639a18635b78ff2033edd /npc/re/merchants
parent9275d18a5a462b676e8336b2c9957edb999634cc (diff)
downloadhercules-cf6f0ee71e978691de28579ad33c0b30fdc8be09.tar.gz
hercules-cf6f0ee71e978691de28579ad33c0b30fdc8be09.tar.bz2
hercules-cf6f0ee71e978691de28579ad33c0b30fdc8be09.tar.xz
hercules-cf6f0ee71e978691de28579ad33c0b30fdc8be09.zip
* Condensed the documentation on the "Import" folder, it should be more reader-friendly now (conf\readme.txt)
* Deleted doc\pccommand_list.txt, it's outdated and its contents are already (better) explained in doc\script_commands.txt * Other misc cleaning... git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16453 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/re/merchants')
-rw-r--r--npc/re/merchants/socket_enchant.txt2
-rw-r--r--npc/re/merchants/socket_enchant2.txt10
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/re/merchants/socket_enchant.txt b/npc/re/merchants/socket_enchant.txt
index 63499c429..836644a5f 100644
--- a/npc/re/merchants/socket_enchant.txt
+++ b/npc/re/merchants/socket_enchant.txt
@@ -36,7 +36,7 @@
mes "- Currently you're carrying -";
mes "- too many items with you. -";
mes "- Please try again -";
- mes "- after you loose some weight. -";
+ mes "- after you lose some weight. -";
close;
}
mes "[Seiyablem]";
diff --git a/npc/re/merchants/socket_enchant2.txt b/npc/re/merchants/socket_enchant2.txt
index aa92f4d22..a66ab30d8 100644
--- a/npc/re/merchants/socket_enchant2.txt
+++ b/npc/re/merchants/socket_enchant2.txt
@@ -17,11 +17,11 @@
- script Leablem#dummy::SocketEnchant2 -1,{
if (checkweight(1201,1) == 0)
{
- mes "- Wait a seconds !! -";
- mes "- You have carried too many items -";
- mes "- so, you can't get more items. -";
- mes "- Make your weight as low -";
- mes "- after then try it again. -";
+ mes "- Wait a minute !! -";
+ mes "- Currently you're carrying -";
+ mes "- too many items with you. -";
+ mes "- Please try again -";
+ mes "- after you lose some weight. -";
close;
}
mes "[Leablem]";