Commit Graph

5115 Commits

Author SHA1 Message Date
Kittnz
0f734dc43a Core/Events: Fixed logic for Fireworks Show at New Years Adjustments 2016-12-28 16:10:37 +01:00
Kittnz
d2551101fb Core/Events: Adjust timings and occurrence for Fireworks Show at New Years Eve 2016-12-28 16:10:29 +01:00
sirikfoll
bada32707d Core/Ruby: Minor fixes in Halion encounter
* Some codestyle fixes
* Fixed wrong Halion summon with Hotswap system
* Fixed evade issue
* Fixed emblem frost exploit
2016-12-28 16:05:10 +01:00
Keader
d192ff2e7c Core/Ulduar: Fixed XT002 Heart phase
Closes #18557
Thanks to xinef1
* Fixed Heart Phase
* Fixed Combat bug with Heart after wipe
* Added DespawnAtEvadeMethod
2016-12-28 16:05:03 +01:00
Keader
5f2fa73f7a Core/Scripts: Fixed Suppresser behavior in Valithria Dreamwalker encounter
Closes #18530
* Fixed range issue
* Fixed weave spawn when Summon Timmer Suppresser(70912) is casted
* Fixed spawn count
2016-12-28 16:04:38 +01:00
Keader
c96d92eb8a Core/Scripts: Mother Shahraz encounter rewrite (#18446) 2016-12-28 16:04:12 +01:00
Keader
75ad9b01fd Core/Scripts: Minor fixes in Baltharus The Warborn (#18550)
* Core/Scripts: Minor fixes in Baltharus The Warborn

* go away travis
2016-12-28 16:04:03 +01:00
sirikfoll
d7fcf684c0 Scripts/Events Implement Pilgrim's Bounty Bountiful Table 2016-12-28 16:03:16 +01:00
Aokromes
300de1477f fix build 2016-12-16 20:37:49 +01:00
Aokromes
949ce2d576 Core/Units: Cleanup hardcoded magic numbers for byte field offsets
(cherry picked from commit ac1dc75)
2016-12-16 19:54:22 +01:00
Keader
dc0a599467 Core/Scripts: Black Temple - added comments in all SpellScripts (#18494) 2016-12-16 19:29:26 +01:00
Keader
5a0ab74588 Core/Scripts: Fixed Reliquary of Souls Boundary (#18470)
Followup 02f18419f5
2016-12-16 19:25:36 +01:00
Aokromes
bdf74d9e8f Update boss_reliquary_of_souls.cpp 2016-12-16 19:25:27 +01:00
Keader
9ec22fda0c Core/Scripts: Reliquary of Souls Rewrite 2016-12-16 19:25:20 +01:00
Kittnz
1b56130630 Fix pch - second attempt 2016-12-16 19:19:53 +01:00
Kittnz
71ec9373e7 Fix pch 2016-12-16 19:19:46 +01:00
Kittnz
75b7a864a6 Core/Event: Add Fireworks Spectacular (4th of July) & New Year's Event! 2016-12-16 19:19:22 +01:00
Keader
7ca2ffaa45 Core/Scripts: Professor Putricide - Fixed Tear Gas spell sometimes dont casted in phase transitions (#18425)
Closes: #7972
2016-12-16 19:16:35 +01:00
Keader
21cc1fd280 Core/Scripts: Rewrite Magtheridons Lair 2016-12-16 19:15:24 +01:00
ariel-
04efb16390 Scripts/BT: Fix noPCH build 2016-12-06 11:06:02 +01:00
ccrs
0d56b47a32 Scripts/BlackTemple: 4bc60e650d followup 2016-12-06 11:05:39 +01:00
ccrs
617427ca11 Scripts/BlackTemple: minor cleanup and corrections after recent PRs
plus a ninja tabs to spaces cleanup
2016-12-06 11:05:26 +01:00
Kittnz
f19ce344e1 Fix build 2016-12-06 11:04:27 +01:00
Kittnz
ac83183a48 Core/Scripts: Drake Hunt
- Removed creature script
- Using a spell script for red dragonblood spell http://wotlk.openwow.com/spell=46620 from sunwell
- Updated the SAI scripts for the quest Drake Hunt also from sunwell and fixed by Kilyana
2016-12-06 11:04:14 +01:00
Keader
6d3d63d47c Core/Scripts: Partial Revert in 87977b00d3 misunderstand concept. (#18334)
Sorry for the mess
2016-12-06 11:02:54 +01:00
Keader
f24ff1f41d Core/Scripts: Black Temple misc codestyle and unit state casting check (#18333) 2016-12-06 11:02:38 +01:00
Aokromes
4806afef45 fix build 2016-12-01 04:02:32 +01:00
Duarte Duarte
49dcbf43eb Optimizations for Zapcc compiler 2016-12-01 03:42:50 +01:00
Keader
ed99854fe1 Core/Scripts: Teron Gorefiend encounter rewrite (#18263)
Core/Scripts: Rewrite Teron Gorefiend Encounter
2016-11-27 17:06:58 +01:00
Keader
34e311fdfa Core/Scripts: Minor Fixes in Black Temple (#18293)
Core/Scripts: Minor Fixes in Black Temple
2016-11-27 17:06:49 +01:00
Keader
e86c4f9a6c Core/Scripts: Gurtogg Bloodboil Rewrite (#18279)
Core/Scripts: Gurtogg Bloodboil Rewrite
2016-11-27 17:06:17 +01:00
Keader
73512f16d4 Core/Scripts: Fixed Supremus encounter (#18234)
Core/Scripts: Fixed Supremus encounter
2016-11-27 17:05:51 +01:00
Keader
0976ec541b Core/Scripts: Improved High Warlord Naj'entus fight - Black Temple (#18229)
Core/Scripts: Improved High Warlord Naj'entus fight
2016-11-27 17:05:26 +01:00
Andrew Blakely
70a2ae105d Core/Scripts: Fixed Vaelastrasz bomb mechanic (#18260)
* Core/Scripts: Fixed Vaelastrasz bomb mechanic

Vaelstraz was suppose to bomb raid members that are mana users every 15
seconds. He was not doing that with the current implementation.

This implementation allows him to bomb the raid and to select the proper
targets. This is also done in a cleaner way.

* Added AuraScript for SPELL_BURNINGADRENALINE

Needed to define an AuraScript for custom behavior that would denatonate
the damaging aura when the debuff falls off.

SpellId - 18173

* Added SQL for Burning Adrenaline Script Ref

* Fixed Multiple Application of BA

* Add unit null check in lambda

* Remove DB name from sql query

* Added Newline in SQL update file.

* Added SQL delete query for potential existing spell

* Fix SQL newline again.

* As suggested a simpler SpellCast overload works

I don't know if there are any consequences but it seems to function fine
in in-game.

I'd like more information on the overload that involves an AuraEffect.

* Remove duplicate Unit null check in lambda

* Update boss_vaelastrasz.cpp
2016-11-27 17:04:56 +01:00
Aokromes
f6160d4d0b Core/Movement: Smooth movement
Implement smooth movement for all waypoint pathing and escortai
2016-11-27 16:59:31 +01:00
Keader
16d6690d01 Core/Scripts: Added Boundary in Forge of Souls (#18226)
Core/Scripts: Added Boundary in Forge of Souls
2016-11-27 15:41:44 +01:00
Aokromes
550af234f0 Script/Quest: Rivenwood Captives 2016-11-27 15:40:33 +01:00
Killyana
4bf2a6d008 Creature/script: Add area restriction for Freed Proto Drake
Closes #11754
Thanks to ariel-
2016-11-27 03:21:33 +01:00
Aokromes
b2c17b4881 Core/Guild: avoid data integrity problems wrapping delete+insert statements in a transaction 2016-11-27 02:41:25 +01:00
Keader
d6f31175f3 Core/Scripts: Cleanup in instance_black_temple and added missing datas (#18246)
* Core/Scripts: Cleanup in instance_black_temple and added missing datas

* Fixed door timing issue

* Remove redundant call
2016-11-15 05:43:45 +01:00
Keader
8a94094c26 Core/Scripts: Fixed a typo and removed randtime of Shade of Akama events (#18231) 2016-11-10 23:45:11 +01:00
tkrokli
5896b95e41 Core/Scripts: Archmage Arugal event script (#17922)
Implement boss script for Archmage Arugal
- add yells used in boss event to DB
- use proper spells instead of only melee fighting
- add DataType in shadowfang_keep.h
- add event scheduling in the script

By Riztazz
Closes issue #17916
2016-11-03 16:13:00 +01:00
Dr-J
695b3df525 Remove reference to eastern plaguelands script 2016-11-02 03:50:10 +01:00
Dr-J
458a422d7e Remove obsolete file 2016-11-02 03:49:57 +01:00
Aokromes
a81a44174b Core/Auras: don't save auras casted by items
- Drop useless field from DB (itemGuid was being saved, but never used, see Prepared Statements)
- This type of auras (like Water Bucket, Precious Ribbon, etc) will be recasted on login anyways.
2016-11-02 03:36:16 +01:00
SnapperRy
26f513b111 Script/Quest: improvements for Shizz Work:
- Proper cosmetic effects for Fel Guard Hound.
- Spell cast when looting the Felhound Poo.
- Felhound Poo now always contains loot.
2016-11-02 03:14:18 +01:00
SnapperRy
8b20248823 Codestyle. 2016-11-02 03:13:35 +01:00
SnapperRy
25caefdf4c Core/Script: Messenger Torvus. 2016-11-02 03:04:06 +01:00
SnapperRy
f076237518 DB/SAI: Zebu'tan and Alys Vol'tyr's conversations.
Also add forgotten creature_template change in 145bf1d.
2016-11-02 02:57:03 +01:00
Aokromes
e4ab140b71 Make travis happy. 2016-10-24 20:02:31 +02:00