summaryrefslogtreecommitdiff
path: root/npc/commands/ucp.txt
AgeCommit message (Collapse)AuthorFilesLines
2021-02-24Legendary Weapons now auto-expire if owner fails to login within 15 days.Jesusaves1-1/+1
A mail warning will be sent after a week inactivity.
2020-09-14Alchemy Table: Now you should be able to brew multiple instances at once!Jesusaves1-3/+22
However, this is expensive. Sponsors, who pay for hardware, can brew up to 25x at once. Everyone else like me, who lives with other ppl money, will be capped to 10x at once. I think 10 will be plenty without putting too much burden on the server.
2020-07-04Update some old, precarious codeJesusaves1-1/+1
2020-06-26Option to create a pincode will only show up at Tolchi's first Successful CraftJesusaves1-3/+8
Account need 15 days.
2020-06-26Sketch to allow user accounts to set PinCodesJesusaves1-7/+35
2020-06-25fnum() is great to save spaceJesusaves1-2/+2
2020-06-23[skip CI] UCP: Query with more appropriate limit, queries are... slow.Jesusaves1-1/+1
2020-06-23[skip ci] UCP: Less SQL queryingJesusaves1-1/+1
2020-06-23User Control Panel - Report how long ago you were registered forJesusaves1-0/+1
IMPORTANT NOTE: Earliest is 25th January 2020! If your account is older, then it will show the first login after this date.
2020-02-21UCP: Allow players to toggle tutorial help texts on and off.Jesusaves1-1/+12
2020-02-15[skip ci] typoJesusaves1-1/+1
2020-02-15[skip ci] swap logicJesusaves1-1/+1
2020-02-15[skip ci] swap colorsJesusaves1-2/+2
2020-02-14ValentineJesusaves1-0/+13
2019-12-12The bug: a missing returnJesusaves1-2/+2
2019-11-19Lethal Drinking optionJesusaves1-0/+11
2019-11-06Interlude: Density option on recipe bookJesusaves1-0/+16
2019-09-07Document effective bonus levelJesusaves1-0/+1
2019-05-29You can now, in theory, change what will be on craft bonuses selections.Jesusaves1-3/+49
2019-05-29Remove silly option from @ucpJesusaves1-34/+2
2019-05-29Remove from UCP the shovel optionJesusaves1-12/+0
2019-05-27New shovel option (to make up with low bury rates) - Autodigging.Jesusaves1-0/+12
Once you enable this with @ucp > Game Settings, you'll always try to dig.
2019-05-11Do not report hidden GM Game Settings on @ucpJesusaves1-6/+8
2019-04-29Fix fix and more fixJesusaves1-7/+8
2019-04-29@ucp may now update your save point if you SAVE AND EXIT.Jesusaves1-3/+20
2019-04-18bugJesusaves1-1/+1
2019-04-18GMs on MK Guild may opt to receive strange coins automaticallyJesusaves1-1/+12
2019-03-23Update user control panel so automatic save trigger is immediate.Jesusaves1-1/+2
2019-03-23Replace default behavior for Soul Menhir per community decision.Jesusaves1-1/+39
Keep in @ucp an option to roll back to legacy behavior of manually setting it. Again, per community decision.
2019-03-20Format number of Guild XP to be easier to readJesusaves1-2/+2
2019-03-20Fix bugJesusaves1-3/+3
2019-03-20Update @ucpJesusaves1-0/+15
2019-02-06This doesn't works because I don't understand what o11c was doing.Jesusaves1-1/+37
Will probably need to rewrite md5.cpp and game language is better. This stuff makes no sense, really. At this rate, might as well use tmwa with a nearly void map server for a second merge. Oh well.
2018-12-25Correct some licenses which are ours (Evol missing licenses, I'll git blame ↵Jesusaves1-0/+4
later)
2018-08-04Upgrade ucp and Librarian (main storyline)r06.1_180803Jesusaves1-7/+7
2018-08-04Remove crap function and fix a typoJesusaves1-1/+1
2018-07-28Try to fix strange bugJesusaves1-1/+1
2018-07-18Best balance between query security and usefulness. We still have problem if ↵Jesusaves1-8/+13
player logouts, though. Again, the stuff with queries should be moved to a web sys.
2018-07-17Some minimal protection against query flood on ucp. As I said, minimalJesusaves1-0/+7
2018-07-16You can now change language from UCP. This should make TMW2 compliant with ↵Jesusaves1-1/+3
the GDPR.
2018-07-16User Control Panel (@ucp)Jesusaves1-0/+67