ariel-
df0f88eb80
Core/Player: unconditionally remove Titan's grip penalty aura on Spell removal
...
Was causing an issue when switching spec, because off hand weapon was still equipped
2016-10-02 03:32:08 -03:00
ariel-
b2fbd2c75d
Core/Spells: SPELL_AURA_SCHOOL_IMMUNITY auras shouldn't remove passive auras (even if negative)
...
Ref issue #6375
2016-10-02 02:48:02 -03:00
ariel-
a4baef19dd
Core/Player: Implemented Titan's Grip damage reduction
...
Closes #6375
2016-10-02 02:34:23 -03:00
ariel-
03e21d2fad
Core/Spells: Implemented SPELL_ATTR6_NOT_RESET_SWING_IF_INSTANT.
...
Closes #1765
2016-10-02 00:24:47 -03:00
joschiwald
8024ae4d26
Core/Spells: use spellinfo helper methods
...
(cherry picked from commit 12a52595ed )
2016-10-02 00:25:21 +02:00
joschiwald
875844845f
Core/Player: fixed math error
...
(cherry picked from commit cc1e2fd452 )
2016-10-02 00:14:11 +02:00
SnapperRy
4147312d29
Script/Quest: fix text for creature Gelkak involved in quest Gyromast's Revenge.
...
Gelkak is supposed to say it, not The Threshwackonator 4100.
2016-10-01 22:43:43 +02:00
SnapperRy
d59f111cab
Core/Script: make creature Webbed Creature spawn creature Expedition Researcher when appropriate.
...
Also don't allow it to spawn a copy of itself.
2016-10-01 14:15:39 +02:00
SnapperRy
a5e05d0d0c
Misc/Config: fix an oversight.
...
Thanks tkrokli for noticing.
2016-09-30 16:17:24 +02:00
SnapperRy
2deea99cd7
Misc/Config: enable ChatFakeMessagePreventing by default, since it's a blizzlike feature.
2016-09-30 15:56:10 +02:00
SnapperRy
e9870fb1fc
Core/Config: allow to specify daily quest reset hour in config.
...
Also default it to 3:00AM, as that's when daily quests used to reset during WotLK.
2016-09-30 15:27:31 +02:00
SnapperRy
6d62f852ac
Core/Spell: set quest to rewarded instead of complete when targeted by SPELL_EFFECT_QUEST_COMPLETE. ( #18021 )
...
Prevents people from ending up with strange quests in their quest logs.
2016-09-30 13:17:04 +02:00
SnapperRy
f9ea646c82
Core/World: properly re-initialize daily quest reset time when resetting daily quests. ( #17986 )
...
Prevents daily quests from resetting at weird times when restarting the server after a player has completed a daily quest.
2016-09-30 13:16:37 +02:00
SnapperRy
1e2d55acf0
Core/Log: move an error to DEBUG level.
...
Prevents console spam in case of players canceling the cinematic at characters' first login.
2016-09-29 21:36:47 +02:00
Keader
05c2fa2e02
Core/Scripts: Fixed Gunship Mage cast interrupt
...
Closes : #14912
2016-09-27 00:23:58 +01:00
treeston
5e5fe37a7e
and you get a header, and everyone gets a header...
2016-09-27 01:17:40 +02:00
treeston
2528194cc1
.....hail PCH
2016-09-27 01:15:00 +02:00
treeston
dbe0789eba
...for real this time (seriously - what happened to test builds before merging, Aok?)
2016-09-27 01:11:51 +02:00
treeston
e121d66fbb
Fix nonPCH.
2016-09-27 01:10:39 +02:00
Treeston
ae163197a7
I think I got all of them this time
...
No idea how this one got past travis.
2016-09-27 01:05:07 +02:00
Aokromes
aeb20951bb
Update boss_hadronox.cpp
...
I hate travis, learn from buildbot
2016-09-27 01:01:08 +02:00
Aokromes
04ec868768
Update boss_hadronox.cpp
2016-09-27 00:30:21 +02:00
Treeston
4b990eb7d7
[3.3.5] Azjol-Nerub rewrite
...
* Scripts/AzjolNerub: Complete rewrite.
- Gatewatcher:
- Trash now actually engages properly one by one
- Fix trash spell casting
- Add missing quotes
- Hadronox:
- Everything. Literally.
- Anub'arak:
- Fix add spawns
- Fix impale
- OK this might as well be "fix everything with every boss". Because that's pretty much what happened.
- General hack cleanup
* Update and rename 9999_99_99_99_AZJOLNERUB.sql to 2016_09_25_01_world.sql
* Update and rename 2016_09_25_01_world.sql to 2016_09_25_02_world.sql
* Rename 2016_09_25_02_world.sql to 2016_09_26_02_world.sql
2016-09-26 12:49:32 +02:00
ariel-
6174091d76
Core/Scripts: Fix build
2016-09-25 14:25:13 -03:00
SnapperRy
31e495f44c
Script/Quest: Trail of Fire ( #17939 )
2016-09-25 19:14:50 +02:00
joschiwald
ec221c5500
Core/Auth: removed unneeded sub query
2016-09-25 18:06:01 +02:00
joschiwald
96316530d8
Core/Auth: fixed logic in FailedLogins check
2016-09-24 20:03:31 +02:00
tkrokli
cd6fcce84b
Core/Scripts: move #define to enum/boss emote to DB ( #17967 )
...
boss_lurker_below.cpp : remove deprecated #define entries
- remove hardcoded text, use creature_text/broadcast_text
- move #define value & text reference to enum section
- replace TextEmote() with Talk() pointing to DB entry
2016-09-24 19:20:12 +02:00
jackpoz
c4865fe63e
Scripts/ICC: Fix chest loot exploit
...
Fix an exploit at chest loot bosses Valithria and Deathbringer that allowed the first played to hit them to leave party at low hp % and loot the whole chest alone, without the party being able to loot anything.
2016-09-24 14:43:18 +02:00
SnapperRy
8c056f4cb9
Core/Gossip: improve gossips related to Dual Talent Specialization: ( #17921 )
...
- Correctly hide and show info gossip based on dual spec requirements.
- Show correct gossip after learning dual spec.
2016-09-24 04:06:07 +02:00
SnapperRy
275a53b34d
Script/Quest: improvements for Let Them Eat Crow. ( #17948 )
2016-09-24 04:04:34 +02:00
SnapperRy
3d075da504
Core/Creature: update health/mana/damage/armor when changing a creature's entry while keeping the original level.
...
Fixes an issue introduced in a6ef9d4 .
2016-09-24 03:50:20 +02:00
tkrokli
3ad76dea7b
Core/Scripts: move npc_lunaclaw_spirit to SAI
...
This PR moves the core script `npc_lunaclaw_spirit` to SAI, removing hardcoded text.
The quests 6001 + 6002 are druid class quests to get bear form, removed in patch 4.0.3a
Changes in this PR:
- remove core script, including hardcoded text (with typo)
- use gossip_menu_option for each faction (Alliance & Horde)
- add SAI script to complete quest 6001 or 6002 based on option
- add gossip option conditions for team A (469) or team H (67)
- add gossip option conditions for quest 6001/6002 not completed
2016-09-24 02:26:04 +02:00
SnapperRy
0d70a7349d
Script/Quest: The Exorcism of Colonel Jules:
...
- Summoned NPCs will no longer give experience on kill.
- Require quests Fel Spirits and Digging for Prayer Beads to be completed.
- Reduce number of Foul Purges spawned in a single wave (only two should spawn each time).
- Properly give quest credit when talking with Colonel Jules after the exorcism.
2016-09-24 01:32:20 +02:00
treeston
429700e614
Scripts/IcecrownCitadel: Fix an issue where Deathbringer Saurfang's exit door could get stuck in a closed state. Fixes and closes #15018 .
2016-09-22 15:22:54 +02:00
Keader
1f83412e4d
Core/Scripts: XT002 improvements in Hard Mode. Closes #17141 . (PR #17900 )
2016-09-22 03:18:43 +02:00
treeston
55ac0186cc
Movement/SplineChain: Fix a potential critical bug where resume info returned during an edge case could fail an assertion when used.
2016-09-22 02:57:07 +02:00
treeston
4deeee66bd
d3214a0 follow-up for code style.
2016-09-21 16:49:19 +02:00
treeston
d3214a0012
Movement/SplineChain: Streamline the script workflow for resume info a bit, provide static method that does all the ugly pointer casts for you. Also prevent a nullptr dereference crash if scripts mishandle motionmaster, and canonize Chain == nullptr to signify "no resume info".
2016-09-21 16:22:12 +02:00
treeston
820e843391
Map/InstanceMap: Ease up on a somewhat overzealous error message regarding instance saves.
2016-09-21 15:36:21 +02:00
treeston
3ec1b2f27e
Core/Movement: Fix a DB spline chain overload I missed in 2170541
2016-09-21 01:29:48 +02:00
Treeston
7860da0de6
Code style follow-up, I blame Notepad++.
2016-09-20 20:28:59 +02:00
treeston
2170541a51
Core/Unit: Standardize SetFacingTo and SetFacingToObject behavior while moving. Both now fail while moving unless arg2 bool is true.
...
Movement/SplineChain: Bump value range for DB chainId up to uint16 (0 to 65535) from uint8 (0 to 255). Turns out sniffs generate far more chains than I expected.
2016-09-20 20:19:15 +02:00
treeston
3298a5f65d
5952752 follow-up: Member declaration now matches order of usage.
2016-09-20 14:25:48 +02:00
treeston
59527521e6
Instance/Naxxramas: Loatheb no longer instantly murders you. Five spam casts of Doom tend to do that to raids.
2016-09-20 14:13:42 +02:00
treeston
4a1a460241
PCH build fix. Again.
...
(( Alright, you made me waste 20 minutes of my life on a full nonPCH rebuild of the core now. ))
(( I hope you're happy. ))
2016-09-20 13:23:21 +02:00
treeston
4fa646c0b2
Core/Movement: Add a convenience default ctor to SplineChainResumeInfo, and fix PCH build in some configurations (zzz why do we even keep Appveyor and Travis around).
2016-09-20 12:45:11 +02:00
treeston
20f483967f
Merge remote-tracking branch 'Treeston/3.3.5-splinechains' into 3.3.5 (PR #17946 )
2016-09-20 12:02:25 +02:00
treeston
6d00d3f283
Core/Movement: Add new SplineChainMovementGenerator that allows accurate replication of sniffed waypoints in static sequences, along with DB facilities that allow loading of waypoints from DB.
2016-09-20 00:37:36 +02:00
tkrokli
a475033c76
Core/Scripts: simplified npc_pet_trainer gossip script
...
This is what the script changes should have been in PR #17746
(also updates issue #14719 with a correct solution).
- remove OnGossipHello() to use DB conditions
- replace OnGossipSelect() with sGossipSelect()
- focus script on the confirming gossip option
- let the other gossip menus be handled in DB
2016-09-17 05:20:40 +02:00