Skip to content

Commit

Permalink
Trigger Gul'dan event
Browse files Browse the repository at this point in the history
  • Loading branch information
ElMariuso committed Dec 2, 2024
1 parent 09508de commit dcd36df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 0 additions & 8 deletions common/story_cycles/wc_story_cycle_horde_invasion.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@
}
}

# Gul'dan Introduction
character:10015 = {
trigger_event = {
id = wc_horde_invasion.1501
days = 5
}
}

# Durotan Introduction
character:10019 = {
trigger_event = {
Expand Down
14 changes: 11 additions & 3 deletions events/story_cycles/wc_story_cycle_horde_invasion_events.txt
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,17 @@ wc_horde_invasion.1004 = {
# Trigger Blackhand introduction, if the Warchief is Blackhand
if = {
limit = { root = scope:blackhand }
trigger_event = {
id = wc_horde_invasion.1500
days = 1
trigger_event = wc_horde_invasion.1500
}

# Trigger Gul'dan
if = {
limit = { scope:guldan ?= { is_alive = yes } }
scope:guldan = {
trigger_event = {
id = wc_horde_invasion.1501
days = 7
}
}
}

Expand Down

0 comments on commit dcd36df

Please sign in to comment.