summaryrefslogtreecommitdiff
path: root/npc/functions/motd.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/motd.txt')
-rw-r--r--npc/functions/motd.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/motd.txt b/npc/functions/motd.txt
new file mode 100644
index 00000000..5ff58480
--- /dev/null
+++ b/npc/functions/motd.txt
@@ -0,0 +1,10 @@
+function script MOTD {
+ setarray $@MOTD$,
+
+ "Welcome to The Mana World! (running on tmwAthena)",
+ "[@@http://ow.ly/MCesp|Website & Wiki@@] [@@http://ow.ly/MCeBR|Vote For GMs@@] [@@http://ow.ly/MCehc|Bug Reports@@] [@@http://ow.ly/MCe5W|Live Support@@]",
+ "Like us on [@@http://ow.ly/MCdZW|Facebook@@] [@@http://ow.ly/MCdTt|G+@@] [@@http://ow.ly/MCdJR|Youtube@@] [@@http://ow.ly/MCePp|Twitter@@]",
+ "You can report abuse by typing in chat: @wgm Player XYZ is abusing me";
+
+ return;
+}