Thread Tools Display Modes
09/21/20, 03:04 AM   #1
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Update 6.2

The next update "Markarth" will be available on the PTS later today.

New API Version: 100033

PTS Dev Guild
We have created guilds on the EU and NA server for all addon developers, which get copied over during the PTS cycle for a new update, so we can test guild related things, ask for help with testing or just chat. If you need an invite, ask here or over on our Gitter channel. You are also free to join them on the live servers so you don't always have to be reinvited when the PTS is wiped.

Notable Changes
  • Introduction of a new item set collection and reconstructed items
  • Increased transmute stone limit
  • New inventory filters and search box
  • Crafting writ QoL improvements
  • Major change to how buffs work
  • Reworked ice staff skills
  • Merge of weapon and spell crit into one global crit stat
  • New solo arena with leaderboard
  • Group queue for Battlegrounds

LinksI'll edit the OP with more useful information as you post it and add the links as they become available.

Last edited by sirinsidiator : 11/02/20 at 10:07 AM.
  Reply With Quote
09/21/20, 11:48 AM   #2
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 171
Documentation.
Attached Files
File Type: txt API_Patch_Notes_U28.txt (17.6 KB, 1186 views)
File Type: txt ESOUIDocumentationP28.txt (783.4 KB, 953 views)
  Reply With Quote
09/23/20, 10:02 AM   #3
andy.s
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 40
Originally Posted by ZOS_DanBatson View Post
Documentation.
ExitInstanceImmediately()

This function is amazing and gonna help people to reset trials quicker! While you are at it, maybe add an ability for a raid leader to switch the difficulty from inside the instance (to reset it) and insta port everyone out? (or something of this kind, I know, it's not that trivial and have potential issues).
  Reply With Quote
09/23/20, 10:21 AM   #4
Wheels
AddOn Author - Click to view addons
Join Date: Feb 2017
Posts: 60
^ seconded
  Reply With Quote
09/23/20, 07:32 PM   #5
Tazmyr
AddOn Author - Click to view addons
Join Date: Aug 2020
Posts: 8
Dev guild invite plz ...

Could I get a dev guild invite please - NA - Production is fine.
I'm in USA, Pacific - PST - Online often between 11am and 11pm PST.
Much appreciated!
@Tazmyr

Last edited by Tazmyr : 09/24/20 at 11:01 AM.
  Reply With Quote
09/24/20, 07:24 AM   #6
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
almost all addons on PTS throwing errors on loading, check my latest comments

its because of some library?
  Reply With Quote
09/24/20, 08:39 AM   #7
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by Marazota View Post
almost all addons on PTS throwing errors on loading, check my latest comments

its because of some library?
It's because there are a lot of api changes this time around. They added some new features which have a big impact on the inventory system and also did some housekeeping on their internal libraries which are used by many addons. You will have to give authors some time to adjust their code.
  Reply With Quote
09/24/20, 03:43 PM   #8
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by Tazmyr View Post
Could I get a dev guild invite please - NA - Production is fine.
I'm in USA, Pacific - PST - Online often between 11am and 11pm PST.
Much appreciated!
@Tazmyr
You have been invited on both NA and PTS. Just don't expect much activity - if any - on the NA server, as mostly EU authors joined there.
  Reply With Quote
11/02/20, 09:51 AM   #9
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 171
Final versions of the documentation changes. New functions added near bottom of patch notes:

* GetUnitRawWorldPosition(*string* _unitTag_)
** _Returns:_ *integer* _zoneId_, *integer* _worldX_, *integer* _worldY_, *integer* _worldZ_

* BindItem(*[Bag|#Bag]* _bagId_, *integer* _slotIndex_)

* GetNumLastCraftingResultCurrencies()
** _Returns:_ *integer* _numCurrencies_

* GetLastCraftingResultCurrencyInfo(*luaindex* _resultIndex_)
** _Returns:_ *[CurrencyType|#CurrencyType]* _currencyType_, *integer* _currencyAmount_

* GetItemLinkItemSetCollectionSlot(*string* _itemLink_)
** _Returns:_ *id64* _slot_
Attached Files
File Type: txt API_Patch_Notes_U28 2.txt (18.2 KB, 888 views)
File Type: txt ESOUIDocumentationP28 2.txt (783.9 KB, 1179 views)
  Reply With Quote
11/02/20, 09:43 PM   #10
Cardinal05
AddOn Author - Click to view addons
Join Date: Feb 2018
Posts: 33
Originally Posted by ZOS_DanBatson View Post
Final versions of the documentation changes. New functions added near bottom of patch notes:

* GetUnitRawWorldPosition(*string* _unitTag_)
** _Returns:_ *integer* _zoneId_, *integer* _worldX_, *integer* _worldY_, *integer* _worldZ_

* BindItem(*[Bag|#Bag]* _bagId_, *integer* _slotIndex_)

* GetNumLastCraftingResultCurrencies()
** _Returns:_ *integer* _numCurrencies_

* GetLastCraftingResultCurrencyInfo(*luaindex* _resultIndex_)
** _Returns:_ *[CurrencyType|#CurrencyType]* _currencyType_, *integer* _currencyAmount_

* GetItemLinkItemSetCollectionSlot(*string* _itemLink_)
** _Returns:_ *id64* _slot_

I believe that you meant "Natch Potes"
  Reply With Quote
11/03/20, 04:47 PM   #11
AlbinoPython
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 24
Sorry if I missed it, does GetUnitRawWorldPosition return the position in any particular units? And when we say 'RawWorldPosition' is that just the position in the current zone?
  Reply With Quote
11/03/20, 05:05 PM   #12
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by AlbinoPython View Post
Sorry if I missed it, does GetUnitRawWorldPosition return the position in any particular units? And when we say 'RawWorldPosition' is that just the position in the current zone?
Same as the regular world position. Just that the coordinates returned by GetUnitWorldPosition are actually remapped so that the world appears to be one consistent space (e.g. when you enter a house). This function on the other hand will return coordinates that haven't been transformed and reflect the actual position in the 3d space of the level data.
In other words, it won't be useful for most authors.
  Reply With Quote
01/09/21, 04:43 AM   #13
Phuein
 
Phuein's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 132
Just ran into an unexpected change that is probably a bug?

Code:
/script d(zo_strformat("<<i:1>>", 5))
Should return "5th" but instead returns "th". Can be fixed with:
Code:
/script d(zo_strformat("<<1>><<i:1>>", 5))
But definitely looks unintended.
  Reply With Quote
01/11/21, 12:59 PM   #14
ZOS_DanBatson
ZOS Staff!
 
ZOS_DanBatson's Avatar
Yes this person is from ZeniMax!
Join Date: Jul 2015
Posts: 171
Originally Posted by Phuein View Post
Just ran into an unexpected change that is probably a bug?

Code:
/script d(zo_strformat("<<i:1>>", 5))
Should return "5th" but instead returns "th". Can be fixed with:
Code:
/script d(zo_strformat("<<1>><<i:1>>", 5))
But definitely looks unintended.

Thanks for the heads up. I've got a bug in and will look into fixing this.
  Reply With Quote

ESOUI » Developer Discussions » Tutorials & Other Helpful Info » Update 6.2

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off