summaryrefslogtreecommitdiff
path: root/npc/commands/motd.txt
AgeCommit message (Collapse)AuthorFilesLines
2022-01-26Start moving all non-debug functionality from Game Admin (99) to Game Master ↵Jesusaves1-1/+1
(80) - Aeros Strange Coin Drop Rate - Aeros Portals (Without Event Master) - Quirin Arena: Waves (GM 80) & Autostart (GM 60 Officer) - Candor Siege - Kage Flag Game Manual Controls - Hurnscald Liberation Day Control Panel - Message Of The Day Game Master is the one to whom the whole game was entrusted to. In all ML years, only Demure, Saulc and Crazyfefe ever attained this position. Therefore: It is fine to have them with full event control.
2020-05-12Deprecation concerning "debug" constant (I have new plans for it)Jesusaves1-14/+1
2019-06-14Swap two options at MotD MenuJesusaves1-3/+3
2019-03-28Missing ##0 in MotDJesusaves1-2/+2
2019-03-26Refactor how PC Login events will be handled.Jesusaves1-16/+19
Malindou is now responsible for those. Daily login fancy GUI - can be disabled with @ucp
2019-03-17"@@" on l() command have char limit, so fix bad lines in MotD managementJesusaves1-2/+2
2019-02-15TMW2 Day Login Bonus - 1 Mercenary Boxset ++ (maximum rarity)Jesusaves1-2/+10
2019-02-09You insensible MotD!Jesusaves1-1/+1
2019-02-08MotD now reports events.Jesusaves1-4/+9
2018-11-07Either fix or break stuff - some debug text includedJesusaves1-1/+1
2018-10-06Move Daily Login Bonus to its own fileJesusaves1-92/+1
2018-10-06Don't bother to give daily login bonus to players on starting areasJesusaves1-0/+5
2018-09-02Sanitize Daily RewardsJesusaves1-0/+2
2018-08-24Allow to close Motd menu - I don't like to be forced to use M+ 'close' buttonJesusaves1-1/+3
2018-08-10tl;drbackupJesusaves1-1/+2
2018-08-09Minor tweaksJesusaves1-1/+1
2018-08-09Rewrite Daily Login Bonus systemJesusaves1-13/+54
2018-06-25Fix bugs at daily rewardsJesusaves1-6/+9
2018-06-18Code styleJesusaves1-26/+13
2018-03-23Login reward: PinkieHat → RightEyePatch (blame Saulc for not adding item)Jesusaves1-2/+2
2018-03-20Stop using getgmlevel() and use is_gm() is_admin() and is_staff().Jesusaves1-1/+1
Our four power levels: getgmlevel() → Sponsors, etc. is_staff() → GM 5, Developers, test server, etc. is_gm() → GM 80, Game Master, controls the world is_admin() → GM 99, Administrator, controls the uniserver (pun intended)
2018-03-19Replace BaseLevel with #LOGIN_STREAK on daily reward bonuses.Jesusaves1-6/+6
Now they're scalable. But suboptimal.
2018-03-19Daily login rewards (GP and JExp) are now affected by BaseLevelJesusaves1-6/+6
2018-03-01Make login streak non continous. Reward is given at login day 27.jesusalva1-4/+9
All further days give 2 strange coins. May change later.
2018-03-01Rework daily login to have streaksjesusalva1-1/+22
2018-03-01Daily login bonusjesusalva1-4/+23
2018-02-14This askes logmes to log at LOGMES_ ATCOMMAND and includes a draft about barberjesusalva1-3/+3
2018-02-14Change all custom commands. Mostly logging and obfuscation. Remove some ↵jesusalva1-1/+4
functions.
2018-01-13Initial commitSaulc1-0/+193