summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--world/map/npc/012-3/beheader.txt2
-rw-r--r--world/map/npc/099-7/boss.txt4
2 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/012-3/beheader.txt b/world/map/npc/012-3/beheader.txt
index 89fa51ce..17abc129 100644
--- a/world/map/npc/012-3/beheader.txt
+++ b/world/map/npc/012-3/beheader.txt
@@ -176,7 +176,7 @@ L_Finish:
goto L_Nope;
getitem "Beheader", 1;
- getexp 750000, 0;
+ getexp 1000000, 0;
set FLAGS, FLAGS | FLAG_GOT_BEHEADER_SWORD;
set TERRAC, 0;
diff --git a/world/map/npc/099-7/boss.txt b/world/map/npc/099-7/boss.txt
index c621c68f..3980b2bb 100644
--- a/world/map/npc/099-7/boss.txt
+++ b/world/map/npc/099-7/boss.txt
@@ -681,7 +681,7 @@ L_Yes:
L_FlawedLens:
getitem "FlawedLens", 1;
- getexp 20000000, 0;
+ getexp 30000000, 0;
set FLAGS, FLAGS | FLAG_KESHLAM_FLAWEDLENS;
mes "[Chest]";
mes "You opened it and found...! Some flawed lens?! Meh.";
@@ -692,7 +692,7 @@ L_FlawedLens:
close;
L_Rare:
- getexp 10000000, 0;
+ getexp 15000000, 0;
set FLAGS, FLAGS | FLAG_KESHLAM_RAREDROP;
if (rand(4) == 1) goto L_Amulet; // 25% chance
goto L_Ring; // 75% chance