Thread Tools Display Modes
01/26/16, 06:46 PM   #1
Enodoc
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 52
[outdated] Selection Campaign Data

Please consider adding a function that will allow us to use campaign functions outside of Cyrodiil for campaigns other than your Home Campaign. (Note this list is not exhaustive)
Lua Code:
  1. GetCampaignAllianceScore(campaignId, alliance)
  2. GetCampaignHoldings(campaignId, holdingType, alliance1, alliance2)
  3. GetTotalCampaignHoldings(campaignId, holdingType, alliance)
  4. GetCampaignAlliancePotentialScore(campaignId, alliance)
  5. GetSecondsUntilCampaignScoreReevaluation(campaignId)
  6. GetCampaignUnderdogLeaderAlliance(campaignId)
  7. IsUnderpopBonusEnabled(campaignId, alliance)
  8. GetSecondsUntilCampaignUnderdogReevaluation(campaignId)
  9. DoesCampaignHaveEmperor(campaignId)
  10. GetCampaignEmperorInfo(campaignId)
  11. GetCampaignEmperorReignDuration(campaignId)


This could either be a query function like "RegisterForSelectionCampaignData(campaignIndex)", which would directly enable any of the above functions to work for the ID of the specified campaignIndex, or it could be related functions such as the already-existing "GetSelectionCampaignAllianceScore(campaignIndex, alliance)" like:
Lua Code:
  1. GetSelectionCampaignTotalHoldings(campaignIndex, holdingType, alliance)
  2. GetSelectionCampaignAlliancePotentialScore(campaignIndex, alliance)
  3. GetSelectionCampaignUnderdogLeaderAlliance(campaignIndex)
  4. IsSelectionCampaignUnderpopBonusEnabled(campaignIndex, alliance)
  5. GetSelectionCampaignEmperorInfo(campaignIndex)

For more details on this, see this thread. Thanks!
 

ESOUI » Developer Discussions » Wish List » [outdated] Selection Campaign Data


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