Commit Graph

6024 Commits

Author SHA1 Message Date
Shauren
349ba4e74a DB/Ruins of Ahn'Qiraj: Added spawn groups for bosses 2022-09-27 23:40:04 +02:00
Shauren
ace57b11c2 DB/Zul'gurub: Added spawn groups for bosses and prevent multiple Gahz'ranka summons 2022-09-27 20:14:11 +02:00
Shauren
7114bc6881 Scripts/Halls of Reflection: Prevent repeating Falric kills after wiping on Marwyn or add waves > 5 2022-09-27 16:17:43 +02:00
Shauren
2d027e56ad Scripts/The Escape From Durnholde: Minor improvements
* Converted to BossAI
* Prevent repeating boss kills on Thrall event wipe
2022-09-27 00:08:16 +02:00
Shauren
7eb482ed84 Nopch build fix 2022-09-26 00:25:02 +02:00
Shauren
e3ac84b929 Scripts/The Underbog: Added spawn groups for bosses and implemented boss state tracking 2022-09-25 23:10:09 +02:00
Ovah
9ef9b79e84 Scripts/Halls of Lightning: reworked Volkhan encounter (#28282)
* modernized the whole code
* moved several mechanics to spell script where they belong
* handle missing visuals for Volkhan's Anvil
2022-09-25 20:21:44 +02:00
Shauren
9082eca660 DB/Icecrown Citadel: Migrate linked_respawn to spawn groups 2022-09-25 00:15:12 +02:00
Ovah
f82f97305d Scripts/Halls of Stone: Modernized Halls of Stone instance script (#28280) 2022-09-24 15:06:08 +02:00
Shauren
7893c52fb7 Nopch build fix 2022-09-23 19:30:38 +02:00
Ovahlord
8b87b6a058 Scripts/HoL: follow naming standards for boss enums and dropped unused overriden methods from instance script 2022-09-23 19:06:12 +02:00
Ovahlord
9dcb602138 Scripts/HoO: removed a redudant summons.DespawnAll() call from Ionar's script 2022-09-23 19:06:12 +02:00
Ovahlord
dfcc9c69e7 Scripts/HoL: converted Ionar's AI to BossAI 2022-09-23 19:06:12 +02:00
Ovahlord
0efe2a0fa5 Scripts/HoL: converted General Bjarngrim's to BossAI 2022-09-23 19:06:12 +02:00
Ovahlord
7a73b8412a Scripts/HoL: modernized instance script 2022-09-23 19:06:12 +02:00
Shauren
63275e7316 Dynamic build fix 2022-09-23 19:04:35 +02:00
Shauren
46560070ae DB/The Sunwell: Migrate linked_respawn to spawn groups
* Also fixed Felmyst not spawning after server reset if Brutallus was killed

Closes #27904
2022-09-23 17:56:50 +02:00
Shauren
8962d80224 Scripts/The Sunwell: Move Brutallus and Felmyst to BossAI 2022-09-23 16:43:41 +02:00
Shauren
01f0f83139 Scripts: Fixed missing boss count initialization in The Slave Pens and The Botanica as well as incorrect map id assignment to Auchenai Crypts spawn groups
Closes #28278
2022-09-23 09:59:58 +02:00
Shauren
9fcc820016 Nopch build fix 2022-09-21 21:51:20 +02:00
Shauren
4af8548206 DB/Mana-Tombs: Migrate linked_respawn to spawn groups 2022-09-21 01:02:50 +02:00
Shauren
400d7e20d0 Scripts/Serpentshrine Cavern: Move to BossAI 2022-09-20 19:53:50 +02:00
Shauren
c0c8c3bf5d DB/The Slave Pens: Migrate linked_respawn to spawn groups 2022-09-20 19:01:12 +02:00
Shauren
f982e566a7 DB/Shattered Halls: Migrate linked_respawn to spawn groups 2022-09-20 16:24:31 +02:00
Shauren
9cac8d88cf DB/Naxxramas: Migrate linked_respawn to spawn groups 2022-09-20 16:00:21 +02:00
Shauren
cc6e0bfeb4 DB/Karazhan: Migrate linked_respawn to spawn groups 2022-09-19 22:56:20 +02:00
Shauren
ec085ffc85 DB/Deadmines: Migrate Deadmines linked_respawn to spawn groups 2022-09-19 21:54:28 +02:00
lee
fea9de5b17 Scripts/Battle for Mount Hyjal:Fix wrong npc text,trash movment,archimode last phase (#27910)
* Fix wrong npc text,trash movment,archimode last phase

1.Fix wrong npc text for Jania,Thrall,Tyrande.
2.Change Hyjal trash movement from walk to run.
3.Fix archimode drain worldtree event.
4.Fix archimode below 10% hp phase.Case Protection of elune on player.

* fix code style

fix code style

* fix wrong type

* Revert "fix wrong type"

This reverts commit 204c45f7d7.

* fix wrong type

* Update boss_archimonde.cpp

* add missing Creature Text

* fix code style

* Update hyjalAI.cpp

* do some work to prevent respawn mobs in combat

* remove dup yell at alliance base

* fix code style

* fix SPELL_METEOR unvisiable when spawn Giant Infernal

* change to DoCastSelf

* hide archimonde doomfire spirit visual

* fix code style

* fix SQL warning when startup server

* fix code style

* move SetRun out of constructor

* remove target list

* move setRun

* fix code style

* Change npctext ID to high ID.Fill text into Creature Text

Change npctext ID to high ID.
Fill text into Creature Text.

* Remove Magic Numbers

* change npctext high ID

* fix change high npc_text id in code

* remove setCanFly,add flight state to db

* change npc_text id

* change npc yell condition after second boss dead

* update npc_text IDs taken from sniff file.

Updated IDs taken from sniff file provided by Aokromes.

* remove MoveInLineOfSight

* move protection_of_elune immuity effect to spell script

* move worldtree channel target to db

Move worldtree channel target to db
Fix wrong position and movement_type of worldtree channel target

* update wrong npc_text IDs in code

* remove CastProtectionOfElune

* remove SetVisible(false),change flags_txtra of doomfire(18095) and doomfire_spirit(18104)

* update sql

* fix compile error

* revent spawntime,move guards say slay and say death to db

* Move code from Initialize() to Reset()

Move code from Initialize() to Reset()

Move code from Initialize() to Reset()

Update boss_archimonde.cpp

* remove unneeeary ->AI()

* Update hyjal_trash.cpp

* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp

* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp

* Rename 9999_99_99_world.sql to 2022_09_11_00_world.sql

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2022-09-11 17:33:25 +02:00
M'Dic
5ec5e1e1d0 Scripts/Events: Ironforge hourly bell event correction (#28234)
Changes go_bells script to play the BellTollDwarfGnome once at every hour.

References:
https://www.reddit.com/r/classicwow/comments/ou0rw5/question_what_is_that_super_loud_bellowing/
cherry-pick commit (Hourly bell: Dwarf horn sound should only play once vmangos/core#1569)

Co-authored-by: schell244 <9536270+schell244@users.noreply.github.com>
2022-09-08 18:19:15 +02:00
ihm-tswow
44ac5cbbea Core/Misc: Store skillline abilities grouped by skill id (#28199) 2022-09-02 15:11:51 +02:00
Dan Johnson
6b2fac687d Scripts/Naxxramas: Fixed number of affected targets for Cripple and Curse spells in 25 man version of Noth the Plaguebringer encounter (#28161) 2022-07-30 15:38:02 +02:00
offl
53cc21b1b4 Scripts/Spells: Random fixes (#28143) 2022-07-21 00:29:46 +03:00
offl
aef55d5dfa Scripts/Quest: Rework 'Fel Spirits' (10909) (#28134) 2022-07-18 23:38:37 +03:00
offl
d06842d42a Scripts/Spells: Script 'Hate To' spells (#28129) 2022-07-18 00:55:46 +03:00
offl
444928f3c5 Scripts/Quest: Adjustments to Runeforging (#28115) 2022-07-14 19:09:59 +03:00
offl
9a9edb4dfe Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114) 2022-07-14 00:32:03 +03:00
offl
1c96eebcc1 Scripts/Quest: Update few quests (#28108) 2022-07-12 00:31:59 +03:00
offl
93db014cb9 Scripts/Nexus: Rework Telestra (#28104)
Closes #27792 Closes #27941
2022-07-11 00:08:21 +03:00
offl
b339fbaaf3 Scripts/Events: Update few Love is in the Air quests & items (#28084) 2022-07-03 23:24:16 +03:00
offl
b801528e9d Scripts/Spells: Hex of Jammal'an (#28083) 2022-07-03 23:23:43 +03:00
offl
fca49f428b Scripts/Quest: Update 'Sabotage' (12676) (#28082) 2022-07-03 23:23:00 +03:00
offl
dfd1692e31 Scripts/Pets: Update Lil' K.T. (#28071) 2022-06-30 22:32:09 +03:00
offl
b9450bcdd0 Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059) 2022-06-26 21:48:41 +03:00
offl
f0d2418e5f Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew (#28058) 2022-06-26 21:44:40 +03:00
offl
2d348b6d8b Scripts/Oculus: Update Drakos the Interrogator (#28053) 2022-06-25 00:15:33 +03:00
offl
3808e614d9 Scripts/Spells: Get rid of several DB spell scripts (#28048) 2022-06-22 22:37:52 +03:00
offl
ffcc976524 Scripts/Quest: Update 'Dissension Amongst the Ranks...' (10769, 10776) (#28044) 2022-06-20 20:04:52 +03:00
offl
5512cf8a99 Scripts/Quest: Update 'Through the Eye' (13121) (#28043) 2022-06-20 20:04:05 +03:00
offl
c025fcef74 Scripts/UB: Rework The Black Stalker (#28040) 2022-06-20 20:02:48 +03:00
offl
61f32426ab Scripts/Quest: Rework 'Mending Fences' (12915) (#28034) 2022-06-17 00:16:52 +03:00