Showing results 1 to 25 of 500
Search took 0.01 seconds.
Search: Posts Made By: ZOS_ChipHilseberg
Forum: General Authoring Discussion 06/25/20, 09:23 AM
Replies: 12
Views: 6,726
Posted By ZOS_ChipHilseberg
A New Hero Rises

Hey all,

As of this week I'll be moving on from ESO to a new project here at ZOS. I've been on the ESO team for nearly 10 years and it's been a great time full of exciting challenges. It was an...
Forum: General Authoring Discussion 10/03/19, 08:20 AM
Replies: 9
Views: 5,437
Posted By ZOS_ChipHilseberg
You can supply a .str file which will load with...

You can supply a .str file which will load with the language file and allow you to override strings or fonts. I'd take a look at the RuESO addon for an example.
Forum: Tutorials & Other Helpful Info 09/27/19, 02:39 PM
Replies: 7
Views: 16,649
Posted By ZOS_ChipHilseberg
This patch also includes a change to the Lua...

This patch also includes a change to the Lua security system. Now when you register a callback for a script handler, event, or update it will run that callback as insecure code even if the code...
Forum: Bug Reports 09/03/19, 03:42 PM
Replies: 2
Views: 8,481
Posted By ZOS_ChipHilseberg
This should be easily fixed.

This should be easily fixed.
Forum: General Authoring Discussion 06/21/19, 12:26 PM
Replies: 38
Views: 24,486
Posted By ZOS_ChipHilseberg
Not to share right now but we're working on it.

Not to share right now but we're working on it.
Forum: General Authoring Discussion 06/20/19, 03:32 PM
Replies: 38
Views: 24,486
Posted By ZOS_ChipHilseberg
That is correct.

That is correct.
Forum: General Authoring Discussion 06/20/19, 08:35 AM
Replies: 38
Views: 24,486
Posted By ZOS_ChipHilseberg
RequestGuildHistoryCategoryNewest and...

RequestGuildHistoryCategoryNewest and RequestGuildHistoryCategoryOlder will return false in the case of being on CD. We don't push the server CD to all clients so the client only knows the server CD...
Forum: General Authoring Discussion 06/19/19, 09:42 AM
Replies: 38
Views: 24,486
Posted By ZOS_ChipHilseberg
The changes to the guild history API allowed us...

The changes to the guild history API allowed us to control the frequency of addon requests to stabilize the load in the short term. While the cooldown on the requests is something that we can tune as...
Forum: AddOn Help/Support 05/29/19, 08:32 AM
Replies: 6
Views: 3,134
Posted By ZOS_ChipHilseberg
It depends on the aspect ratio. The aspect ratio...

It depends on the aspect ratio.

The aspect ratio is the screen width divided by the screen height. For 1920x1080 this is 1.777. If the aspect ration of your screen is less than that, there will be...
Forum: AddOn Help/Support 05/28/19, 08:00 AM
Replies: 6
Views: 3,134
Posted By ZOS_ChipHilseberg
The UI size is at minimum 1920 x 1080.

The UI size is at minimum 1920 x 1080.
Forum: Bug Reports 02/18/19, 10:01 AM
Replies: 8
Views: 8,011
Posted By ZOS_ChipHilseberg
Tell me if this is correct. You are requesting...

Tell me if this is correct. You are requesting that we replace the lua string.find with our own UTF-8 compatible pattern matching?
Forum: Bug Reports 01/30/19, 09:14 AM
Replies: 2
Views: 4,715
Posted By ZOS_ChipHilseberg
The difference is that one has its flags set to...

The difference is that one has its flags set to 65 (BOUND | CROWN_STORE) and one has its flags set to 1 (BOUND). This is why they can't stack, since it would lose the CROWN_STORE flag if it did.
Forum: Bug Reports 01/10/19, 10:16 AM
Replies: 4
Views: 5,855
Posted By ZOS_ChipHilseberg
We'll get this fixed. Thanks.

We'll get this fixed. Thanks.
Forum: Bug Reports 11/07/18, 04:48 PM
Replies: 5
Views: 8,167
Posted By ZOS_ChipHilseberg
We have a fix in for this.

We have a fix in for this.
Forum: Bug Reports 11/06/18, 03:36 PM
Replies: 3
Views: 5,155
Posted By ZOS_ChipHilseberg
Do you know what ability id this effect is?

Do you know what ability id this effect is?
Forum: Bug Reports 11/06/18, 02:39 PM
Replies: 6
Views: 7,207
Posted By ZOS_ChipHilseberg
We have a fix for this internally now.

We have a fix for this internally now.
Forum: Bug Reports 10/25/18, 04:02 PM
Replies: 2
Views: 4,672
Posted By ZOS_ChipHilseberg
This is probably because you're putting texture...

This is probably because you're putting texture markup inside of link markup. Nested markup isn't supported.
Forum: Wish List 10/17/18, 03:44 PM
Replies: 13
Views: 8,603
Posted By ZOS_ChipHilseberg
You are mistaken. There is no item for a default...

You are mistaken. There is no item for a default enchant. Its power is based off of the item quality and level. Applied enchants do have an item. You can find those by searching through all items and...
Forum: Wish List 10/17/18, 01:20 PM
Replies: 13
Views: 8,603
Posted By ZOS_ChipHilseberg
You want the required level and the quality of...

You want the required level and the quality of the applied enchant?
Forum: Wish List 10/17/18, 01:16 PM
Replies: 13
Views: 8,603
Posted By ZOS_ChipHilseberg
It will remain retrievable.

It will remain retrievable.
Forum: Wish List 10/17/18, 08:37 AM
Replies: 13
Views: 8,603
Posted By ZOS_ChipHilseberg
Final is Applied if it exists, otherwise...

Final is Applied if it exists, otherwise Default.

This returns an enchant id. You want a glyph item that has that enchant id as its default enchant id.
Forum: Wish List 10/17/18, 07:43 AM
Replies: 13
Views: 8,603
Posted By ZOS_ChipHilseberg
We...

We added:

GetItemLinkDefaultEnchantId
GetItemLinkAppliedEnchantId
GetItemLinkFinalEnchantId

GetEnchantSearchCategoryType
GetEnchantProcAbilityId

We'll see if we have time to do the data work...
Forum: Wish List 10/15/18, 03:54 PM
Replies: 13
Views: 8,603
Posted By ZOS_ChipHilseberg
We can add...

We can add GetItemLinkEnchantSearchCategoryType(itemlink) - search category.
Forum: Tutorials & Other Helpful Info 10/15/18, 03:00 PM
Replies: 9
Views: 11,970
Posted By ZOS_ChipHilseberg
Up to date notes.

Up to date notes.
Forum: Bug Reports 10/15/18, 02:17 PM
Replies: 1
Views: 4,205
Posted By ZOS_ChipHilseberg
We'll probably fix this by exempting visible from...

We'll probably fix this by exempting visible from the locking and remove the case.
Showing results 1 to 25 of 500