Commit Graph

319 Commits

Author SHA1 Message Date
avarishd
1062977283 fix(Scripts/OldHillsbrad): Old Hillsbrad Foothills - Captain Skarloc casting wrong spell (#15486) 2023-03-20 06:05:31 -03:00
UltraNix
684bb1793d fix(Scripts): Crashfix. (#15459) 2023-03-19 16:29:57 +01:00
Skjalf
e2eb9fb82b fix(Scripts/BlackMorass): Don't pick the same rift spot in succession (#15359) 2023-03-12 13:27:39 -03:00
UltraNix
761c8dffad fix(Scripts/BlackMorass): Fixed rift mobs texts on summon. (#15339) 2023-03-12 00:21:51 -03:00
Skjalf
1155c4061f fix(Scripts/BlackMorass): Fix Aeonus not spawning, mobs spawning duri… (#15346) 2023-03-12 00:16:11 -03:00
UltraNix
c1c877060c fix(Scripts/BlackMorass): Fixed mob waves sequence. (#14863) 2023-03-11 07:46:22 -03:00
Skjalf
67d02d4f1e refactor(Scripts/BlackMorass): Move the Rift handling to the creature… (#15316) 2023-03-10 14:32:18 -03:00
Skjalf
527f462826 fix(Scripts/Blackmorass): Clean unnecessary repetitions (#15299) 2023-03-07 09:19:48 -03:00
Skjalf
ef0b20928b refactor(Scripts/Blackmorass): Rewrite Blackmorass (#15290) 2023-03-06 05:49:51 -03:00
Stefano Borzì
034b521501 feat(CI): add cppcheck (#15211)
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-03-05 18:47:18 +01:00
UltraNix
321195f4f8 Scripts/OldHisbradFoothills): Improved Escape from Durnholde Keep event. (#15189) 2023-03-04 17:42:02 -03:00
UltraNix
6e7aec3b95 fix(Scripts/BlackMorass): Improved Opening the Dark portal encounter. (#14861) 2023-02-19 08:18:12 +03:30
UltraNix
c3a8d26109 fix(Scripts/OldHilsbradFoothills): Corrected spawn position and waypo… (#15099) 2023-02-19 01:22:35 -03:00
UltraNix
e8b76f2625 fix(Scripts/BlackMorass): Implemented wipe event. (#14860) 2023-02-18 14:16:53 +01:00
Kitzunu
bd6034e1a9 refactor(Core/AI): Some more refactoring prep for Comat Threat system… (#15026)
Co-authored-by: Treeston <14020072+Treeston@users.noreply.github.com>
2023-02-13 21:39:40 +01:00
Skjalf
1edd29f28a refactor(Scripts/TempleOfAhnQiraj): Clean up unused variables (#14979) 2023-02-13 00:53:48 +01:00
Skjalf
0dbb8c814c refactor(Core/InstanceScript): refactored load and save methods (#14977)
Co-authored-by: joschiwald <736792+joschiwald@users.noreply.github.com>
2023-02-12 15:53:48 -03:00
Kitzunu
f039836a2f chore(Core/Misc): Change all TODO to doxygen comment (#14966) 2023-02-12 10:05:34 -03:00
UltraNix
48ce957597 fix(Scripts/BlackMorass): Adds should walk towards Medivh. (#14945) 2023-02-12 08:27:25 -03:00
UltraNix
f4dbb04431 fix(Scripts/BlackMorass): Fixed portal positions. (#14946) 2023-02-11 17:45:36 -03:00
UltraNix
3bd988d195 fix(Scripts/BlackMorass): Fixed amount of Medivh's Integrity shield t… (#14948) 2023-02-11 17:44:59 -03:00
Skjalf
76c9eb9159 feat(Core/AI): Implement delay option to the Talk() function (#14950) 2023-02-11 17:23:57 -03:00
Maelthyr
afb071bb04 refactor(Scripts): Update vanilla scripts to std::chrono (#14876)
Co-authored-by: Maelthyrr <AmanThul-Project@proton.me>
Co-authored-by: Skjalf <47818697+Nyeriah@users.noreply.github.com>
2023-02-05 12:35:48 -03:00
Skjalf
c08a5ba3fa fix(Scripts/TempleOfAhnQiraj): Fix C'thun not using abilities after e… (#14859) 2023-02-04 12:17:43 -03:00
Skjalf
bf30c66ba4 feat(Core/GameObject): Expand IsSummonedBy() to GameObjects (#14789)
Co-authored-by: jackpoz <giacomopoz@gmail.com>
2023-01-29 09:44:33 -03:00
Skjalf
b4e3f1310b feat(Core/Unit): Add KillSelf overload (#14785)
Co-authored-by: jackpoz <giacomopoz@gmail.com>
2023-01-28 17:57:23 -03:00
Skjalf
aeed96f3b7 feat(Core/AI): Move TaskScheduler to BossAI class (#14757) 2023-01-26 13:46:30 -03:00
UltraNix
171b05a70c fix(Scripts/OnyxiaLair): All Onyxia's adds should attack player on su… (#14108)
* fix(Scripts/OnyxiaLair): All Onyxia's adds should attack player on summon.

Fixes #14075

* Update.
2023-01-06 00:52:40 +01:00
UltraNix
189afd1409 fix(Scripts/Instances): Fixed text during "Opening the Dark Portal" i… (#13872)
fix(Scripts/Instances): Fixed text during "Opening the Dark Portal" on Black Morass.

Fixes #1999
2022-12-11 10:53:55 -03:00
UltraNix
608a80a094 fix(Scripts/TempleOfAhnQiraj): Corrected timer for Cthun's Dark Gla… (#13799)
fix(Scripts/Temple of AhnQiraj): Corrected timer for Cthun's Dark Glare ability.

Fixes #13668
2022-12-06 09:28:05 -03:00
Maelthyr
3024bee3ba refactor(Core/UnitAI): Update target selector (#13169)
* refactor(Core/UnitAI): Update TargetSelector.

Cherry-pick:
*https://github.com/TrinityCore/TrinityCore/pull/19930

Co-authored-by: Treeston <treeston@users.noreply.github.com>

* fix GGC/CLang errors in scripts

* .

* missing a file and fix a script error

* .

* fix path changes dude to a miss click in the second commit

* .

Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
Co-authored-by: Treeston <treeston@users.noreply.github.com>
2022-12-06 09:27:13 -03:00
UltraNix
fbc78d5ffa fix(Scripts/TempleOfAhnQiraj): Anubisath Sentinels should emote af… (#13797)
fix(Scripts/Temmple of AhnQiraj): Anubisath Sentinels should emote after sharing buffs.

Fixes #13544
2022-12-06 09:25:26 -03:00
Skjalf
55957fbb6e Revert "fix(Scripts/Temple of AhnQiraj): Cthun's Eye should always focus on b…" (#13938)
Revert "fix(Scripts/Temple of AhnQiraj): Cthun's Eye should always focus on b… (#13796)"

This reverts commit 888f9bb0bb.
2022-11-24 18:23:27 -03:00
UltraNix
888f9bb0bb fix(Scripts/Temple of AhnQiraj): Cthun's Eye should always focus on b… (#13796)
fix(Scripts/Temple of AhnQiraj): Cthun's Eye should always focus on beam target.

Fixes #13673
2022-11-20 19:39:01 -03:00
Skjalf
42c4c293bd fix(Scripts/TempleOfAhnQiraj): Fix Digestive Acid not being applied t… (#13870)
fix(Scripts/TempleOfAhnQiraj): Fix Digestive Acid not being applied to players under certain circumstances
2022-11-20 19:23:29 -03:00
Skjalf
afebbb816c fix(Scripts/TempleOfAhnQiraj): Prevent tentacles from spawning inside… (#13864)
fix(Scripts/TempleOfAhnQiraj): Prevent tentacles from spawning inside C'thun's stomach
2022-11-19 08:18:32 -03:00
Eddy Vega
772fe38fe9 fix(Scripts/TempleOfAhnQiraj): Twins Emperors - First Teleport (#13652) 2022-11-16 01:21:27 -03:00
Gultask
70361ba63c fix(Scripts/TempleOfAhnQiraj): Increase Vek'lor Blizzard timer (#13791) 2022-11-16 01:20:34 -03:00
Maelthyr
c1c9dc6105 refactor(Core/ScriptedAI): few improvements with threat methods (#13146)
improve threat scripts

Co-authored-by: Maelthyrr <lynethris@protonmail.ch>
2022-11-12 13:29:28 +01:00
Eddy Vega
43315906d1 fix(Scripts/TempleOfAhnQiraj): Huhuran/BugTrio - EnterCombat (#13653)
init

Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
2022-11-04 20:10:58 -03:00
Skjalf
5c88f9269e fix(Scripts/TempleOfAhnQiraj): Don't store object references in scripts (#13694) 2022-11-04 19:24:57 -03:00
Skjalf
6cb85d2ff4 fix(Scripts/TempleOfAhnQiraj): Fix crash caused by permanently spawni… (#13698)
fix(Scripts/TempleOfAhnQiraj): Fix crash caused by permanently spawning a tentacle
2022-11-04 19:17:50 -03:00
Skjalf
fc914f03f1 fix(Scripts/TempleOfAhnQiraj): Fix Ouro not using abilities if there's only one player and he's out of his melee range (#13692)
fix(Scripts/TempleOfAhnQiraj): Fix Ouro not using abilities if
2022-11-04 17:55:06 -03:00
Gultask
a7cd116880 fix(Scripts/TempleOfAhnQiraj): Replace Sartura's Gaze mechanic with a threat wipe (#13691)
Update boss_sartura.cpp
2022-11-04 17:23:18 -03:00
Skjalf
d9ab07d5d2 fix(Scripts/TempleOfAhnQiraj): Improve Veklor pathing (#13682) 2022-11-03 19:18:37 -03:00
Skjalf
df3e3b169a fix(Scripts/TempleOfAhnQiraj): Fix Sartura not enraging if stunned (#13615) 2022-10-30 16:25:43 -03:00
Skjalf
0b745022a4 fix(Scripts/TempleOfAhnQiraj): Ouro Sand Blast should hit top threat … (#13578)
* fix(Scripts/TempleOfAhnQiraj): Ouro Sand Blast should hit top threat target

* ouro should only target players in melee range

* fix ouro resetting

* Update boss_ouro.cpp
2022-10-28 22:01:47 -03:00
Gultask
003f574bf4 fix(Scripts/TempleOfAhnQiraj): Properly prevent Uppercut from triggering Double Attack (#13581)
* netherstorm&shadowmoon

* 1

* fix

* 2
2022-10-28 19:37:04 -03:00
Eddy Vega
c06f296a5f fix(Scripts/TempleOfAhnQiraj): Sand Blast threat-wipe mechanic (#13577)
init

Co-authored-by: Si1ker <Si1ker@users.noreply.github.com>
2022-10-28 14:35:26 -03:00
UltraNix
9d93a7e4d9 fix(Scripts/TempleofAhnQiraj): Cthun Grasps should despawn on Cthun… (#13503)
fix(Scripts/Temple of AhnQiraj): Cthun Grasps should despawn on Cthun death.

Fixes #13443
2022-10-27 05:24:52 -03:00