View Single Post
04/19/24, 07:43 AM   #1
Lykeion
 
Lykeion's Avatar
AddOn Author - Click to view addons
Join Date: May 2022
Posts: 23
Add GetAbilityId() with parameters craftedAbilityId & 3*scriptId's

I briefly played around with the Scribing system in the PTS and checked the U42 API note. It looks like craftedAbilityId & 3*scriptId can fully determine an abilityId , but the game doesn't provide this API.

I'd like to add a Scribing simulator to my addon to help players quickly see the effects of various script combinations anytime anywhere without using the Scribing Altar. However, I checked the U42 API note and found that the abilityId can only be queried via craftedAbilityId. This means that we can only query the abilityId that have been crafted in our skill selector, but not the abilityId of any skill that has not been crafted.

I think this problem can be solved by organizing a scribing abilityId Lib. However, as described in the official stream, there are thousands of combinations of skills that can be scribed, and even if the Lib is done, performance issues are not guaranteed at the time of use. Can the dev team please provide this API to solve this problem? Also, I want the corresponding API of getting craftedAbilityId & 3* scriptId by abilityId.

Last edited by Lykeion : 04/19/24 at 10:18 AM. Reason: Requirements supplemented
  Reply With Quote