| Age | Commit message (Collapse) | Author |
|
|
|
Unneeded script
|
|
Scripts/ScarletMonastery: rewritten InstanceScript and some bosses conve...
|
|
Closes #12579
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
http://www.trinitycore.org/f/topic/9572-creature-damage/
|
|
entering the raid, the Lights Hammer teleporter is no longer immediately active. Both the Light's Hammer and the Oratory Portal will pop up after the completion of Lord Marrowgar as it does on official during 3.3.5a. *A teleporter in ICC can no longer teleport you to itself. *There is no longer a reason to allow GMs to use portals without available GOSSIP text and teleport locations. Therefore the teleports now use GO_FLAG_NOT_SELECTABLE when they are unavailable. In the future we can enable GMs to use portals without bosses defeated, however for now all it does is break the instance if some bosses are done out of order. *Currently the Upper Spire teleporter cannot be visited unless the event ColdFlameTraps is completed. This isn't blizz-like. During WotLK retail, the teleporter in the upper spire can be visited once any member has walked over an AreaTrigger which is located the moment you enter the UpperSpire Facade. The cold flame event has nothing to do with the teleporter, the cold flame event instead should be triggered to "DONE" when a rogue instead disarms it. *A bug has been addressed that causes the ColdFlameTraps event to not start back up after a server restart. The event will now restart as long as the player goes through the Saurfang->Upper Spire doorway; I'm not sure who required the doorway to be an area trigger, but it's hacky and not blizzlike. I have not yet addressed the area trigger problem with the doorway in this commit, mainly because the point of this commit is to make the ICC teleporters extremely Blizz-Like. *The "Conspicuous Lever" will now spawn inside of ICC. (From Sniff on Retail) While the lever currently doesn't do anything, in the future it will turn off the ColdFlame Traps. *The teleporter near Saurfang is not supposed to disable during the Intro. It disables whenever Saurfang enters combat with the players. The teleporter then enablers again when combat stops.
Closes #12834
|
|
Remove script
|
|
to BossAI and eventmap
|
|
|
|
|
|
Replace CAST_AI() macro with ENSURE_AI() when dynamic_cast is not supposed to return NULL.
|
|
|
|
|
|
|
|
|
|
This cpp is now currently redundant
|
|
Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required.
|
|
|
|
|
|
|
|
|
|
statements for waypoints.
|
|
SAI by @Rushor and gossip by @malcrom
Closes #12630
|
|
TODO: Rewrite the script in SAI
Closes #11987
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
(Sholazar Waygate)
Closes #12178
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
This reverts commit 02d56e00bc256f224b7d05f90af2c0af7cb287bf.
|
|
adjustments
Closes #12513 (PR)
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
explicitly casting (turns out that UNIT_STATE_CASTING even a instant cast has a 'cast time')
|
|
(Additions to 6bb63ab7db679d9c)
Closes #12414 (PR)
|
|
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
players
|
|
(In Dreams quest)
Ref #7519
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
This is a temporary solution, the script should be rewritten in SAI
Closes #12298
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
TODO: template updates for these npcs and gossips
Closes #10554
Closes #12591 (PR)
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
|
|
|
|
Closes #5920
Closes #12464 (PR)
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
|
|
|
|
Closes #11097
Signed-off-by: DDuarte <dnpd.dd@gmail.com>
|
|
Scripts/MagistersTerrace: reworked Selin Fireheart
|
|
* removed ancient code
* converted to EventMap
* removed illogical method in instance script
|
|
Scripts/HoR: fixed possible exploit with taunt during escape event
|
|
|
|
* replaced egg core script with db content
* removed useless spellscript for Guardian Aura
* fixed Swarm aura
* Patch 3.3.2 (2010-01-02): Elder Nadox now only gets one Ahn'Kahar Guardian during the encounter.
Closes #12506
|
|
|
|
C4800 'type' : forcing value to bool 'true' or 'false' (performance warning)
C4127 conditional expression is constant
|
|
|
|
|
|
Conflicts:
BattlegroundMgr.h
|