summaryrefslogtreecommitdiff
path: root/npc/005-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-12-30 17:44:19 -0200
committerJesusaves <cpntb1@ymail.com>2018-12-30 17:44:19 -0200
commita89967167b968bcb4f8558a0196e44c0e1fd7d12 (patch)
tree785732c0dfb1833fc65a8b1e0b3293579cfe0d56 /npc/005-1
parent4eea6b7b345d3a1c63387044861d920bd3a8ede3 (diff)
downloadserverdata-a89967167b968bcb4f8558a0196e44c0e1fd7d12.tar.gz
serverdata-a89967167b968bcb4f8558a0196e44c0e1fd7d12.tar.bz2
serverdata-a89967167b968bcb4f8558a0196e44c0e1fd7d12.tar.xz
serverdata-a89967167b968bcb4f8558a0196e44c0e1fd7d12.zip
Rebalance how much experience is given on Maya (target is level 3, 5 players)
This is done with an expression, meaning exp gain is balanced out
Diffstat (limited to 'npc/005-1')
-rw-r--r--npc/005-1/maya.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-1/maya.txt b/npc/005-1/maya.txt
index c31f48b8a..7fd886d5d 100644
--- a/npc/005-1/maya.txt
+++ b/npc/005-1/maya.txt
@@ -64,7 +64,7 @@ L_QuestCompleted:
delitem MaggotSlime, 3;
set Zeny, Zeny + 325;
getitem CandorShirt, 1;
- getexp 25, 5;
+ getexp BaseLevel*8, 5;
setq CandorQuest_Maya, 2;
mes "";
@@ -112,6 +112,7 @@ L_Quest2Completed:
delitem ScorpionStinger, 3;
delitem PiouFeathers, 10;
set Zeny, Zeny + 725;
+ getexp BaseLevel*10, 10;
setq CandorQuest_Maya, 4;
// Reward Calculation: Piou base is 3 and Stinger base is 25.