summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/indian_headband.txt
diff options
context:
space:
mode:
authorMass <Mass@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-06 09:28:32 +0000
committerMass <Mass@54d463be-8e91-2dee-dedb-b68131a5f0ec>2004-12-06 09:28:32 +0000
commit52040336b1e5b331ecd7744eb3d9ba9533eab599 (patch)
treed9a3f28606f5907051b35d2fec13048f708bf5af /npc/quests/newgears/indian_headband.txt
parent34c5fb016f35aa69aa5de058162ced688cecd3eb (diff)
downloadhercules-52040336b1e5b331ecd7744eb3d9ba9533eab599.tar.gz
hercules-52040336b1e5b331ecd7744eb3d9ba9533eab599.tar.bz2
hercules-52040336b1e5b331ecd7744eb3d9ba9533eab599.tar.xz
hercules-52040336b1e5b331ecd7744eb3d9ba9533eab599.zip
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@474 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/indian_headband.txt')
-rw-r--r--npc/quests/newgears/indian_headband.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/npc/quests/newgears/indian_headband.txt b/npc/quests/newgears/indian_headband.txt
new file mode 100644
index 000000000..4b53cc9c0
--- /dev/null
+++ b/npc/quests/newgears/indian_headband.txt
@@ -0,0 +1,42 @@
+//===== eAthena Script =======================================
+//= Indian Headband Quest
+//===== By: ==================================================
+//= Halca (1.0)
+//= Mass Zero (1.1)
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any eAthena Version.
+//===== Description: =========================================
+//= Seperate Indian Headband quest.
+//===== Additional Comments: =================================
+//=
+//============================================================
+
+comodo.gat,238,217,5 script Merunte 832,{
+ mes "[Merunte]";
+ mes "Well, umbaga umbumbaga.";
+ mes "I like to do stuff like that!";
+ mes "And I love Indian Headbands too!";
+ next;
+ mes "[Merunte]";
+ mes "Give me:";
+ mes "100 Bill of Birds,";
+ mes "and 10,000 Zeny.";
+ next;
+ mes "[Merunte]";
+ mes "Got these items?";
+ next;
+ menu "Yep!",-,"Nope!",EXT;
+ if ((countitem(925) < 1) || (Zeny < 10000)) GOTO EXT;
+ delitem 925,1;
+ set Zeny,Zeny-10000;
+ getitem 5071,1;
+ mes "[Merunte]";
+ mes "Thanks! Bye.";
+ close;
+EXT:
+ mes "[Merunte]";
+ mes "Kay bye.";
+ close;
+} \ No newline at end of file