The current version available is: v1.26.0
Download Multi-Platform Release
Note: Recommended Java 11+, Java 8 minimum.
To download the latest Java Runtime: https://adoptium.net
For Apple M1 users Azul provides ARM64 OpenJDK builds.
The current version available is: v1.26.0
Download Multi-Platform Release
Note: Recommended Java 11+, Java 8 minimum.
To download the latest Java Runtime: https://adoptium.net
For Apple M1 users Azul provides ARM64 OpenJDK builds.
Client related online services will be shutting down and have been removed.
Public release of the UdaBOT plugin.
All source code has been published at https://github.com/nodeka
Updated to be Java 8 compatible to support old plugins some players may still be using that are incompatible with newer JREs.
Note: HiDPI rendering will not work when running under Java 8.
Reworked the rendering engine to support HiDPI environments which will resolve blurry font scaling.
Note: HiDPI will require using larger font sizes as the render view uses the native resolution.
Changed the default font to Inconsolata. Options->Fonts->Use Default Fonts to reset.
Fixed compatibility with new JRE versions. The minimum version is now Java 11 and compatible with 17.
Fixed multiple layout issues under Linux.
Removed Topmudsites voting.
(NOTICE) OSX has deprecated JRE v1.6 which the previous OSX bundle was based on.
To use UMC on OSX download the multi-platform version and double-click the umc.jar file from Finder.
(Fix) Topmudsites voting has been updated.
(New) OSX dock icon
v1.23.4 - 12/Jul/2014
(New) #var autospeedwalk <0/1> to toggle automatically prefixing directions with the Nodeka "speedwalk" command.
v1.23.3 - 2/Jul/2014
(Fix) Topmudsites voting link corrected.
v1.23.2 - 29/Jan/2014
(New) Clickable URLs
v1.22.12 - 20/Jan/2014
(Fix) Layout is no longer lost on exit.
v1.22.11 - 4/Jan/2014
(New) #EMAIL to send an email.
(Fix) Output At Top option now saves it's state correctly.
v1.22.9 - 5/Apr/2013
(Fix) Google App Engine has moved to using chunked-encoding for block downloads. RPC code changed to stay compatible.
v1.22.8 - 28/Mar/2013
(Update) #GREP now supports matching in the capture window.
(Update) #AFK has been changed to only act as a disable toggle. To control whether afk protection is enabled the variable afkprotection is now used. A value of 1 is enabled, unset or 0 is disabled.
Ex, #var afkprotection 1
To go AFK within Nodeka use the in-game 'afk' command
v1.22.7 - 07/Jan/2013
(Fix) Referer header in vote request.
v1.22.6 - 16/Nov/2012
(Fix) #AFK state tracking fixed. Will now correctly block network events.
(Update) Rates counter has been updated to support the new follower xp bonus.
v1.22.4 - 01/Nov/2012
(Fix) Invalid URL in update bar.
(Update) Vote text reworded to mention topmudsites.com
v1.22.3 - 01/Nov/2012
(Update) The input field now allows for CTRL+SHIFT+VK_LEFT to do word selection.
(Update) #COPY now supports a second argument to specific a file for output.
#COPY - copies the scrollback direct to clipboard
#COPY <filename> - copies the scrollback to the specified file (overwriting)
(New) #GREP to search the scrollback for a matching pattern (REGEX only). All results are copied into the system clipboard.
#GREP {^You land \[ \d+ of \d+ \] attacks}
v1.22.2 - 20/Oct/2012
(New) Nodeka one click vote and reminder. Configurable under the Options menu.
Crafting Plugin v2.1 - 15/Oct/2012
(New) Recipes now contain alteration gemstone combinations.
(New) Updated filters with the ability to filter on components requiring tech points.
(New) Major rewrite for more efficient scrap/component handling where the plugin now tracks container inventory.
Download
v1.22.1 - 15/Oct/2012
(Fix) #TIMER now shows plugin/javascript based timers.
(New) $TIMER variable which returns the remaining seconds of a timer. Ex, $TIMER[MyTimer]
(New) ScriptInterface has two additional functions:
getTimerRemaining(String timerID) -- returns 100ms units remaining
getTimerRemainingSeconds(String timerID) -- returns seconds remaining
v1.22.0 - 5/Sep/2012
(Update) Items database now tracks gold value. (Note: this will only show on items recently identified)
(Update) $UMC_ROOM is populated with the current room title when compact exits are enabled.
(Fix) Removed problematic locking from the command parser.
v1.21.5 - 30/Aug/2012
(Fix) Non-regex #ACTION patterns fail when matching against '?'.
(Fix) Plugin based setTimer()'s default loop setting incorrectly set to false.
v1.21.3 - 27/Aug/2012
(Update) The ScriptInterface object setTimer() function now supports the loop parameter.
(Fix) Potential dead-lock with command parser triggered by scripts.
v1.21.1 - 18/Jul/2012
(Update) Botchecks now stored in variable UMC_BOTCHECK
v1.21.0 - 17/Jul/2012
(Update) Support for Crafting Plugin v2.1
v1.20.1 - 12/Feb/2012
(Fix) #MATH has been updated to correctly handle subtraction under certain circumstances. For example with the expression, "10-5", -5 was treated as a negative numeric value whereas it should be the - operator along with a positive numeric value of 5.
Crafting Plugin v2.0 - 10/Feb/2012
v1.20.0 - 09/Feb/2012
(Fix) Identify output change from "Attributes" to "Requires". There may be some items in the database with missing "requires" data, but will self heal as items are identified.
(Update) Support for Java SE 7
(Update) New version of the Invasion Plugin v1.1 due to server side changes for tracking invasion state.