diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-29 00:32:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-29 00:32:30 -0300 |
commit | 5f8c48b10bf82ba5a1339797392b66e06a93bafb (patch) | |
tree | 63dddcdf2a65aa5abad6aac8c8459eb8ddf8fe85 /npc/functions/clientversion.txt | |
parent | 16068f480fd391a1a1f524538a4ed4cf59d49f7a (diff) | |
download | serverdata-5f8c48b10bf82ba5a1339797392b66e06a93bafb.tar.gz serverdata-5f8c48b10bf82ba5a1339797392b66e06a93bafb.tar.bz2 serverdata-5f8c48b10bf82ba5a1339797392b66e06a93bafb.tar.xz serverdata-5f8c48b10bf82ba5a1339797392b66e06a93bafb.zip |
Welcome Message, fix 003-1 Demure code
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 9a608781c..2f6dd0f03 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -725,6 +725,19 @@ function script clientupdater { #SAVED_LVL=BaseLevel; BaseLevel=#ADD_TMP_LVL; dispbottom l("Level set from %d to %d", #SAVED_LVL, BaseLevel); + + // Welcome message + .@dg=true; + showavatar NPC_LOF_RICH; + mesn "Moubootaur Legends Server"; + mesc l("First of all: Welcome! Your level was temporaly modified, it'll be reverted once event is over."), 3; + next; + mesn "Moubootaur Legends Server"; + mesc l("You will be able to pick basic weapons and skills at the Event Soul Menhir."), 3; + next; + mesn "Moubootaur Legends Server"; + mesc l("Be careful during night, use \"@tutorial\" in case of doubt, use \"%s\" to go to the event, and good luck!", b("@toevent")), 3; + next; // Restore the level } else if (#SAVED_LVL) { dispbottom l("Level reset from %d to %d", BaseLevel, #SAVED_LVL); |