Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: Seerah
Forum: General Authoring Discussion 02/16/15, 12:40 PM
Replies: 67
Views: 48,587
Posted By Seerah
One thing to point out, that I don't think anyone...

One thing to point out, that I don't think anyone ever took advantage of... The widgets/controls in LAM did not need to be used with the regular addon settings panels. You could use them as...
Forum: Minion 01/25/15, 08:48 PM
Replies: 42
Views: 380,406
Posted By Seerah
Are you *certain* you're looking in the Documents...

Are you *certain* you're looking in the Documents folder and not the My Documents folder?

/edit: addons are located at this location: http://www.esoui.com/forums/faq.php?faq=install#faq_howto_install
Forum: Lua/XML Help 01/14/15, 07:55 PM
Replies: 5
Views: 6,414
Posted By Seerah
On line 5, use your fontPath variable instead of...

On line 5, use your fontPath variable instead of CraftingMaterialLevelDisplay.savedVariables.font.family. You're passing through the name of the font instead of the file path for the game to use.
Forum: AddOn Search/Requests 12/29/14, 12:37 PM
Replies: 4
Views: 5,406
Posted By Seerah
On our Addons page (landing page if you're not...

On our Addons page (landing page if you're not logged in), each addon listed in the "What's Hot" list is currently up to date. http://www.esoui.com/addons.php

Additionally, on our Community page...
Forum: AddOn Help/Support 12/04/14, 11:12 PM
Replies: 4
Views: 3,681
Posted By Seerah
I replied to your bug report already as well:...

I replied to your bug report already as well: http://www.esoui.com/portal.php?id=5&a=viewbug&bugid=1160
Forum: General Authoring Discussion 11/20/14, 04:19 PM
Replies: 6
Views: 4,152
Posted By Seerah
Thanks, guys. I renewed my WoW subscription. ...

Thanks, guys. I renewed my WoW subscription. After playing in the beta, I knew that I really wanted to go back. Sounds cheesy, but it kinda feels like "home" and I missed playing with my friends...
Forum: General Authoring Discussion 11/16/14, 10:05 PM
Replies: 6
Views: 4,152
Posted By Seerah
Retiring and looking for successors

I never really got into ESO and am now retiring and offering up my addons and libraries for those who would wish to take the reins.

If you wish to take over control of one of the official ZAM...
Forum: General Authoring Discussion 11/11/14, 09:56 PM
Replies: 9
Views: 5,475
Posted By Seerah
http://lua-users.org/wiki/TutorialDirectory :D

http://lua-users.org/wiki/TutorialDirectory :D
Forum: AddOn Help/Support 11/05/14, 11:17 PM
Replies: 3
Views: 3,722
Posted By Seerah
To be clear, they don't *need* a reason to have...

To be clear, they don't *need* a reason to have their copyrighted work removed.
Forum: General Authoring Discussion 10/22/14, 07:06 PM
Replies: 3
Views: 3,853
Posted By Seerah
I don't know what you mean by this "when the user...

I don't know what you mean by this "when the user presses a button while the panel is still open". If what merlight provided you with is not what you are looking for, then no. There is no GetValue...
Forum: Lua/XML Help 09/30/14, 07:34 PM
Replies: 8
Views: 6,594
Posted By Seerah
Your second example should work fine. Your third...

Your second example should work fine. Your third example won't because you're treating the newvalue key as a table (adding a key to it), but it hasn't been defined as a table yet (so you can't add a...
Forum: AddOn Search/Requests 09/29/14, 10:01 PM
Replies: 2
Views: 3,343
Posted By Seerah
What minimap addon are you using?

What minimap addon are you using?
Forum: Minion 09/27/14, 01:03 PM
Replies: 39
Views: 21,430
Posted By Seerah
See my response:...

See my response: http://www.esoui.com/forums/showthread.php?t=2284
Forum: Minion 09/27/14, 01:01 PM
Replies: 1
Views: 2,997
Posted By Seerah
Be sure to make use of our Favorites system here...

Be sure to make use of our Favorites system here at ESOUI. I'm pretty sure some connection with your favorites list is already on the wish-list for Minion. In any case, you'd at least be able to...
Forum: General Authoring Discussion 09/23/14, 08:10 PM
Replies: 7
Views: 8,519
Posted By Seerah
If a variable cannot be local, then it *must*...

If a variable cannot be local, then it *must* either
a) have a non-generic name
b) be stored inside a (non-generically named) global table

This is good, responsible programming.
Forum: Minion 09/17/14, 07:01 PM
Replies: 39
Views: 21,430
Posted By Seerah
I believe this is because those categories are...

I believe this is because those categories are reserved for files that aren't addons.
Forum: General Authoring Discussion 09/17/14, 06:57 PM
Replies: 14
Views: 12,709
Posted By Seerah
This was posted in Wykkyd's thread just a little...

This was posted in Wykkyd's thread just a little bit ago:


http://forums.elderscrollsonline.com/discussion/132404/unannounced-changes-manifest-addon-names-file-paths

/edit: and Garkin beat me!
Forum: Minion 09/16/14, 06:45 PM
Replies: 57
Views: 77,885
Posted By Seerah
You don't need to sign in. You can use it as a...

You don't need to sign in. You can use it as a Guest.
Forum: Lua/XML Help 09/12/14, 12:49 PM
Replies: 6
Views: 4,066
Posted By Seerah
Without seeing the rest of your...

Without seeing the rest of your pChat.buildOptionsTable function, I don't know what you're doing here. If all you're doing is changing entries in a dropdown menu, there is a much easier way to take...
Forum: Lua/XML Help 09/12/14, 12:38 PM
Replies: 7
Views: 17,738
Posted By Seerah
Oops - yes. I forgot to put that this would be...

Oops - yes. I forgot to put that this would be my preference.
Forum: Lua/XML Help 09/10/14, 08:40 PM
Replies: 6
Views: 4,066
Posted By Seerah
#1 You could add vampire related options but have...

#1
You could add vampire related options but have them be disabled if the player is not a vampire. (Using a database of the vampire skill line.)

#2
You can add vampire related options directly...
Forum: Tutorials & Other Helpful Info 09/10/14, 06:17 PM
Replies: 2
Views: 6,072
Posted By Seerah
Just to clarify, the reason is because the en.lua...

Just to clarify, the reason is because the en.lua file will load with the English translations. If a different localization is present instead, it will either a) load the appropriate file and...
Forum: Lua/XML Help 09/07/14, 03:08 PM
Replies: 7
Views: 17,738
Posted By Seerah
There are two even better ways to accomplish this...

There are two even better ways to accomplish this that do not use any sort of a timer to poll to see if it's ready.

#1 - Have the script you assign to the zo_callLater call actually call the next...
Forum: Guilds 09/05/14, 09:47 PM
Replies: 180
Views: 143,127
Posted By Seerah
You have YouTube setup to use https - just remove...

You have YouTube setup to use https - just remove the s from your link. ;)
Forum: Minion 09/05/14, 09:45 PM
Replies: 6
Views: 4,288
Posted By Seerah
Hello, Xandric. Please provide the information...

Hello, Xandric. Please provide the information requested in this sticky thread:
http://www.esoui.com/forums/showthread.php?t=236

Thanks! :)
Showing results 1 to 25 of 500