Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: sirinsidiator
Forum: General Authoring Discussion 03/17/24, 08:17 AM
Replies: 39
Views: 9,717
Posted By sirinsidiator
You should not use the low-level api directly....

You should not use the low-level api directly. Instead it's advised to utilize the high-level api found here (https://github.com/esoui/esoui/tree/master/esoui/ingame/guildhistory).

But you will run...
Forum: AddOn Help/Support 03/15/24, 07:30 PM
Replies: 12
Views: 3,601
Posted By sirinsidiator
Please update your addons. I've uploaded new...

Please update your addons. I've uploaded new versions of LibHistoire with heaps of fixes every single day the past week. The latest version should work pretty well already.
Forum: General Authoring Discussion 03/13/24, 08:10 AM
Replies: 3
Views: 1,134
Posted By sirinsidiator
Check the wiki (http://wiki.esoui.com/). There...

Check the wiki (http://wiki.esoui.com/). There are some tutorials. This one (https://wiki.esoui.com/SimpleNotebookTutorial/part3) for example is exactly about what you are asking.
Forum: General Authoring Discussion 03/12/24, 11:05 AM
Replies: 12
Views: 2,611
Posted By sirinsidiator
Not sure how much, but loading large files is...

Not sure how much, but loading large files is bound to have some performance impact.

I also noticed the following comment in defaultfontstrings_simplifiedchinese.xml:
<!-- Split out from...
Forum: General Authoring Discussion 03/12/24, 06:08 AM
Replies: 39
Views: 9,717
Posted By sirinsidiator
That's one of the things I had to cut from this...

That's one of the things I had to cut from this version of the lib. You can manually adjust it in your UserSettings.txt in the meantime.
Forum: General Authoring Discussion 03/10/24, 06:30 PM
Replies: 39
Views: 9,717
Posted By sirinsidiator
Today I finally finished rewriting LibHistoire....

Today I finally finished rewriting LibHistoire. It took way more time and effort than expected and there are some things I had to cut from v2.0, but it should work for most parts. I do expect some...
Forum: Tutorials & Other Helpful Info 03/05/24, 01:31 PM
Replies: 13
Views: 3,491
Posted By sirinsidiator
The folder is correct and sadly they won't...

The folder is correct and sadly they won't reconsider moving it into the other live folder. They seem to have some reason for it, but not something they will share.
Forum: Tutorials & Other Helpful Info 03/05/24, 06:08 AM
Replies: 13
Views: 3,491
Posted By sirinsidiator
The binary cache is always on, but it should be a...

The binary cache is always on, but it should be a lot more efficient than what any addon could ever accomplish, so the effect on loading times should be negligible.
By default the game will limit the...
Forum: AddOn Help/Support 02/24/24, 08:35 AM
Replies: 3
Views: 731
Posted By sirinsidiator
There isn't really much you need to do to...

There isn't really much you need to do to "maintain" them as a user. Most of the work ends up needing to happen on the author side, but you can support authors with that.

Some things that come to...
Forum: General Authoring Discussion 02/02/24, 10:12 AM
Replies: 5
Views: 1,529
Posted By sirinsidiator
These functions work the same way as they did...

These functions work the same way as they did back when the guild finder was introduced. My guess is, last year you simply happened to request data for guilds you had already opened in the guild...
Forum: Tutorials & Other Helpful Info 01/30/24, 02:40 PM
Replies: 9
Views: 2,587
Posted By sirinsidiator
They won't replace them. You simply won't get any...

They won't replace them. You simply won't get any more of the old ones. Just got confirmed. (https://forums.elderscrollsonline.com/en/discussion/comment/8035821#Comment_8035821)
Forum: Tutorials & Other Helpful Info 01/29/24, 01:22 PM
Replies: 9
Views: 2,587
Posted By sirinsidiator
Update 41 (Version 9.3)

The next DLC "Scions of Ithelia (https://www.elderscrollsonline.com/en-us/news/post/65487)" will be available on the PTS later today.

New API Version: 101041

Notable Changes

New dungeons, set...
Forum: General Authoring Discussion 12/21/23, 05:47 PM
Replies: 12
Views: 2,611
Posted By sirinsidiator
Upcoming changes to font rendering in Update 41

I figured since no English thread about the topic existed yet, I'd make one to collect all the info we know so far.

In Update 41 all font rendering will be switched to a new system, which means any...
Forum: General Authoring Discussion 12/16/23, 02:21 PM
Replies: 10
Views: 1,152
Posted By sirinsidiator
You are passing the table...

You are passing the table "MyAddon.killFilterList" to "for .. do" instead of the length of the table "#MyAddon.killFilterList".

Other than you are mixing two different approaches on how to use...
Forum: General Authoring Discussion 12/03/23, 08:40 AM
Replies: 8
Views: 1,314
Posted By sirinsidiator
There is none and if you find one, it will be...

There is none and if you find one, it will be considered an exploit as it would mean you can automate/simplify parts of the combat mechanics. See "How to get your AddOn removed"...
Forum: AddOn Search/Requests 11/15/23, 10:09 AM
Replies: 2
Views: 1,536
Posted By sirinsidiator
Your second attempt is almost correct, but the...

Your second attempt is almost correct, but the game uses ZO_Dialogs_ShowPlatformDialog instead of ZO_Dialogs_ShowDialog for these...
Forum: General Authoring Discussion 11/06/23, 02:15 PM
Replies: 39
Views: 9,717
Posted By sirinsidiator
GetGuildHistoryEventIndicesForTimeRange only...

GetGuildHistoryEventIndicesForTimeRange only operates on the cached data (no server interaction involved).
It will simply return nil if the range does not contain any events or give you whatever the...
Forum: General Authoring Discussion 11/05/23, 09:33 AM
Replies: 39
Views: 9,717
Posted By sirinsidiator
The new backend is already collecting data for...

The new backend is already collecting data for the past couple months, so when U41 launches there will be access to the full 30 days of trading data from the server side.
Forum: General Authoring Discussion 11/03/23, 03:54 PM
Replies: 39
Views: 9,717
Posted By sirinsidiator
@nightstrike2: I just got info that there will be...

@nightstrike2: I just got info that there will be a setting to allow keeping data for guilds you are no longer a member of. Per default it will be off, since most players won't need it and it will...
Forum: General Authoring Discussion 11/03/23, 06:05 AM
Replies: 39
Views: 9,717
Posted By sirinsidiator
Yes. It won't be a traditional saved variable...

Yes. It won't be a traditional saved variable though. It's in a binary file which will live somewhere in the live folder. There should also be an export function in the game to export it as a text...
Forum: General Authoring Discussion 11/01/23, 03:15 PM
Replies: 39
Views: 9,717
Posted By sirinsidiator
New Guild History API

Thanks to the tireless efforts of Dan, we are finally getting a new and improved Guild History API with Update 41.
Here's a first look at the new API and how it will work.

*...
Forum: AddOn Search/Requests 10/31/23, 02:13 PM
Replies: 11
Views: 2,102
Posted By sirinsidiator
I imagine someone could make a separate log...

I imagine someone could make a separate log window for the group leader (and only for them) which does not automatically show up, but they can use it to look up who changed their role if need be.
Forum: Bug Reports 10/25/23, 02:42 PM
Replies: 5
Views: 1,616
Posted By sirinsidiator
To me it sounds as if it is working correctly and...

To me it sounds as if it is working correctly and you are just misunderstanding what should be happening?
https://i.imgur.com/0W1zFXH.png
When the player has the mount equipped but is not mounted, it...
Forum: General Authoring Discussion 10/15/23, 08:10 AM
Replies: 8
Views: 1,350
Posted By sirinsidiator
The pattern you used is fine as long as the input...

The pattern you used is fine as long as the input string contains the character sequence in question. But as I said, as soon as it doesn't, you will receive an error. There is no other pattern you...
Forum: General Authoring Discussion 10/14/23, 03:33 PM
Replies: 8
Views: 1,350
Posted By sirinsidiator
Your error happens because string.find can either...

Your error happens because string.find can either return 2 numbers when a result is found, or nil otherwise.
As a result, in case the name string does not contain a localization tag like ^F your code...
Showing results 1 to 25 of 500