summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-14 01:19:44 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-14 01:19:44 -0300
commit8a9dbac772304bb23fa7ed8e4ff691f1648605c1 (patch)
treebe307a3778727abf3960e62f322f24d3d4299e01
parent91861c1ba12947dc66ddeb95319c29db92af3cee (diff)
downloadserverdata-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.txt1
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."),