Results: 15Comments by: Rengaru |
File: Rengaru's Oakensoul Swap12/01/22 |
![]() Posted By: Rengaru
Hi there, thanks for your addon but pelase fix the globally leaking variables with non unique names AS FAST AS POSSIBLE!
swaping = false
slot = 0
link = 0
Dang, I knew I forgot something. Fixed it, thanks.
And:
You should add a proper EVENT_ADD_ON_LOADED callback for your addon's name, else your code is ru...
|
File: No, thank you! - Blackwood11/28/22 |
![]() Posted By: Rengaru
Also how do you discover which is the correct number on new dlc drops? Is there a log somewhere to read to get it?
I'm not sure how to find the IDs besides trial and error.
For the next time you can actually Datamine these IDs quite easily by typing
/script for i = x, y do _, name = GetFastTravelNodeInfo(i) d(i.." "..name) end...
|
File: Vestige's Epic Quest11/25/22 |
![]() Posted By: Rengaru
If you disable the "Group members' name as lifebars" feature of VEQ the default group window will be forced on. This causes issues if you are using another addon, that disables the default group window (e.g. AUI) since now both group windows will show and overlap.
Also I would like to re-request to officially implement an option t...
|
File: LibQuestData11/07/22 |
![]() Posted By: Rengaru
Hey, got a few bugs to report:
In Cyrodiil there are two very specific quests that are actually multiple quests mutually exclusive to each other: Namely "Chaos Magic" and "Nirnroot Wine". For each of those there are three different versions of the same quest and completing one locks you out of the other two. Currently the Librar...
|
File: Vestige's Epic Quest10/06/22 |
![]() Posted By: Rengaru
I went ahead and cleaned up my code from yesterday and created a version of the function that supports both styles depending on a toggle.
Feel free to use it if you want.
function VEQ.CheckEndeavors()
if not IsPlayerActivated() then return end
-- create table if it doesn't exist
VEQ.MiniQuestList = VEQ.MiniQuestLi...
|
File: Vestige's Epic Quest10/05/22 |
![]() Posted By: Rengaru
Some entries descriptions are long, that would be ugly on screen I think, plus I think ZoS first implemented Seals of endeavor as something you would accomplish "not on purpose" while playing the game.
The way I implemented it you can be focused doing an endeavor and still be pleasantly surprised completing another one "not on purpo...
|
File: Vestige's Epic Quest09/16/22 |
![]() Posted By: Rengaru
Thanks for this mod I really like the mini-quest feature.
One issue with the quest tracker: When you hand in your very last quest the entry still lingers until you switch zones.
Fixed, thanks.
Also would it be possible to change the Endeavor tracking into a single entry, so instead of five entries of
Do task 0/X
*Desc...
|
File: LoreBooks08/30/22 |
![]() Posted By: Rengaru
There also seems to be a new issue where Eidetic Lorebook pins will not show up after a zone transition (e.g. entering a Delve) and will only show up if you change the map layer (e.g. zooming out to Overworld and back into the Delve).
At this point can I also please request a feature to separate Eidetic Lorebooks display settings...
|
File: LoreBooks08/25/22 |
![]() Posted By: Rengaru
The recent update broke the Eidetic Memory unlock, and by extension the tracking of Lore Books until you finish the Mages Guild.
Fixed, thanks.
|
File: Enhanced Bounties06/06/21 |
![]() Posted By: Rengaru
I like the Addon, but it's missing the timer shown in the screenshot.
|
File: LibChatMessage05/14/21 |
![]() Posted By: Rengaru
I just installed both of these addons and don't get any errors. Please make sure that you have installed everything correctly and report any problems you have to the respective comment sections. Also try to be more specific and include as much detail as you can when you report a problem. Don't assume that what happens on your end hap...
|
File: LibChatMessage05/14/21 |
![]() Posted By: Rengaru
Also SmartCast (https://www.esoui.com/downloads/info1363-SmartCast-Fastandaccurategroundtargeting.htm) no longer works if you install the latest version of this library.
|
File: Assist Rapid Riding06/14/17 |
![]() Posted By: Rengaru
Hey, I really love this addon, can I make two (hopefully) small requests?
1. Add an option to replace a skill on a specific bar only.
2. Add an option to not automatically unslot the skill after using it while you are still on a mount.
|
File: Dustman02/03/17 |
![]() Posted By: Rengaru
Hey,
not sure if it's neccessary, but I took another look at the addon and I found out that the second problem is related to the first one.
The addon actually does load settings if you circumvent the first bug, but the order of the characters using entryIndex is a different than the one you wanted to use with the variable i as...
|
File: Dustman02/01/17 |
![]() Posted By: Rengaru
There is a bug in the GetIdFromName function in the DustmanMenu.lua
In line 50
local name = zo_strformat(SI_UNIT_NAME, GetCharacterInfo(i))
the addon tries to get the character name.
However the variable i was never initialized so the addon will always retrieve the name of your first character in your login screen and check f...
|