From 3bae9e26d4b672d37f51ae21446104c3ed2fdadd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 9 Feb 2019 00:30:19 -0200 Subject: Valentine Day Rewards is now complete and automated (I don't want the hard work) --- npc/commands/event.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/commands/event.txt') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 9631f7d73..da27370a1 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -77,7 +77,8 @@ function script GlobalEventMenu { // Delete all Valentine Day stuff if ($EVENT$ != "Valentine") { DelItemFromEveryPlayer(LoveLetter); - debugmes "TODO: Delete valentine chocolate box"; + DelItemFromEveryPlayer(BoxOfChocolates); + disablenpc "Demure#ValentineFinal"; } else if ($EVENT$ == "Valentine") { // ItemDB prefers account variables than quest log DelAccRegFromEveryPlayer("#VALENTINE_POINTS"); @@ -86,7 +87,9 @@ function script GlobalEventMenu { DelAccRegFromEveryPlayer("#VALENTINE_SENT"); htdelete $@VALENTINE_GIFTSTACKS; htdelete $@VALENTINE_LOVELETTER; + $@VALENTINE_GIFTSTACKS=0; $@VALENTINE_LOVELETTER=0; + enablenpc "Demure#ValentineFinal"; } // We must remove any event drop -- cgit v1.2.3-60-g2f50