Thread Tools Display Modes
07/28/15, 08:33 AM   #1
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
2.1 API Patch Notes

The new API notes have been posted http://forums.elderscrollsonline.com...change-log-pts. Please comment in this thread or on the official forums with any questions or concerns.
  Reply With Quote
07/28/15, 09:58 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Well first thank you for posting here so often, it's a real pleasure.

Then after reading your patchnotes,

Combat and Effect API Changes
- Very good improvements for combat managment, dots and buffs, I hope we'll improve our way to play. maybe some new tricks will appear, I guess, we'll see.

Currency
- Nothing to do, was needed with new systems..

Display Names
- Ah, this ones sounds very good. I'll test it.

Event Filters
- Thank you, a lot of us are playing with unit tag player, reticleover or powertype health. it could help us to go faster ..

Guild
- 2 little functions very useful, thanks.

Label changes are also very interesting. and few events added will be also useful.

so thank you again, some change needed for you, and some changes you didn't need to do (?) but present, and they'll be useful for us. it's very enjoyable for my point of view.
  Reply With Quote
07/28/15, 10:28 AM   #3
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,581
These changes make me very happy

I haven't looked into combat events too deeply, but I always wonder what the isError parameter is for? Maybe someone can enlighten me?

Does GetUnitDisplayName(unitTag) return the name for any player or just those in our friend list or guild roster?

EVENT_PLAYER_REINCARNATED - What is the difference between this and EVENT_PLAYER_ALIVE?
Does this refer to a player that we have resurrected with a soul gem?
Right now there is no indication when a player resurrection is pending. There is not even a clear difference between a successful resurrection and one where we stopped before it completed. Maybe something you could add in the future if this event is not what I hope for.

On another note, some updates ago there was an entry type in the guild activity log which told us when someone invited a player to a guild, but this was removed some time ago. Could you please bring this back or maybe add a field to the joined entries which tells us who invited a certain member? There is some interest in this feature so trading guilds can give players an incentive to invite new members.
  Reply With Quote
07/28/15, 11:39 AM   #4
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
Originally Posted by sirinsidiator View Post
Does GetUnitDisplayName(unitTag) return the name for any player or just those in our friend list or guild roster?
Any player that you have a unit tag for.

Originally Posted by sirinsidiator View Post
EVENT_PLAYER_REINCARNATED - What is the difference between this and EVENT_PLAYER_ALIVE?
Reincarnated will be sent when the player transitions from ghost to a normal player after reviving. Alive should be sent in every case where the player transitions from dead to alive.

Originally Posted by sirinsidiator View Post
On another note, some updates ago there was an entry type in the guild activity log which told us when someone invited a player to a guild, but this was removed some time ago. Could you please bring this back or maybe add a field to the joined entries which tells us who invited a certain member? There is some interest in this feature so trading guilds can give players an incentive to invite new members.
I'll have to ask around about why that was pulled.
  Reply With Quote
07/28/15, 10:48 AM   #5
Fyrakin
 
Fyrakin's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 129
Originally Posted by ZOS_ChipHilseberg View Post
•OnTextureLoaded which is fired when a texture control has loaded its file into memory.
Will it fire every time when new valid texture file is set by control:SetTexture("texture path")?
  Reply With Quote
07/28/15, 11:46 AM   #6
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
Originally Posted by Fyrakin View Post
Will it fire every time when new valid texture file is set by control:SetTexture("texture path")?
It will fire whenever a loaded texture becomes available on the control. Either when SetTexture is called if the texture is different and it is already in memory, or it will fire later when the texture is loaded into memory from file.
  Reply With Quote
07/28/15, 02:27 PM   #7
Wandamey
Guest
Posts: n/a
•Arrows are now easier to see while they’re traveling to your knee
oh my, this one is a carreer saver!!
  Reply With Quote
07/28/15, 05:23 PM   #8
merlight
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 671
I haven't updated the client yet, just noticed a Good Thing in the notes -- seems you've left legacy/deprecated functions, e.g. *Money, in the API. *thumbs up*
  Reply With Quote
07/28/15, 05:54 PM   #9
Wandamey
Guest
Posts: n/a
not exactly "API", but am I missing something in the achievement journal or some craft items (style books...) / fishes are already implemented for the next (next) dlc on the test server?

if there are really available with no corresponding achievement i'd like to know to be sure they don't show false info in my addon.
(i'd be more precise but i'm afraid of spoiling... i'm not speaking of glass or xyvkin, nor imperial city fishes...)

Last edited by Wandamey : 07/28/15 at 05:59 PM.
  Reply With Quote

ESOUI » Developer Discussions » General Authoring Discussion » 2.1 API Patch Notes


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