Thread Tools Display Modes
07/30/15, 09:10 AM   #1
Harven
 
Harven's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 135
Here you go: GlobalsDump100012.lua. You can also browse it by category on wiki.
  Reply With Quote
07/30/15, 09:33 AM   #2
kerb9729
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 56
Originally Posted by Harven View Post
Here you go: GlobalsDump100012.lua. You can also browse it by category on wiki.
/beer

... and some more text to make 10 characters
  Reply With Quote
07/30/15, 11:07 AM   #3
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 578
GetZoneNameByIndex values had changed

The indexes of zone names are different: GetZoneNameByIndex(zoneIndex)
If you use a multi-language extraction as a lookup table or zoneIndex as language-invariant key in your saved variables, you need to re-evaluate.

By looking at just a few of them, you may think it is just a simple shift by -1 to make room for IC. But there are more deleted, inserted and moved zones.

Last edited by votan : 08/04/15 at 11:49 AM. Reason: Shown table was not 100% correct
  Reply With Quote
08/06/15, 01:28 PM   #4
CrazyDutchGuy
 
CrazyDutchGuy's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 89
Originally Posted by votan View Post
The indexes of zone names are different: GetZoneNameByIndex(zoneIndex)
If you use a multi-language extraction as a lookup table or zoneIndex as language-invariant key in your saved variables, you need to re-evaluate.

By looking at just a few of them, you may think it is just a simple shift by -1 to make room for IC. But there are more deleted, inserted and moved zones.
I noticed, why they even changed the indexes to the zones is completely beyond me, but it is an annoying change.
  Reply With Quote
09/07/15, 12:45 PM   #5
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
Originally Posted by votan View Post
The indexes of zone names are different: GetZoneNameByIndex(zoneIndex)
If you use a multi-language extraction as a lookup table or zoneIndex as language-invariant key in your saved variables, you need to re-evaluate.

By looking at just a few of them, you may think it is just a simple shift by -1 to make room for IC. But there are more deleted, inserted and moved zones.
Still the number of Zone Ids is less than actual maps almost as twice. I just can't justify this change. I would be content with it if every map got their unique ID.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » PTS 2.1 API changes (100011 to 100012 diff)


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