summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/tulip_hairpin.txt
diff options
context:
space:
mode:
authoramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-07 06:23:51 +0000
committeramber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-07 06:23:51 +0000
commit1df4d8745da1cfdfa7d2dd24632074fab5234a6b (patch)
tree849367324d3e3d34da18cb70b448286a34c2535b /npc/quests/newgears/tulip_hairpin.txt
parenta250899cbd3bd86d0958f6c9967c859e86da88c6 (diff)
downloadhercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.tar.gz
hercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.tar.bz2
hercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.tar.xz
hercules-1df4d8745da1cfdfa7d2dd24632074fab5234a6b.zip
updats
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@484 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/tulip_hairpin.txt')
-rw-r--r--npc/quests/newgears/tulip_hairpin.txt96
1 files changed, 48 insertions, 48 deletions
diff --git a/npc/quests/newgears/tulip_hairpin.txt b/npc/quests/newgears/tulip_hairpin.txt
index db2b5af4e..fc9c1cd5a 100644
--- a/npc/quests/newgears/tulip_hairpin.txt
+++ b/npc/quests/newgears/tulip_hairpin.txt
@@ -1,49 +1,49 @@
-//===== eAthena Script =======================================
-//= Tulip Hairpin Quest
-//===== By: ==================================================
-//= Halca (1.0)
-//= Mass Zero (1.1)
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any eAthena Version.
-//===== Description: =========================================
-//= Seperate Tulip Hairpin quest.
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-prontera.gat,84,189,6 script Ses 815,{
- mes "[Ses]";
- mes "Woo, hello! Fruit fruit!";
- mes "Sorry, I just love flowers, fruits and everything that makes me";
- mes "look more FRUITY!";
- next;
- menu "Shh, just make me the Tulip Hairpin!",-,"What do I need for the Tulip Hairpin?",TH_REQ,"Bye!",EXIT;
- mes "[Ses]";
- mes "You have the items?";
- next;
- menu "Yes!",-,"No!",EXIT;
- If ((countitem(2278) < 1) || (countitem(975) < 1)) GOTO EX_NM;
- mes "[Ses]";
- mes "Yay! thanks! Pineapple!";
- mes "Here you go!";
- next;
- delitem 2278,1;
- delitem 975,1;
- getitem 5077,1;
- mes "[Ses]";
- mes "Enjoy being pretty!";
- close;
-TH_REQ:
- mes "[Ses]";
- mes "Well, I need...";
- mes "1 Mr. Smile for the substance";
- mes "and 1 scarlet dyestuff!";
- mes "Bring these to me for your item!";
- close;
-EXIT:
- mes "[Ses]";
- mes "Okay!";
- mes "Byeeeee!";
+//===== eAthena Script =======================================
+//= Tulip Hairpin Quest
+//===== By: ==================================================
+//= Halca (1.0)
+//= Mass Zero (1.1)
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any eAthena Version.
+//===== Description: =========================================
+//= Seperate Tulip Hairpin quest.
+//===== Additional Comments: =================================
+//=
+//============================================================
+
+prontera.gat,84,189,6 script Ses 815,{
+ mes "[Ses]";
+ mes "Woo, hello! Fruit fruit!";
+ mes "Sorry, I just love flowers, fruits and everything that makes me";
+ mes "look more FRUITY!";
+ next;
+ menu "Shh, just make me the Tulip Hairpin!",-,"What do I need for the Tulip Hairpin?",TH_REQ,"Bye!",EXIT;
+ mes "[Ses]";
+ mes "You have the items?";
+ next;
+ menu "Yes!",-,"No!",EXIT;
+ If ((countitem(2278) < 1) || (countitem(975) < 1)) GOTO EX_NM;
+ mes "[Ses]";
+ mes "Yay! thanks! Pineapple!";
+ mes "Here you go!";
+ next;
+ delitem 2278,1;
+ delitem 975,1;
+ getitem 5077,1;
+ mes "[Ses]";
+ mes "Enjoy being pretty!";
+ close;
+TH_REQ:
+ mes "[Ses]";
+ mes "Well, I need...";
+ mes "1 Mr. Smile for the substance";
+ mes "and 1 scarlet dyestuff!";
+ mes "Bring these to me for your item!";
+ close;
+EXIT:
+ mes "[Ses]";
+ mes "Okay!";
+ mes "Byeeeee!";
} \ No newline at end of file