Results: 6Comments by: canofbutter
File: SkyShards03/18/22
Re: Re: Re: Re: Only Cyrodiil
Posted By: canofbutter
I'm going to revert the workaround for Cyrodiil. Either way let me know if it is working or not. I want to prevent using anything to correct Cyrodiil indices so that if there is an issue it can be addressed properly by ZOS. 10.41 is still working as well. As expected, the indices are consistent, so it seems this was just an issue...
File: SkyShards03/18/22
Re: Re: Only Cyrodiil
Posted By: canofbutter
10.40 seems to address all the previous issues (and I see the index values in SkyshardData.lua now match what I had been seeing on all characters, so I guess they're consistent for everyone after all and 10.38's values were just a mistake? Either way, it's working now and the Cyrodiil functions make sure it stays that way no matter...
File: SkyShards03/17/22
Re: @canofbutter and @Padukey
Posted By: canofbutter
See if the Skyshard status works correctly for Craglorn and Cyrodiil with 10.38 please. Craglorn looks good, thanks. For Cyrodiil, I seem to have different index values for all my characters than what I see updated in SkyshardData.lua (just checked all 9 of my alts, and it's the off for them no matter their alliance, but I don't...
File: SkyShards03/17/22
Thanks for the feedback. I will hav...
Posted By: canofbutter
Thanks for the feedback. I will have to look and see if zos has made other changes for AWA that were not there for the previous code. The index is consistent with the zone guide, so knowing the player's alliance or position on the map isn't necessary to get consistent information about a skyshard. Cyrodiil Daggerfall Covenant Sky...
File: Map Pins03/15/22
zoneId = GetSkyshardAchievementZone...
Posted By: canofbutter
zoneId = GetSkyshardAchievementZoneId(achievementId) achievementId is here pinData Well, knowing that one existed one have saved me a bunch of trouble in my own addon updates, overlooked that haha - thanks for the pointing that out - Cheers! Some special handling will be necessary when looking up the skyshardIds of those in...
File: Map Pins03/15/22
I did a quick fix for the skyshards...
Posted By: canofbutter
I did a quick fix for the skyshards using different API calls. It works on the overworld locations but I haven't figured out how to get the status of shards inside delves or blackreach areas yet. Not a quick fix, and a bit more involved, but you can use GetZoneSkyshardId(zoneId,skyshardIndex) with the map zoneId of the parent zo...