Showing results 1 to 21 of 21
Search took 0.00 seconds.
Search: Posts Made By: code65536
Forum: Tutorials & Other Helpful Info 09/20/23, 05:19 AM
Replies: 12
Views: 4,311
Posted By code65536
I see there's been a major overhaul of...

I see there's been a major overhaul of ZO_ComboBox.

ZO_ScrollableComboBox is now gone and has been merged into ZO_ComboBox.
Forum: General Authoring Discussion 03/14/23, 09:37 PM
Replies: 5
Views: 2,896
Posted By code65536
For the new reset times, I now...

For the new reset times, I now use
GetTimeUntilNextDailyLoginRewardClaimS() -- seconds
For daily reset...
Forum: Tutorials & Other Helpful Info 04/26/22, 08:44 AM
Replies: 32
Views: 18,088
Posted By code65536
I am encountering what appears to be a bug in...

I am encountering what appears to be a bug in update 34.

Demonstrated in this video:
https://youtu.be/ax-UQgR8_hY

The tooltip for the death recap has a draw tier of HIGH, a draw layer of OVERLAY,...
Forum: General Authoring Discussion 02/24/21, 02:27 PM
Replies: 5
Views: 5,429
Posted By code65536
I play with multiple accounts across both...

I play with multiple accounts across both servers, so I personally despise addons that save settings per-character, per-account, or even per-server unless there's a compelling reason for that...
Forum: Wish List 04/11/19, 09:35 AM
Replies: 15
Views: 10,532
Posted By code65536
Most competitive groups I know don't require such...

Most competitive groups I know don't require such a thing. Instead, what many of them ask for is that you screenshot your Combat Metrics report after a clean kill and send it to them. For competitive...
Forum: Bug Reports 07/27/17, 02:31 PM
Replies: 8
Views: 4,545
Posted By code65536
It's not a long buff. It's a negative buff. -1...

It's not a long buff. It's a negative buff. -1 expressed in 32-bit is 0xFFFFFFFF, and that many seconds converted to days happens to be around 49710 days. It's treating a negative signed integer as a...
Forum: General Authoring Discussion 07/27/17, 12:41 PM
Replies: 3
Views: 3,106
Posted By code65536
Determining distance between two players

Let's say I have two players in a group together. I would like to calculate the distance between these two players in units that are compatible with ability ranges and radii.

For example, the Circle...
Forum: Wish List 07/24/17, 08:22 AM
Replies: 17
Views: 6,500
Posted By code65536
Right now, ticking the box to enable outdated...

Right now, ticking the box to enable outdated addons feels a lot like ticking the "I agree" box in the TOS. It's a standard thing that people do without really thinking when a new major update is...
Forum: AddOn Search/Requests 07/23/17, 07:12 AM
Replies: 65
Views: 28,471
Posted By code65536
Yes, yes, we addon authors can do whatever we...

Yes, yes, we addon authors can do whatever we want. We're not forcing people to use our addons. Etc.

But just because we can doesn't mean that we should. I don't care about what we can do, but I...
Forum: General Authoring Discussion 01/18/17, 03:35 PM
Replies: 56
Views: 25,788
Posted By code65536
I was wondering about the scope of the planned...

I was wondering about the scope of the planned changes to ACTION_RESULT_BEGIN--how narrow or broad will they be?

As an example, Raid Notifier uses this to warn players of an incoming eclipse field...
Forum: AddOn Search/Requests 10/31/16, 06:30 PM
Replies: 1
Views: 2,904
Posted By code65536
Someone had just uploaded one a few days...

Someone had just uploaded one a few days ago:
http://www.esoui.com/downloads/info1510.html
Forum: Translation Help 10/26/16, 09:10 AM
Replies: 21
Views: 17,489
Posted By code65536
Ah, that's good to know! The version that I...

Ah, that's good to know! The version that I uploaded yesterday uses GetString("SI_SKILLTYPE", SKILL_TYPE_WORLD)), per Scootworks' suggestion, for the German version, which is exactly "Offene Welt"....
Forum: Translation Help 10/25/16, 06:52 PM
Replies: 21
Views: 17,489
Posted By code65536
Thanks again, everyone! The Spanish translation...

Thanks again, everyone! The Spanish translation has been added to version 1.1.2, and the German and Russian translations now use the new translation of "Overland".
Forum: Translation Help 10/24/16, 12:25 PM
Replies: 21
Views: 17,489
Posted By code65536
@Morganlefai Thank you for the Spanish...

@Morganlefai
Thank you for the Spanish translations. Sorry for the late reply; I've been busy this weekend. I'll add them to the next version.

@Llwydd
Someone else had sent me an alternate set of...
Forum: Translation Help 10/16/16, 10:04 AM
Replies: 21
Views: 17,489
Posted By code65536
Thanks! Unfortunately, "Nicht in...

Thanks!

Unfortunately, "Nicht in Verliesen/Prüfungen" is very long, so I think it's better to keep the old translation.
Forum: Translation Help 10/15/16, 05:35 PM
Replies: 21
Views: 17,489
Posted By code65536
The next version of Itemization Browser will add...

The next version of Itemization Browser will add support for searching set bonuses.

As a result, the "Search Filter:" string has been removed and replaced with the following two strings:

"Search...
Forum: Translation Help 10/06/16, 11:35 PM
Replies: 21
Views: 17,489
Posted By code65536
Thank you! Your Russian translation has been...

Thank you! Your Russian translation has been released in version 1.0.1.
Forum: Translation Help 10/05/16, 02:11 AM
Replies: 21
Views: 17,489
Posted By code65536
Thank you everyone for the translations! I have...

Thank you everyone for the translations! I have added them to today's 1.0.0 release.

Baertram/Biki: I picked "Overland" because that's the word that Gina used multiple times in the 2.6.0 patch...
Forum: Translation Help 09/26/16, 06:35 PM
Replies: 21
Views: 17,489
Posted By code65536
Translations for ESO Itemization Browser

Addon link:
http://www.esoui.com/downloads/info1480.html

ZO_CreateStringId("SI_ITEMBROWSER_TITLE" , "Itemization Browser");

ZO_CreateStringId("SI_ITEMBROWSER_HEADER_NAME" ,...
Forum: Bug Reports 09/26/16, 04:17 PM
Replies: 3
Views: 4,807
Posted By code65536
[fixed] Faulty code in ZO_SortHeaderGroup:OnHeaderClicked

There is a problem in the ZO_SortHeaderGroup:OnHeaderClicked function (found in \esoui\libraries\zo_sortheadergroup\zo_sortheadergroup.lua), specifically, with the following line of code:

...
Forum: General Authoring Discussion 09/11/16, 02:22 PM
Replies: 1
Views: 3,011
Posted By code65536
Those are not the correct IDs for those...

Those are not the correct IDs for those zones--these are the correct zoneIds for the zones you listed:

823, The Gold Coast
816, Hew's Bane
888, Craglorn
537, Khenarthi's Roost
Showing results 1 to 21 of 21