Thread Tools Display Modes
Prev Previous Post   Next Post Next
06/08/21, 09:02 PM   #1
Anceane
 
Anceane's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 309
Dungeons Champions for Blackwood

I tried to add to the DungeonsChampionsdata.lua all the information i could gather for having the champions into the delves and or public groups.
I did it. I can see the boss in all delves and publics groups (except the Deadlands)


Code:
DungeonChampionsData["blackwood"] = { -- Blackwood
    u30_undertowcavern = {
      {.501,.152,2971,1}, -- --Druvaakh the Smasher
	},  
    u30_xanmeeroverlook = {
      {.516,.457,2971,2}, -- --Raj-Kall Ioraxeek
    },
    vaultdelve_int03 = {
      {.36,.653,2971,3}, -- --Karzikon the Razorsworn
    },
    arpeniah_base = {
      {.166,.381,2971,4}, -- --Shadow Knight Nassuphae
    },
    u30_bloodruncave  = {
      {.289,.648,2971,5}, -- --Tumma-Maxath
    },
    vunalk2  = {
      {.293,.427,2971,6}, -- --DChoking Vine 
    },
zhmain_base = {	--Zenithar's Abbey
	{.354,.47,2997,1},--Grapnur the Crusher and Burthar Meatwise
	{.205,.719,2997,2},--The Frigid Temptress
	{.366,.174,2997,3},--Gloom-Tooth
	{.546,.487,2997,4},--Arbitrator Tasellis
	{.88,.535,2997,5},--Fulciinius the Bone Miser
   },
u30_silenthalls ={--The Silent Halls   
	{.229,.593,2996,3},--The Rootwhisperer
	{.556,.178,2996,4},--Vor'chul the Beastbreaker
	{.455,.756,2996,5},--Dread Irenan	
	{.604,.348,2996,1},--Kao'kuul
	{.328,.709,2996,2},--The Silent Sentry
   },
}
Though i would like someone to check if this is correct, as i have a doubt for the Publics groups.

The numerous boss are showing up on the global map though there is some different maps to access to them.

Is this normal ?

I know i miss a boss too (Ra'back the Trap Master) but i do not find the map for it. It should be the ZHGroupEvent_base, i just need to go back into the instance and to get again the coords.

THank you

So i will check that later
  Reply With Quote
 

ESOUI » AddOns » AddOn Help/Support » Dungeons Champions for Blackwood


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