Showing results 1 to 25 of 27
Search took 0.00 seconds.
Search: Posts Made By: DakJaniels
Forum: AddOn Search/Requests 03/26/24, 04:54 PM
Replies: 1
Views: 97
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: 1,808
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: 518
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: 4,973
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,015
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: 12
Views: 2,882
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,189
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,189
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,230
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,230
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: 914
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: 2,686
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,329
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: 2,795
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: 2,795
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: 1,903
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: 1,853
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,167
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,113
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: 2,795
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,143
Posted By DakJaniels
Our users need the “Intro to computer Science...

Our users need the “Intro to computer Science 101” course 😅
Forum: Lua/XML Help 07/26/22, 06:58 PM
Replies: 6
Views: 3,143
Posted By DakJaniels
Might as well release it and use the public as...

Might as well release it and use the public as beta testers, haha. That seems to be the way of most game studios now.
Forum: Lua/XML Help 07/15/22, 07:39 PM
Replies: 12
Views: 3,198
Posted By DakJaniels
I've been using this tool.

https://www.esoui.com/downloads/info2858-GuildBankLedger-3.x-Updated.html

need a lua program to work it though,

https://sourceforge.net/projects/luabinaries/files/5.1.5/Tools%20Executables/
Forum: AddOn Search/Requests 07/15/22, 11:18 AM
Replies: 5
Views: 1,762
Posted By DakJaniels
https://www.esoui.com/downloads/info2684-Samurai.h...

https://www.esoui.com/downloads/info2684-Samurai.html#info

its a feature of this one to to rename pots
Forum: AddOn Search/Requests 07/11/22, 09:52 AM
Replies: 7
Views: 2,584
Posted By DakJaniels
would this be kinda what you are looking for?

https://www.esoui.com/downloads/info2947-ProfitCalculator.html
Showing results 1 to 25 of 27