Great Lakes – Royal Spy Mission

This Royal Spy mission has the codename “An Axe to Grind”. To attend, go to the Britain Counselor Hall and investigate the suit of armor.


Great Lakes – Royal Spy Mission

This Royal Spy mission has the codename “The Murder of Judge Talfourd”. To attend, go to the Britain Counselor Hall and investigate the suit of armor.


Great Lakes – Royal Spy Mission

This Royal Spy mission has the codename “Heroism & Honor.” To attend, go to the Britain Counselor Hall and investigate the suit of armor.  


Great Lakes – Royal Spy Mission

This Royal Spy mission has the codename “Loyalty & Mercy.” To attend, go to the Britain Counselor Hall and investigate the suit of armor.  


Great Lakes – Royal Spy Mission

This Royal Spy mission has the codename “Respect & Patience.” To attend, go to the Britain Counselor Hall and investigate the suit of armor.  


Adding Custom Icons – By TimSt

To add new icons edit the file Icons\Icons.xml. Near the bottom copy one of the existing entries for example: <Icon id=”857429″ texture=”Icons/Macro Icons/Numbers/29.dds” name=”29″ /> Change the id value to something unique such as 900002. Change the texture value to point to your new icon such as Icons/My Icons/MineNiter.dds Change the name value to something appropriate such as “Mine Niter” The new entry in Icons.xml would look like <Icon id=”900002″ texture=”Icons/My Icons/MineNiter.dds” name=”Mine Niter” /> To use this new icon when creating a macro edit the file Source\MacroPickerWindow.lua and add the id value you used, 900002 in this case, to […]


Target Injured Friendly – by Khyro

Edit your Actions.lua file, and add the following to the file (can be anywhere, bottom is fine): function Actions.InjuredFriendly() local lowerId = 0 local lowerHP = -1 for i = 1, table.getn(MobilesOnScreen.MobilesSort) do local mobileId = MobilesOnScreen.MobilesSort[i] local data = WindowData.MobileName[mobileId] local noto = data.Notoriety+1 if (Actions.TargetAllowed(mobileId) and not IsPartyMember(mobileId) and noto == NameColor.Notoriety.INNOCENT) then local mobileData = Interface.GetMobileData(mobileId, true) if mobileData then local curHealth = mobileData.CurrentHealth if (curHealth < 25) then if curHealth < lowerHP or lowerHP == -1 then lowerHP = curHealth lowerId = mobileId end end end end end if (lowerId ~= 0) then HandleSingleLeftClkTarget(lowerId) end end Then […]


Enhanced Client Custom User Interface

The enhanced client was created with the ability to allow players to create their own user interface. This can be as complicated as the players coding abilities allow, or something more simple such as creating custom icons to better represent your macros. Documentation for creating your own UI can be found in the folder C:\Program Files (x86)\Electronic Arts\Ultima Online Enhanced\UserInterface Locate the compressed files Custom_UI_Documentation.zip and Default.zip . Extract these files to a folder in your documents folder, if you are confident in your ability to edit lua and xml files, access the file in the custom ui folder ‘index.html’ […]


Publish 117

TC Release 1 – 2/16/2024 TC Release 2 – 4/5/2024 TC Release 3 – 4/10/2024 Origin Release – 4/15/2024 WW Release – 4/18/2024 Veteran Rewards Hiryu Statuette – 2 Year Sphinx Statuette – 4 Year Enchanted Gardening Shears – 6 Year Will automatically harvest all seeds and/or resources from garden plants Lady of the Snow Statuette – 8 Year Ultima Dragon Deco Pack – 9 Year Decorative Ultima Dragon Bunting, Banner, Flag, and Wall Shield Decorative Lava Pool – 12 Year Small, Medium, and Large Enchanted Greenhouse – 13 Year Holds plants without counting against house lockdowns. High Seas & […]