diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-11-10 14:39:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-11-10 14:39:08 -0300 |
commit | e7c7b5f4331a50cd1d64cefa98f6522a0e24461e (patch) | |
tree | b5f1c6ed5927200339d2d5d867caaed8e6728f76 /world/map/npc | |
parent | 1efb744847a5af9e162ec3101f6702c5ebaf0805 (diff) | |
download | serverdata-e7c7b5f4331a50cd1d64cefa98f6522a0e24461e.tar.gz serverdata-e7c7b5f4331a50cd1d64cefa98f6522a0e24461e.tar.bz2 serverdata-e7c7b5f4331a50cd1d64cefa98f6522a0e24461e.tar.xz serverdata-e7c7b5f4331a50cd1d64cefa98f6522a0e24461e.zip |
Raise EXP for swamp chest (+50%) and for Beheader (+25%)
Diffstat (limited to 'world/map/npc')
-rw-r--r-- | world/map/npc/012-3/beheader.txt | 2 | ||||
-rw-r--r-- | 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 |