Skip to content

Commit

Permalink
Update 70_Ala_Mhigo.lua
Browse files Browse the repository at this point in the history
Update Ala Mhigo dungeon configuration

- Updated duty ID and mesh to new values for "Ala Mhigo - Unsynced 4 man"
- Added loot interactions for 1st and 2nd bosses, adjusted last boss loot priority
  • Loading branch information
Ninjistix authored Nov 10, 2024
1 parent 1de92a6 commit dcbbb07
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions profiles/70_Ala_Mhigo.lua
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
local tbl = {
name = "Ala Mhigo - Unsynced 4 man",
dutyid = 689,
dutyid = 1146,
enemytargetdistance = 50,
prioritytargetdistance = 40,
requeuetimer = 15,
mesh = "Ala Mhigo",
mesh = "[Dungeon] Ala Mhigo v2",
objectivedestinations = {
[1] = { objective = 1, pos = { x = -183.06, y = 34.86, z = 72.01 } },
[2] = { objective = 2, pos = { x = -183.06, y = 34.86, z = 72.01 } },
Expand All @@ -21,7 +21,9 @@ local tbl = {
queuetype = 2,
excludeavoid = {},
interacts = {
[1] = { contentid = 924, priority = 1, type = "Last Boss Loot" },
[1] = { contentid = 922, priority = 1, type = "1st Boss Loot" },
[2] = { contentid = 923, priority = 1, type = "2nd Boss Loot" },
[3] = { contentid = 924, priority = 1, type = "Last Boss Loot" },
},
advancedavoid = {},
tankat = {
Expand Down

0 comments on commit dcbbb07

Please sign in to comment.