diff options
Diffstat (limited to 'npc/re/merchants/socket_enchant2.txt')
-rw-r--r-- | npc/re/merchants/socket_enchant2.txt | 10 |
1 files changed, 5 insertions, 5 deletions
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]"; |