Results: 3Comments by: olegbl
File: GamePadHelper05/30/22
if your mount trainings are all max...
Posted By: olegbl
if your mount trainings are all maxed out it still shows "Horse Training Available" listed under Tasks when you pull up the main menu I'll add it to my TODO list, but I tend to play ESO in bursts (few months on, few months off), and I'm not currently playing, so it'll take a while. In the meantime, if you want, you can open up...
File: Dryzler's LoreBooks (Beta)01/01/22
I really liked this addon, sadly it...
Posted By: olegbl
I really liked this addon, sadly it's not working anymore. Maybe anyone can fix it or takeover project? :p You can fix it yourself by changing local lorebooks = LoreBooks_GetLocalData(zone, subzone) to local lorebooks = LoreBooks_GetLocalData(GetCurrentMapId()) in this mod's Lore.lua.
File: FCO Lockpicker11/03/21
Using Gamepad Mode = Automatic does...
Posted By: olegbl
Using Gamepad Mode = Automatic doesn't work very well with this addon as it only registers one set of hooks depending on what control mode was active when the UI was loaded. Forcing all the hooks to register in CreateHooks (by removing the conditional) resolves the issue.