diff options
author | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-01 20:18:21 +0000 |
---|---|---|
committer | masao87 <masao87@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-01-01 20:18:21 +0000 |
commit | ba96b8da39a53d2ee50539bfb6b7975446b4d9fe (patch) | |
tree | 3e3da82ea7b6840d3caf76bc8a163298f394290c /npc/merchants | |
parent | 9d5ed889d81740c4122e05747fd938dab1c53ba7 (diff) | |
download | hercules-ba96b8da39a53d2ee50539bfb6b7975446b4d9fe.tar.gz hercules-ba96b8da39a53d2ee50539bfb6b7975446b4d9fe.tar.bz2 hercules-ba96b8da39a53d2ee50539bfb6b7975446b4d9fe.tar.xz hercules-ba96b8da39a53d2ee50539bfb6b7975446b4d9fe.zip |
- 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
Diffstat (limited to 'npc/merchants')
-rw-r--r-- | npc/merchants/alchemist.txt | 10 | ||||
-rw-r--r-- | npc/merchants/ammo_boxes.txt | 4 |
2 files changed, 7 insertions, 7 deletions
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 -"; diff --git a/npc/merchants/ammo_boxes.txt b/npc/merchants/ammo_boxes.txt index f3fed67e6..fcad5a0ea 100644 --- a/npc/merchants/ammo_boxes.txt +++ b/npc/merchants/ammo_boxes.txt @@ -17,7 +17,7 @@ //= 1.4 Updated to match AEGIS script again. [Masao] //============================================================ -izlude,171,127,3 script Magazine Dealer Kenny#iz::mdk 83,{ +izlude,171,127,3 script Magazine Dealer Kenny::mdk 83,{ if(BaseJob == Job_Gunslinger) { mes "[Kenny]"; mes "Welcome to my Magazine Shop."; @@ -135,4 +135,4 @@ function script Func_Casing { } } -alberta,118,157,3 duplicate(mdk) Magazine Dealer Tonny#alb 83 +alberta,118,157,3 duplicate(mdk) Magazine Dealer Tonny 83 |