diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-20 15:11:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-20 15:11:03 -0300 |
commit | 9f79ae84ed441a60e9294df5a84885fc798415b4 (patch) | |
tree | 358d4484b8601d00c8cf65a8879d6ce1d35c570b | |
parent | e52d63bfef0d4b9baccffbb8797d21d7c60890db (diff) | |
download | serverdata-9f79ae84ed441a60e9294df5a84885fc798415b4.tar.gz serverdata-9f79ae84ed441a60e9294df5a84885fc798415b4.tar.bz2 serverdata-9f79ae84ed441a60e9294df5a84885fc798415b4.tar.xz serverdata-9f79ae84ed441a60e9294df5a84885fc798415b4.zip |
Make Thorn/Blossom EXP Reward scalable
-rw-r--r-- | npc/014-4/thorn.txt | 2 | ||||
-rw-r--r-- | npc/014-5/blossom.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/014-4/thorn.txt b/npc/014-4/thorn.txt index 99dfe81e4..bb8a3dd31 100644 --- a/npc/014-4/thorn.txt +++ b/npc/014-4/thorn.txt @@ -88,7 +88,7 @@ L_SpringQuest: delitem CobaltHerb, 50; delitem AlizarinHerb, 50; getitem Wreath, 1; - getexp 6500, 120; + getexp (200*BaseLevel), 120; setq1 SQuest_Spring, 1; mesn; mesq l("Many thanks! If I let my wose side blossom, I'm sure she'll look at me!"); diff --git a/npc/014-5/blossom.txt b/npc/014-5/blossom.txt index cbd332aba..37fd58012 100644 --- a/npc/014-5/blossom.txt +++ b/npc/014-5/blossom.txt @@ -85,7 +85,7 @@ L_SpringQuest: delitem CobaltHerb, 50; delitem AlizarinHerb, 50; getitem Wreath, 1; - getexp 6500, 120; + getexp (200*BaseLevel), 120; setq1 SQuest_Spring, 1; mesn; mesq l("Many thanks! At least he'll know he haven't impressed me yet!"); |