summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-05 22:02:34 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2005-01-05 22:02:34 +0000
commit45fb3e556069024d6ef2f96b09837077555c9417 (patch)
tree8c9724e598d650cc74f2f69cc4a9f7cf140a8753 /npc
parent94b2041fde949d49b687e1436dcf711c060f5cc1 (diff)
downloadhercules-45fb3e556069024d6ef2f96b09837077555c9417.tar.gz
hercules-45fb3e556069024d6ef2f96b09837077555c9417.tar.bz2
hercules-45fb3e556069024d6ef2f96b09837077555c9417.tar.xz
hercules-45fb3e556069024d6ef2f96b09837077555c9417.zip
Soft Feather - > Fluff
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@921 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/quests/newgears/cat_hairband.txt9
1 files 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;