From 5f8c48b10bf82ba5a1339797392b66e06a93bafb Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 29 Jan 2020 00:32:30 -0300 Subject: Welcome Message, fix 003-1 Demure code --- npc/functions/clientversion.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'npc/functions/clientversion.txt') 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); -- cgit v1.2.3-60-g2f50