Showing results 1 to 25 of 39
Search took 0.00 seconds.
Search: Posts Made By: DakJaniels
Forum: Lua/XML Help 09/11/24, 09:38 PM
Replies: 3
Views: 2,814
Posted By DakJaniels
You don't need to modify any code. I am...

You don't need to modify any code.

I am assuming you are talking about the games loot history as LUIE does not have a loot history window, just the ability to move the base games loot history...
Forum: AddOn Search/Requests 08/22/24, 07:48 AM
Replies: 19
Views: 10,312
Posted By DakJaniels
Hello, add-ons can't be used until you are in the...

Hello, add-ons can't be used until you are in the game world, so no character create addons.
Forum: AddOn Help/Support 06/10/24, 09:15 PM
Replies: 3
Views: 3,573
Posted By DakJaniels
Srenndar first, if that isn't it then LUIE, then...

Srenndar first, if that isn't it then LUIE, then the next...
Slow process of elimination.
Forum: General Authoring Discussion 06/09/24, 11:03 PM
Replies: 4
Views: 8,962
Posted By DakJaniels
You might be able to use...

You might be able to use...
Forum: General Authoring Discussion 06/09/24, 04:59 PM
Replies: 14
Views: 12,524
Posted By DakJaniels
Did you see how they handle markup here? maybe it...

Did you see how they handle markup here? maybe it could be of some use to...
Forum: General Authoring Discussion 06/06/24, 12:56 AM
Replies: 2
Views: 8,920
Posted By DakJaniels
I has to be from an actual banker, not a player...

I has to be from an actual banker, not a player bank assistant.
The addon AwesomeGuildStore (https://www.esoui.com/downloads/info695-AwesomeGuildStore.html)adds the...
Forum: AddOn Search/Requests 05/23/24, 09:53 AM
Replies: 4
Views: 3,679
Posted By DakJaniels
https://www.esoui.com/downloads/info3349-SwissKnif...

https://www.esoui.com/downloads/info3349-SwissKnife.html


SwissKnife has a setting for default guild bank and store.
Forum: AddOn Help/Support 05/20/24, 01:31 AM
Replies: 1
Views: 3,410
Posted By DakJaniels
This?...

This? (https://www.esoui.com/downloads/info3435-LibAddonMenu-MultiSelectdropdownwidget.html)
Forum: Alpha/Beta AddOns 04/19/24, 07:13 PM
Replies: 3
Views: 27,715
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: 5
Views: 5,180
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: 11,175
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: 10,683
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: 5,030
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: 8,382
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: 6,295
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: 20,298
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: 6,254
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: 18,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: 14,043
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: 14,043
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: 5,305
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: 5,305
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: 13,597
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: 8,084
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: 7,419
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
Showing results 1 to 25 of 39