Commit Graph

28924 Commits

Author SHA1 Message Date
ariel-
87f25be0aa Core/Spells: build fixes 2016-08-01 03:54:30 -03:00
ariel-
79b3fa5862 Core/Auras: Implemented SPELL_AURA_MOD_SPELL_COOLDOWN_BY_HASTE, SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE, SPELL_AURA_MOD_COOLDOWN_BY_HASTE_REGEN and SPELL_AURA_MOD_GLOBAL_COOLDOWN_BY_HASTE_REGEN
(cherry picked from commit 6c71c8694f)

Conflicts:
	src/server/game/Spells/Auras/SpellAuraDefines.h
	src/server/game/Spells/Auras/SpellAuraEffects.cpp
	src/server/game/Spells/SpellHistory.cpp
2016-08-01 03:54:29 -03:00
ariel-
0c51829cc4 Core/Auras: Implemented aura 321 SPELL_AURA_MOD_NO_ACTIONS
(cherry picked from commit 55d5cd37df)
2016-08-01 03:54:28 -03:00
Aokromes
8db3b69fc7 Fix typo 2016-08-01 07:31:15 +02:00
Aokromes
00d91e4cf8 Fix sql
By Malcrom.
2016-08-01 07:27:07 +02:00
Aokromes
49773c530b DB/Gameobject: Fix one startup error
By Malcrom
2016-08-01 07:06:04 +02:00
Aokromes
0aad7fedf7 Merge branch '4.3.4' of https://gitlab.com/trinitycore/TrinityCore_434 into 4.3.4 2016-08-01 06:44:57 +02:00
Aokromes
1db20f3170 DB/Misc: Fix some startup errors
By Malcrom
2016-08-01 06:44:12 +02:00
ariel-
7c58e4cc08 Core/GameObject: misc type mismatch
(cherry picked from commit 4baa7f443a)
2016-08-01 01:29:58 -03:00
ariel-
a0ce33c209 Core/Scripts: Compile fix 2016-08-01 01:27:23 -03:00
ariel-
30d4f70533 Core/Entities: debloat SummonGameObject parameter list using proper wrappers and enable GO rotation in scripts
- There's still an overload allowing for x, y, z, o to be passed directly
- Fixed default animstate for GameObject creation in many places, it should be 255, not 100 (checked in sniffs)

(cherry picked from commit 62bfee37cb)

Conflicts:
	src/server/game/Entities/GameObject/GameObject.cpp
	src/server/game/Entities/Object/Object.cpp
	src/server/game/Spells/SpellEffects.cpp
	src/server/scripts/Commands/cs_gobject.cpp
	src/server/scripts/EasternKingdoms/ZulAman/zulaman.cpp
	src/server/scripts/Kalimdor/zone_feralas.cpp
2016-08-01 01:23:47 -03:00
Aokromes
8ff67eb6ac DB/Gameobject: Fix another startup error 2016-08-01 01:17:03 +02:00
Aokromes
ee374a6e2a DB/Misc: Silence some startup erros
This will be removed when disables support disable loot
By Malcrom
2016-08-01 00:56:34 +02:00
Aokromes
18f58dcc56 DB/Item: Make deck of trades spell more offilike
By Malcrom
2016-08-01 00:15:37 +02:00
Aokromes
df8f3239fb DB/Misc: Add missing items 2016-08-01 00:11:08 +02:00
Aokromes
c903b8a115 DB/Spell: Fix some startup errors
By Malcrom
2016-07-31 23:59:23 +02:00
Aokromes
ebc834763c Typo fix
By Malcrom
2016-07-31 22:49:09 +02:00
Aokromes
3bbeabb05b DB/Item: Fix Deck of Trades
By Malcrom
2016-07-31 22:47:23 +02:00
Aokromes
e198ceaeda DB/Gameobject: Add more missing loots
By Malcrom.
2016-07-31 21:01:00 +02:00
Aokromes
b3a4c17ed7 DB/Gameobject: Fix some gameobjects loot 2016-07-31 19:59:05 +02:00
Aokromes
7b99b6e74b DB/Item: Add some missing items to remove startup errors 2016-07-31 19:58:33 +02:00
Aokromes
4abc9cd588 DB/Gameobject: Kill 3 startup errors
By Malcrom
2016-07-31 19:13:21 +02:00
Aokromes
870c0d67bb DB/Loot: Halls of Origination -- All Loot Fixed
By Girip Dragos, closes #27
2016-07-31 19:00:43 +02:00
Aokromes
2371b877da DB/Gameobject: Add more missing loot
By malcrom
2016-07-31 14:54:23 +02:00
Tomatoes
806ef935b8 Core/Ticket System: Ticket comment visual output bug
* Commenting on a ticket no longer sends the GM's name to the ticket handler for assignment
* Closes #16091
* Closes #17686

Signed-off-by: Naios <naios-dev@live.de>
2016-07-31 02:07:48 +02:00
Aokromes
96b5299a89 DB/Gameobject: Add missing loot for a lot of gameobjects
By Malcrom
2016-07-30 18:41:15 +02:00
Aokromes
1e1c0dfc0a DB/Gameobject: Fix startup errors
By Malcrom
2016-07-30 17:15:27 +02:00
Aokromes
fff2117fd0 DB/Misc: Fix startup errors 2016-07-30 16:22:36 +02:00
Aokromes
2aba2e1330 Compile fix 2016-07-30 16:01:15 +02:00
Aokromes
033aec9f40 Typo fix
Previous commit by Malcrom.
2016-07-30 15:56:45 +02:00
Aokromes
1bcd1a93d0 DB/Gameobject: Add missing loot for a lot of gameobjects 2016-07-30 15:52:54 +02:00
Aokromes
b51adac24c Core/GameObjects: Gameobject rotation (from cmangos/mangos-wotlk@2bcbc0f)
cmangos/mangos-wotlk@0fe88f3: [11531] Normalize gameobject's quaternion, thanks to zergtmn for pointing
cmangos/mangos-wotlk@060dfb7: [11667] Implement transport path rotation
cmangos/mangos-wotlk@565f52c: [11806] A bit gameobject code refactoring
cmangos/mangos-wotlk@6874951: [11807] Add gameobject_addon table
2016-07-30 15:51:23 +02:00
Aokromes
b29d998044 ddf 2016-07-30 12:26:05 +02:00
ariel-
d21eb7542a Core/Spell: fix one logic fail when calculating level penalty
(http://wow.gamepedia.com/index.php?title=Spell_power&oldid=1751770#Spells_learned_before_level_20)
2016-07-30 12:19:04 +02:00
Aokromes
6070d95b70 Update PackageList.txt 2016-07-30 12:18:51 +02:00
tkrokli
e0e4510e38 Core/Scripts: zone_silithus.cpp cleanup
By tkrokli
2016-07-30 12:18:34 +02:00
ariel-
5a86f8a085 Dep/gSOAP: Update gSOAP to 2.8.33 2016-07-30 12:14:33 +02:00
ariel-
bca0ecc831 Dep/gSOAP: Remove pointless diff not valid after d42c048818 2016-07-30 12:14:24 +02:00
Nyeriah
9f79672beb Scripts/Karazhan: Register Midnight's summons
* Solves issue with bosses not despawning after encounter
2016-07-30 12:14:09 +02:00
Nyeriah
804f4468ea Scripts/Karazhan: Fix a warning 2016-07-30 12:14:01 +02:00
Nyeriah
e9613e6659 Scripts/Karazhan: Rework Attumen the Huntsman's script
Change log:
- Timers are more accurate
- Corrected Charge ability ID based on 6.x researches
- Added Midnight's missing emotes
- Fixed issue with instance being stuck in combat in case of wipes
- Solved the rare scenario where Attumen would be summoned multiple times
- Visual spell on 3rd phase transition added
- Attumen and Midnight can now be damaged during 3rd phase transition
- Midnight calls for the aid of every horse still alive in the stables
- Use proper spells to summon Attumen and handle transitions
- Now despawns on evade
Video of encounter after changes: https://www.youtube.com/watch?v=KX0rqaBeSzw
2016-07-30 12:13:48 +02:00
Aokromes
4bc52061e6 Core/Quests: Delete all quest bound items on quest reward, failure or abandoning
By runningnak3d
2016-07-30 12:13:01 +02:00
ariel-
21b19bd179 Core/GameObjects: fix typo 2016-07-30 12:05:41 +02:00
Nyeriah
fd1a0cd4f0 Core/Player: Actually close tickets when characters are deleted
* Solves issue with tickets being open indefinitely if characters are deleted while tickets are still open
2016-07-30 12:05:27 +02:00
Aokromes
e30845b587 Core/Updater: Clarify log 2016-07-30 12:04:58 +02:00
Aokromes
0eb75fb06f greee 2016-07-30 01:54:34 +02:00
Aokromes
e95ccc5fdf Another typo fix. 2016-07-30 01:53:48 +02:00
Aokromes
15c93b24fe typo fix 2016-07-30 01:52:26 +02:00
Aokromes
be1aaf69de DB/Gameobject: Add loot for some gameobjects
By Malcrom
2016-07-30 01:49:01 +02:00
Aokromes
fdf594d718 DB/Gameobject: Add loot for some gameobjects
By Malcrom
2016-07-30 00:37:10 +02:00