summaryrefslogtreecommitdiff
path: root/npc/quests/newgears/burning_blood_bandana.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/burning_blood_bandana.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/burning_blood_bandana.txt')
-rw-r--r--npc/quests/newgears/burning_blood_bandana.txt108
1 files changed, 54 insertions, 54 deletions
diff --git a/npc/quests/newgears/burning_blood_bandana.txt b/npc/quests/newgears/burning_blood_bandana.txt
index 0b9b00b4f..0cb861c30 100644
--- a/npc/quests/newgears/burning_blood_bandana.txt
+++ b/npc/quests/newgears/burning_blood_bandana.txt
@@ -1,55 +1,55 @@
-//===== eAthena Script =======================================
-//= Burning Blood Bandana Quest
-//===== By: ==================================================
-//= Halca (1.0)
-//= Mass Zero (1.1)
-//===== Current Version: =====================================
-//= 1.1
-//===== Compatible With: =====================================
-//= Any eAthena Version.
-//===== Description: =========================================
-//= Seperate Burning Blood Bandana quest.
-//===== Additional Comments: =================================
-//=
-//============================================================
-
-yuno.gat,301,188,6 Genbolt 826,{
- mes "[Genbolt]";
- mes "Why, don't you think looking badass is most important?";
- mes "After all, we all have to fend for ourselves in this world!";
- next;
- mes "[Genbolt]";
- mes "I am the only one who can make you look the coolest,";
- mes "as I can craft a ^000090Burning Blood Bandana^000000.";
- mes "You can wear this, and you clench your fist without knowing";
- mes "because of the raw power you feel!";
- next;
- menu "Wow! make me one!",-,"What do I need?",REQ,"Naw, bye",EXT;
- if ((countitem(7216) < 300) || (countitem(7097) < 300) || (countitem(982) < 1) || (countitem(2211) < 1)) GOTO EX_NI;
- mes "[Genbolt]";
- mes "Very well, here you go.";
- next;
- delitem 7216,300;
- delitem 7097,300;
- delitem 982,1;
- delitem 2211,1;
- mes "[Genbolt]";
- mes "Now I can make it...";
- next;
- getitem 5071,1;
- mes "[Genbolt]";
- mes "Enjoy.";
- close;
-REQ:
- mes "[Genbolt]";
- mes "Bring me:";
- mes "300 Red Scarfs,";
- mes "300 Burning Hearts,";
- mes "1 White Dyestuff,";
- mes "and 1 Bandana.";
- close;
-EXT:
- mes "[Genbolt]";
- mes "Bye then.";
- close;
+//===== eAthena Script =======================================
+//= Burning Blood Bandana Quest
+//===== By: ==================================================
+//= Halca (1.0)
+//= Mass Zero (1.1)
+//===== Current Version: =====================================
+//= 1.1
+//===== Compatible With: =====================================
+//= Any eAthena Version.
+//===== Description: =========================================
+//= Seperate Burning Blood Bandana quest.
+//===== Additional Comments: =================================
+//=
+//============================================================
+
+yuno.gat,301,188,6 Genbolt 826,{
+ mes "[Genbolt]";
+ mes "Why, don't you think looking badass is most important?";
+ mes "After all, we all have to fend for ourselves in this world!";
+ next;
+ mes "[Genbolt]";
+ mes "I am the only one who can make you look the coolest,";
+ mes "as I can craft a ^000090Burning Blood Bandana^000000.";
+ mes "You can wear this, and you clench your fist without knowing";
+ mes "because of the raw power you feel!";
+ next;
+ menu "Wow! make me one!",-,"What do I need?",REQ,"Naw, bye",EXT;
+ if ((countitem(7216) < 300) || (countitem(7097) < 300) || (countitem(982) < 1) || (countitem(2211) < 1)) GOTO EX_NI;
+ mes "[Genbolt]";
+ mes "Very well, here you go.";
+ next;
+ delitem 7216,300;
+ delitem 7097,300;
+ delitem 982,1;
+ delitem 2211,1;
+ mes "[Genbolt]";
+ mes "Now I can make it...";
+ next;
+ getitem 5071,1;
+ mes "[Genbolt]";
+ mes "Enjoy.";
+ close;
+REQ:
+ mes "[Genbolt]";
+ mes "Bring me:";
+ mes "300 Red Scarfs,";
+ mes "300 Burning Hearts,";
+ mes "1 White Dyestuff,";
+ mes "and 1 Bandana.";
+ close;
+EXT:
+ mes "[Genbolt]";
+ mes "Bye then.";
+ close;
} \ No newline at end of file