Download
(16 Kb)
Download
Updated: 06/07/20 02:26 PM
Pictures
File Info
Compatibility:
Greymoor (6.0.5)
Updated:06/07/20 02:26 PM
Created:02/15/19 10:20 AM
Monthly downloads:302
Total downloads:22,341
Favorites:55
MD5:
MarkPledges  Popular! (More than 5000 hits)
Version: 1.0.5
by: KLISK [More]
Marks dungeons in which you took the "Undaunted Pledge".

To access the settings, use: LibAddonMenu

Slash commands:
"/markp" - Settings menu.


PerfectPixel.
GridList.
QuickEmotes.
CustomItemPreview.
- 1.0.5
[FIX] Highlighted dungeons.

- 1.0.4
[UPD] Manifest file (.txt)
[FIX] Another crutch to fix the "GetNumJournalQuests()" function.

- 1.0.3
[FIX] Exclusion of completed quests.

- 1.0.2
[UPD] Manifest file (.txt)
Search quests simplified thanks to a new variable.
Now LibAddonMenu is optional.

- 1.0.1
[UPD] Manifest file (.txt)

- 1.0 Release.
Optional Files (0)


Archived Files (12)
File Name
Version
Size
Uploader
Date
1.0.4
16kB
KLISK
05/30/20 09:03 AM
1.0.3
16kB
KLISK
02/29/20 02:19 PM
1.0.2
16kB
KLISK
02/26/20 12:35 PM
1.0.1
17kB
KLISK
11/05/19 02:53 PM
1.0
17kB
KLISK
06/04/19 04:30 AM
0.52
15kB
KLISK
05/29/19 11:22 AM
0.51
15kB
KLISK
05/04/19 04:48 PM
0.5
15kB
KLISK
03/24/19 09:39 AM
0.4
15kB
KLISK
03/17/19 01:26 PM
0.3
13kB
KLISK
02/17/19 09:50 AM
0.2
7kB
KLISK
02/16/19 01:21 PM
0.1
3kB
02/15/19 10:20 AM


Post A Reply Comment Options
Unread 03/16/20, 03:58 PM  
KLISK
 
KLISK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 271
Uploads: 7
Originally Posted by Austinseph1
Highlighted pledges no longer grey out after completion, instead remaining yellow
I’ll check, maybe ZOS has changed something in the dungeon list.
Report comment to moderator  
Reply With Quote
Unread 05/14/20, 11:33 AM  
daydreamr

Forum posts: 0
File comments: 3
Uploads: 0
Hello there,

I just installed this addon and had the issue that one of my two pledge quests did not get marked in the "Specific Dungeons" list.

I did some debugging myself and found the fix. In MarkPledges.lua on line 150 (in the function GetPledges()), you just have to change

Code:
for i=1, GetNumJournalQuests() do
to

Code:
for i=1, MAX_JOURNAL_QUESTS do
The reason behind this is that the quest index does not change if you complete a quest with a lower index. So, if you finish a quest while having pledge quests in your journal, there is a good chance that one of the pledge quests' index is beyond GetNumJournalQuests(), which results in the pledge quest never being marked in the dungeon list.

You can find an old thread about this issue here: https://www.esoui.com/forums/showthread.php?t=5054

I hope this can be of some use to you.
Report comment to moderator  
Reply With Quote
Unread 05/31/20, 02:51 PM  
trowieuk

Forum posts: 1
File comments: 35
Uploads: 0
Completed pledges not unchecked.
https://www.esoui.com/downloads/info...dgequeuer.html
Does a much better job.
Report comment to moderator  
Reply With Quote
Unread 06/02/20, 03:56 AM  
KLISK
 
KLISK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 271
Uploads: 7
Originally Posted by trowieuk
Completed pledges not unchecked.
https://www.esoui.com/downloads/info...dgequeuer.html
Does a much better job.
If it does, use it.
Now there is no time, no motivation.
Last edited by KLISK : 06/02/20 at 03:59 AM.
Report comment to moderator  
Reply With Quote
Unread 06/02/20, 11:27 AM  
Jest

Forum posts: 13
File comments: 31
Uploads: 0
I prefer your addon. Yours is simpler ! It is perfect for me. I like it very much, thank you !
Last edited by Jest : 06/02/20 at 11:36 AM.
Report comment to moderator  
Reply With Quote
Unread 06/02/20, 01:03 PM  
KLISK
 
KLISK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 271
Uploads: 7
Originally Posted by Jest
I prefer your addon. Yours is simpler ! It is perfect for me. I like it very much, thank you !
As I wrote earlier, there is little free time. As soon as I can, I’ll fix it.
Report comment to moderator  
Reply With Quote
Unread 06/02/20, 05:14 PM  
TheGamingHen

Forum posts: 0
File comments: 4
Uploads: 0
could u add an option, to mark dungeons, where the character still can get a skillpoint?
Report comment to moderator  
Reply With Quote
Unread 06/03/20, 02:11 PM  
KLISK
 
KLISK's Avatar
AddOn Author - Click to view AddOns

Forum posts: 21
File comments: 271
Uploads: 7
Originally Posted by TheGamingHen
could u add an option, to mark dungeons, where the character still can get a skillpoint?
I will see if this can be easily checked.
Report comment to moderator  
Reply With Quote
Unread 08/19/20, 08:13 PM  
Deeprave

Forum posts: 0
File comments: 13
Uploads: 0
Per-user settings

I have a couple of Lvl 45+ characters, on 1 I do normals (new level 50, non-maxed skills etc) the other I do vets. Currently, I need to check the settings as they are different on each character, would be nice if the settings were per-user instead of per-account.
Report comment to moderator  
Reply With Quote
Unread 09/29/20, 06:58 PM  
Deeprave

Forum posts: 0
File comments: 13
Uploads: 0
Re: Per-user settings

Originally Posted by Deeprave
I have a couple of Lvl 45+ characters, on 1 I do normals (new level 50, non-maxed skills etc) the other I do vets. Currently, I need to check the settings as they are different on each character, would be nice if the settings were per-user instead of per-account.
I realised I could leave both unchecked, open the dungeon finder, mark it, close, reopen and they are checked, so could uncheck again.

Maybe more convenient than a checkbox is a button on the dungeon finder selector that marks right there rather than having to close/open it again? It's just one extra click before JOIN.
Report comment to moderator  
Reply With Quote
Unread 06/02/21, 09:24 AM  
Temsol

Forum posts: 0
File comments: 88
Uploads: 0
Was brilliant addon, but since Blackwood- not showing any more the un-finished dungeons.. Half menu - with settings for alt char - disappear ...disaster ( HELP
Report comment to moderator  
Reply With Quote
Unread 06/07/21, 04:02 AM  
mugatu

Forum posts: 0
File comments: 11
Uploads: 0
Здравствуйте. Можно добавить настройку для смены положения клавиш авто-выбора или настройку по их отключению?

Last edited by mugatu : 06/07/21 at 09:45 AM.
Report comment to moderator  
Reply With Quote
Unread 06/26/21, 07:59 AM  
FWSWBN
 
FWSWBN's Avatar

Forum posts: 18
File comments: 489
Uploads: 0
THX ... works fine
Report comment to moderator  
Reply With Quote
Unread 08/14/21, 05:45 AM  
Fluffiels

Forum posts: 0
File comments: 7
Uploads: 0
i love it thank you!!
Report comment to moderator  
Reply With Quote
Unread 09/01/21, 03:11 PM  
Necropsi

Forum posts: 1
File comments: 48
Uploads: 0
hey, first awesome addon!

i was wondering, is it possible that pledge dungeons could have custom colour without me taking the quests?

thanks!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: