Thread Tools Display Modes
07/09/16, 06:18 AM   #1
Enodoc
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 52
[implemented] Return Previous Keep Owner when Ownership Changes

Hey there, this is a request for an addition to the event EVENT_KEEP_ALLIANCE_OWNER_CHANGED. Would it be possible to add the previous owner of the keep to the returns from this event?

That is, instead of
Lua Code:
  1. EVENT_KEEP_ALLIANCE_OWNER_CHANGED(eventCode, keepId, battlegroundContext, owningAlliance)
it would be good to have
Lua Code:
  1. EVENT_KEEP_ALLIANCE_OWNER_CHANGED(eventCode, keepId, battlegroundContext, owningAlliance, oldOwner)

That way, we could see at a glance which alliance is losing a keep, as well as which alliance is gaining one.

Thanks!
 
07/09/16, 07:01 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,566
I second this request. Right now I have to keep track of the previous alliance manually. Having the value returned in the event would make some things easier.
 
07/11/16, 07:58 AM   #3
ZOS_ChipHilseberg
ZOS Staff!
Premium Member
Yes this person is from ZeniMax!
Join Date: Oct 2014
Posts: 551
That is easily added.
 
07/11/16, 12:22 PM   #4
Enodoc
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 52
Originally Posted by ZOS_ChipHilseberg View Post
That is easily added.
Awesome, thanks!
 

ESOUI » Developer Discussions » Wish List » [implemented] Return Previous Keep Owner when Ownership Changes

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