summaryrefslogtreecommitdiff
path: root/npc/functions/clientversion.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r--npc/functions/clientversion.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index e35b04df9..b4dd340ac 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -812,6 +812,14 @@ function script clientupdater {
#ADD_SC=0;
}
+ // Permanent Monster Points Boost
+ // #ADD_MPT means the user have to right to get some Mobpt
+ if (#ADD_MPT) {
+ logmes "[Merger] Mobpt +"+#ADD_MPT, LOGMES_ATCOMMAND;
+ Mobpt+=#ADD_MPT;
+ #ADD_MPT=0;
+ }
+
// Non Permament Level Boost
if (#ADD_TMP_LVL) {
// Grant the level
@@ -867,8 +875,6 @@ function script clientupdater {
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);
}
- // FIXME: ADD_COIN
-
if (.@dg) {
next;
closeclientdialog;