From 45fb3e556069024d6ef2f96b09837077555c9417 Mon Sep 17 00:00:00 2001 From: Lupus Date: Wed, 5 Jan 2005 22:02:34 +0000 Subject: Soft Feather - > Fluff git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@921 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/newgears/cat_hairband.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/npc/quests/newgears/cat_hairband.txt b/npc/quests/newgears/cat_hairband.txt index ca2601237..d23f10a93 100644 --- a/npc/quests/newgears/cat_hairband.txt +++ b/npc/quests/newgears/cat_hairband.txt @@ -4,7 +4,7 @@ //= Halca (1.0) //= Mass Zero (1.1) //===== Current Version: ===================================== -//= 1.3 +//= 1.4 //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= @@ -13,6 +13,7 @@ //= 1.2 Fixed wrong labels, added missing text, //= fixed zeny amount [Lupus] //= 1.3 Fixed possible exploit [Lupus] +//= 1.4 Soft Feather -> Fluff //============================================================ @@ -31,11 +32,11 @@ payon_in03.gat,110,160,4 script KoneKone 819,{ next; menu "Please make me this item.",-,"What are the materials needed?",M_REQ,"Bye.",M_EXIT; - If ((countitem(2213) < 1) || (countitem(7063) < 200) || (countitem(983) < 1) || (Zeny < 10000)) GOTO L_NOITEM;//Items: Kitty Band, Soft Feather, Black Dyestuff, + If ((countitem(2213) < 1) || (countitem(914) < 200) || (countitem(983) < 1) || (Zeny < 10000)) GOTO L_NOITEM;//Items: Kitty Band, Fluff, Black Dyestuff, mes "[KoneKone]"; mes "Wow! thankies! I will now take your items!"; delitem 2213,1;//Items: Kitty Band, - delitem 7063,200;//Items: Soft Feather, + delitem 914,200;//Items: Fluff, delitem 983,1;//Items: Black Dyestuff, set Zeny,Zeny-10000; next; @@ -58,7 +59,7 @@ M_REQ: next; mes "[KoneKone]"; mes "1 Kitty Band,"; - mes "200 Soft Feathers,"; + mes "200 Fluff,"; mes "Some Black Dye,"; mes "And of course 10,000z for labour costs."; next; -- cgit v1.2.3-70-g09d2