diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:19:44 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-14 01:19:44 -0300 |
commit | 8a9dbac772304bb23fa7ed8e4ff691f1648605c1 (patch) | |
tree | be307a3778727abf3960e62f322f24d3d4299e01 | |
parent | 91861c1ba12947dc66ddeb95319c29db92af3cee (diff) | |
download | serverdata-8a9dbac772304bb23fa7ed8e4ff691f1648605c1.tar.gz serverdata-8a9dbac772304bb23fa7ed8e4ff691f1648605c1.tar.bz2 serverdata-8a9dbac772304bb23fa7ed8e4ff691f1648605c1.tar.xz serverdata-8a9dbac772304bb23fa7ed8e4ff691f1648605c1.zip |
Inform players they can switch GHQ at will
-rw-r--r-- | npc/functions/mobhunter.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/mobhunter.txt b/npc/functions/mobhunter.txt index 02bddab20..11681a998 100644 --- a/npc/functions/mobhunter.txt +++ b/npc/functions/mobhunter.txt @@ -204,6 +204,7 @@ function script GHQ_Assign { if (.@q) { .@m=GHQ_GetMonsterIDByQuestID(.@q); mes l("You are currently hunting @@/10000 @@. Do you want to switch?", .@p, getmonsterlink(.@m)); + mesc l("Protip: Your current progress will be saved."); } select l("I'm not interested."), |