diff options
author | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 06:23:51 +0000 |
---|---|---|
committer | amber <amber@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 06:23:51 +0000 |
commit | 1df4d8745da1cfdfa7d2dd24632074fab5234a6b (patch) | |
tree | 849367324d3e3d34da18cb70b448286a34c2535b /npc/quests/newgears/indian_headband.txt | |
parent | a250899cbd3bd86d0958f6c9967c859e86da88c6 (diff) | |
download | hercules-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/indian_headband.txt')
-rw-r--r-- | npc/quests/newgears/indian_headband.txt | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/npc/quests/newgears/indian_headband.txt b/npc/quests/newgears/indian_headband.txt index 4b53cc9c0..2b7fe68e6 100644 --- a/npc/quests/newgears/indian_headband.txt +++ b/npc/quests/newgears/indian_headband.txt @@ -1,42 +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;
+//===== 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 |