Commit Graph

1184 Commits

Author SHA1 Message Date
Ovahlord
884e1e9c01 Scripts/BoT: enslaved dragons will now cast their debuff again 2018-04-17 15:41:12 +02:00
Ovahlord
7156eca93b Scripts/BoT: update the enslaved dragons entries uppon encounter startt and use the proper entries 2018-04-17 15:28:41 +02:00
Ovahlord
36b3dcff71 Scripts/BoT: implement Dancing Flames visual effects
*fixed summon destination for Cyclone Winds
*added 100 Valor Points to all difficulties for Halfus Wyrmbreaker
2018-04-17 14:34:56 +02:00
Ovahlord
54fa65f76b Scripts/BoT: implement achievement 'The Only Escape'
*fixed some typos, clarified some namings and cleanup up code
2018-04-17 11:21:36 +02:00
Ovahlord
8bf2cebd96 Scripts/BoT: implement Halfus Wyrmbreaker encounter
*todo: fix cyclone winds summon destination, implement dancing flame visuals
2018-04-16 23:49:31 +02:00
Ovahlord
8f9e46c6f1 Scripts/BoT: add instance script for Bastion of Twilight as preparation for implementation
* also added a base boss file for halfus wyrmbreaker
2018-04-16 11:11:05 +02:00
Ovahlord
97ec97330f Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2018-04-14 10:25:28 +02:00
Aokromes
4aebd4de3b Core/Misc: Fix no-pch build
Closes #158 by Mordoth
2018-04-12 17:56:58 +02:00
Ovahlord
ffee6ab73b Scripts/Deadmines: fixed spawning Captain Cookie when the instance has been unloaded (eg. due to a crash) 2018-04-05 04:04:05 +02:00
Ovahlord
654461619a Scripts/Deadmines: implement new handling for spawning Vanessa's ropes so only the missing ropes will spawn 2018-04-04 23:03:37 +02:00
Ovahlord
c702437d32 Scripts/Deadmines: Note from Vanessa will no longer spawn when loading the instance save and Vanessa has been defeated already 2018-04-02 23:05:47 +02:00
Ovahlord
ce21ed1543 Scripts/SFK: fixed Lord Walden's Frost Shards channeling and fixed codestyle 2018-04-02 08:55:01 +02:00
Ovahlord
891eb14df9 Scripts/Deadmines: make Admiral Ripsnarl not selectable when vanishing into the fog 2018-04-02 07:51:38 +02:00
Ovahlord
5a59d33fd5 Scripts/Deadmines: cleaned more things up and fixed a tabbing 2018-04-02 07:47:36 +02:00
Ovahlord
92ca9b867d Scripts/Deadmines: minor cleanup after recent implementation 2018-04-02 07:44:22 +02:00
Ovahlord
e0ad916764 Scripts/Deadmines: finished Vanessa VanCleef implementation... finally! 2018-04-02 07:42:31 +02:00
Ovahlord
20566cb142 Scripts/Deadmines: more work on Vanessa VanCleef
* scripted Rope movement and Adds AI
* initial work on detonating the ship
2018-04-02 03:34:56 +02:00
Ovahlord
58d0cd8a8c Scripts/Gilneas: some initial work on chapter 2
* implement intro event for chapter 2
* added support for entering phase 181 after completion
2018-03-29 15:39:07 +02:00
Ovahlord
70b58b7122 Core: fixed loading Deadmines scripts 2018-03-28 15:36:11 +02:00
Ovahlord
37e4b3492c Fixed build after recent header cleanup 2018-03-28 14:58:59 +02:00
Ovahlord
2cfdd3cbe0 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4
# Conflicts:
#	src/server/game/AI/CoreAI/PetAI.cpp
#	src/server/game/Battlegrounds/Battleground.cpp
#	src/server/game/Battlegrounds/Zones/BattlegroundTP.cpp
#	src/server/game/DungeonFinding/LFGMgr.h
#	src/server/game/DungeonFinding/LFGQueue.h
#	src/server/game/Entities/Creature/Creature.h
#	src/server/game/Entities/Pet/Pet.cpp
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Entities/Player/Player.h
#	src/server/game/Entities/Unit/Unit.h
#	src/server/game/Globals/ObjectMgr.h
#	src/server/game/Groups/Group.cpp
#	src/server/game/Groups/Group.h
#	src/server/game/Guilds/Guild.cpp
#	src/server/game/Guilds/Guild.h
#	src/server/game/Handlers/GuildHandler.cpp
#	src/server/game/Handlers/LFGHandler.cpp
#	src/server/game/Handlers/MiscHandler.cpp
#	src/server/game/Handlers/NPCHandler.cpp
#	src/server/game/Instances/InstanceScript.cpp
#	src/server/game/Maps/Map.cpp
#	src/server/game/Maps/Map.h
#	src/server/game/Maps/ZoneScript.cpp
#	src/server/game/Server/WorldSession.cpp
#	src/server/game/Spells/SpellEffects.cpp
#	src/server/game/Weather/Weather.cpp
#	src/server/game/Weather/WeatherMgr.cpp
#	src/server/scripts/Commands/cs_reload.cpp
#	src/server/scripts/EasternKingdoms/Deadmines/boss_mr_smite.cpp
#	src/server/scripts/EasternKingdoms/Deadmines/deadmines.h
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/instance_shadowfang_keep.cpp
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.cpp
#	src/server/scripts/EasternKingdoms/ShadowfangKeep/shadowfang_keep.h
#	src/server/scripts/EasternKingdoms/eastern_kingdoms_script_loader.cpp
#	src/server/scripts/Kalimdor/VortexPinnacle/vortex_pinnacle.h
#	src/server/scripts/Spells/spell_dk.cpp
#	src/server/scripts/Spells/spell_druid.cpp
#	src/server/scripts/Spells/spell_generic.cpp
#	src/server/scripts/Spells/spell_hunter.cpp
#	src/server/scripts/Spells/spell_mage.cpp
#	src/server/scripts/Spells/spell_pet.cpp
#	src/server/scripts/Spells/spell_shaman.cpp
#	src/server/scripts/Spells/spell_warrior.cpp
2018-03-28 12:35:52 +02:00
ariel-
4f0870cf32 And finally zmq nightmare is over 2018-03-28 06:11:01 -03:00
ariel-
5ff847159c Core: header cleanup, split realmlist, boost compatibility, cotire, remove stormlib/zlib and stormlib/bzip2 and instead use dep sources 2018-03-28 04:41:59 -03:00
Ovahlord
09dc44b08e Scripts/Deadmines: fixed a typo that caused the Foundry Door to stay closed when defeating Foe Reaper 5000
*implement a reset mechanism to reset Vanessa's nightmare
2018-03-27 01:42:44 +02:00
Ovahlord
ad7057f784 Scripts/Deadmines: some minor fine tunings for nightmare phases 2018-03-27 01:16:48 +02:00
Ovahlord
c3e247acb9 Scripts/Deadmines: dropped some unneeded code and moved it to SAI
*fixed some targeting fails for Ripsnarl's nightmare
2018-03-27 00:20:44 +02:00
Ovahlord
d473c1f0b8 Script/DM: finished initial work on Nightmare phases
*todo: fix calissas resque and nightmare offwearing message and reset nightmare when vanessa evades
2018-03-26 01:14:03 +02:00
Ovahlord
a88659ac1c Scripts/Deadmines: more work on Vanessa VanCleef's nightmare phases.
*finished Glubtok and Helix nightmares
2018-03-25 03:03:48 +02:00
Ovalord
0e998a6161 Scripts/Deadmines: fixed a warning 2018-03-15 22:06:15 +01:00
Ovalord
e0d987fa37 Merge branch '4.3.4' of https://github.com/Ovahlord/TrinityCore into 4.3.4 2018-03-15 17:21:39 +01:00
Ovalord
bcd6057ab9 Scripts/Deadmines: added WIP code for Vanessa VanCleef
* removed some grid searchers and use instancescript instead
2018-03-15 17:18:06 +01:00
Ovahlord
a6368c7e6b Fixed build 2018-03-14 09:11:11 +01:00
Ovalord
3e48c226d0 Scripts/Deadmines: fixed a logic mistake at Glubtok 2018-02-24 17:03:34 +01:00
Ovalord
4540969ac8 Scripts/Deadmines: corrected firewall damage and damage radius. Todo: fix vehicle position offsets. 2018-02-22 22:17:05 +01:00
Ovalord
17af2f8277 Scripts/Deadmines: fixed the missing encounter frame display at Admiral Ripsnarl's fog phase 2018-02-19 18:40:21 +01:00
Ovalord
b37cd85b84 Scripts/Deadmines: implement "Captain" Cookie encounter 2018-02-19 17:34:23 +01:00
Ovalord
9b58ca1e82 Scripts/Deadmines: fixed the fog screen effect flickering due to multiple casters for the screen auras. Not it is fixated to one caster so the visual will persist 2018-02-19 12:40:57 +01:00
Ovalord
cf3c3cb5e0 Scripts/Deadmines: implement Admiral Ripsnarl encounter 2018-02-19 12:25:00 +01:00
Ovalord
c9b5bf9534 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2018-02-18 20:55:31 +01:00
Ovalord
85743223b1 Scripts/Deadmines: implement new Defias Cannon event 2018-02-18 20:54:02 +01:00
Ovalord
db762cc644 Scripts/Deadmines: link Foundry Door to Foe Reaper 5000's boss state 2018-02-18 19:00:32 +01:00
Ovalord
e9753cf1b0 Scripts/Deadmines: implement Foe Reaper 5000 encounter 2018-02-18 18:29:00 +01:00
Aokromes
cbe84fa130 Core/Entities: remove grid-wide visibility from setActive and implement another method for it 2018-02-17 17:45:03 +01:00
Ovalord
b13685883c DB/Deadmines: added loot to Helix and reduced Helix' melee damage
*Scripts/Deadmines: fixed some issues with Helix
2018-02-17 11:46:06 +01:00
Ovalord
9e9f5ff7ec Scripts/Deadmines: implement Helix Gearbreaker encounter 2018-02-17 00:46:25 +01:00
Wilcalaf
6d90944f02 Archaedas should properly start now when clicking on the altar. (#21401) 2018-02-16 01:40:15 +01:00
Treeston
daa7c79f7e Revert "Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart escort to work again (tag #20310)"
This reverts commit 6ff71dffbb.
2018-02-16 01:25:02 +01:00
Treeston
302599decd Scripts/ScarletEnclave: fix Massacre at Light's Point mine cart escort to work again (tag #20310) 2018-02-16 01:24:48 +01:00
Ovalord
2d8975d5e6 Scripts/Deadmines: improved glubtoks frost and fire beam check 2018-02-15 23:04:39 +01:00
Ovalord
0ec878933b Scripts/SFK: fixed godfreys doorstate for the intro for good 2018-02-15 14:18:28 +01:00