Showing results 1 to 25 of 52
Search took 0.00 seconds.
Search: Posts Made By: Enodoc
Forum: Lua/XML Help 10/07/19, 02:07 PM
Replies: 3
Views: 14,491
Posted By Enodoc
JSON to Lua

Anyone have any ideas how to convert a JSON script to a Lua table so it can be read by add-ons?

Here's an example of the...
Forum: Site help, bugs, suggestions/questions 05/27/19, 08:41 AM
Replies: 28
Views: 17,713
Posted By Enodoc
OK cool thanks. So just to check that I...

OK cool thanks. So just to check that I understand correctly - in terms of LAM, which is obviously the primary example that I know has already been updated:

The library in question needs to have its...
Forum: Site help, bugs, suggestions/questions 05/25/19, 05:21 PM
Replies: 28
Views: 17,713
Posted By Enodoc
Related query - since Elsweyr released, many...

Related query - since Elsweyr released, many people are now saying "you install Libraries separately". Is that technically accurate (and therefore advisable), or is it a misinterpretation on what ZOS...
Forum: Tutorials & Other Helpful Info 04/22/19, 01:19 PM
Replies: 16
Views: 19,022
Posted By Enodoc
I don't think Globals...

I don't think Globals (https://wiki.esoui.com/Globals) is fully up-to-date for 100027 like it claims. ObjectiveControlEvent is missing one entry; I don't know what it is, but...
Forum: Wish List 04/22/19, 08:39 AM
Replies: 20
Views: 17,997
Posted By Enodoc
It's been about a year since the last update, so...

It's been about a year since the last update, so I'd like to check whether there has been any further developments on an id-based API for all quests (not just completed quests or active quests, which...
Forum: AddOn Search/Requests 05/19/18, 04:24 PM
Replies: 2
Views: 7,445
Posted By Enodoc
I think that would be rather tricky. I'm not sure...

I think that would be rather tricky. I'm not sure if the API is versatile enough for an add-on to identify what a quest marker is before you pick up the quest (and if you're already on the quest,...
Forum: Wish List 04/21/18, 05:18 PM
Replies: 20
Views: 17,997
Posted By Enodoc
Oh nice! I notice those are just for active...

Oh nice! I notice those are just for active quests; any progress on the proposed GetQuestInfo(questId) and GetQuestLocationInfo(questId) for any quest (complete or otherwise)?
Forum: Wish List 04/20/18, 07:46 AM
Replies: 20
Views: 17,997
Posted By Enodoc
Thanks for the link! Nothing new that I can see...

Thanks for the link! Nothing new that I can see though unfortunately.



Anything with JournalQuest in the function only works for active quests.
Forum: Wish List 04/19/18, 08:36 AM
Replies: 20
Views: 17,997
Posted By Enodoc
Nothing's happened yet that I've noticed....

Nothing's happened yet that I've noticed. Currently waiting for the API notes for Summerset (don't think they're out yet?); hopefully there's something new in there.
Forum: Wish List 10/28/17, 07:45 AM
Replies: 20
Views: 17,997
Posted By Enodoc
That's great, thanks! Steps and conditions aren't...

That's great, thanks! Steps and conditions aren't as important for what I was looking for anyway; it's name, type, zone, objective, completion state, repeatability, and difficulty that I'm mostly...
Forum: General Authoring Discussion 08/27/17, 04:57 PM
Replies: 12
Views: 6,192
Posted By Enodoc
Not Votan's add-on, the code he provided in this...

Not Votan's add-on, the code he provided in this thread for how to add a new scene. Lines 32-38 of that look to be the callback for when the window is opened.

In the next version I'll try hooking it...
Forum: General Authoring Discussion 08/27/17, 08:53 AM
Replies: 12
Views: 6,192
Posted By Enodoc
Is that tied to the StateChange in Votan's lines...

Is that tied to the StateChange in Votan's lines 32 through 38? Would it be worth it to avoid maintaining a persistent internal list, or is the memory used not significant enough for that to be...
Forum: General Authoring Discussion 08/26/17, 06:37 PM
Replies: 12
Views: 6,192
Posted By Enodoc
Basic functionality...

Basic functionality achieved!

http://preview.ibb.co/ecYHXQ/JQL_0_0_1.png (http://ibb.co/f2Rt6k)

http://www.esoui.com/downloads/info1785-JournalQuestLogbeta.html

Priority things to do now are to...
Forum: Wish List 08/25/17, 03:07 PM
Replies: 20
Views: 17,997
Posted By Enodoc
Indeed, and that can only link IDs to names, not...

Indeed, and that can only link IDs to names, not types and zones as well.
Forum: Wish List 08/24/17, 06:19 PM
Replies: 20
Views: 17,997
Posted By Enodoc
[open] More quest info for more quests

We already have GetCompletedQuestInfo(questId) and GetCompletedQuestLocationInfo(questId). Is there a reason this is only available for completed quests? All quests have an (invariable) unique Id,...
Forum: Tutorials & Other Helpful Info 08/16/17, 05:38 PM
Replies: 44
Views: 38,831
Posted By Enodoc
@Weolo @Shinni Thanks guys, that seems to have...

@Weolo @Shinni Thanks guys, that seems to have sorted it! Strange that it was never an issue before...
Forum: Tutorials & Other Helpful Info 08/16/17, 05:04 PM
Replies: 44
Views: 38,831
Posted By Enodoc
LUA Error

Anyone able to assist with the cause of a couple of UI Errors?

Checking type on argument interfaceColorType failed in GetInterfaceColor_lua
stack traceback:
[C]: in function 'GetInterfaceColor'
...
Forum: General Authoring Discussion 07/19/17, 05:07 PM
Replies: 12
Views: 6,192
Posted By Enodoc
I managed to find out how to define the...

I managed to find out how to define the TopLevelControl using lua instead, which makes a lot more sense to me. So now I have an empty tab! Does anyone know if the definitions for the existing Quest...
Forum: General Authoring Discussion 07/18/17, 02:49 AM
Replies: 12
Views: 6,192
Posted By Enodoc
Great, thanks! I'm not sure what some of those...

Great, thanks! I'm not sure what some of those things actually mean, but I'm sure I'll work it out! Now I have the correct names for some of the elements I can search around for them :)

Edit: Oh...
Forum: General Authoring Discussion 07/17/17, 03:19 PM
Replies: 12
Views: 6,192
Posted By Enodoc
Adding a Tab to the Journal Screen

I considered titling this thread "Adding an Element to an Existing UI Control" but then I realised that could be too general or just outright incorrect.

What I would like to do is create an add-on...
Forum: Minion 07/13/17, 12:41 PM
Replies: 1
Views: 3,038
Posted By Enodoc
Minion can't find Discontinued add-ons

Minion appears to be unable to find add-ons that have moved into the Discontinued & Outdated (http://www.esoui.com/downloads/cat157.html) category. Now at first glance, this makes sense, as there's...
Forum: AddOn Help/Support 05/23/17, 04:07 PM
Replies: 13
Views: 8,294
Posted By Enodoc
Looks like a ZOS error, and looks like it's...

Looks like a ZOS error, and looks like it's related to the XP bar or skill bars that pop up in the top left corner when they update. While it appears to be a ZOS error, it could possibly still be...
Forum: General Authoring Discussion 05/23/17, 10:44 AM
Replies: 4
Views: 4,947
Posted By Enodoc
That's great, thanks! I'll push a minimal-changes...

That's great, thanks! I'll push a minimal-changes version of CA today, and then work on replacing the legacy function with the new ones later on.
Forum: Wish List 05/21/17, 12:04 PM
Replies: 4
Views: 3,978
Posted By Enodoc
Yeah that could work, thanks! I guess returning...

Yeah that could work, thanks! I guess returning the alliances directly on AREA_NEUTRAL is not trivial, then? (Presumably the very fact that the event is "neutral" means that the game doesn't actually...
Forum: General Authoring Discussion 05/21/17, 10:05 AM
Replies: 4
Views: 4,947
Posted By Enodoc
I just tried a simple thing in the chat box and...

I just tried a simple thing in the chat box and nothing happened, so I'm not sure what I did wrong.

/script CENTER_SCREEN_ANNOUNCE:AddMessage(0, CSA_EVENT_COMBINED_TEXT, "Justice_NowKOS", "message",...
Showing results 1 to 25 of 52