Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: AlbinoPython
Forum: Tutorials & Other Helpful Info 05/26/23, 01:22 PM
Replies: 23
Views: 55,870
Posted By AlbinoPython
The old source code is on GitHub. Now it is...

The old source code is on GitHub. Now it is hosted on Azure DevOps (https://dev.azure.com/MikeWestbrook/MikesNodeModules/_git/esoui-publish?path=/README.md&_a=preview). I just pushed an update to the...
Forum: Lua/XML Help 07/06/22, 09:48 AM
Replies: 1
Views: 1,844
Posted By AlbinoPython
It has been a while since I looked at the world...

It has been a while since I looked at the world event pins but I think the animation data is stored in the pin data attribute of the world event pin. I am not using all the same naming conventions as...
Forum: AddOn Search/Requests 06/08/22, 06:37 PM
Replies: 3
Views: 2,224
Posted By AlbinoPython
Just gonna drop this here :) Provinatus...

Just gonna drop this here :) Provinatus (https://www.esoui.com/downloads/info1943-Provinatus-HeadsUpDisplay.html)
Forum: Tutorials & Other Helpful Info 09/25/21, 10:34 AM
Replies: 24
Views: 17,532
Posted By AlbinoPython
The "EVENT_WORLD_EVENT_ACTIVE_LOCATION_CHANGED"...

The "EVENT_WORLD_EVENT_ACTIVE_LOCATION_CHANGED" event supplies a "_newWorldEventLocationId_" for Daedric anchor events. Does anyone know how to get the POI index for this? I am looking to get the...
Forum: Tutorials & Other Helpful Info 09/22/21, 09:12 PM
Replies: 24
Views: 17,532
Posted By AlbinoPython
Sharlikran's life is gonna get a little...

Sharlikran's life is gonna get a little easier

function GetSkyshards()
local Skyshards = {}
local ZoneId = GetZoneId(GetUnitZoneIndex("player"))
for i = 1, GetNumSkyshardsInZone(ZoneId) do --...
Forum: Tutorials & Other Helpful Info 09/22/21, 07:27 PM
Replies: 24
Views: 17,532
Posted By AlbinoPython
Ah thanks. I was using it wrong :)

Ah thanks. I was using it wrong :)
Forum: Tutorials & Other Helpful Info 09/22/21, 06:38 PM
Replies: 24
Views: 17,532
Posted By AlbinoPython
GetNumSkyshardsInZone(GetZoneId()) is retuning 0...

GetNumSkyshardsInZone(GetZoneId()) is retuning 0 for me everywhere. Am I using it incorrectly?
Forum: Chit-Chat 07/19/21, 12:44 PM
Replies: 3
Views: 5,388
Posted By AlbinoPython
Never played on XBox, will this help you?...

Never played on XBox, will this help you? https://www.esoui.com/downloads/info970-CirconiansTextureIt.html
Forum: Lua/XML Help 06/24/21, 06:17 PM
Replies: 5
Views: 2,601
Posted By AlbinoPython
You might try changing...

You might try changing
EM:RegisterForUpdate(STT.name.."Update", STT.savedVars.updateInterval, STT.Countdown)
with this
EM:RegisterForUpdate(STT.name.."Update", STT.savedVars.updateInterval,...
Forum: Tutorials & Other Helpful Info 05/28/21, 12:20 PM
Replies: 23
Views: 55,870
Posted By AlbinoPython
For users of Node, this NPM utility will also...

For users of Node, this NPM utility will also update your changelog and readme. esoui-publish (https://www.esoui.com/downloads/fileinfo.php?id=2272)
Forum: Tutorials & Other Helpful Info 01/20/21, 11:11 AM
Replies: 23
Views: 55,870
Posted By AlbinoPython
@Keldor, not sure what is going on with your...

@Keldor, not sure what is going on with your command but I have a cross platform NPM utility that can publish addons from the command line that worked correctly for me last time I used...
Forum: Wish List 11/20/20, 11:20 AM
Replies: 11
Views: 7,576
Posted By AlbinoPython
:banana::banana::banana:

:banana::banana::banana:
Forum: Tutorials & Other Helpful Info 11/03/20, 04:47 PM
Replies: 13
Views: 20,316
Posted By AlbinoPython
Sorry if I missed it, does...

Sorry if I missed it, does GetUnitRawWorldPosition return the position in any particular units? And when we say 'RawWorldPosition' is that just the position in the current zone?
Forum: AddOn Search/Requests 08/16/20, 11:25 AM
Replies: 8
Views: 4,929
Posted By AlbinoPython
Performance should be good. It mostly displays...

Performance should be good. It mostly displays static icons from the map. Let me know what you think!
Forum: AddOn Search/Requests 08/13/20, 12:04 PM
Replies: 8
Views: 4,929
Posted By AlbinoPython
Shameless plug for my AddOn, Provinatus...

Shameless plug for my AddOn, Provinatus (https://www.esoui.com/downloads/info1943-Provinatus-HeadsUpDisplay.html).

It can help you stay on crown or others in your group, and it can show you...
Forum: AddOn Help/Support 06/03/20, 09:18 AM
Replies: 2
Views: 2,346
Posted By AlbinoPython
You should ask this directly on the addon page so...

You should ask this directly on the addon page so the author will see it.
Forum: AddOn Help/Support 01/21/20, 04:29 PM
Replies: 6
Views: 3,808
Posted By AlbinoPython
Just so I understand correctly, you downloaded...

Just so I understand correctly, you downloaded LibAddonMenu and now you are trying to view its in-game settings options? If so, LAM does not have any settings. It is a library used by other addon...
Forum: AddOn Search/Requests 01/15/20, 10:33 AM
Replies: 8
Views: 8,182
Posted By AlbinoPython
Thanks DerBombo! I am glad you enjoy. Feel free...

Thanks DerBombo! I am glad you enjoy. Feel free to reach out to me if you run into any bugs or have any ideas to make it better.
Forum: AddOn Search/Requests 01/06/20, 10:48 AM
Replies: 8
Views: 8,182
Posted By AlbinoPython
I would also recommend Provinatus...

I would also recommend Provinatus (https://www.esoui.com/downloads/info1943-Provinatus.html). It has the ability to display group members along with a host of other map locations (skyshards, harvest...
Forum: Tutorials & Other Helpful Info 11/19/19, 09:12 PM
Replies: 23
Views: 55,870
Posted By AlbinoPython
I know this thread is pretty old but just wanted...

I know this thread is pretty old but just wanted to share that, with the info I got here, I created esoui-publish (https://www.esoui.com/downloads/fileinfo.php?id=2272) which is a small npmjs ...
Forum: General Authoring Discussion 09/13/19, 09:36 PM
Replies: 3
Views: 4,613
Posted By AlbinoPython
That makes sense. I just thought I was missing...

That makes sense. I just thought I was missing something really simple. I think I will take your suggestion and use big flashy colors in the description. Thanks!
Forum: General Authoring Discussion 09/12/19, 08:27 PM
Replies: 3
Views: 4,613
Posted By AlbinoPython
Show optional dependencies in addon description?

I have quite a few optional dependencies that I would like people to see. If that is not possible is there a way to print new lines in the description? I tried using a '\n' but that just chopped off...
Forum: General Authoring Discussion 07/07/19, 10:36 AM
Replies: 2
Views: 4,520
Posted By AlbinoPython
Darn. I was afraid of that. I am doing the...

Darn. I was afraid of that. I am doing the preview like you mentioned. Guess I will stick with that. Thanks for the response.
Forum: General Authoring Discussion 07/07/19, 09:58 AM
Replies: 2
Views: 4,520
Posted By AlbinoPython
Custom Fonts in ESOLibAddonMenu dropdown

I am trying to create a dropdown to let people select a font and I want to display each font in the dropdown menu. Is there a way to set fonts for individual options? I am only able to set the same...
Showing results 1 to 24 of 24