Existing players used to logging in with their character name and moo password must signup for a website account.
- Vysela 1m
- Acupa 30s
- PsycoticCone 8s
- Vanashis 1s
- NightHollow 4h
And 13 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

ALL feature for language.
Sick of staring at '0.0001' on your sheet?

You know how you try to invest '0.0001' into a language, and it tells you that you don't have enough UE, even though you already have the amount and you try to fix it, but it just makes the string longer.

It'd drive anyone with OCD crazy, so why not make it possible for you to enter 'all', so it'd invest ALL of UE you got possible into a language?

It's probably not really 0.00001, floating point numbers are weird. The moo, or perhaps it's the underlying C system code, round numbers in weird ways when you get down to multiple decimal points. What's represented for you to see is often an approximatation of what you really have. When it gets really small it has to show it in scientific notation. Thought technically now that we are 64 bit we could probably get rid of that.