diff options
-rw-r--r-- | npc/003-3/malindou.txt | 4 | ||||
-rw-r--r-- | npc/scripts.conf | 1 |
2 files changed, 5 insertions, 0 deletions
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", |