Showing results 1 to 25 of 25
Search took 0.00 seconds.
Search: Posts Made By: Tingle0x539
Forum: Released AddOns 04/18/14, 10:22 AM
Replies: 1
Views: 9,970
Posted By Tingle0x539
T's Addons

Hello, I would like to present the ESO Add-Ons I have created. I hope to spread the word a bit and maybe receive feedback, suggestions or bug reports. Thanks for reading.


Tingles Combat...
Forum: General Authoring Discussion 04/08/14, 02:53 PM
Replies: 3
Views: 3,146
Posted By Tingle0x539
Unable to find ability tooltip info elements

I have been searching long and hard using zgoo and other methods. But I am unable to find the GUI elements that hold the "AbilityTooltip" or "SkillTooltip" information. Can someone help me find the...
Forum: General Authoring Discussion 04/08/14, 10:07 AM
Replies: 6
Views: 4,078
Posted By Tingle0x539
I would like the event to happen no matter over...

I would like the event to happen no matter over what element I have hovered, what controller should I set this handle on? GuiRoot doesn't seem to do it. Is there some global mouse enabled controller...
Forum: General Authoring Discussion 04/08/14, 08:29 AM
Replies: 6
Views: 4,078
Posted By Tingle0x539
EVENT_GLOBAL_MOUSE_DOWN button is always 65542

The value on the EVENT_GLOBAL_MOUSE_DOWN variable "button" is always "65542", any reason for that? I'm trying to execute code on the middle mouse button but I'm unable to figure out how to do so. Any...
Forum: General Authoring Discussion 04/05/14, 02:38 PM
Replies: 4
Views: 4,313
Posted By Tingle0x539
Then once you figured something out while you are...

Then once you figured something out while you are working on your mod, add a description to the function on wiki, anyone can modify it. I've been adding things here and there when I use them -...
Forum: General Authoring Discussion 04/03/14, 10:24 PM
Replies: 2
Views: 3,501
Posted By Tingle0x539
I would like to know the same. Doing...

I would like to know the same.

Doing SetHidden(true) doesn't seem like the right way to do it... And forcing a reloadui to rebuild everything is even more uglier.
Forum: General Authoring Discussion 04/03/14, 07:28 PM
Replies: 6
Views: 8,540
Posted By Tingle0x539
Check my last reply, I edited it, figured it out...

Check my last reply, I edited it, figured it out and mentioned my result. But thanks for the planned effort.
Forum: General Authoring Discussion 04/03/14, 06:23 PM
Replies: 6
Views: 8,540
Posted By Tingle0x539
Doesn't work, what I did was deleted the saved...

Doesn't work, what I did was deleted the saved var file, restarted the game, set the value to 10, reloaded the UI, now the saved var file has it set to 10. Then I reloaded the UI and the value it...
Forum: General Authoring Discussion 04/03/14, 05:40 PM
Replies: 6
Views: 8,540
Posted By Tingle0x539
ZO_SavedVars:NewAccountWide() not saving

The issue is that the variable will not save, its stays 0.
Any ideas?

So far I have been able to find out that the file is created with the default values if they are specified, then neither loading...
Forum: General Authoring Discussion 04/03/14, 05:12 PM
Replies: 5
Views: 4,008
Posted By Tingle0x539
Thanks for your help

Thanks for your help
Forum: General Authoring Discussion 04/03/14, 04:52 PM
Replies: 5
Views: 4,008
Posted By Tingle0x539
Ah thanks, you say "You can set a parent through...

Ah thanks,

you say "You can set a parent through frame:SetParent(ZO_ChatWindow)", my question was if this can be achieved from the .xml file?
Forum: General Authoring Discussion 04/03/14, 11:48 AM
Replies: 5
Views: 4,008
Posted By Tingle0x539
Bump, if the first isn't possible, can I at least...

Bump, if the first isn't possible, can I at least have an explanation of the tags in my second question?
Forum: General Authoring Discussion 04/02/14, 07:43 AM
Replies: 5
Views: 4,008
Posted By Tingle0x539
Using XML to attach to a ZO_ parent?

Currently I am creating GUI elements with lua using WINDOW_MANAGER:CreateControl(.., _G["ZO_ChatWindow"], ..). Is it somehow possible to make a XML tag and have to parent its self to ZO_ChatWindow...
Forum: General Authoring Discussion 04/02/14, 04:59 AM
Replies: 58
Views: 41,952
Posted By Tingle0x539
Then add a note to the upload process for the...

Then add a note to the upload process for the authors to read about adding a link to the site they upload it to, which would be faster to implement than my second suggestion which is, to add a...
Forum: General Authoring Discussion 04/02/14, 02:32 AM
Replies: 58
Views: 41,952
Posted By Tingle0x539
Why don't you make a news message on the front...

Why don't you make a news message on the front page of this site and post on the ESO addon forum with a warning.
Forum: General Authoring Discussion 04/01/14, 09:47 AM
Replies: 44
Views: 25,023
Posted By Tingle0x539
Does this guild exist in the EU? If yes, could...

Does this guild exist in the EU? If yes, could someone invite me please? (@Tingle0x539)
Forum: General Authoring Discussion 04/01/14, 08:42 AM
Replies: 5
Views: 5,196
Posted By Tingle0x539
Sorry I didn't reply, this is the proper usage: ...

Sorry I didn't reply, this is the proper usage:
colorWheel = WINDOW_MANAGER:CreateControl("MyColorWheel", parent, CT_COLORSELECT)
colorWheel:SetAnchor(BOTTOMLEFT, parent, BOTTOMLEFT, -64,...
Forum: General Authoring Discussion 04/01/14, 03:32 AM
Replies: 5
Views: 5,196
Posted By Tingle0x539
Returning multiple values, what?

GetColorAsRGB()

Returns: number red, number green, number blue

Can someone explain how to read this, I have never encountered a function that returns 3 separate values. Printing out what it...
Forum: General Authoring Discussion 04/01/14, 02:27 AM
Replies: 0
Views: 3,634
Posted By Tingle0x539
Adding to an existing GUI element

Does anyone know how to add an element to a existing one, I would like to a box underneath the chat window that is apart of the chat window, so it moves around and appears/disappears with it. How is...
Forum: AddOn Help/Support 04/01/14, 02:11 AM
Replies: 4
Views: 8,521
Posted By Tingle0x539
If you're like me, then you're running the EU...

If you're like me, then you're running the EU client and using Minion. You have to edit the directory in the Minion options, but the current Minion client has a bug, where you can't browse to the...
Forum: General Authoring Discussion 03/31/14, 11:21 PM
Replies: 1
Views: 3,727
Posted By Tingle0x539
How to use controllers?

So yeah, http://wiki.esoui.com/Controls

How do you access them in lua, using the names listed there doesn't work, how can the wiki be missing something so fundamental?
You would think for example,...
Forum: General Authoring Discussion 03/31/14, 09:51 PM
Replies: 7
Views: 7,353
Posted By Tingle0x539
Ok, but how do I know to use CHAT_SYSTEM, it is ...

Ok, but how do I know to use CHAT_SYSTEM, it is not documented anywhere, is there a list somewhere?

Btw, is it possible to read out a chat tabs filters? Like say, tell, emote. And is it possible to...
Forum: General Authoring Discussion 03/31/14, 09:39 PM
Replies: 7
Views: 7,353
Posted By Tingle0x539
Ah thank you for the reply, I have another...

Ah thank you for the reply, I have another question about this.

I was looking at the ESO head add-on, and came across CHAT_SYSTEM:AddMessage(), I found AddMessage() listed under Controls -...
Forum: AddOn Search/Requests 03/31/14, 08:20 PM
Replies: 9
Views: 5,484
Posted By Tingle0x539
This isn't possible, there is currently no way to...

This isn't possible, there is currently no way to get the world position of entities - which would be required to calculate the rendering position of the name. This also applies to chat bubbles and...
Forum: General Authoring Discussion 03/31/14, 07:49 PM
Replies: 7
Views: 7,353
Posted By Tingle0x539
ZO_ Lua objects?

I've noticed the use in lua of called things like ZO_WorldMap. Nowhere in the API wiki or google could I find any reference to these, can someone tell me where they are? I take it they are the XML...
Showing results 1 to 25 of 25