From cf6f0ee71e978691de28579ad33c0b30fdc8be09 Mon Sep 17 00:00:00 2001 From: euphyy Date: Thu, 19 Jul 2012 18:46:56 +0000 Subject: * 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 --- npc/pre-re/merchants/socket_enchant.txt | 2 +- npc/pre-re/merchants/socket_enchant2.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'npc/pre-re/merchants') diff --git a/npc/pre-re/merchants/socket_enchant.txt b/npc/pre-re/merchants/socket_enchant.txt index 63499c429..836644a5f 100644 --- a/npc/pre-re/merchants/socket_enchant.txt +++ b/npc/pre-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/pre-re/merchants/socket_enchant2.txt b/npc/pre-re/merchants/socket_enchant2.txt index aa92f4d22..a66ab30d8 100644 --- a/npc/pre-re/merchants/socket_enchant2.txt +++ b/npc/pre-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]"; -- cgit v1.2.3-60-g2f50