Download
(23 Kb)
Download
Updated: 06/17/22 12:18 AM
Pictures
File Info
Compatibility:
High Isle (8.0.0)
Ascending Tide (7.3.5)
Deadlands (7.2.5)
Waking Flame (7.1.5)
Blackwood (7.0.5)
Flames of Ambition (6.3.5)
Markarth (6.2.5)
Stonethorn (6.1.5)
Greymoor (6.0.5)
Updated:06/17/22 12:18 AM
Created:05/30/18 04:56 PM
Monthly downloads:1,392
Total downloads:204,443
Favorites:168
MD5:
Dungeon Champions  Popular! (More than 5000 hits)
Version: 1.0.16
by: Scott123, tiker
Libraries Needed:

This addon shows bosses in public and standard delve dungeons only, group dungeons aren't added because of the way achievements work on veteran dungeons.

In the settings you can enable showing both killed and not yet killed bosses.
With the default setting all already killed bosses have a green icon, bosses you haven't killed yet have a red icon.

Current version has english, german, french and russian translations.

Slash command /dc_mypos prints coordinates of your current location to the chat.

This Addon was developed on the base of MerlinGer Public Dungeon Champions and Ayantir, Garkin's, AssemblerManiac SkyShards addon.
v1.0.16
- Added High Isle delves & public dungeon bosses.

v1.0.15
- Added Blackwood delves & public dungeon bosses, thank's to tiker.

v1.0.12
- Added The Reach delves.

v1.0.11
- Fixed up russian translation and added a missing boss in Craglorn.

v1.0.10
- Removed AUI functions used for LibMapPins-1.0, new using the standard CreatePins().

v1.0.9
- Removed LibStub from library dependency's, not needed anymore. Thanks to AngryNord for the heads up.

v1.0.8
- Added Western Skyrim - Greymoor public dungeons and delves.

v1.0.7
- Added Southern Elsweyr delves.

v1.0.6
- Updated api version.

v1.0.5
- Added Craglorn dungeons.

v1.0.4
- Added Elsweyr public dungeons and delves.

v1.0.3
- Fixed up the boss location showing up in the wrong dungeons in Murkmire. (Thanks to AssemblerManiac from the Skyshard Plugin).

v1.0.2
- Added Murkmire delves.

v1.0.1
- Added Goldcoast (Dark Brother Hood) delves.
- Fixed up some boss locations.
Optional Files (0)


Archived Files (14)
File Name
Version
Size
Uploader
Date
1.0.15
22kB
Scott123
05/23/22 03:47 AM
1.0.12
21kB
Scott123
11/13/20 08:45 PM
1.0.11
21kB
Scott123
06/29/20 06:02 PM
1.0.10
21kB
Scott123
06/17/20 05:47 PM
1.0.9
21kB
Scott123
06/02/20 09:56 PM
1.0.8
21kB
Scott123
06/02/20 04:35 AM
1.0.7
21kB
Scott123
11/08/19 09:55 PM
1.0.6
21kB
Scott123
10/28/19 09:56 PM
1.0.5
21kB
Scott123
07/02/19 12:22 AM
1.0.4
20kB
Scott123
05/30/19 12:52 AM
1.0.3
75kB
Scott123
11/08/18 08:10 PM
1.0.2
74kB
Scott123
10/23/18 08:00 PM
1.0.1
74kB
Scott123
06/05/18 08:57 PM
1.0.0
74kB
Scott123
05/30/18 07:03 PM


Post A Reply Comment Options
Unread 06/15/20, 02:23 PM  
Agyros

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by ThESiXtHLeGioN
Until the issues are fixed, I found a work around. Install LibMapPins v1.0 r24. Make sure to 'Over write'.. Works for me.

-Legion
It's necessary to change Line 207-211 in DungeonChampions.lua

from

Code:
if LMP.AUI.IsMinimapEnabled() then -- "Cleaner code" is in Destinations addon, but even if adding all checks this addon does the result is same. Duplicates are created with AUI
				zo_callLater(CreatePins, 50) -- Didn't find anything proper than this. If other MiniMap addons are loaded, It will fail and create duplicates
			else
				CreatePins() -- Normal way. AUI will fire its refresh after this code has run so it will create duplicates if left "as is".
			end
into

Code:
CreatePins()
Then everything works fine.
Last edited by Agyros : 06/15/20 at 02:23 PM.
Report comment to moderator  
Reply With Quote
Unread 06/15/20, 11:23 AM  
Blackwolfe

Forum posts: 37
File comments: 127
Uploads: 0
I had this error instead:



It only happens with dungeon champions installed.
Last edited by Blackwolfe : 06/15/20 at 11:24 AM.
Report comment to moderator  
Reply With Quote
Unread 06/15/20, 10:48 AM  
ThESiXtHLeGioN
 
ThESiXtHLeGioN's Avatar

Forum posts: 0
File comments: 41
Uploads: 0
Until the issues are fixed, I found a work around. Install LibMapPins v1.0 r24. Make sure to 'Over write'.. Works for me.

-Legion
Report comment to moderator  
Reply With Quote
Unread 06/15/20, 03:55 AM  
redgabber
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 23
Uploads: 1
[19:48:46] Error
[19:48:46] .(function): onError = function: 0000021108E149D8
[19:48:46] .(string): name = VOTANS_MAP_CUSTOM_PIN_UPDATE
[19:48:46] .(number): lastCallIndex = 0
[19:48:46] .(table): callstack = table: 0000021108E14890
[19:48:46] .(string): Error = user:/AddOns/DungeonChampions/DungeonChampions.lua:207: attempt to index a nil value
stack traceback:
user:/AddOns/DungeonChampions/DungeonChampions.lua:207: in function 'QueueCreatePins'
<Locals> pinType = "DCSMapPin_unknown" </Locals>
user:/AddOns/DungeonChampions/DungeonChampions.lua:224: in function 'MapCallback_unknown'
user:/AddOns/VotansMiniMap/Main.lua:275: in function 'DoLayout'

Dungeon Champions is currently not compatible with the new LibMapPins version (updated on 06/14/20)
Need a fix.
Last edited by redgabber : 06/15/20 at 03:55 AM.
Report comment to moderator  
Reply With Quote
Unread 06/14/20, 11:28 PM  
ThESiXtHLeGioN
 
ThESiXtHLeGioN's Avatar

Forum posts: 0
File comments: 41
Uploads: 0
Re: New error

Originally Posted by Yizzen
Hi i have just reinstalled and am now getting this error.

user:/AddOns/DungeonChampions/DungeonChampions.lua:207: attempt to index a nil value
stack traceback:
user:/AddOns/DungeonChampions/DungeonChampions.lua:207: in function 'QueueCreatePins'
user:/AddOns/DungeonChampions/DungeonChampions.lua:224: in function 'MapCallback_unknown'
EsoUI/Ingame/Map/WorldMap.lua:1500: in function 'ZO_WorldMapPins:RefreshCustomPins'
EsoUI/Ingame/Map/WorldMap.lua:3837: in function 'ZO_WorldMap_UpdateMap'
(tail call): ?
EsoUI/Ingame/Map/WorldMap.lua:6432: in function 'ZO_WorldMapManager:SetToMode'
EsoUI/Ingame/Map/WorldMap.lua:6356: in function 'ZO_WorldMapManager:PushSpecialMode'
EsoUI/Ingame/Map/WorldMap.lua:6226: in function 'ZO_WorldMapManager:RevealAntiquityDigSpotsOnMap'
EsoUI/Ingame/Map/WorldMap.lua:4656: in function '(anonymous)'
Same error. I hope there a way to fix, love this addon..
Report comment to moderator  
Reply With Quote
Unread 06/14/20, 03:52 PM  
Yizzen

Forum posts: 0
File comments: 1
Uploads: 0
New error

Hi i have just reinstalled and am now getting this error.

user:/AddOns/DungeonChampions/DungeonChampions.lua:207: attempt to index a nil value
stack traceback:
user:/AddOns/DungeonChampions/DungeonChampions.lua:207: in function 'QueueCreatePins'
user:/AddOns/DungeonChampions/DungeonChampions.lua:224: in function 'MapCallback_unknown'
EsoUI/Ingame/Map/WorldMap.lua:1500: in function 'ZO_WorldMapPins:RefreshCustomPins'
EsoUI/Ingame/Map/WorldMap.lua:3837: in function 'ZO_WorldMap_UpdateMap'
(tail call): ?
EsoUI/Ingame/Map/WorldMap.lua:6432: in function 'ZO_WorldMapManager:SetToMode'
EsoUI/Ingame/Map/WorldMap.lua:6356: in function 'ZO_WorldMapManager:PushSpecialMode'
EsoUI/Ingame/Map/WorldMap.lua:6226: in function 'ZO_WorldMapManager:RevealAntiquityDigSpotsOnMap'
EsoUI/Ingame/Map/WorldMap.lua:4656: in function '(anonymous)'
Report comment to moderator  
Reply With Quote
Unread 06/02/20, 10:11 AM  
AngryNord

Forum posts: 3
File comments: 19
Uploads: 0
Shouldn't LibStub be removed from the Dependencies, as according to the LibStub page, it's not really needed for anything anymore?
Report comment to moderator  
Reply With Quote
Unread 07/08/19, 12:52 AM  
ivann339

Forum posts: 0
File comments: 13
Uploads: 0
Для у тех у кого заместо русского языка каракули (На самом деле это французский).
Скачать https://*************/nzjcrm заменив папку (инструкция вунтри).
Last edited by ivann339 : 07/08/19 at 12:53 AM.
Report comment to moderator  
Reply With Quote
Unread 06/29/19, 12:43 AM  
Shadowshire

Forum posts: 1
File comments: 402
Uploads: 0
Location of Files for Dungeon Champions

For your information: I recently discovered that Dungeon Champions has been missing from the ESC > Addons list displayed for each of my 4 primary characters.

Investigating, I discovered that the /Addons folder did not include a folder for Dungeon Champions. I found 3 files located in the /Addons folder: DungeonChampions.lua, DungeonChampions.txt, and DungeonChampionsData.lua. Each file was created on 05/28/2019 -- presumably, when the most recent update was installed. So, I created an /Addons folder for them, and moved them to it. There is a DungeonChampions.lua file in the /SavedVariables folder with the same creation date.

Apparently, when you created the compressed file for upload to Elder Scrolls Online Addons you did not include the DungeonChampions folder itself. As a result, after I downloaded the update and installed it manually (I do not use Minion), no folder was created for it in the /Addons folder.

Please beware of making this error again with future updates. Dungeon Champions is one of the most useful add-ons for TESO, and, when I need it, I do find it rather useful.
Last edited by Shadowshire : 06/29/19 at 12:44 AM.
Report comment to moderator  
Reply With Quote
Unread 06/26/19, 09:21 PM  
Scott123
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 2
Re: Missing Champion(s)

Originally Posted by Niverive
I noticed there wasn't a marker for the Champions in any Craglorn area. Is there any way to help with this?
A while back Craglorn didn't have achievements for bosses, but since eso has change things there, their might be there now. I look into it.
Report comment to moderator  
Reply With Quote
Unread 06/11/19, 08:10 PM  
Niverive

Forum posts: 0
File comments: 4
Uploads: 0
Missing Champion(s)

I noticed there wasn't a marker for the Champions in any Craglorn area. Is there any way to help with this?
Last edited by Niverive : 06/12/19 at 02:53 PM.
Report comment to moderator  
Reply With Quote
Unread 05/30/19, 12:27 AM  
Scott123
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 2
Re: installation subdirectory

Originally Posted by brtnik
Latest update isn't packed with install subdirectory.

Please repack it for correct work with Minion.

Thnx
Ok done.
Last edited by Scott123 : 05/30/19 at 12:54 AM.
Report comment to moderator  
Reply With Quote
Unread 05/29/19, 10:33 PM  
brtnik

Forum posts: 0
File comments: 8
Uploads: 0
installation subdirectory

Latest update isn't packed with install subdirectory.

Please repack it for correct work with Minion.

Thnx
Report comment to moderator  
Reply With Quote
Unread 03/18/19, 06:03 PM  
jpor

Forum posts: 3
File comments: 47
Uploads: 0
Thanks so much for this add on!

I was stuck trying to get the last boss in the Hall of the Dead. I killed some of them three times! But I could not get the Hall of the Dead Conqueror achievement for killing all the bosses. Which one was I missing?!

I searched ESOUI for help and even though Dungeon Champions is pre-Wrathstone it worked great!

I was missing Hrerik Lodorrsbane who is lying down in an open coffin on a dais - that's why I was missing him. Anyway, your little gem fixed it and many thanks for your efforts!
Report comment to moderator  
Reply With Quote
Unread 09/21/18, 10:07 AM  
dew1960

Forum posts: 0
File comments: 7
Uploads: 0
Update please

Can we get an update please? It doesn't seem to be compatible with the latest client. Could be I am doing something wrong. Anyone else able to still use it?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: