summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/mushroom_hairband.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/mushroom_hairband.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/mushroom_hairband.txt')
-rw-r--r--npc/quests/newgears/mushroom_hairband.txt98
1 files changed, 49 insertions, 49 deletions
diff --git a/npc/quests/newgears/mushroom_hairband.txt b/npc/quests/newgears/mushroom_hairband.txt
index 0f0ac3635..ba417c647 100644
--- a/npc/quests/newgears/mushroom_hairband.txt
+++ b/npc/quests/newgears/mushroom_hairband.txt
@@ -1,50 +1,50 @@
-//===== eAthena Script =======================================
-//= Mushroom Hairband Quest
-//===== By: ==================================================
-//= Halca (1.0)
-//= Mass Zero (1.1)
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any eAthena Version.
-//===== Description: =========================================
-//= Seperate Mushroom Hairband quest.
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-prontera.gat,66,87,6 script Aipo 819,{
- mes "[Aipo]";
- mes "Heeeeee.";
- next;
- mes "[Aipo]";
- mes "Have you ever wondered what you would look like with a ^000080Mushroom Hairband^000000?";
- mes "Well, I can make you one If you like, just give me 300 Mushroom Spores!";
- next;
- mes "[Aipo]";
- mes "This wondrous item grew in the depths of a gave and needs the spores for the final";
- mes "materials neededm";
- mes "Want me to make it for you?";
- next;
- menu "Yes! Now make me the item!",-,"No, thanks!",EXT;
- if (countitem(921) < 300) GOTO NM_EXT;
- mes "[Aipo]";
- mes "Wow! Thanks! Lemme make the item then.";
- next;
- delitem 921,300;
- mes "[Aipo]";
- mes "Okay, thanks for the items, now yours in return!";
- next;
- getitem 5082,1;
- mes "[Aipo]";
- mes "Thanks again! Bye!";
- close;
-NM_EXT:
- mes "[Aipo]";
- mes "You don't have enough Mushroom Spores... sorry!";
- close;
-EXT:
- mes "[Aipo]";
- mes "Well, I'm always here If you change your mind!";
- close;
+//===== eAthena Script =======================================
+//= Mushroom Hairband Quest
+//===== By: ==================================================
+//= Halca (1.0)
+//= Mass Zero (1.1)
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any eAthena Version.
+//===== Description: =========================================
+//= Seperate Mushroom Hairband quest.
+//===== Additional Comments: =================================
+//=
+//============================================================
+
+prontera.gat,66,87,6 script Aipo 819,{
+ mes "[Aipo]";
+ mes "Heeeeee.";
+ next;
+ mes "[Aipo]";
+ mes "Have you ever wondered what you would look like with a ^000080Mushroom Hairband^000000?";
+ mes "Well, I can make you one If you like, just give me 300 Mushroom Spores!";
+ next;
+ mes "[Aipo]";
+ mes "This wondrous item grew in the depths of a gave and needs the spores for the final";
+ mes "materials neededm";
+ mes "Want me to make it for you?";
+ next;
+ menu "Yes! Now make me the item!",-,"No, thanks!",EXT;
+ if (countitem(921) < 300) GOTO NM_EXT;
+ mes "[Aipo]";
+ mes "Wow! Thanks! Lemme make the item then.";
+ next;
+ delitem 921,300;
+ mes "[Aipo]";
+ mes "Okay, thanks for the items, now yours in return!";
+ next;
+ getitem 5082,1;
+ mes "[Aipo]";
+ mes "Thanks again! Bye!";
+ close;
+NM_EXT:
+ mes "[Aipo]";
+ mes "You don't have enough Mushroom Spores... sorry!";
+ close;
+EXT:
+ mes "[Aipo]";
+ mes "Well, I'm always here If you change your mind!";
+ close;
} \ No newline at end of file