Thread Tools Display Modes
10/11/15, 03:58 AM   #1
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
[implemented] Extend EVENT_ZONE_CHANGED

ESO 2.2: We have GetCurrentMapZoneIndex(), GetUnitZoneIndex(unitTag) but the event EVENT_ZONE_CHANGED still just give us localized strings only.
If using this event, we still need a reserve-lookup-table from name to index. Even more than before, if we use the new function GetUnitZoneIndex.

It would be nice if this event would add these parameters at the end: zoneIndex and subzoneIndex

Thank You
 
10/12/15, 11:02 AM   #2
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
We added zoneId and subZoneId since those are more stable than the indices. By the time this API is public there will be APIs for converting between zone ids and incides.
 
10/12/15, 11:15 AM   #3
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by ZOS_ChipHilseberg View Post
We added zoneId and subZoneId since those are more stable than the indices. By the time this API is public there will be APIs for converting between zone ids and incides.
Good news,

Thank You, Chip
 
10/13/15, 05:43 AM   #4
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
Originally Posted by ZOS_ChipHilseberg View Post
We added zoneId and subZoneId since those are more stable than the indices. By the time this API is public there will be APIs for converting between zone ids and incides.
Does that mean we will see subZoneId for each map? Or just for submaps that don't have their zoneId?
 
10/13/15, 07:35 AM   #5
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
This is only for ZONE_CHANGED which fires when your physical location changed.
 

ESOUI » Developer Discussions » Wish List » [implemented] Extend EVENT_ZONE_CHANGED


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