From 21154c8e621d9abd739519e93a6ed30f14c5a6fc Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 18 Feb 2020 09:34:10 -0300 Subject: And also an environment control variable for monster points. --- npc/functions/clientversion.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'npc/functions') 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; -- cgit v1.2.3-60-g2f50