diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-08 04:24:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-08 04:24:54 -0300 |
commit | 28a1baf598f9b5b1a956e6394e10c4453eb635fb (patch) | |
tree | 44c9d07b3c380f48ca6495bbfc6898c3b99328e4 /npc | |
parent | b9b98d3b0aae4df04a3a6221b8ad7b4412cfc5d8 (diff) | |
download | serverdata-28a1baf598f9b5b1a956e6394e10c4453eb635fb.tar.gz serverdata-28a1baf598f9b5b1a956e6394e10c4453eb635fb.tar.bz2 serverdata-28a1baf598f9b5b1a956e6394e10c4453eb635fb.tar.xz serverdata-28a1baf598f9b5b1a956e6394e10c4453eb635fb.zip |
Kreist: Easy tasks are more important than expert tasks.
Lower EXPERT factor in 1, and add it on Easy tasks. (ie. +40 GP, +Lv XP, +1 JXP)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-10/kreist.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index 809da628f..020286e72 100644 --- a/npc/003-10/kreist.txt +++ b/npc/003-10/kreist.txt @@ -28,7 +28,7 @@ .@q2=getq2(General_MobHunting1); .@q3=getq3(General_MobHunting1); .@q=General_MobHunting1; - .@lv=2; + .@lv=3; goto L_QuestMaster; case 2: .@q1=getq(General_MobHunting2); @@ -42,7 +42,7 @@ .@q2=getq2(General_MobHunting3); .@q3=getq3(General_MobHunting3); .@q=General_MobHunting3; - .@lv=13; + .@lv=12; goto L_QuestMaster; } closeclientdialog; |