Showing results 1 to 25 of 31
Search took 0.00 seconds.
Search: Posts Made By: DakJaniels
Forum: Alpha/Beta AddOns 04/19/24, 07:13 PM
Replies: 3
Views: 404
Posted By DakJaniels
You can add it as an optional patch...

You can add it as an optional patch https://www.esoui.com/downloads/fileinfo.php?id=3146#other
Forum: AddOn Help/Support 04/19/24, 05:29 AM
Replies: 4
Views: 668
Posted By DakJaniels
Odd. I’ll have to find my controller to see...

Odd. I’ll have to find my controller to see what’s going one with the sticks then. Works with Gamepad mode forced on with keyboard, but that zoom is with the scroll wheel.
Forum: General Authoring Discussion 04/05/24, 10:42 AM
Replies: 6
Views: 1,186
Posted By DakJaniels
Could probably use this as an example...

Could probably use this as an example https://www.esoui.com/downloads/info3361-ChromaConfig.html
Forum: General Authoring Discussion 03/31/24, 07:15 PM
Replies: 6
Views: 1,040
Posted By DakJaniels
maybe this? EVENT_GUILD_SELF_JOINED_GUILD. I...

maybe this? EVENT_GUILD_SELF_JOINED_GUILD. I don't have any empty slots or I could test it. If you use merTorchbug you can /tbe and toggle the e in the upper right of the window and watch for the...
Forum: AddOn Search/Requests 03/26/24, 04:54 PM
Replies: 1
Views: 424
Posted By DakJaniels
https://www.esoui.com/forums/showthread.php?t=1070...

https://www.esoui.com/forums/showthread.php?t=10705
Forum: Bug Reports 03/19/24, 02:38 AM
Replies: 3
Views: 3,280
Posted By DakJaniels
Get black book browser and extract the shader...

Get black book browser and extract the shader folder, it has the things you are seeking.

also see https://sluglibrary.com/SlugManual.pdf page 247. there's other things in there too that are...
Forum: Minion 03/10/24, 04:07 PM
Replies: 2
Views: 1,183
Posted By DakJaniels
You would just upload your addons with an updated...

You would just upload your addons with an updated API version in the txt, so 101041 would be the api version after tomorrows patch. I think that is what you are asking?
Forum: Tutorials & Other Helpful Info 03/05/24, 07:22 AM
Replies: 13
Views: 7,428
Posted By DakJaniels
Noticed this new path when I was cleaning out old...

Noticed this new path when I was cleaning out old AppData.

C:\Users\Dack\AppData\Local\Elder Scrolls Online\live\CachedData\GuildHistory

So, is the data not going to be in a saved variable format...
Forum: AddOn Help/Support 02/20/24, 06:34 PM
Replies: 9
Views: 1,478
Posted By DakJaniels
Some of them might be fixed with the LAM2 changes...

Some of them might be fixed with the LAM2 changes that should be out with update 41. https://github.com/sirinsidiator/ESO-LibAddonMenu/commit/449360989c2193cbf92a040199a133d63ec0e681
Forum: General Authoring Discussion 01/29/24, 04:40 PM
Replies: 17
Views: 4,148
Posted By DakJaniels
batch convert fonts

If the tool is the same as the one from the demo, you can use this in a .bat to convert all .ttf & .otf files in the folder as the slugfont.exe

@echo off
for %%i in (*.ttf, *.otf) do (
...
Forum: General Authoring Discussion 01/20/24, 05:50 AM
Replies: 9
Views: 1,578
Posted By DakJaniels
https://i.postimg.cc/59zCDV2c/functionresult.png ...

https://i.postimg.cc/59zCDV2c/functionresult.png

Doesn't change the inventory value.
Forum: General Authoring Discussion 01/20/24, 04:55 AM
Replies: 9
Views: 1,578
Posted By DakJaniels
Could it be as simple as overriding...

Could it be as simple as overriding IsESOPlusSubscriber() with IsESOPlusSubscriber = function () return false end

I know overriding works for IsInGamepadPreferredMode() as IsInGamepadPreferredMode =...
Forum: AddOn Help/Support 01/18/24, 06:33 AM
Replies: 6
Views: 1,608
Posted By DakJaniels
When doing a UI load profile, it reloads the UI...

When doing a UI load profile, it reloads the UI automatically and stops the profile once the UI is fully loaded and then stops. If it hangs, disable addons that have large saved variables, or heavy...
Forum: AddOn Help/Support 01/18/24, 03:51 AM
Replies: 6
Views: 1,608
Posted By DakJaniels
You could also profile your ui load with eso...

You could also profile your ui load with eso profiler. https://www.esoui.com/downloads/info2166-ESOProfiler.html
Forum: General Authoring Discussion 01/05/24, 11:30 PM
Replies: 8
Views: 1,251
Posted By DakJaniels
Probably need to implement using --- @param...

Probably need to implement using
--- @param bagId Bag
--- @param slotIndex integer
--- @return id64|nil id
function GetItemUniqueId(bagId, slotIndex) end

That way you get that uniqueId
Forum: AddOn Search/Requests 01/05/24, 03:30 PM
Replies: 6
Views: 3,092
Posted By DakJaniels
I've been using this version I've edited some....

I've been using this version I've edited some. Hope it works for you.
Forum: AddOn Search/Requests 10/04/23, 06:09 AM
Replies: 12
Views: 2,770
Posted By DakJaniels
ZO_GamepadTextChatChatBubble:SetAlpha(0) hmm,...

ZO_GamepadTextChatChatBubble:SetAlpha(0)

hmm, doesn't stay if you tab out to another screen.

https://i.postimg.cc/SRpp3S50/alpha.png
Forum: Released AddOns 09/25/23, 04:05 PM
Replies: 4
Views: 3,024
Posted By DakJaniels
Open PowerShell then go to the extracted folder...

Open PowerShell then go to the extracted folder and run .\ESOGLOBALS.ps1 -path "C:\Users\<your username>\Downloads\1695646769-TamrielTrashCentre\TamrielTrashCentre" -ParseXML -OmitReferences |...
Forum: Released AddOns 09/25/23, 12:04 PM
Replies: 4
Views: 3,024
Posted By DakJaniels
some feedback

If you don't need to offer the functions to the rest of the Global namespace, consider using local functions.

You are also calling LibAddonMenu2 from its global and not from the library.

local...
Forum: AddOn Help/Support 08/29/23, 12:33 AM
Replies: 4
Views: 2,435
Posted By DakJaniels
ATT does not use libhistorie. You will have to...

ATT does not use libhistorie. You will have to hit “e” on the guild that isn’t linked until it is satisfied.
Forum: Wish List 08/25/23, 02:51 AM
Replies: 4
Views: 2,097
Posted By DakJaniels
You might look into using LibEventHandler...

You might look into using LibEventHandler (https://www.esoui.com/downloads/info1452-LibEventHandler.html).
Forum: AddOn Help/Support 08/22/23, 04:24 PM
Replies: 21
Views: 4,993
Posted By DakJaniels
For starters you have Arkadius showing 30 days of...

For starters you have Arkadius showing 30 days of data and Master Merchant trying to fit a years' worth of data into the graph space. If you are using Arkadius just for the 30day graph you can easily...
Forum: General Authoring Discussion 06/30/23, 10:03 AM
Replies: 30
Views: 4,718
Posted By DakJaniels
Talking eso lua refrences for you @sinnereso

extract this zip, and in the docs folder are HTML pages with lots of useful knowledge
Forum: AddOn Help/Support 06/26/23, 10:31 PM
Replies: 9
Views: 3,087
Posted By DakJaniels
https://www.esoui.com/forums/showthread.php?t=9295

https://www.esoui.com/forums/showthread.php?t=9295
Forum: Lua/XML Help 07/27/22, 05:36 AM
Replies: 6
Views: 3,232
Posted By DakJaniels
Our users need the “Intro to computer Science...

Our users need the “Intro to computer Science 101” course 😅
Showing results 1 to 25 of 31