Download
(6 Kb)
Download
Updated: 03/28/24 01:38 PM
Compatibility:
Scions of Ithelia (9.3.0)
Updated:03/28/24 01:38 PM
Created:01/24/16 10:27 AM
Monthly downloads:1,859
Total downloads:35,752
Favorites:55
MD5:
Categories:Miscellaneous, Libraries
9.3.0
Undaunted Daily  Popular! (More than 5000 hits)
Version: 1.7.7
by: sirinsidiator [More]
A simple addon that adds a slash command which prints the undaunted daily quests to chat.

Make sure to install the required dependencies LibSlashCommander and LibChatMessage.

Usage:
/pledges, /undaunted, /dungeons [offset]
Offset is an optional number that can be used to get the pledges for x days in the future or past.
e.g. "/pledges -1" returns yesterday's dungeons and "/pledges 5" the dungeons 5 days from now.

/pledges2chat, /undaunted2chat, /dungeons2chat [offset]
This command will fill the chat input field to contain the pledges so you can send them to other players.

The original pledge cycle before One Tamriel has been taken from /u/blakjesus420's reddit thread.

Addon Authors can use the exposed functions seen at the end of StartUp.lua to easily get the pledge cycle, the dungeon indices for a specific day, or all the data that is used to show the slash command output.

Quick Example:
Lua Code:
  1. local dungeons = UndauntedDaily.GetPledgeDungeons() -- optionally pass an offset to get other days than today
  2. local majDungeon = dungeons[1]
  3. local name = majDungeon:GetName()
  4. local normalActivityId = majDungeon:GetNormalId()
  5. local vetActivityId = majDungeon:GetVeteranId()
"dungeons" contains 3 dungeon objects for Maj al-Ragath, Gilirion and Urgalarg respectively which give you the name and activityId for it.
v1.7.7
- fixed incorrect dungeon refresh time (thanks MelanAster and everyone else who reported it)

v1.7.6
- updated for Scions of Ithelia

v1.7.5
- updated for Scribes of Fate

v1.7.4
- updated for Lost Depths

v1.7.3
- updated for Ascending Tide

v1.7.2
- updated for Waking Flame

v1.7.1
- updated for Flames Of Ambition (dlc dungeon cycle is unconfirmed - let me know if you find any issues)

v1.7
- created Dungeon objects which hold the activityId for normal and veteran dungeons
- updated exposed functions accordingly
- updated for Stonethorn (data is unconfirmed, but should be correct following the pattern of the past few dlcs)
- added AddOnVersion to manifest

v1.6
- exposed data and functions so other addons can build on top
- updated for Greymoor

v1.5
- switched to use LibChatMessage for chat output
- removed embedded libs (make sure to install LibChatMessage and LibSlashCommander)
- updated for Harrowstorm

v1.4.3
- updated for Wrathstone (Thanks macdesktops)

v1.4.2
- updated for Wolfhunter

v1.4.1
- updated for Summerset

v1.4
- updated for Dragon Bones

v1.3
- updated for Horns of the Reach (Thanks hacky2007)

v1.2.1
- added Russian localization (Thanks Fellorion)

v1.2
- updated to latest API version
- collected and updated pledge cycle for One Tamriel
- added LibSlashCommander
- added slash command for placing the pledges in chat (Thanks for the idea BladeRnr)
- added French localization (Thanks Ayantir)

v1.1
- updated to latest API version
- added new dungeons to the veteran cycle
- reworked how dungeon names are found

v1.0.2
- updated to latest API version

v1.0.1
- fixed time left being off by one hour.
Optional Files (0)


Archived Files (21)
File Name
Version
Size
Uploader
Date
1.7.6
5kB
sirinsidiator
03/22/24 02:40 PM
1.7.5
5kB
sirinsidiator
03/15/23 01:25 PM
1.7.4
5kB
sirinsidiator
08/23/22 01:41 PM
1.7.3
5kB
sirinsidiator
03/14/22 02:54 PM
1.7.2
5kB
sirinsidiator
08/29/21 07:02 AM
1.7.1
5kB
sirinsidiator
03/09/21 11:45 AM
1.7
5kB
sirinsidiator
07/18/20 08:53 AM
1.6
4kB
sirinsidiator
06/10/20 03:33 PM
1.5
4kB
sirinsidiator
02/24/20 02:46 AM
1.4.3
15kB
sirinsidiator
03/21/19 02:59 PM
1.4.2
14kB
sirinsidiator
08/19/18 06:12 AM
1.4.1
14kB
sirinsidiator
05/28/18 12:45 PM
1.4
14kB
sirinsidiator
02/06/18 11:59 AM
1.3
14kB
sirinsidiator
08/17/17 12:23 PM
1.2.1
14kB
sirinsidiator
12/06/16 01:23 PM
1.2
14kB
sirinsidiator
10/29/16 03:16 PM
1.1
3kB
sirinsidiator
07/23/16 10:06 AM
1.1
3kB
sirinsidiator
07/23/16 10:05 AM
1.0.2
3kB
sirinsidiator
03/07/16 08:51 AM
1.0.1
3kB
sirinsidiator
01/26/16 12:07 PM
1.0
3kB
01/24/16 10:27 AM


Post A Reply Comment Options
Unread 01/25/16, 06:08 PM  
Devolus

Forum posts: 13
File comments: 107
Uploads: 0
Great addon! Though the time remaining doesn't seem to factor for people who observe Daylight Savings. In my timezone, the pledges flip at 11 PM currently. The time remaining says they would be flipping at Midnight.
Report comment to moderator  
Reply With Quote
Unread 01/25/16, 07:46 PM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1578
File comments: 1128
Uploads: 41
Originally Posted by Devolus
Great addon! Though the time remaining doesn't seem to factor for people who observe Daylight Savings. In my timezone, the pledges flip at 11 PM currently. The time remaining says they would be flipping at Midnight.
Daylight Savings shouldn't actually matter as the times are in UTC, but as I found the time when it flips somewhere on the internet after doing a quick google search, it does make sense that it is off by one hour if the post was made sometime during daylight saving and I converted it to UTC now.
I'll update it accordingly.
Report comment to moderator  
Reply With Quote
Unread 10/05/16, 09:28 AM  
BladeRnr

Forum posts: 0
File comments: 3
Uploads: 0
Adding an option to send the message to chat also

Great addon! Simple and effective.

If I can make a suggestion for improvement, it would be to add another command to send the daily pledges to chat, instead of just displaying it to the console (kinda like what Master Merchant does).

Cheers!
Report comment to moderator  
Reply With Quote
Unread 10/19/16, 03:17 PM  
vlakipn

Forum posts: 5
File comments: 27
Uploads: 0
Like BladeRnr said. Great addon, simple and effective.
But, will it be updated?
Last edited by vlakipn : 10/19/16 at 03:18 PM.
Report comment to moderator  
Reply With Quote
Unread 10/29/16, 03:18 PM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1578
File comments: 1128
Uploads: 41
I kind of forgot that I haven't uploaded the working version for One Tamriel that I made on the PTS...
Thanks to Solinur's reminder I fixed that just now.
Report comment to moderator  
Reply With Quote
Unread 10/29/16, 08:55 PM  
BladeRnr

Forum posts: 0
File comments: 3
Uploads: 0
Nice to see it updated for One Tamriel.

And glad that you liked my suggestion!
Report comment to moderator  
Reply With Quote
Unread 11/01/16, 05:10 PM  
Bergism

Forum posts: 0
File comments: 92
Uploads: 0
Thanks for the update!

Any way I can disable the autocomplete in the chat box? I don't really need it for this addon and would prefer not to have it enabled if possible. Thanks again for a simple great addon.
Report comment to moderator  
Reply With Quote
Unread 11/02/16, 04:41 AM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1578
File comments: 1128
Uploads: 41
Originally Posted by Bergism
Thanks for the update!

Any way I can disable the autocomplete in the chat box? I don't really need it for this addon and would prefer not to have it enabled if possible. Thanks again for a simple great addon.
The autocompletion is handled by LibSlashCommander. Right now there is no way to disable it, but I'll consider adding some options to a future version of the lib.
Report comment to moderator  
Reply With Quote
Unread 12/04/16, 02:08 PM  
Fellorion

Forum posts: 0
File comments: 2
Uploads: 0
Hi! I've translated this addon on russian. How could I send it to you?

Thank you for your reply!
Report comment to moderator  
Reply With Quote
Unread 12/04/16, 03:10 PM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1578
File comments: 1128
Uploads: 41
Originally Posted by Fellorion
Hi! I've translated this addon on russian. How could I send it to you?

Thank you for your reply!
Just upload it somewhere and pm me the link.
Report comment to moderator  
Reply With Quote
Unread 12/06/16, 12:37 AM  
Fellorion

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by sirinsidiator
Just upload it somewhere and pm me the link.
I can't
sirinsidiator has exceeded their stored private messages quota and can not accept further messages until they clear some space.
Report comment to moderator  
Reply With Quote
Unread 12/06/16, 05:43 AM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1578
File comments: 1128
Uploads: 41
Originally Posted by Fellorion
Originally Posted by sirinsidiator
Just upload it somewhere and pm me the link.
I can't
Thanks for letting me know. I deleted some pms.
Report comment to moderator  
Reply With Quote
Unread 02/19/17, 08:05 AM  
iladrion

Forum posts: 0
File comments: 6
Uploads: 0
I really like this addon.

Suggestion for improvement:
Let the user define a keyword, and if another guildmember uses this defined word, the addon answers automatically with the pledges of the day text in this particular guild. Maybe use something like "-pledges" as default?

It better should be configurable to choose in which guilds it should answer (and all deactivated by default), so that in big trading guilds it is muted, and not 50 player's addons answer at the same time and spam the chat.
Last edited by iladrion : 02/19/17 at 08:09 AM.
Report comment to moderator  
Reply With Quote
Unread 02/19/17, 09:51 AM  
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1578
File comments: 1128
Uploads: 41
Originally Posted by iladrion
I really like this addon.

Suggestion for improvement:
Let the user define a keyword, and if another guildmember uses this defined word, the addon answers automatically with the pledges of the day text in this particular guild. Maybe use something like "-pledges" as default?

It better should be configurable to choose in which guilds it should answer (and all deactivated by default), so that in big trading guilds it is muted, and not 50 player's addons answer at the same time and spam the chat.
That's not possible. You cannot send chat messages automatically.
Report comment to moderator  
Reply With Quote
Unread 02/25/17, 05:54 AM  
iladrion

Forum posts: 0
File comments: 6
Uploads: 0
Originally Posted by sirinsidiator
That's not possible. You cannot send chat messages automatically.
OK, thanks for the info. Have a nice weekend
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.