ariel-
f4629d83c6
Core/Scripts: prevent applying Aspect of the Beast on pet load if owner has switched aspects
2017-12-28 12:16:39 -03:00
ariel-
d13999c8d6
Core/Scripts: remove Quel'Delar from player inventory during "The Halls Of Reflection" quests (24480, 24561)
2017-12-28 12:16:38 -03:00
ariel-
720ba9e973
Core/Scripts: prevent Arthas in CoS losing his gossip flag and halting instance progress
2017-12-28 12:16:37 -03:00
ariel-
c409ba8d9d
Core/Scripts: fixed Festergut applying more than one stack of Inoculated at once
2017-12-28 12:16:36 -03:00
Keader
465b43fabe
Core/AI: Making guid const& in SetGUID method ( #21128 )
2017-12-27 22:17:13 +01:00
jackpoz
ad56299846
Core/Misc: Fix static analysis issues
2017-12-25 16:34:36 +01:00
jackpoz
cbc7642edd
Scripts/Trial of Crusader: Fix static analysis issues
2017-12-25 15:32:50 +01:00
jackpoz
12701cb0c6
Core/Misc: Replace time(NULL) with GameTime::GetGameTime()
2017-12-24 22:50:59 +01:00
Keader
2362e9c794
Scripts/Trial of Crusader: Northrend Beasts Rework ( #21031 )
...
* Rewritten Gormok encounter
* Rewritten Snobold Vassal Script
* Rewritten Jormungars encounter
* Rewritten Icehowl encounter
* Added missing texts
* Added missing spells
* Implemented berserk mechanic on heroic diffs.
* Implemented Achievement requirement to make heroic diffs.
* Rewritten Barrett Ramsay scripts
* Added Barrett gossips and ported everything to DB.
* Added right Barrett in each encounter
* Removed a lot of hacks
* Rewritten Tirion Fordring script
* Rewritten Varian Wrynn script
* Rewritten Garrosh script
* Rewritten Wilfred event
* Rewritten Lich King event
* Updated codestyle
* Added missing spawns
* Fixed combat behavior before Gormok
* Fixed some visual stuff
2017-12-23 22:03:57 -03:00
Teppic1
ecc55c280c
Scripts/Deadmines: New script for Edwin VanCleef ( #20736 )
...
* Scripts/Deadmines: New script for Edwin VanCleef
- Blackguards are now summoned properly as part of the encounter
- Blackguards will despawn on evade
- Fixed scripted actions/speech on health
- Removed Blackguards from world DB
- Corrected VanCleef's damage
2017-12-23 16:31:40 +01:00
Killyana
b08280fcfe
Typo
2017-12-22 21:06:36 +01:00
Killyana
be56a4669e
Scripts/Stratholme: Fix a DB error
...
Ref #20749
2017-12-22 20:20:14 +01:00
Naios
85e460802d
Build: Inherit the features and warning flags privately
...
(cherry picked from commit 1285347518 )
2017-12-21 23:31:11 +01:00
jackpoz
9a515c29ba
Scripts/Stratholme: Add missing header for no-pch build
2017-12-21 21:17:07 +01:00
jackpoz
828c5d08e7
Scripts/Stratholme: Fix build
2017-12-21 21:12:56 +01:00
jackpoz
a98b2aa8c8
Scripts/Stratholme: Fix build
2017-12-21 21:05:37 +01:00
Riztazz
2a25d9d9a7
Scripts/Stratholme: Few changes to how Ysida behaves during the Baron run ( #20749 )
2017-12-21 20:57:29 +01:00
ariel-
de9f904269
Core/Spells: fix some DB errors
...
Ref #18542
- Implemented Choking Vines transformation at 5 stacks
- Implemented periodic Aura of Fear ticks
- Fixed Savage Rend passive proccing on anything (raptor pets)
2017-12-20 02:25:25 -03:00
Keader
143b2aeac0
Scripts/Naxxramas: Fixed blizzards following same player in Sapphiron encounter ( #21068 )
...
Closes #18765
2017-12-18 08:39:35 -03:00
Naios
92f96fc10e
Build: Use the cotire library for precompiled header handling
...
* Required for handling flags inherited by linked projects
correctly in the corresponding precompiled header.
* Reduces the maintenance effort for precompiled headers
2017-12-17 20:22:34 +01:00
Gogs
fbb2b1650f
Core/Accounts: prevent existing account ban from being updated
...
Signed-off-by: jackpoz <giacomopoz@gmail.com >
2017-12-17 19:11:06 +01:00
Andrew Letson
1cedcf0bf3
Scripts/Commands: Add failure state for quest remove ( #20611 )
...
Add more verbose messaging to the .quest remove command
2017-12-17 15:51:11 +01:00
ForesterDev
661dfee80e
Scripts/Commands: modify command .dismount to target any selected player ( #19788 )
...
- change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command
Closes #19788
2017-12-17 04:36:59 +01:00
Keader
f560842b59
Build fix
2017-12-15 22:07:24 -03:00
Riztazz
56b0433b6d
Scripts/UBRS: The Beast ( #20751 )
2017-12-15 21:58:45 -03:00
ariel-
deebac9639
Core/Scripts: more nopch
2017-12-15 20:23:50 -03:00
ariel-
7fb70e74f2
Core/Scripts: nopch fix
2017-12-15 20:19:55 -03:00
ariel-
5fc4d36a1f
Core/Scripts: fix drink auras
2017-12-15 19:58:12 -03:00
ariel-
7dff0e3246
Core/Auras: fixed off by one error in counting SPELL_ATTR5_START_PERIODIC_AT_APPLY ticks
...
- Made SpellInfo::GetMaxTicks and AuraEffect::GetTotalTicks return the same number without mods (dumped arbitrary default return value of 6 and arbitrary 30 sec limit)
- They should be streamlined whenever SPELL_AURA_48 is implemented
2017-12-15 03:40:36 -03:00
ariel-
2d07d4f7b3
Core/Scripts: more travis
2017-12-15 03:39:42 -03:00
ariel-
ea0224e3bd
Core/Scripts: travis fixes
2017-12-15 02:51:48 -03:00
ariel-
a36e804ae4
Core/Auras: periodics refactor part 5: ported periodic trigger spell auras to scripts
2017-12-15 01:46:52 -03:00
ariel-
193bd3b452
Core/Auras: periodics refactor part 4: ported periodic dummy auras to scripts
2017-12-15 01:46:51 -03:00
ariel-
16e20711d2
Core/Auras: periodics refactor part 3: move more switch hacks to scripts
...
- Incidentally fixed some spells which were supposed to be removed by proc instead of healing to full
2017-12-15 00:37:12 -03:00
ariel-
0510bf7afe
Core/Auras: periodics refactor part 2: Move UpdatePeriodic to AuraScripts
2017-12-15 00:35:28 -03:00
ariel-
5d91beb1db
Core/Auras: periodics refactor part 1:
...
- Don't skip ticks if diff is greater than amplitude
- Fixed spells without ampltude in DBC
2017-12-15 00:25:58 -03:00
Golrag
95456ab5d8
Core/Entities: Some changes to LoS z checking & MotionMaster::MoveJumpTo (PR #20970 )
...
- Use Midsection height for LoS checking.
- Changed MotionMaster::MoveJumpTo to use correct z. This change also makes sure the _owner will jump towards the given angle. Instead of jumping to a unintended angle if the first one is not in LoS.
2017-12-14 16:56:30 +01:00
ariel-
78a1c687a2
Core/Misc: minor typo and codestyle fixes
...
- Replace NULL uses in new code with nullptr
- Fix wrong (accumulated) load time log when loading calendar invites
- Make Creature::CanRegenerateHealth const as its just a getter
- Mark OnlyOnceAreaTriggerScript::OnTrigger as final in case someone wants to override that (you are supposed to use protected _OnTrigger hook)
2017-12-13 14:43:12 -03:00
ccrs
0db5516a1a
Core/AI: reorder methods in ScriptedEscortAI
...
plus ninja rename
2017-12-11 21:00:04 +01:00
jackpoz
24e82fe83d
Core/Misc: Fix static analysis issues
...
Fix static analysis issues reported by 3rd party tools
2017-12-08 23:27:30 +01:00
jackpoz
0daa170a2c
Core/Misc: Fix static analysis issues
...
Fix static analysis issues reported by 3rd party tools
2017-12-08 15:21:13 +01:00
Ovah
869affa893
Core/Creatures: Implemented extra flag to use offhand attacks ( #21008 )
...
* Fixed initial offhand attack timer so the main and offhand attacks will now act blizzlike instead of getting executed at the same time
Note: since some creature equipment items cannot be identified as weapon since they are only visual items there is no way to detect this automaticly
2017-12-07 17:41:11 +01:00
Keader
6598c5d2f3
Core/Scripts: Fixed Enervating Brand in Baltharus encounter
...
Closes #21027
By Mihapro
2017-12-04 08:55:15 -03:00
Hristiyan
0725f608aa
Core/Commands: Allow using display ids higher than std::numeric_limits<uint16>::max() for .modify morph command ( #21022 )
2017-12-03 12:31:47 +01:00
Killyana
00e3023b32
DB/Creature: Scourging Crystal
...
And fix spell script spell_q11396_11399_scourging_crystal_controller
Closes #17596
2017-11-26 17:40:42 +01:00
Keader
a2b191c78e
Build fix
...
yes, i'm blind
2017-11-26 10:00:50 -03:00
Keader
80a65744bc
Scripts/Ulduar: Fixed a clang6 warning
2017-11-26 10:56:14 -02:00
Shauren
95ea4b5090
Scripts/Events: Fixed memory leak in npc_bountiful_table added in 75df296bb6
2017-11-25 22:33:15 +01:00
Keader
bd560fd160
Typo
2017-11-25 10:08:58 -03:00
Keader
454a230af4
Scripts/Razorscale: Fixed issues related with Devouring Flame
...
Closes #20967
2017-11-25 10:07:55 -03:00