summaryrefslogtreecommitdiff
path: root/npc/quests
diff options
context:
space:
mode:
authorLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-13 17:31:57 +0000
committerLupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-13 17:31:57 +0000
commit99efe8db15d33a7c1ddc29827ea06f0b7bf50b6e (patch)
tree5fbe743d22ad74fd83d06ba5fa70a72d1494601b /npc/quests
parent73150f452b6e4732f47fa6b4bb16b9d6b641f0ea (diff)
downloadhercules-99efe8db15d33a7c1ddc29827ea06f0b7bf50b6e.tar.gz
hercules-99efe8db15d33a7c1ddc29827ea06f0b7bf50b6e.tar.bz2
hercules-99efe8db15d33a7c1ddc29827ea06f0b7bf50b6e.tar.xz
hercules-99efe8db15d33a7c1ddc29827ea06f0b7bf50b6e.zip
fixed Posture Fix Hat
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@557 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r--npc/quests/custom/new_hats.txt23
1 files changed, 15 insertions, 8 deletions
diff --git a/npc/quests/custom/new_hats.txt b/npc/quests/custom/new_hats.txt
index bdbbb93c7..8c4b88bc2 100644
--- a/npc/quests/custom/new_hats.txt
+++ b/npc/quests/custom/new_hats.txt
@@ -1,13 +1,19 @@
//===== eAthena Script =======================================
-//= The 32 New Hats
+//= The 32 New Hats (custom)
//===== By: ==================================================
//= Darkchild
//===== Current Version: =====================================
-//= 1.4
+//= 1.5
//===== Compatible With: =====================================
//= eAthena 1.0
//===== Description: =========================================
-//= 4 brothers give you quests to get 32 new hats
+//=
+//= Don't use these NPC, there are separate quests for these
+//= items in quests/newgear/ folder
+//=
+//= And some of these items have made-up ingredients
+//= 4 brothers give you quests to get 32 new hats
+//=
//===== Additional Comments: =================================
//= There are 2 scripts for these 32 'new' hats.
//= The other one doesnt have all the new ones and has some old ones
@@ -17,6 +23,7 @@
//= 1.4 fixed amount of Fish Tail (300 -> 30), Zeny bugs in Ear of Angel,
//= Ear of Demon,Big Golden Bell, Mistress Crown,
//= Crown of The Ancient Queen, Indian Headband, Orc Hero Helm [Lupus]
+//= 1.5 Fixed Posture Fix Hat (Campus Hat).
//============================================================
prontera.gat,140,172,5 script Zac 704,{
mes "[Zac]";
@@ -25,21 +32,21 @@ prontera.gat,140,172,5 script Zac 704,{
mes "I provide 8 hats and my brothers provides the other 24.";
mes "What hat do you want me to make?";
next;
- menu "Attitude Campus Hat",L1_1,"Fox Mask",L1_2,"X Cross Hairpin",L1_3,"Flower Hair Pin",L1_4,"Tulip Hair Pin",L1_5,"Mushroom Hairband",L1_6,"Troublesome Raccoon Doll",L1_7,"Blue Fish",L1_8;
+ menu "Posture Fix Hat",L1_1,"Fox Mask",L1_2,"X Cross Hairpin",L1_3,"Flower Hair Pin",L1_4,"Tulip Hair Pin",L1_5,"Mushroom Hairband",L1_6,"Troublesome Raccoon Doll",L1_7,"Blue Fish",L1_8;
L1_1:
mes "[Zac]";
mes "Let me check the items you have brought here.";
next;
- if((countitem(2285)<1) && (countitem(1550)<1)) goto L_ITEM_1;//Items: Apple o' Archer, Book,
+ if((countitem(2285)<1) || (countitem(1550)<1)) goto L_ITEM_1;//Items: Apple o' Archer, Book,
mes "[Zac]";
mes "Wow!! Well done! Finally you have gathered all items needed!";
- mes "We will make the Attitude Campus Hat for you right away.";
+ mes "We will make the Posture Fix Hat for you right away.";
mes "Please Wait a Moment.";
next;
delitem 2285,1;//Items: Apple o' Archer,
delitem 1550,1;//Items: Book,
mes "[Zac]";
- mes "Tah Dah!!!^FF0000Attitude Campus Hat^000000...! Please Take it!";
+ mes "Tah Dah!!!^FF0000Posture Fix Hat^000000...! Please Take it!";
getitem 5073,1;//Items: Campus Hat,
next;
mes "[Zac]";
@@ -54,7 +61,7 @@ prontera.gat,140,172,5 script Zac 704,{
mes "about this?";
next;
mes "[Zac]";
- mes "Attitude Campus Hat requires~~";
+ mes "Posture Fix Hat requires~~";
next;
mes "[Zac]";
mes "1 Apple o' Archer";