Thread Tools Display Modes
09/17/17, 08:23 AM   #1
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
3.2 Update

Hello,

3.2 Update should pop on PTS tomorrow (monday).
As always, patch notes, links, blabla, I'll edit later.

so some placeholders :


Last edited by Ayantir : 10/04/17 at 05:19 PM.
  Reply With Quote
09/18/17, 03:23 PM   #2
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,912
3.2 API notes:
http://www.esoui.com/forums/showthread.php?t=7366

ESOUIDocumentationP16.txt
  Reply With Quote
09/18/17, 05:02 PM   #3
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
It is looking like the HotR new event EVENT_NON_COMBAT_BONUS_CHANGED is working correctly now, I will do more tests when the client does not crash so much
  Reply With Quote
09/18/17, 06:04 PM   #4
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
4 new motifs, these are the details if anyone needs them for their addon

54 - Bloodforge
itemStyleId = 61
achievementId = 2098
Motif all in one book item id = 132533
Motif chapter item ids = 132534 to 132547

55 - Dreadhorn
itemStyleId = 62
achievementId = 2097
Motif all in one book id = 132565
Motif chapter item ids = 132566 to 132579

56 - Apostle
itemStyleId = 65
achievementId = 2044
Motif all in one book id = 132549
Motif chapter item ids = 132550 to 132563

57 - Ebonshadow
itemStyleId = 66
achievementId = 2045
Motif all in one book id = 132581
Motif chapter item ids = 132582 to 132595
  Reply With Quote
09/21/17, 04:41 AM   #5
Sounomi
Join Date: Oct 2014
Posts: 40
Found a bug with zo_strformat on the PTS to where it doesn't seem to be treated comma delimited numbers properly.

Code:
/d zo_strformat("<<1[0/1/$d]>>", "1337")
That will return "1337" as it should.

Code:
/d zo_strformat("<<1[0/1/$d]>>", "1,337")
That will return "1" however.
  Reply With Quote
09/23/17, 05:05 PM   #6
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
I've updated API page and event.

You should have a look on events page as this one now list the types of data sent

ex :

before :


now :



ZOS also added a lot of Guild and Social events which already existed but was not documented.

Complete list of events added is :


Social - Already here but undocumented :
EVENT_FRIEND_DISPLAY_NAME_CHANGED
EVENT_OUTGOING_FRIEND_INVITE_REMOVED
EVENT_FRIEND_CHARACTER_CHAMPION_POINTS_CHANGED
EVENT_OUTGOING_FRIEND_INVITE_ADDED
EVENT_IGNORE_ONLINE_CHARACTER_CHANGED
EVENT_INCOMING_FRIEND_INVITE_NOTE_UPDATED
Guild - Already here but undocumented :
EVENT_GUILD_HISTORY_REFRESHED
EVENT_GUILD_LEVEL_CHANGED
EVENT_GUILD_HISTORY_CATEGORY_UPDATED
EVENT_GUILD_NAME_AVAILABLE
EVENT_GUILD_INVITES_INITIALIZED
EVENT_GUILD_MEMBER_CHARACTER_CHAMPION_POINTS_CHANGED
EVENT_GUILD_TRADER_HIRED_UPDATED
Guild Keeps - Already here but undocumented :
EVENT_GUILD_RELEASE_KEEP_RESPONSE
EVENT_GUILD_LOST_KEEP_CAMPAIGN_NOTIFICATION
EVENT_GUILD_CLAIM_KEEP_RESPONSE
EVENT_GUILD_CLAIM_KEEP_CAMPAIGN_NOTIFICATION
EVENT_GUILD_RELEASE_KEEP_CAMPAIGN_NOTIFICATION
Retrait System
EVENT_RETRAIT_RESPONSE
EVENT_RETRAIT_STATION_INTERACT_START
EVENT_RETRAIT_STARTED
Currencies
EVENT_CROWN_GEM_UPDATE
EVENT_CURRENCY_CAPS_CHANGED
EVENT_CROWN_UPDATE
EVENT_CURRENCY_UPDATE
Collectibles
EVENT_COLLECTIBLES_UPDATED
EVENT_COLLECTIBLE_UPDATED
Video (pregame)
EVENT_VIDEO_PLAYBACK_COMPLETE
EVENT_VIDEO_PLAYBACK_CONFIRM_CANCEL
EVENT_VIDEO_PLAYBACK_CANCEL_STARTED
EVENT_VIDEO_PLAYBACK_ERROR

Others :
EVENT_BACKGROUND_LIST_FILTER_COMPLETE < Unknown
EVENT_GAME_CREDITS_READY < Game credits (pregame)
EVENT_REMOTE_SCENE_STATE_CHANGE < Remote scenes (marketplace & protected code)
EVENT_REMOTE_TOP_LEVEL_CHANGE < Remote scenes (marketplace & protected code)
EVENT_SHOW_REMOTE_BASE_SCENE < Remote scenes (marketplace & protected code)
EVENT_PLAYER_STATUS_CHANGED < Maybe offline / away / dnd
EVENT_SET_SUBTITLE < Subtitles option
EVENT_FULLSCREEN_MODE_CHANGED < Video option
EVENT_DYES_SEARCH_RESULTS_READY < New restyle system
EVENT_CAPTURE_AREA_SPAWNED < Alliance war & Battlegrounds
EVENT_SAVE_DATA_COMPLETE < Unknown
  Reply With Quote
09/23/17, 05:10 PM   #7
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
And anyone dealing with dyes should rewrite his addon, everything has changed.
  Reply With Quote
09/29/17, 08:08 PM   #8
Rhyono
AddOn Author - Click to view addons
Join Date: Sep 2016
Posts: 659
As far as I can tell, those new styles don't have ITEMSTYLE constants.
  Reply With Quote
09/30/17, 11:20 AM   #9
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
Originally Posted by Rhyono View Post
As far as I can tell, those new styles don't have ITEMSTYLE constants.
The last DLC began to do away with ITEMSTYLE constants so no these ones wont have one.
The old ITEMSTYLE constants have been placed in a compatibility file for now but will be removed eventually.
You should change over to using itemStyleId
  Reply With Quote
10/23/17, 06:33 AM   #10
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Is there any difference between the ESOUIDocumentationP16.txt and what we have on live now? Could we please have a new version if that's the case?
  Reply With Quote
10/23/17, 07:46 AM   #11
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
The differences are pretty minor, but here they are.
Attached Files
File Type: txt ESOUIDocumentationP16 2.txt (588.8 KB, 794 views)
  Reply With Quote
10/23/17, 09:41 AM   #12
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
Originally Posted by ZOS_ChipHilseberg View Post
The differences are pretty minor, but here they are.
Thanks!

It does show one very nice addition:
Code:
* GetKillingAttackInfo(*luaindex* _index_)
** _Returns:_ *string* _attackName_, *integer* _attackDamage_, *textureName* _attackIcon_, *bool* _wasKillingBlow_, *integer* _castTimeAgoMS_, *integer* _durationMS_, *integer* _numAttackHits_, *integer* _abilityId_
  Reply With Quote
10/23/17, 09:48 AM   #13
Marazota
AddOn Author - Click to view addons
Join Date: Sep 2015
Posts: 257
Originally Posted by sirinsidiator View Post
Thanks!

It does show one very nice addition:
Code:
* GetKillingAttackInfo(*luaindex* _index_)
** _Returns:_ *string* _attackName_, *integer* _attackDamage_, *textureName* _attackIcon_, *bool* _wasKillingBlow_, *integer* _castTimeAgoMS_, *integer* _durationMS_, *integer* _numAttackHits_, *integer* _abilityId_
nice! you will able eventually fix warTools and it will show a name of a person who killed you?
  Reply With Quote

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

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