summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-12-22 04:26:13 -0300
committerJesusaves <cpntb1@ymail.com>2021-12-22 04:26:13 -0300
commit5877f74eade5b8bcc26112cd670f7b5856ed5296 (patch)
treeefe95b2c987c496af30757ee052d5267f330566a
parent624a865a923e8a932d4439e831b22cef94e5c513 (diff)
downloadserverdata-5877f74eade5b8bcc26112cd670f7b5856ed5296.tar.gz
serverdata-5877f74eade5b8bcc26112cd670f7b5856ed5296.tar.bz2
serverdata-5877f74eade5b8bcc26112cd670f7b5856ed5296.tar.xz
serverdata-5877f74eade5b8bcc26112cd670f7b5856ed5296.zip
Poppet - Suggest players contacting staff after she has finished cooldown for 5min
-rw-r--r--npc/082-3/poppet.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/082-3/poppet.txt b/npc/082-3/poppet.txt
index a7226e2a..1232d5bd 100644
--- a/npc/082-3/poppet.txt
+++ b/npc/082-3/poppet.txt
@@ -7,6 +7,8 @@
082-3,99,86,0 script Poppet NPC190,{
function spawn;
if (mobcount("082-3", "all")) {
+ if (.tick + 300 < gettimetick(2))
+ npctalk3 l("If you cannot handle it, maybe try asking staff for help...?");
npctalk3 l("Monsters remaining: %s", fnum(mobcount("082-3", "all")));
end;
}
@@ -75,7 +77,7 @@ L_Summon:
else
mesc l("???: Available from Dec 23rd onwards");
mes "";
- mesq "If you select a mode you cannot manage, please contact staff; I'll not clean the room, no matter whatever happens.";
+ mesq l("If you select a mode you cannot manage, please contact staff; I'll not clean the room, no matter whatever happens.");
select
l("Hm, nevermind."),
l("Begin easy mode [10 min]"),