diff options
-rw-r--r-- | npc/012-1/guards.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index 37bce995c..7b6fa8483 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -72,6 +72,7 @@ L_Assign: case 11: @xp=10234; break; } getexp @xp, @fc*3; + mesc l("* Gained @@ EXP and @@ Job Exp", @xp, @fc*3); close; } // Assign quest @@ -90,6 +91,11 @@ L_Assign: } // Resume quest else { + // Reset if needed + if (Mobpt-.@k < 0) { + setq2 HurnscaldQuest_Lieutenant, Mobpt; + .@k=0; + } mesn; mesq l("You have collected and additional of @@/@@ Mob Points.", Mobpt-.@k, @rq); } |