Showing results 1 to 23 of 23
Search took 0.00 seconds.
Search: Posts Made By: ShadowMau
Forum: Wish List 07/26/21, 12:53 AM
Replies: 1
Views: 3,411
Posted By ShadowMau
[rejected] Companion Settings for Roleplay

This is something that would appeal to roleplay groups. Could you open up API access to allow the companion costume and the companion mount settings to be changed. If this is not possible, could...
Forum: Bug Reports 07/13/21, 01:21 PM
Replies: 3
Views: 4,674
Posted By ShadowMau
You were right. It does work as expected when...

You were right. It does work as expected when the companion settings menu is opened. You can not just have the dialog page opened, it must be the settings menu. That would be very annoying to have...
Forum: Bug Reports 07/12/21, 06:34 PM
Replies: 3
Views: 4,674
Posted By ShadowMau
[notabug] UseCollectible and GameplayActorCategory

I am attempting to do something along the lines of:

UseCollectible(5076, GAMEPLAY_ACTOR_CATEGORY_COMPANION)

In game it responds with "You can't equip a collectible on your companion outside of the...
Forum: Minion 06/16/21, 07:29 PM
Replies: 4
Views: 3,197
Posted By ShadowMau
In the picture, you will see there is a triangle...

In the picture, you will see there is a triangle on the left side of the addon name. Press the triangle and it will give you information including any missing dependencies. You will have to use...
Forum: Dev Tools 06/05/21, 08:14 PM
Replies: 3
Views: 4,604
Posted By ShadowMau
I personally use NPP.

I personally use NPP.
Forum: General Authoring Discussion 06/03/21, 08:25 AM
Replies: 6
Views: 3,429
Posted By ShadowMau
If you look at Simple Tooltip...

If you look at Simple Tooltip (https://www.esoui.com/downloads/info3043-SimpleTooltip.html) I use object pools to make and recycle tooltip controls. I don't claim to be an expert, but it does work...
Forum: AddOn Help/Support 04/27/21, 06:25 PM
Replies: 8
Views: 3,592
Posted By ShadowMau
Yeah, Undaunted Daily...

Yeah, Undaunted Daily (https://www.esoui.com/downloads/info1286-UndauntedDaily.html) was what I was thinking about. I guess it has not been updated since March 9th 2021. Lol. I saw what it can do...
Forum: AddOn Help/Support 04/27/21, 08:58 AM
Replies: 8
Views: 3,592
Posted By ShadowMau
Someone has already posed an update for that...

Someone has already posed an update for that Addon (https://www.esoui.com/downloads/info2714-PolloxsDailyQuestTracker-Update.html). No sense in re-inventing the wheel. Usually I attempt to contact...
Forum: General Authoring Discussion 04/25/21, 08:41 AM
Replies: 4
Views: 3,170
Posted By ShadowMau
I think I remember seeing somewhere it is 2^n. ...

I think I remember seeing somewhere it is 2^n. I'll post a source if I can find it again.
Forum: AddOn Help/Support 04/19/21, 04:23 PM
Replies: 7
Views: 3,122
Posted By ShadowMau
Hey @Sharlikran, I know you can't change them,...

Hey @Sharlikran,

I know you can't change them, know of any way to manually trigger them? I have been looking, and it looks like even triggering them (ie. banker telling you about the pickpockts in...
Forum: AddOn Help/Support 04/19/21, 02:50 PM
Replies: 7
Views: 3,122
Posted By ShadowMau
Quick answer

I love the idea. To be honest, I don't know, but you have given me a new rabbit trail to run down. There is a little information about sounds on the wiki (https://wiki.esoui.com/Sounds), but it...
Forum: General Authoring Discussion 04/08/21, 12:01 AM
Replies: 6
Views: 3,270
Posted By ShadowMau
Took your advice and completely rewrote...

Took your advice and completely rewrote ScrollListExaple. Hopefully it will help people learn the basics.
Forum: General Authoring Discussion 03/26/21, 04:32 PM
Replies: 6
Views: 3,270
Posted By ShadowMau
LOL :) As I said, I am figuring out what I need...

LOL :) As I said, I am figuring out what I need to learn with scroll lists, but am nowhere near mastering them.

My specific comment was about pointing people to a non-working example from 2014!...
Forum: General Authoring Discussion 03/26/21, 09:57 AM
Replies: 6
Views: 3,270
Posted By ShadowMau
ScrollListExample

I have been learning how to use scroll lists. In my searches on this forum, I have seen numerous posts pointing people to ScrollListExample...
Forum: General Authoring Discussion 03/15/21, 11:15 AM
Replies: 14
Views: 5,642
Posted By ShadowMau
For those who are interested, what I learned was...

For those who are interested, what I learned was ultimately used in LinkPetToMount (https://www.esoui.com/downloads/info2925-LinkPettoMount.html). I then turned around an used the same idea for...
Forum: AddOn Help/Support 03/13/21, 03:29 AM
Replies: 3
Views: 1,879
Posted By ShadowMau
Filter with id X not registered

I am getting a Filter with id 104 is not registered, and Filter with id 101 is not registered error. I am providing the LibDebugLogViewer data (It's a long one). They appear when I access the Guild...
Forum: General Authoring Discussion 02/14/21, 03:14 PM
Replies: 14
Views: 5,642
Posted By ShadowMau
Thank You

Thank you all for your ideas and suggestions. Between @sirinsidiator telling me about :UpdateChoices, and the example from @andy.s I learned what I needed to make what I wanted to do work.

Also...
Forum: General Authoring Discussion 02/14/21, 01:17 AM
Replies: 14
Views: 5,642
Posted By ShadowMau
Found this thread, so it looks like it is not...

Found this thread, so it looks like it is not possible to do what I want. https://www.esoui.com/forums/showthread.php?t=8883&highlight=LibAddonMenu
Forum: General Authoring Discussion 02/14/21, 12:52 AM
Replies: 14
Views: 5,642
Posted By ShadowMau
When I first call...

When I first call LAM:RegisterOptionControls(panelName, optionsData), it will create the menu properly, with all the colors listed, but when I change the options in the dropdown table and try calling...
Forum: General Authoring Discussion 02/14/21, 12:04 AM
Replies: 14
Views: 5,642
Posted By ShadowMau
I can easily change the table data (ie...

I can easily change the table data (ie table.insert or table.remove) to create a new optionsData table, but since the optionsData table has already been passed to LAM at the time it was created, now...
Forum: General Authoring Discussion 02/13/21, 11:52 PM
Replies: 14
Views: 5,642
Posted By ShadowMau
LibAddonMenu update optionsData

I have a situation where I want to do may not be possible. I want to be able to dynamically update the optionsData. I have looked at the wiki at...
Forum: Lua/XML Help 02/16/20, 11:14 AM
Replies: 3
Views: 4,591
Posted By ShadowMau
Thank you so much for looking at it. I admire...

Thank you so much for looking at it. I admire your work and feel honored you took the time to look at my issue. I downloaded the zip file you attached, installed your debug addons (thank you),...
Forum: Lua/XML Help 02/15/20, 09:05 PM
Replies: 3
Views: 4,591
Posted By ShadowMau
Help with keybindings not loading

I have been trying to figure this out, and it is probably something very simple that I am missing. I am writing a very simple addon the provides an example of how to add a keybind to controls. I...
Showing results 1 to 23 of 23