diff options
author | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-04 13:13:38 +0000 |
---|---|---|
committer | MasterOfMuppets <MasterOfMuppets@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2006-07-04 13:13:38 +0000 |
commit | 24902048d9846dac8acfa9e577a5f299774622fc (patch) | |
tree | c27f9b8bc8fc8755151989edb24b7ae36ec30af7 /npc/quests/newgears/mask_of_alarm.txt | |
parent | b8364f6fc64d434de345efe38487cd61ca4d4037 (diff) | |
download | hercules-24902048d9846dac8acfa9e577a5f299774622fc.tar.gz hercules-24902048d9846dac8acfa9e577a5f299774622fc.tar.bz2 hercules-24902048d9846dac8acfa9e577a5f299774622fc.tar.xz hercules-24902048d9846dac8acfa9e577a5f299774622fc.zip |
Implemented the official 2004 Headgear quests, thanks to Dj-Yhn for the conversion from Aegis format.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7505 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/newgears/mask_of_alarm.txt')
-rw-r--r-- | npc/quests/newgears/mask_of_alarm.txt | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/npc/quests/newgears/mask_of_alarm.txt b/npc/quests/newgears/mask_of_alarm.txt deleted file mode 100644 index d461d2dd5..000000000 --- a/npc/quests/newgears/mask_of_alarm.txt +++ /dev/null @@ -1,55 +0,0 @@ -//===== eAthena Script =======================================
-//= Mask of Alarm Quest
-//===== By: ==================================================
-//= Halca (1.0)
-//= Mass Zero (1.1)
-//===== Current Version: =====================================
-//= 1.4a
-//===== Compatible With: =====================================
-//= Any eAthena Version.
-//===== Description: =========================================
-//= Seperate Alarm Mask quest.
-//===== Additional Comments: =================================
-//= 1.2 Fixed wrong labels, added missing text and labels,
-//= changed Zeny amount, fixed wrong item ID [Lupus]
-//= 1.3 Fixed possible exploit [Lupus]
-//= 1.4 Added correct item list. [shadow] & [Lupus]
-//= 1.4a fixed coords [Lupus]
-//============================================================
-
-alde_alche.gat,104,171,3 script Muslam 819,{
- mes "[Muslam]";
- mes "I love Alarms, so evil, just like me.";
- mes "Touch me and I will rip your arm off!";
- next;
- mes "[Muslam]";
- mes "Anyways... If you want an Alarm Mask, bring me";
- mes "3,000 Clock Hands,";
- mes "and 1 Mr. Scream.";
- next;
- mes "[Muslam]";
- mes "Got these?";
- next;
- menu "Yep!",-,"Nope!",M_EXIT;
-
- if(countitem(1095) < 3000 || countitem(2288) < 1) GOTO L_NOITEM;//Items: Mr Scream,
- delitem 1095,3000;//Items: Clock Hand
- delitem 2288,1;//Items: Mr Scream
- mes "[Muslam]";
- mes "Great!";
- next;
- getitem 5086,1;//Items: Alarm Mask,
- mes "[Muslam]";
- mes "Enjoy your item!";
- close;
-
-L_NOITEM:
- mes "[Muslam]";
- mes "Where are 3,000 Clock Hands and 1 Mr. Scream?";
- close;
-
-M_EXIT:
- mes "[Muslam]";
- mes "Mkay! byeee.";
- close;
-}
\ No newline at end of file |