From 67ce88dcaccf1fb7290bb9cc6efe5352e7578aab Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 18 Dec 2021 10:31:40 -0300 Subject: Give a free ticket for surviving to see the wave changes (Poppet) (DLC) --- npc/082-3/poppet.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/npc/082-3/poppet.txt b/npc/082-3/poppet.txt index 3eb56686..56f57475 100644 --- a/npc/082-3/poppet.txt +++ b/npc/082-3/poppet.txt @@ -126,13 +126,18 @@ L_Summon: closeclientdialog; close; -OnTimer1000: // Initial wave +OnTick: + getitem XmasTicket, 1; + end; + OnTimer120000: // 2.0 min OnTimer240000: // 4.0 min OnTimer360000: // 6.0 min OnTimer450000: // 7.5 min OnTimer540000: // 9.0 min OnTimer600000: // 10.0 min (final) + maptimer("082-3", 10, "Poppet::OnTick"); +OnTimer1000: // Initial wave /* Summon next wave */ .@msg$ = any("I'm having fun, what about you?", "I'm spawning more monsters, watch out.", -- cgit v1.2.3-60-g2f50