diff options
author | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-29 03:11:12 +0000 |
---|---|---|
committer | Kisuka <Kisuka@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-08-29 03:11:12 +0000 |
commit | cd5a0e3df3310c3b5e603ec9b963ed3873e0f80b (patch) | |
tree | 6745d0162bc61dd5ab487a58a1d15641f5ac2985 | |
parent | 612b4e41860672a52788c7adb66fdaa89f0e29ae (diff) | |
download | hercules-cd5a0e3df3310c3b5e603ec9b963ed3873e0f80b.tar.gz hercules-cd5a0e3df3310c3b5e603ec9b963ed3873e0f80b.tar.bz2 hercules-cd5a0e3df3310c3b5e603ec9b963ed3873e0f80b.tar.xz hercules-cd5a0e3df3310c3b5e603ec9b963ed3873e0f80b.zip |
- Small fix in Juice Maker quest, NPC kept saying text for just grape juice.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13150 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/quests/juice_maker.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/juice_maker.txt b/npc/quests/juice_maker.txt index 2e6f647b7..fa9c7145d 100644 --- a/npc/quests/juice_maker.txt +++ b/npc/quests/juice_maker.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= kobra_k88 //===== Current Version: ===================================== -//= 2,0 +//= 2.1 //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -15,6 +15,7 @@ //= 1.9 Rescripted to Aegis 10.3 standards. [L0ne_W0lf] //= Added tracking variables in, which are unset when complete. //= 2.0 Added missing checkweight. [L0ne_W0lf] +//= 2.1 Fixed dialog for if your missing the needed items (He always said the dialog for grape juice). [Kisuka] //============================================================ prt_in,49,172,3 script Marianne#juice 53,{ @@ -214,7 +215,7 @@ payon_in03,188,146,5 script Marx Hansen#juice 86,{ if (countitem(.@fruit) == 0 || countitem(713) == 0 || Zeny < 3) { mes "[Merchant Marx Hansen]"; mes "Oh no..."; - mes "You don't have all the necessary materials. To make Grape Juice, I need 1 Grape and 1 Empty Bottle. I will also need a 3 zeny fee."; + mes "You don't have all the necessary materials. To make "+getitemname(.@juice)+", I need 1 "+getitemname(.@fruit)+" and 1 Empty Bottle. I will also need a 3 zeny fee."; next; mes "[Merchant Marx Hansen]"; mes "When you have prepared everything, I will blend the fruit to give you delicious juice."; |