diff options
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/kreist.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-10/kreist.txt b/npc/003-10/kreist.txt index ee94d3992..0102fb3e3 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=1; + .@lv=2; 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=14; + .@lv=13; goto L_QuestMaster; } closeclientdialog; @@ -53,11 +53,11 @@ L_QuestMaster: // It's a new day, so we must generate a new quest! if (.@q1 != .@d) { .@q1=.@d; - if (.@lv == 1) { + if (.@lv == 2) { .@q2=any(Maggot, Scorpion, Croc, FireGoblin, CaveMaggot, RedScorpion, Duck); } else if (.@lv == 5) { .@q2=any(GiantMaggot, CaveSnake, DesertBandit, Sarracenus, DesertLogHead); - } else if (.@lv == 14) { + } else if (.@lv == 13) { .@q2=any(BlackScorpion, Snake); } else { Exception("Bad setting for GMH.LV: "+.@lv, RB_DEFAULT|RB_SPEECH|RB_ISFATAL); |