Thread Tools Display Modes
07/16/20, 04:05 PM   #1
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 626
[open] Calander Request



In this thread and rather then question why it would be a good idea, I thought I would ask instead. I don't personally need this, it's just the user request. Although I want to advocate for the user so he can't say I didn't try hard enough.

So with that said, would Zenimax be willing to make event information available such that Events were known well in advance. "Well" meaning you would know approximately when the Halloween event would be in January. The UI would know the specific date so the Lua code or mod made by an author would not need to change.

All the information would always show the tentative date and if things changed, if the event was extended, then the calendar would reflect the information from the API information returned by GetUpcommingEvents() UI and return a table with the information. Then the UI would auto update based on the information from the API.

Code:
EVENT_DOUBLE_XP_WEEK = 1
EVENT_DOUBLE_GOLD_WEEK = 2
EVENT_DOUBLE_AP_WEEK = 3
EVENT_HIGHER_CHEST_RESPAWN_WEEK = 4

event_table = {
    [1] = { begin = cdate, end = cdate, name ="Name Of Event", event _type }
}
Myrthian would like to know if that would be possible?

EDIT: Even though I said I don't need this I do notice there isn't any kind of weekly event. We have X amount of events for the year. You get the event tickets to perchance berries, feathers, furniture, and stuff from the event vendor. But you only get the tickets during the event.

For example there is no Double XP week, Double AP week, Double gold looted week, more frequent chests week, and so on. There are no weekly or weekend events.

I don't see the need for a calendar unless you were going to implement small general weekly events. However, small weekly events might be nice.

Last edited by Sharlikran : 07/16/20 at 07:18 PM.
  Reply With Quote

ESOUI » Developer Discussions » Wish List » [open] Calander Request

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