summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/sea_otter_hat.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/sea_otter_hat.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/sea_otter_hat.txt')
-rw-r--r--npc/quests/newgears/sea_otter_hat.txt98
1 files changed, 49 insertions, 49 deletions
diff --git a/npc/quests/newgears/sea_otter_hat.txt b/npc/quests/newgears/sea_otter_hat.txt
index 14ca85dbc..7ca272032 100644
--- a/npc/quests/newgears/sea_otter_hat.txt
+++ b/npc/quests/newgears/sea_otter_hat.txt
@@ -1,50 +1,50 @@
-//===== eAthena Script =======================================
-//= Sea Otter Hat Quest
-//===== By: ==================================================
-//= Halca (1.0)
-//= Mass Zero (1.1)
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any eAthena Version.
-//===== Description: =========================================
-//= Seperate Seo Otter Hat quest.
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-xmas.gat,184,267,4 script Pretty Rency 818,{
- mes "[Pretty Rency]";
- mes "Wow! you heard of a Sea Otter Hat?";
- next;
- mes "[Pretty Rency]";
- mes "The requirements for this item, are very simple:";
- mes "1 Raccoon Hat,";
- mes "1 Transform Leaf";
- next;
- mes "[Pretty Rency]";
- mes "Do you have these items?";
- next;
- menu "Yes.",-,"No.",EXT;
- if ((countitem(5084) < 1) || (countitem(5064) < 1)) GOTO NM_EXT;
- mes "[Pretty Rency]";
- mes "Congratulations!";
- next;
- delitem 5084,1;
- delitem 5064,1;
- mes "[Pretty Rency]";
- mes "Thanks for your items! Now I will make yours for you!";
- next;
- getitem 5078,1;
- mes "[Pretty Rency]";
- mes "Thanks! Byeeeeeee!";
- close;
-NM_EXT:
- mes "[Pretty Rency]";
- mes "Sorry, not enough items.";
- close;
-EXT:
- mes "[Pretty Rency]";
- mes "Byebye! Have a nice time in the world of Ragnarok!";
- close;
+//===== eAthena Script =======================================
+//= Sea Otter Hat Quest
+//===== By: ==================================================
+//= Halca (1.0)
+//= Mass Zero (1.1)
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any eAthena Version.
+//===== Description: =========================================
+//= Seperate Seo Otter Hat quest.
+//===== Additional Comments: =================================
+//=
+//============================================================
+
+xmas.gat,184,267,4 script Pretty Rency 818,{
+ mes "[Pretty Rency]";
+ mes "Wow! you heard of a Sea Otter Hat?";
+ next;
+ mes "[Pretty Rency]";
+ mes "The requirements for this item, are very simple:";
+ mes "1 Raccoon Hat,";
+ mes "1 Transform Leaf";
+ next;
+ mes "[Pretty Rency]";
+ mes "Do you have these items?";
+ next;
+ menu "Yes.",-,"No.",EXT;
+ if ((countitem(5084) < 1) || (countitem(5064) < 1)) GOTO NM_EXT;
+ mes "[Pretty Rency]";
+ mes "Congratulations!";
+ next;
+ delitem 5084,1;
+ delitem 5064,1;
+ mes "[Pretty Rency]";
+ mes "Thanks for your items! Now I will make yours for you!";
+ next;
+ getitem 5078,1;
+ mes "[Pretty Rency]";
+ mes "Thanks! Byeeeeeee!";
+ close;
+NM_EXT:
+ mes "[Pretty Rency]";
+ mes "Sorry, not enough items.";
+ close;
+EXT:
+ mes "[Pretty Rency]";
+ mes "Byebye! Have a nice time in the world of Ragnarok!";
+ close;
} \ No newline at end of file