summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-02-18 00:22:35 -0300
committerJesusaves <cpntb1@ymail.com>2020-02-18 00:22:35 -0300
commit69aca3535e31137160c783c6dc986080e8d61968 (patch)
tree8b7916fe4439b61cdcd338634dd68000ea1fd82d /npc
parent1a3d61d122b49f7b5dbc2cf32554979e370a5fb4 (diff)
downloadserverdata-69aca3535e31137160c783c6dc986080e8d61968.tar.gz
serverdata-69aca3535e31137160c783c6dc986080e8d61968.tar.bz2
serverdata-69aca3535e31137160c783c6dc986080e8d61968.tar.xz
serverdata-69aca3535e31137160c783c6dc986080e8d61968.zip
Delete some code from #ADD_LVL
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/clientversion.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 2aaf1f980..3bfdfd523 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -846,26 +846,6 @@ function script clientupdater {
// Permanent Level Boost
// #ADD_LVL means the user have to right to get some levels. This is a sketch. The code might be deleted.
if (#ADD_LVL) {
- .@dg=1;
- /*
- mesn "Jesus Saves";
- mesc l("Oh - Welcome to TMW2: Moubootaur Legends!"), 3;
- next;
- mesn "Jesus Saves";
- mesc l("Please, fell at home. You can use ##B#world##b channel to speak to everyone on Discord, IRC and ingame."), 3;
- next;
- mesn "Jesus Saves";
- mesc l("Our mission statement is to bring fun to all players. You'll get some levels automatically. We advise you to join a guild."), 3;
- next;
- mesn "Jesus Saves";
- mesc l("If you have any trouble or doubt, don't hesit to call us. There are some cooperative quests, and more of them are being added."), 3;
- next;
- mesn "Jesus Saves";
- mesc l("Anyway, ##Bwelcome##b, and have fun! If you need anything, we are a keypress from distance!"), 3;
- //atcommand "@blvl "+#ADD_LVL;
- //getitem TimeFlask, 1;
- #ADD_LVL=(#ADD_LVL*9)/10;
- */
if ((readparam(BaseExp)+#ADD_LVL > readparam(NextBaseExp))) {
do {
.@v=readparam(NextBaseExp)-readparam(BaseExp);
@@ -875,7 +855,6 @@ function script clientupdater {
}
getexp #ADD_LVL, 0;
#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! Enjoy our game!", 20);
}