summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-10-14 21:27:36 -0300
committerJesusaves <cpntb1@ymail.com>2022-10-14 21:27:36 -0300
commitd020132b81010a397d61f6e1f01503c32c64bd62 (patch)
treedab3b41033cafc0081d252d383cffac0641910cf
parentc239c66a329835baeb9658a515affd821b6738d9 (diff)
downloadserverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.gz
serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.bz2
serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.tar.xz
serverdata-d020132b81010a397d61f6e1f01503c32c64bd62.zip
Minor optimizations for the MLP final version
-rw-r--r--npc/000-0-0/sailors.txt3
-rw-r--r--npc/functions/clientversion.txt3
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt
index 629d58ec3..d6dd4400d 100644
--- a/npc/000-0-0/sailors.txt
+++ b/npc/000-0-0/sailors.txt
@@ -258,7 +258,8 @@ L_Skip:
L_Ready:
#TUTORIAL_DONE=true;
//clearitem(); // The dummy does not drop anything :>
- resetlvl(2);
+ if (!##VAULT)
+ resetlvl(2);
restorecam;
setq General_Narrator, 0;
adddefaultskills;
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index e7420a5bd..78e81feed 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -1145,7 +1145,8 @@ function script clientupdater {
logmes "[Merger] EXP +"+#ADD_LVL, LOGMES_ATCOMMAND;
getexp #ADD_LVL, 0;
#ADD_LVL=0;
- rodex_sendmail(getcharid(0), "TMW2 Team", "Welcome to Moubootaur Legends", "Hey, thanks for believing on us! We hope to have a great time together. Any problem, ask for help in #world - the Discord bridge! Enjoy our game!", 20);
+ //rodex_sendmail(getcharid(0), "TMW2 Team", "Welcome to Moubootaur Legends", "Hey, thanks for believing on us! We hope to have a great time together. Any problem, ask for help in #world - the Discord bridge! Enjoy our game!", 20);
+ // TODO: Maybe an item which lets you open the storage anywhere?
}
if (.@dg) {