From 61d895a1214e5e92cc506d88d2f37baeb0b30f11 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 28 Dec 2021 07:02:45 -0300 Subject: Add a new blackbox --- npc/003-3/malindou.txt | 4 ++++ npc/scripts.conf | 1 + 2 files changed, 5 insertions(+) diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index b59dbe268..6bcfe669e 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -710,6 +710,10 @@ OnPCBonusEvent: HUB_PCBonus(); end; +OnGlobalChat: + SK_Scripture(@chat$); + end; + // Level up events OnPCBaseLvUpEvent: switch (BaseLevel) { diff --git a/npc/scripts.conf b/npc/scripts.conf index 98bb5639e..737f2df8a 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -137,6 +137,7 @@ "npc/magic/study.txt", "npc/magic/transmigration.txt", "npc/magic/scrolls.txt", +"npc/magic/magic_blackbox.txt", // These are to be proccessed later "npc/functions/clientversion.txt", -- cgit v1.2.3-70-g09d2