diff options
Diffstat (limited to 'npc/quests/newgears/mask_of_alarm.txt')
-rw-r--r-- | npc/quests/newgears/mask_of_alarm.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/quests/newgears/mask_of_alarm.txt b/npc/quests/newgears/mask_of_alarm.txt index e75b34212..ede29d3be 100644 --- a/npc/quests/newgears/mask_of_alarm.txt +++ b/npc/quests/newgears/mask_of_alarm.txt @@ -4,7 +4,7 @@ //= Halca (1.0) //= Mass Zero (1.1) //===== Current Version: ===================================== -//= 1.2 +//= 1.3 //===== Compatible With: ===================================== //= Any eAthena Version. //===== Description: ========================================= @@ -12,6 +12,7 @@ //===== 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] //============================================================ aldebaran.gat,236,235,3 script Muslam 819,{ @@ -32,9 +33,9 @@ aldebaran.gat,236,235,3 script Muslam 819,{ if ((countitem(10002) < 1) || (Zeny < 300000)) GOTO L_NOITEM;//Items: Monster Oxygen Mask, mes "[Muslam]"; mes "Great!"; - next; delitem 10002,1;//Items: Monster Oxygen Mask, set Zeny,Zeny-300000; + next; getitem 5086,1;//Items: Alarm Mask, mes "[Muslam]"; mes "Enjoy your item!"; |