Showing results 1 to 25 of 192
Search took 0.00 seconds.
Search: Posts Made By: ZOS_DanBatson
Forum: Tutorials & Other Helpful Info 09/17/24, 08:38 AM
Replies: 1
Views: 2,526
Posted By ZOS_DanBatson
Documentation

Documentation
Forum: Class Discussions 09/17/24, 07:53 AM
Replies: 2
Views: 612
Posted By ZOS_DanBatson
I'll pass the feedback along to the combat team

I'll pass the feedback along to the combat team
Forum: AddOn Search/Requests 09/03/24, 12:21 PM
Replies: 4
Views: 10,688
Posted By ZOS_DanBatson
I'll pass this feedback along to design.

I'll pass this feedback along to design.
Forum: General Authoring Discussion 09/03/24, 09:02 AM
Replies: 6
Views: 8,745
Posted By ZOS_DanBatson
One other thing I didn't see mentioned here but...

One other thing I didn't see mentioned here but is a big indicator for me that it's a good candidate for deferral: the screen/add-on/whatever has a lot of controls or caches a lot of memory. Maybe...
Forum: Tutorials & Other Helpful Info 08/21/24, 08:16 AM
Replies: 4
Views: 23,605
Posted By ZOS_DanBatson
Updated documentation

Updated documentation
Forum: Bug Reports 08/01/24, 11:14 AM
Replies: 8
Views: 20,100
Posted By ZOS_DanBatson
We had some old logic that did some caching of...

We had some old logic that did some caching of the current campaign that had holes/flaws in its consistency. So you could easily wind up in situations where the cache was "wrong." But it was all...
Forum: Bug Reports 07/31/24, 09:13 AM
Replies: 8
Views: 20,100
Posted By ZOS_DanBatson
This should now be fixed on PTS

This should now be fixed on PTS
Forum: Tutorials & Other Helpful Info 07/09/24, 09:36 AM
Replies: 4
Views: 23,605
Posted By ZOS_DanBatson
Documentation

Documentation
Forum: Lua/XML Help 06/12/24, 04:44 PM
Replies: 10
Views: 7,293
Posted By ZOS_DanBatson
As a general rule we don't make APIs that do what...

As a general rule we don't make APIs that do what other APIs can already do. For example, we don't have GetCollectibleNameFromLink and GetCollectibleDescriptionFromLink and IsCollectibleLockedByLink...
Forum: Lua/XML Help 06/10/24, 09:44 AM
Replies: 10
Views: 7,293
Posted By ZOS_DanBatson
If GetItemLinkItemUseType returns...

If GetItemLinkItemUseType returns ITEM_USE_TYPE_CRAFTED_ABILITY_SCRIPT, then GetItemLinkItemUseReferenceId will return the script id. For example, the tooltip layout code in gamepad:

function...
Forum: Tutorials & Other Helpful Info 05/20/24, 08:10 AM
Replies: 11
Views: 18,849
Posted By ZOS_DanBatson
Updated docs

Updated docs
Forum: Bug Reports 04/22/24, 11:34 AM
Replies: 8
Views: 20,100
Posted By ZOS_DanBatson
I think there's a bug here. Thank you for...

I think there's a bug here. Thank you for reporting this, we're looking into it.
Forum: Wish List 04/22/24, 09:47 AM
Replies: 3
Views: 24,396
Posted By ZOS_DanBatson
if...

if IsScribableScriptCombinationForCraftedAbility(craftedAbilityId, primaryScriptId, secondaryScriptId, tertiaryScriptId) then
SetCraftedAbilityScriptSelectionOverride(craftedAbilityId,...
Forum: Bug Reports 04/18/24, 11:54 AM
Replies: 3
Views: 5,140
Posted By ZOS_DanBatson
I've passed the feedback along to the combat...

I've passed the feedback along to the combat team.

Edit: So we just looked and tested it and it does apply the heal first. Are you sure it didn't smart heal someone else and you just thought it was...
Forum: Bug Reports 04/18/24, 11:35 AM
Replies: 2
Views: 5,283
Posted By ZOS_DanBatson
Thank you for posting. We're already aware of...

Thank you for posting. We're already aware of the crash and a fix is incoming.
Forum: Tutorials & Other Helpful Info 04/17/24, 12:26 PM
Replies: 11
Views: 18,849
Posted By ZOS_DanBatson
* IsZoneStoryTracked() - You are following it and...

* IsZoneStoryTracked() - You are following it and it'll show up on your map, but it's not the one that shows up in the HUD Quest Tracker and it doesn't superscede the assisted quest
*...
Forum: Tutorials & Other Helpful Info 04/15/24, 06:17 PM
Replies: 11
Views: 18,849
Posted By ZOS_DanBatson
Another note: some more fixes/improvements came...

Another note: some more fixes/improvements came in for Guild History, and even more are on the way. We're continuing to work with Sirinsidiator and Sharlikran and fixing all the issues that crop up...
Forum: Tutorials & Other Helpful Info 04/15/24, 06:14 PM
Replies: 11
Views: 18,849
Posted By ZOS_DanBatson
Documentation. Regarding Scribing APIs, some...

Documentation.

Regarding Scribing APIs, some notes that might help (hopefully). While these rules may not be completely universally followed, we did our best to ensure they were (and again, I'm...
Forum: AddOn Search/Requests 04/15/24, 06:06 PM
Replies: 5
Views: 5,339
Posted By ZOS_DanBatson
Rear up is "jumping while not moving on a mount."...

Rear up is "jumping while not moving on a mount." And jumping is something add-ons are not allowed to do and will not be allowed to do, as Baertram explained.
Forum: Wish List 04/15/24, 06:03 PM
Replies: 12
Views: 19,449
Posted By ZOS_DanBatson
Might as well keep this ask open though. It's on...

Might as well keep this ask open though. It's on my agenda to offer some more compression options for Saved Vars, this specific ask included.
Forum: Lua/XML Help 03/29/24, 11:51 AM
Replies: 6
Views: 7,229
Posted By ZOS_DanBatson
If you call a function with CallSecureProtected...

If you call a function with CallSecureProtected and the function is not a protected function, then it will fail. You don't specifically have to check if it's protected if you already know from the...
Forum: General Authoring Discussion 03/26/24, 06:54 PM
Replies: 49
Views: 49,979
Posted By ZOS_DanBatson
Whether or not a request is complete or...

Whether or not a request is complete or complete-able is not based on server load. If you create a request for a range, it should be marked as complete if one of two things happens:
1. We already...
Forum: Tutorials & Other Helpful Info 03/04/24, 10:57 AM
Replies: 9
Views: 13,715
Posted By ZOS_DanBatson
Updated documentation

Updated documentation
Forum: Tutorials & Other Helpful Info 01/30/24, 11:28 AM
Replies: 9
Views: 13,715
Posted By ZOS_DanBatson
Documentation

Documentation
Forum: Tutorials & Other Helpful Info 10/31/23, 08:48 PM
Replies: 12
Views: 15,195
Posted By ZOS_DanBatson
Updated documentation

Updated documentation
Showing results 1 to 25 of 192