From e7c7b5f4331a50cd1d64cefa98f6522a0e24461e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Nov 2022 14:39:08 -0300 Subject: Raise EXP for swamp chest (+50%) and for Beheader (+25%) --- world/map/npc/012-3/beheader.txt | 2 +- world/map/npc/099-7/boss.txt | 4 ++-- 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 -- cgit v1.2.3-60-g2f50