diff options
author | wushin <pasekei@gmail.com> | 2016-10-13 11:55:01 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2016-10-13 13:28:06 -0500 |
commit | e1c5c4d938f6a734b44c7db1266da2eae8ba4197 (patch) | |
tree | ea19737738b0351adb203fa77dbbba05221f04c4 /npc | |
parent | faec2e2164f6df535dea7b1a6e941ec4fb7e45a2 (diff) | |
download | serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.tar.gz serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.tar.bz2 serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.tar.xz serverdata-e1c5c4d938f6a734b44c7db1266da2eae8ba4197.zip |
Add MOTD to Configs
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/motd.txt | 2 | ||||
-rw-r--r-- | npc/scripts.conf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index ff3e6b49..cea01544 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -177,6 +177,8 @@ OnPCLoginEvent: end; OnInit: + MOTD_text; + MOTD_debug_text; .size = getarraysize($MOTD_Messages$); .dsize = getarraysize($Debug_Messages$); bindatcmd "motd", "@motd::OnCall", 3, 99, 0; diff --git a/npc/scripts.conf b/npc/scripts.conf index 1e8239b8..ef4c18e2 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -74,6 +74,8 @@ "npc/commands/music.txt", "npc/commands/warp.txt", "npc/commands/zeny.txt", +"npc/commands/motd-debug-text.txt", +"npc/commands/motd-text.txt", "npc/commands/motd.txt", "npc/commands/scheduled-broadcasts.txt", "npc/commands/event.txt", |