diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:33:27 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2004-12-07 18:33:27 +0000 |
commit | bedc8551743c08b42b56ec11dbee97fc570dddf2 (patch) | |
tree | 9560b70d4a7a0d1146ab081e31f899e4da9835f2 /npc/quests/newgears/mask_of_alarm.txt | |
parent | 2e2bc3402805a132af5515b55c46b022c1abedf0 (diff) | |
download | hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.gz hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.bz2 hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.tar.xz hercules-bedc8551743c08b42b56ec11dbee97fc570dddf2.zip |
fixed some item names
and fixed coords of some NPC of new headgear quests
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@493 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/quests/newgears/mask_of_alarm.txt b/npc/quests/newgears/mask_of_alarm.txt index f53564767..e75b34212 100644 --- a/npc/quests/newgears/mask_of_alarm.txt +++ b/npc/quests/newgears/mask_of_alarm.txt @@ -1,4 +1,4 @@ -//===== eAthena Script ======================================= +//===== eAthena Script ======================================= //= Mask of Alarm Quest //===== By: ================================================== //= Halca (1.0) @@ -8,19 +8,19 @@ //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= -//= Seperate Expressionless Mask (Mask of Alarm) quest. +//= Seperate Alarm Mask quest. //===== Additional Comments: ================================= //= 1.2 Fixed wrong labels, added missing text and labels, //= changed Zeny amount, fixed wrong item ID [Lupus] //============================================================ -aldebaran.gat,87,181,3 script Muslam 819,{ +aldebaran.gat,236,235,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 a Expressionless Mask (Mask of an Alarm),"; + mes "Anyways... If you want a Alarm Mask,"; mes "bring me 300,000 Zeny,"; mes "and 1 Monster Oxygen Mask."; next; @@ -35,7 +35,7 @@ aldebaran.gat,87,181,3 script Muslam 819,{ next; delitem 10002,1;//Items: Monster Oxygen Mask, set Zeny,Zeny-300000; - getitem 5087,1;//Items: Expressionless Mask, + getitem 5086,1;//Items: Alarm Mask, mes "[Muslam]"; mes "Enjoy your item!"; close; |