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
Shauren
5ddf50bdee
Core/Auras: Fixed removing auras triggered by aurastates
...
Closes #17868
(cherry picked from commit f94e6cee38 )
2016-11-15 05:43:30 +01:00
Aokromes
688942feec
Missing part
2016-11-11 01:42:48 +01:00
Aokromes
a7d378689d
Core/Auth: Resolved authentication bypass
2016-11-10 23:53:49 +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
ariel-
03c3279395
Core/Gameobject: remove immune flags from trigger used to cast GO spells
...
Spells were failing flags check in Unit::_IsValidAttackTarget
Closes #18206
2016-11-10 23:42:29 +01:00
Aokromes
8a4bda8c9f
Core/Spell: apply SPELLFAMILY_GENERIC mods to all spells by default
2016-11-05 02:29:56 +01:00
Richard
b66a4f8dcb
[3.3.5] Core/Loot: Fix conditional Master Loot ( #17943 )
...
* Core/Loot: Fix master looting of conditional items
follow_loot_rules was a flag intended to force certain quest items to be
master looted. It should not be used for the
NonQuestNonFFAConditionalLoot.
The flag was originally introduced in 869ea349
"Core/Loot: fix the way quest items are handled. so far ive only found 3
quest items that should be able to be masterlooted. added a new flag to
item_template.flagsCustom to allow for making a quest item always follow
loot rules. a bonus may be the fix of the handlelootmasteropcode crash!"
* Core/Loot: Rename QuestItem to NotNormalItem
QuestItem struct was being used for quest items, ffa items, and
conditional items. Renaming it to avoid confusion when working with ffa
and conditional items
* Core/Loot: Use existing AddAllowedLooter rather than reaching into allowedGUIDs directly
* Core/Loot: Rename NotNormalItem to NotNormalLootItem
2016-11-04 12:26:09 +01:00
treeston
c91f195554
Core/Creature: Correctly reset pathfinding capability on respawn. Prevents evade chains on some bosses. Closes #18188 .
2016-11-03 16:14:09 +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
Aokromes
0fe4e3e73e
Core/Misc: Fix dynamic build
2016-11-02 09:06:57 +01:00
Aokromes
94ca5c157a
Core/Gameobject: Build fix
2016-11-02 07:26:46 +01:00
Aokromes
c9dd490372
Core/Misc: copy&paste enrrage is bad
2016-11-02 06:28:28 +01:00
Aokromes
cdccb459bd
Core/Gameobject: Revert bad delete
2016-11-02 06:21:20 +01:00
Aokromes
8b5acac9fa
Core/Misc: Trow some consts and nullptr
2016-11-02 06:15:49 +01:00
Aokromes
bf67979789
Core/Misc: missing part
2016-11-02 05:53:50 +01:00
Aokromes
6d49df2635
Core/GameObject: added possibilty for gameobjects to contain money loot
2016-11-02 05:47:52 +01:00
Aokromes
de6b2eeca1
Revert "Core/Unit: send original caster in heal packet log"
...
This reverts commit 7290ff87e7 .
2016-11-02 04:44:36 +01:00
Aokromes
1659ea03cf
Core/GameObject: spawn linked traps at gameobject creation instead of…
...
… using DB spawns.
2016-11-02 04:01:09 +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
ariel-
1ec9685547
Core/Auras: fix elixir aura saving
2016-11-02 03:48:24 +01:00
Shauren
a618a6b121
Core/Transports: Fixed crash added in b88cecb656
2016-11-02 03:47:20 +01:00
Shauren
bf19fe3e26
Core/Transports: Added extra transport position update just when it stops moving
...
Closes #17952
2016-11-02 03:46:52 +01:00
Aokromes
fa05752893
Core/Quest: Only delete all quest bound items from inventory on turn …
...
…in if the quest is not repeatable
2016-11-02 03:46:16 +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
Aokromes
065b6fdc2c
Core/GameObjects: Handle despawning and respawning of nearby linked t…
...
…raps on gameobject despawn and respawn
2016-11-02 03:27:25 +01:00
Shauren
93fd8f2511
Core/GameObjects: Fixed Frozen Trap target selection
...
Closes #14238
Closes #17517
2016-11-02 03:23:23 +01:00
Aokromes
5157c87198
Core/Spell: fix range for Ancestral Healing (shaman) and Grace (priest)
2016-11-02 03:22:59 +01:00
ariel-
b70a713311
Core/SpellMgr: fix Abolish Disease/Poison targets
...
Spells were failing due to "out of range"
2016-11-02 03:18:07 +01:00
Aokromes
7290ff87e7
Core/Unit: send original caster in heal packet log
2016-11-02 03:16:18 +01:00
SnapperRy
477ba4e439
Core/SAI: reset event phase when calling SMART_ACTION_CALL_SCRIPT_RESET.
...
Now it really does what it says on the tin.
2016-11-02 03:14:26 +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
ariel-
b6f3457458
Core/Auras: only apply shapeshift aura passives when changing forms
...
Closes #14845
Closes #17617
2016-11-02 03:12:38 +01:00
ariel-
4e61ff8c9c
Core/Unit: consistency fix
2016-11-02 03:12:25 +01:00
ariel-
469870a141
Core/Player: cleanup single target auras on spec switch
...
Closes #806
2016-11-02 03:12:09 +01:00
SnapperRy
25caefdf4c
Core/Script: Messenger Torvus.
2016-11-02 03:04:06 +01:00
ariel-
7a0647ec46
Core/Unit: fix warning reported by VS2015
...
C4146: unary minus operator applied to unsigned type, result still unsigned
2016-11-02 03:01:30 +01:00
Aokromes
6e191748ab
Core/Conditions: merge CONDITION_SOURCE_TYPE_QUEST_SHOW_MARK with CONDITION_SOURCE_TYPE_QUEST_ACCEPT
2016-11-02 03:01:05 +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
ariel-
c0ef2ba55c
Core/Unit: fix logic error in DamageInfo::ModifyDamage.
...
Previous code did not protect against m_damage underflow, rather only allow up to duplicate damage.
It now should work as intended.
Closes #18154
2016-11-02 02:56:40 +01:00
Aokromes
0be1e9c4d5
Core/SpellMgr: overwrite DBC RangeEntry for Safeguard
2016-11-02 02:54:50 +01:00
SnapperRy
fe4da7ede8
Core/SAI: remove wrong DB errors.
...
It is normal to have events applicable only to certain instance difficulties.
Closes #18082 .
2016-11-02 02:50:57 +01:00
ariel-
00b7cabd80
Core/Globals: abort server startup if there are wrong factions in DB
...
Closes #18127
2016-11-02 02:46:39 +01:00
Aokromes
f88d3935fc
Core/Unit: fix chain cc's not being diminished properly
2016-11-02 02:45:27 +01:00
Aokromes
1f1defedc0
Core/Chat: Fix crash when creating a new character
...
By ariel-
2016-10-27 18:25:50 +02:00
Aokromes
e4ab140b71
Make travis happy.
2016-10-24 20:02:31 +02:00
Aokromes
59053a099b
Compile fix
2016-10-24 19:28:03 +02:00
Aokromes
6edf08c764
revert this
2016-10-24 19:21:49 +02:00