From 8b7fc26a3e48449421c2aa771426a32d7498af9e Mon Sep 17 00:00:00 2001 From: DZeroX Date: Thu, 17 May 2007 01:08:50 +0000 Subject: - Fixed several grammar mistakes from the original dialogs. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10550 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/merchants/old_pharmacist.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'npc/merchants') diff --git a/npc/merchants/old_pharmacist.txt b/npc/merchants/old_pharmacist.txt index d60af260a..2b4df2798 100644 --- a/npc/merchants/old_pharmacist.txt +++ b/npc/merchants/old_pharmacist.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= DZeroX //===== Current Version: ===================================== -//= 1.0a +//= 1.1 //===== Compatible With: ===================================== //= eAthena SVN Trunk //===== Description: ========================================= @@ -69,7 +69,7 @@ alberta_in.gat,16,28,4 script Old Pharmacist 61,{ next; if ((countitem(507) < .@max) || (countitem(508) < .@max) || (countitem(713) < .@max) || (Zeny < .@max*3)) { mes "[Old Pharmacist]"; - mes "You punk! Do you want me to make stuff from insufficient ingridients?"; + mes "You rascal! You don't even have all the materials and you want me to make you potions?!"; close; } set Zeny,Zeny-(.@max*getarg(1)); @@ -100,7 +100,7 @@ alberta_in.gat,16,28,4 script Old Pharmacist 61,{ if ((countitem(507) < .@amount) || (countitem(508) < .@amount) || (countitem(713) < .@amount) || (Zeny < .@amount*3)) { next; mes "[Old Pharmacist]"; - mes "You punk! Do you want me to make stuff from insufficient ingridients?"; + mes "You rascal! You don't even have all the materials and you want me to make you potions?!"; close; } next; @@ -195,7 +195,7 @@ L_making: next; if ((countitem(getarg(0)) < .@max*2) || (countitem(713) < .@max) || (Zeny < .@max*getarg(1))) { mes "[Old Pharmacist]"; - mes "You punk! Do you want me to make stuff from insufficient ingridients?"; + mes "You rascal! You don't even have all the materials and you want me to make you potions?!"; close; } set Zeny,Zeny-(.@max*getarg(1)); @@ -226,7 +226,7 @@ L_making: if ((countitem(getarg(0)) < .@amount*2) || (countitem(713) < .@amount) || (Zeny < .@amount*getarg(1))) { next; mes "[Old Pharmacist]"; - mes "You punk! Do you want me to make stuff from insufficient ingridients?"; + mes "You rascal! You don't even have all the materials and you want me to make you potions?!"; close; } next; -- cgit v1.2.3-60-g2f50