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.
@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: