diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-02-18 09:34:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-02-18 09:34:10 -0300 |
commit | 21154c8e621d9abd739519e93a6ed30f14c5a6fc (patch) | |
tree | c8c74ed307584a7cfd6f0819b5cd8cff503dfe35 /npc | |
parent | 4559c2efac0be24d00bd914e9e1d04d0fdb5ddde (diff) | |
download | serverdata-21154c8e621d9abd739519e93a6ed30f14c5a6fc.tar.gz serverdata-21154c8e621d9abd739519e93a6ed30f14c5a6fc.tar.bz2 serverdata-21154c8e621d9abd739519e93a6ed30f14c5a6fc.tar.xz serverdata-21154c8e621d9abd739519e93a6ed30f14c5a6fc.zip |
And also an environment control variable for monster points.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 10 |
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; |