Skip to content

Commit 46d9dfb

Browse files
authored
Merge pull request #10028 from Skold177/Superlink-Fix
[lua] Various battlefield superlinking setup
2 parents 3f79660 + 0265e51 commit 46d9dfb

75 files changed

Lines changed: 38 additions & 92 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

scripts/battlefields/Balgas_Dais/divine_punishers.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ content.groups =
5858
},
5959
},
6060

61+
superlink = true,
6162
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
6263
},
6364
}

scripts/battlefields/Balgas_Dais/royale_ramble.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ content.groups =
6464

6565
},
6666

67+
superlinkGroup = 1,
6768
death = handleDeath,
6869
},
6970

@@ -86,6 +87,7 @@ content.groups =
8687
},
8788
},
8889

90+
superlinkGroup = 1,
8991
spawned = false,
9092
death = handleDeath,
9193
},

scripts/battlefields/Balgas_Dais/steamed_sprouts.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ content.groups =
6363
},
6464
},
6565

66+
superlink = true,
6667
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
6768
},
6869
}

scripts/battlefields/Bearclaw_Pinnacle/follow_the_white_rabbit.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ content.groups =
5858

5959
},
6060

61+
superlinkGroup = 1,
6162
death = handleDeath,
6263
},
6364

@@ -90,6 +91,7 @@ content.groups =
9091
},
9192
},
9293

94+
superlinkGroup = 1,
9395
spawned = false,
9496
death = handleDeath,
9597
},

scripts/battlefields/Bearclaw_Pinnacle/when_hell_freezes_over.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ content.groups =
9494
bearclawID.mob.SNOW_DEVIL + 21,
9595
},
9696
},
97+
superlink = true,
9798
spawned = false,
9899

99100
allDeath = function(battlefield, mob)

scripts/battlefields/Boneyard_Gully/shell_we_dance.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ content.groups =
4848

4949
},
5050

51+
superlinkGroup = 1,
5152
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
5253
},
5354

@@ -82,6 +83,7 @@ content.groups =
8283
},
8384
},
8485

86+
superlinkGroup = 1,
8587
spawned = false,
8688
},
8789
}

scripts/battlefields/Horlais_Peak/dismemberment_brigade.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ content.groups =
5757
},
5858
},
5959

60+
superlink = true,
6061
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
6162
},
6263
}

scripts/battlefields/Horlais_Peak/tails_of_woe.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ content.groups =
6363
},
6464
},
6565

66+
superlink = true,
6667
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
6768
},
6869
}

scripts/battlefields/Mine_Shaft_2716/automaton_assault.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ local function buildAutomatonGroup(battlefield, initiatorRace)
8585

8686
return {
8787
mobIds = mobIds,
88+
superlink = true,
8889
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
8990
}
9091
end

scripts/battlefields/Monarch_Linn/beloved_of_the_atlantes.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,13 @@ content.groups =
2323
{
2424
{
2525
mobs = { 'Watch_Hippogryph' },
26+
superlinkGroup = 1,
2627
allDeath = utils.bind(content.handleAllMonstersDefeated, content),
2728
},
2829

2930
{
3031
mobs = { 'Guard_Hippogryph' },
32+
superlinkGroup = 1,
3133
spawned = false,
3234
},
3335
}

0 commit comments

Comments
 (0)