From ba96b8da39a53d2ee50539bfb6b7975446b4d9fe Mon Sep 17 00:00:00 2001 From: masao87 Date: Sun, 1 Jan 2012 20:18:21 +0000 Subject: - Bunch of Typo fixes from my previous Commits. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15348 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/alchemist.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/merchants/alchemist.txt') diff --git a/npc/merchants/alchemist.txt b/npc/merchants/alchemist.txt index d2e55c918..b99f7bf25 100644 --- a/npc/merchants/alchemist.txt +++ b/npc/merchants/alchemist.txt @@ -39,8 +39,8 @@ alde_alche,31,186,3 script Craft Book Salesman#alde 883,{ mes "I specialize in the sale of these special books and"; mes "I ^FF0000don't sell other items^000000."; next; - mes "[Craft Book Salesman]" - mes "Okay then, here's the list of available craft books." + mes "[Craft Book Salesman]"; + mes "Okay then, here's the list of available craft books."; next; switch(select("[Apple Bomb Craft Book] 100,000 zeny:[Pineapple Bomb Craft Book] 100,000 zeny:[Coconut Bomb Craft Book] 100,000 zeny:[Melon Bomb Craft Book] 100,000 zeny:[Banana Bomb Craft Book] 100,000 zeny:[Plant Gene Cultivation Method] 100,000 zeny:[Superior Potion Craft Manual] 100,000 zeny:[Mix Cooking Book] 100,000 zeny:[Health Improvement Research Book] 100,000 zeny:[Vigor Drink Recipe] 100,000 zeny:Close")){ case 1: @@ -97,10 +97,10 @@ S_SellManual: mes "You cannot purchase more than 100 at a time."; close; } - mes "[Craft Book Salesman]" + mes "[Craft Book Salesman]"; mes "You've entered "+.@amount+"x "+getitemname(getarg(0))+"."; mes "That'll be "+getarg(1) * .@amount+" Zeny."; - mes "Would you like to continue?" + mes "Would you like to continue?"; next; if (select("Yes:No") == 1) { if (Zeny < getarg(1) * .@amount) { @@ -131,7 +131,7 @@ S_SellManual: alde_alche,24,188,3 script Guild Dealer 740,{ if (checkweight(1201,1) == 0) { - mes "- next; a minute! -"; + mes "- Wait a minute! -"; mes "- Currently you are carrying -"; mes "- too many items with you. -"; mes "- Please come back again -"; -- cgit v1.2.3-70-g09d2