summaryrefslogtreecommitdiff
path: root/world/map/npc/099-7/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/099-7/boss.txt')
-rw-r--r--world/map/npc/099-7/boss.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/world/map/npc/099-7/boss.txt b/world/map/npc/099-7/boss.txt
index cc351ccc..8ce2ef8d 100644
--- a/world/map/npc/099-7/boss.txt
+++ b/world/map/npc/099-7/boss.txt
@@ -662,6 +662,8 @@ OnTimer150000:
"No.", L_Close;
L_Yes:
+ if (isdead())
+ goto L_Not_Enough;
if(countitem("TreasureKey") < 1000)
goto L_Not_Enough;
getinventorylist;
@@ -687,8 +689,8 @@ L_FlawedLens:
L_Rare:
getexp 10000000, 0;
set FLAGS, FLAGS | FLAG_KESHLAM_RAREDROP;
- if (rand(3) == 1) goto L_Amulet; // 33% chance
- goto L_Ring; // 67% chance
+ if (rand(4) == 1) goto L_Amulet; // 25% chance
+ goto L_Ring; // 75% chance
L_Amulet:
getitem "EnchantersAmulet", 1;