summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/motd.txt.example
diff options
context:
space:
mode:
authormekolat <mekolat@users.noreply.github.com>2015-05-07 14:08:51 -0400
committermekolat <mekolat@users.noreply.github.com>2015-05-07 14:08:51 -0400
commitd40e9ab167749ff8f388c90f67457b36c6216aa9 (patch)
tree2999454384a13def286adf84f6e06e751749fb5b /world/map/npc/functions/motd.txt.example
parent481ed1e0eea0423dd2597c72ca67b5872f8e8862 (diff)
downloadserverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.tar.gz
serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.tar.bz2
serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.tar.xz
serverdata-d40e9ab167749ff8f388c90f67457b36c6216aa9.zip
death to the motd!
Diffstat (limited to 'world/map/npc/functions/motd.txt.example')
-rw-r--r--world/map/npc/functions/motd.txt.example11
1 files changed, 11 insertions, 0 deletions
diff --git a/world/map/npc/functions/motd.txt.example b/world/map/npc/functions/motd.txt.example
new file mode 100644
index 00000000..082d31d6
--- /dev/null
+++ b/world/map/npc/functions/motd.txt.example
@@ -0,0 +1,11 @@
+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;
+}