Ultima Online

Publish 109.1

Beginning with each  shard’s regular maintenance on September 16, 2020 we will be releasing an update to all shards which includes our new dynamic quest system as well as some miscellaneous changes and bug fixes, Account bound items can no longer be placed on vendors or auction safes Items that cannot be moved by players that are in IDOC loot will be deleted Resolved issue where ridden pets do not reflect the notoriety of their riders Transmogrification Potion The potion is no longer available on Siege Perilous Resolved issue with Hooded Shroud of Shadows that were altered by the potion […]


Ultima Online

Transmogrification Potions

Transmogrification potions are purchased from Ultima Store at a cost of 700 sovereigns and are used to transfer properties from one item to another fitting the same equipment slot, but of a different style. Please note, these potions are not available on Siege Perilous or Mugen shards. At current time such potions exist for: Head Slot Robe Slot Shield Slot The potion requires both source and destination objects share certain properties. If the source object is medable, the destination object must also be medable, either through the material used or by application of the ‘mage armor’* property. If the source […]


Ultima Online

Shrouded Sails (Spring 2024)

A strange collector has appeared at Sea Market, he collects pirate hats! He will exchange Plundering Pirate Hats for a number of desirable items. Venture out wherever pirates can be found and collect their headwear! We are reliably informed that they can be found When digging Treasure Chests When fishing Messages in a Bottle When battling Scalis When fighting Corgul When battling Charybdis Hoarded by Merchant Ship Crews When sinking Plunderbeacons When tackling Dread Pirates In recent news, pirates have also invaded the Void Pool, venturing out from the seas. Test your mettle in this all out pirate brawl! The Hat […]


Ultima Online

Pigment Hue Numbers

These images were supplied by Tarragon Slayer and feature GrimReefer’s House of Dyes


Ultima Online

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 […]


Ultima Online

Dye Tub Hue Numbers

The hue numbers as they relate to NPC dye tubs from Tailor shops Leather, runebook and statuette dye tubs – with thanks to Jennifer-Marie All Metallic Dye Tubs Special Dye Tub


Ultima Online

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 […]


Ultima Online

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’ […]


Ultima Online

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 & […]


Ultima Online

Player Memorial Area

A new player memorial area has been built on all shards Teleporters to the memorial can be found in Britain’s prominent graveyards To include a memorial for a lost player you will need to provide: The name of the player who has passed away. Proof that this is genuine The text you’d like engraved on the memorial. The memorial may have up to five lines of text, each approximately seventy-seven characters long, including punctuation and spaces Your choice from the three styles of hanging art that are possible The color of that art. Information to be sent to mesanna@broadsword.com Some […]