diff options
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; |