Thread Tools Display Modes
10/27/17, 05:07 AM   #1
ArtOfShred
 
ArtOfShred's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 103
[outdated] EVENT_GUILD_RANK_CHANGED - Request for Old/New Rank

Current: EVENT_GUILD_RANK_CHANGED (number eventCode, number guildId, number rankIndex)
Desired: EVENT_GUILD_RANK_CHANGED (number eventCode, number guildId, number oldRankIndex, number newRankIndex)

I made a function to display rank changes in chat/as an alert when they happen in guild:



It's very easy to display a "promoted/demoted" context for the player by indexing just a bit of info. But for other guild members saving rank data would require iterating though every guild member and creating an index, then updating whenever players join/leave/rank change, etc - and that's maybe just a bit too heavy handed for something as simple as a chat message.

Last edited by ArtOfShred : 10/27/17 at 05:15 AM.
 

ESOUI » Developer Discussions » Wish List » [outdated] EVENT_GUILD_RANK_CHANGED - Request for Old/New Rank

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