Reset Password
Existing players used to logging in with their character name and moo password must signup for a website account.
- F9DFCQ 1m
- AdamBlue9000 12s Rolling 526d6 damage against both of us.
- Rillem 6s Why's the weed always gone?
- JanekSembilan 2s
- Gragulon 1h
- Slyter 59s
- spungkbubble 17s
- Emily 3m I lost myself, in the dark charade.
- SolBrother 3m
- BubbleKangaroo 45s
- Fogchild1 5s
- Cword 32m
- adrognik 46s
- zxq 26m
- QueenZombean 7m Singing the song that doesn't end, yes it goes...
- Veleth 1m
- Hivemind 0s
- Sivartas 16s
- Diamond 19s After Winter, must come Spring.
j Fengshui 8s
- NightHollow 56m
a Mench 2h Doing a bit of everything.
And 21 more hiding and/or disguised

Web Client disconnect confirmation
Are you sure you want to leave this page?

I would love to see a disconnect confirmation prompt before the web client exits. I've accidentally closed the window or hit back or reload more than enough times for it to be annoying and I lose those precious logs. You should be able to put the following function in the var onUnloadHandler = function() area of the client.js before the emit @quit line:

var confirmOnPageExit = function (e)

{

// If we haven't been passed the event get the window.event

e = e

Apparently the boards don't like xss... https://pastebin.com/LKWZr9XH
Actually, I lied, you'd probably have to add a new beforeUnloadHandler and add a new winJQ.before("unload", beforeUnloadHandler) since beforeUnload and onUnload are different things. At least I'm pretty sure from my limited JS skills.