Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: myslex
Forum: AddOn Help/Support 01/22/17, 02:23 AM
Replies: 4
Views: 3,587
Posted By myslex
Turns out I was overthinking it. I could just...

Turns out I was overthinking it.

I could just hook the player progress bare fade timeline like so:


function UpdateProgressLabel()
local barTypeInfo = PLAYER_PROGRESS_BAR:GetBarTypeInfo()

...
Forum: AddOn Help/Support 01/16/17, 01:25 PM
Replies: 4
Views: 3,587
Posted By myslex
I do realize I have a way of overthinking things....

I do realize I have a way of overthinking things. Anyone has any ideas on another angle to tackle the "problem"?

MysSL
Forum: AddOn Help/Support 01/16/17, 11:24 AM
Replies: 4
Views: 3,587
Posted By myslex
Thank you for your input Baertram! That I...

Thank you for your input Baertram!

That I noticed..

The problem Is that I'm already always showing the PlayerProgressBar, so any time I gain Mages Guild experience, or Fighters Guild experience the...
Forum: AddOn Help/Support 01/16/17, 11:03 AM
Replies: 4
Views: 3,587
Posted By myslex
Get experience bar type?

Hello again Esoui!

Since I received such good help the last time I asked on these forums, I decided to ask again after getting stuck on writing this Experience Bar Addon.

I am interested in getting...
Forum: AddOn Help/Support 01/10/17, 11:20 AM
Replies: 3
Views: 2,817
Posted By myslex
Awesome, thanks for sharing. I'll check it...

Awesome, thanks for sharing. I'll check it out!

MsLEX
Forum: AddOn Help/Support 01/10/17, 06:44 AM
Replies: 3
Views: 2,817
Posted By myslex
Unit guild information?

Hello everyone,

I am writing an addon that in theory should make it easier to spot guild members in the world by showing an icon close to the reticle when you hover (reticleover) over a person that...
Forum: AddOn Help/Support 06/24/14, 05:51 AM
Replies: 3
Views: 4,587
Posted By myslex
Thank you! I'll see what I can do.

Thank you!

I'll see what I can do.
Forum: AddOn Help/Support 06/24/14, 03:28 AM
Replies: 3
Views: 4,587
Posted By myslex
Accessing default eso addons?

Hello esoui community,

I was thinking of hooking to various functions and remembered reading in the comments of ZAM_UnitFrames that part of the code was 'borrowed' from default unitframes...
Forum: Lua/XML Help 04/29/14, 09:47 AM
Replies: 4
Views: 5,632
Posted By myslex
+1 also interested in this, especially the part...

+1 also interested in this, especially the part of selecting the correct texture before trying them all one by one based on the filename
Forum: General Authoring Discussion 04/28/14, 08:15 AM
Replies: 4
Views: 4,012
Posted By myslex
OK!! UserAk0 helped me out with how to check if...

OK!!

UserAk0 helped me out with how to check if a function is available before calling it. Is it possible to do the same, and check if a color is something before we change it, say if



?? Thank...
Forum: General Authoring Discussion 04/27/14, 01:53 PM
Replies: 4
Views: 4,012
Posted By myslex
Updating the thread with my discovery: I tracked...

Updating the thread with my discovery:

I tracked the events and found that there was an event called 'EVENT_UNIT_ATTRIBUTE_VISUAL_ADDED' and bound this event to a custom function that then checked...
Forum: General Authoring Discussion 04/27/14, 11:11 AM
Replies: 4
Views: 4,012
Posted By myslex
Very good! exactly what I wanted! This community...

Very good! exactly what I wanted! This community rules.

I put the function you presented in the event 'OnReticleChanged' , but if the reticleover has not yet used a shielding ability, and she...
Forum: General Authoring Discussion 04/27/14, 09:49 AM
Replies: 4
Views: 4,012
Posted By myslex
More gloss.. Lets disable it!

My previous thread is here:
http://www.esoui.com/forums/showthread.php?t=1179

I am posting here with an update, and I need your help again:

Extensive testing shows promise using the method user...
Forum: AddOn Help/Support 04/26/14, 10:24 AM
Replies: 14
Views: 11,798
Posted By myslex
You were right, I did as you instructed and and...

You were right, I did as you instructed and and its working again. Thank you!



THIS!!!!!!! exactly what I wanted. Minimal testing is pointing towards success, I will do more extensive testing and...
Forum: AddOn Help/Support 04/26/14, 09:55 AM
Replies: 14
Views: 11,798
Posted By myslex
Oh this is progress! Allthough im ashamed to...

Oh this is progress!

Allthough im ashamed to admit, i am allergic to 'onupdate' functions that run continuesly. As you said, im a performance junkie.. All addons Im using / have written are...
Forum: AddOn Help/Support 04/26/14, 09:30 AM
Replies: 14
Views: 11,798
Posted By myslex
OK so I got it to block both SetHidden and...

OK so I got it to block both SetHidden and SetAlpha with method overriding (or hooking) like you suggested and the values are not changable from addon nor ingame /script .. However.. Upon entering...
Forum: AddOn Help/Support 04/26/14, 09:12 AM
Replies: 14
Views: 11,798
Posted By myslex
I tried it but i think im doing something...

I tried it but i think im doing something wrong..

This is declared at the most top of the lua file:



These are my two functions declared outside the 'OnAddonLoaded' event:
Forum: AddOn Help/Support 04/26/14, 08:47 AM
Replies: 14
Views: 11,798
Posted By myslex
That is... excuse the choice of words... ****ing...

That is... excuse the choice of words... ****ing awesome!! I'll try it! thanks man! you're awesome!
Forum: AddOn Help/Support 04/26/14, 08:33 AM
Replies: 14
Views: 11,798
Posted By myslex
It seems that the game's default behaviour to...

It seems that the game's default behaviour to fade in the attribute bar on combat begin is messing with the alpha of the 'glossy frame' .. requires further investigation.. Any help is always...
Forum: AddOn Help/Support 04/26/14, 08:29 AM
Replies: 14
Views: 11,798
Posted By myslex
This is very impressive, A new way (for me) to...

This is very impressive, A new way (for me) to tackle the problem. Its kind of like overriding a function, isnt it?

However.. Hiding the 'glossy frame' and then disabling the sethidden function,...
Forum: AddOn Help/Support 04/26/14, 06:52 AM
Replies: 14
Views: 11,798
Posted By myslex
I must start this post with saying that I am a...

I must start this post with saying that I am a mediocre c# programmer, and have never worked with lua before.. and while I :REALLY: appreciate you taking the time to reply in this thread, I have no...
Forum: AddOn Help/Support 04/26/14, 04:55 AM
Replies: 14
Views: 11,798
Posted By myslex
Removing 'gloss' from attribute bars?

Helu esoui,

Ever since I discovered theres an alternative way to display the attribute bars by adding these lines:



.. I've been inlove, and I cannot imagine going back to using the original...
Showing results 1 to 22 of 22