diff options
author | Athirson Caraciolo <athirsoncaraciolo2010@gmail.com> | 2018-06-15 20:03:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-15 20:03:40 -0300 |
commit | c01de577688fa8faadc0508133a7db3c8ac39eec (patch) | |
tree | 46624998581bfb4fdce783db7fdc2f0a2167f179 /npc/functions | |
parent | f447700590a82fc6391aa21fd013462259d814c4 (diff) | |
download | serverdata-c01de577688fa8faadc0508133a7db3c8ac39eec.tar.gz serverdata-c01de577688fa8faadc0508133a7db3c8ac39eec.tar.bz2 serverdata-c01de577688fa8faadc0508133a7db3c8ac39eec.tar.xz serverdata-c01de577688fa8faadc0508133a7db3c8ac39eec.zip |
New quest %%N
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index dacf9d762..041e9e8ce 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -42,6 +42,7 @@ function script checkclientversion { mes col("Anyway, ##Bwelcome##b, and have fun! If you need anything, we are a keypress from distance!", 3); atcommand "@blvl "+#ADD_LVL; #ADD_LVL=0; + // TODO: Use @super debug functions and force player to join a guild. We will need the guild ID, though. rodex_sendmail(getcharid(0), "TMW2 Team", "Welcome to Moubootaur Legends", "Hey, thanks for believing on us! We hope to have a great time togheter. Any problem, ask for help in #world - the Discord bridge! And take this change!", 20); if (ClientVersion >= 24) close; next; |