• Hail Guest!
    We're looking for Community Content Contribuitors to Stratics. If you would like to write articles, fan fiction, do guild or shard event recaps, it's simple. Find out how in this thread: Community Contributions
  • Greetings Guest, Having Login Issues? Check this thread!
  • Hail Guest!,
    Please take a moment to read this post reminding you all of the importance of Account Security.
  • Hail Guest!
    Please read the new announcement concerning the upcoming addition to Stratics. You can find the announcement Here!

Error with Imbue Last Property(from Actions) in EC client and my little fix

CronusVl

Journeyman
Stratics Veteran
When you want to use this(and when open imbuing menu), u can get this message and nothing - Use the imbuing skill first!

@Bleak

Something wrong with GenericGump.lua

First fix for optimal use, because another patch or fix i dont know when it will be.

Extract Default.zip(this folder in Electronic Arts\Ultima Online Enhanced\UserInterface) into Folder Default and rename on DefaultFix

Find and open this file
Electronic Arts\Ultima Online Enhanced\UserInterface\Default\Source\GenericGump.lua
and remove this in the end of file

function GenericGump.OnShown()
local windowName = SystemData.ActiveWindow.name
local gumpID = GenericGump.GumpsList[windowName]
if gumpID then
GumpsParsing.ParsedGumps[gumpID] = nil
GumpsParsing.ToShow[gumpID] = nil
GumpData.Gumps[gumpID] = nil
end
end
Will be carefullly - only this.
After save. Restart client and choose in Options - Use Custon AI - DefaultFix

So you can use this function further.
Dont forget with new patch change UI on Default.
 
Last edited:
Top