Results: 27Comments by: Rengaru
File: Votan's Minimap01/25/24
Hey, I just want to let you know...
Posted By: Rengaru
Hey, I just want to let you know that there is an issue with this addon, where it puts a small invisible dead-zone in the center of your screen which is preventing you from clicking anything underneath it. This will interfere with traveling to waypoints or clicking on tiles during Scrying/Excavation minigames. Disabling this...
File: Dynamic CP (Champion Points 2.0)12/12/23
I think so, though for the purposes...
Posted By: Rengaru
I think so, though for the purposes of Endless Archive that doesn't matter for map ID trigger because each change in mapId is also a player activation anyway. Yep, it's working perfectly fine. How do you envision this working? The idea would be to slot offensive CPs during the early Arcs and then automatically swap them ou...
File: Dynamic CP (Champion Points 2.0)12/09/23
Also (and I hope you dont hate me t...
Posted By: Rengaru
Also (and I hope you dont hate me too much for that) can I request another filter depending on how high you are in the Endless Archive, to make it a bit easier slotting offensive CPs earlier and swaping them out for more defense later? The required function for that would be GetEndlessDungeonCounterValue(type) it will return your...
File: Dynamic CP (Champion Points 2.0)12/09/23
Sorry, I finally got around to this...
Posted By: Rengaru
Sorry, I finally got around to this. v2.1.0 adds map ID as a trigger option. Awesome, thanks for that. Unfortunately the map ID trigger sort of has limitations. I made it so that it triggers on player activation, but other triggers like zone ID only trigger on player activation when it's a different zone. That means you can't...
File: Bandits User Interface11/22/23
Re: wishlist: track collectible cooldowns with a widget / buff style bar
Posted By: Rengaru
I had hoped to create a widget for the cooldown of the Antiquarian's Eye collectible, but since that is annoyingly separate from buffs, looks like that isn't possible. It'd be great if it were, or even a dedicated tracker for it using the Bandit's UI style cooldown timer and bar. (though if y'all not interested, I might see if I...
File: Bandits User Interface11/22/23
Hey, there is a weird bug with "Gr...
Posted By: Rengaru
Hey, there is a weird bug with "Group Leave" under "18. Automation". With the setting enabled every time I press "Ready Check" it just kicks me out of the party instead.
File: Dynamic CP (Champion Points 2.0)11/12/23
Hey, would it be possible to implem...
Posted By: Rengaru
Hey, would it be possible to implement new custom rules to dynamically slot different stars for the new Endless Archive and the boss rooms respectively? A global Rule for all of EA is already possible with zoneID (1436) but the Addon currently has no way to differentiate between trash rooms and boss rooms. One way this could be...
File: Lui Extended10/31/23
Re: Version 6.6.5
Posted By: Rengaru
Added a new menu option to track Heavy Attack casts (disabled by default). Thanks.
File: Show Motifs10/22/23
I went through the game files and l...
Posted By: Rengaru
I went through the game files and looked up the new missing Icons. If you also want to use them add the following lines after entry 122 in the ShowMotifs\bin\ShowMotifsData.lua = { -- Crimson Oath texture = ], }, = { -- Silver Rose texture = ], }, = { -- Annihilach's Chosen texture = ], }, = {...
File: Lui Extended09/29/23
You might want to make this a pull...
Posted By: Rengaru
You might want to make this a pull request to the GitHub Repository: https://github.com/ArtOfShred/LuiExtended Don't have a GitHub account, feel free to repost it there if you want. I was able to add optional (toggleable) tracking for Snare/Immobilize effects into the CC tracker on my fork, is this something people would be i...
File: Lui Extended09/29/23
Hey, just a few IDs for skills wit...
Posted By: Rengaru
Hey, just a few IDs for skills with a cast time, that are missing in the CastBarTable for Nightblade: = true, -- Soul Shred (Nightblade) = true, -- Soul Tether (Nightblade) = true, -- Soul Siphon (Nightblade) = true, -- Teleport Strike (Nightblade) = true, -- Lotus Fan (Nightblade) = true, --...
File: AUI - Advanced UI09/24/23
Hey, could you please implement a...
Posted By: Rengaru
Hey, could you please implement a feature where the remaining time of skills on the backbar is not shown while you are wearing an Oakensoul Ring (since you can't access the backbar anyway) I did some quick digging and adding and not (GetItemLinkItemId(GetItemLink(0, 11)) == 187658 or GetItemLinkItemId(GetItemLink(0, 12)) == 18...
File: Rengaru's Oakensoul Swap12/01/22
Hi there, thanks for your addon but...
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
Re: Re: Galen code?
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
If you disable the "Group members'...
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
Hey, got a few bugs to report:...
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
I went ahead and cleaned up my code...
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
Some entries descriptions are long,...
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
Thanks for this mod I really like t...
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
There also seems to be a new issue...
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
The recent update broke the Eidetic...
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
I like the Addon, but it's missing...
Posted By: Rengaru
I like the Addon, but it's missing the timer shown in the screenshot.
File: LibChatMessage05/14/21
I just installed both of these addo...
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
Also SmartCast (https://www.esoui.c...
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
Hey, I really love this addon, can...
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.