jackpoz
6df3f795ba
Core/Aura: Replace assert with logged error for invalid AuraRemoveMode
...
Fix AuraScript::Remove() triggering an assert with default parameter and log an error when Aura is removed with invalid mode AURA_REMOVE_NONE instead of triggering an assert deep down in the call tree.
Fix https://github.com/TrinityCore/TrinityCore/issues/714 , triggered by spell 50240 "Evasive Maneuvers" script
(cherry picked from commit 9ea93eae33 )
2015-01-17 17:46:22 +01:00
joschiwald
36e50ff8ae
Core/Opcodes: sync with wpp
2015-01-17 03:55:29 +01:00
Unholychick
0eb025512d
Scripts/Spells: Update several Death Knight spell scripts
...
New Scripts:
Army Transform
Festering Strike
Glyph of Death's Embrace
Glyph of Foul Menagerie
Glyph of Runic Power
Glyph of the Geist
Glyph of the Skeleton
Periodic Taunt
Soul Reaper
Unholy Blight
Updated to 6.x:
Anti-Magic Shell
Blood Boil
Death and Decay
Death Coil
Death Pact
Death Strike
Icebound Fortitude
Raise Dead
Vampiric Blood
Will of the Necropolis
Deprecated and removed Scripts:
spell_dk_anti_magic_shell_raid
spell_dk_anti_magic_shell_self
spell_dk_anti_magic_zone
spell_dk_blood_gorged
spell_dk_butchery
spell_dk_death_strike_enabler
spell_dk_improved_blood_presence
spell_dk_improved_frost_presence
spell_dk_improved_unholy_presence
spell_dk_necrotic_strike
spell_dk_pestilence
spell_dk_presence
spell_dk_rune_tap_party
spell_dk_scent_of_blood
spell_dk_scourge_strike
Closes #13759
2015-01-12 23:49:19 +00:00
joschiwald
e34b2ae663
Core/Spells: fixed Shatter crit chance modifier
2015-01-11 12:39:33 +01:00
Shauren
faa583c784
Core/Maps: Updated map difficulties
2015-01-10 01:35:47 +01:00
Shocker
e99411e405
Core/Spells: Implement HasAttribute() helper for SpellInfo for easier readability
2015-01-05 23:49:43 +02:00
Shocker
77bf34e8d5
Core/Spells: Define some new spell aura types
2015-01-05 18:17:29 +02:00
joschiwald
a4afd80479
Core/Packets: updated some channel moderation packets
...
- synch opcodes with wpp
2015-01-02 02:20:40 +01:00
Shauren
ccc293931d
Core/PacketIO: Removed SMSG_DESTROY_OBJECT from opcodes enum
2015-01-01 20:38:19 +01:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
joschiwald
9ecc578cb1
Core/Scripts: multiple changes
...
- fixed non pch build
- fixed some warnings
- fixed some coverity issues
- some random things here and there
2014-12-29 01:00:16 +01:00
Shauren
3c3b42362f
Core/DataStores: Added DB2Manager
...
* Moved DB2 helpers to new class
* Moved hotfix data to hotfixes database and core management functions to DB2Manager class
* Updated HotfixNotifyBlob packet
2014-12-26 01:38:40 +01:00
Shauren
9eb70940bd
Core/DataStores: Moved broadcast_text handling to DB2Storage
2014-12-25 22:20:16 +01:00
joschiwald
6c6e4d4328
Core/Packets: moved chat packet building function to packet builder class
2014-12-23 00:06:36 +01:00
Shauren
6dbb516b65
Core/Items: Refactored ItemTemplate
2014-12-21 13:35:43 +01:00
Shauren
9f0051c4e5
Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells
2014-12-19 23:52:29 +01:00
Shauren
5f133e3e4d
Core/Spells: Implemented varying damage for spells with no base value
2014-12-19 18:55:09 +01:00
Shauren
dc5a73da57
Core/Auras: Fixed a possible crash in proc triggering
2014-12-14 16:12:10 +01:00
Intel
4825832c85
Merge branch '6.x' into Spells
...
Conflicts:
src/server/game/DataStores/DBCStores.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Server/Protocol/Opcodes.cpp
src/server/scripts/Spells/spell_druid.cpp
2014-12-07 23:20:52 +02:00
joschiwald
b68b6417f6
Core: fixed few coverity issues and warnings
2014-12-07 01:24:00 +01:00
Rat
63cbfd867d
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-04 19:24:09 +01:00
Rat
08f486bfcf
Core/Spells: some updates to player spell and talent learning
2014-12-04 19:23:35 +01:00
Intel
e3fb937fdd
Core/Packets: Added SMSG_SPELLNONMELEEDAMAGELOG
2014-12-02 00:55:29 +02:00
Rat
b91ac01bc7
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-01 21:09:23 +01:00
Intel
e65590fa69
Core/Packets: Added SMSG_MOVE_TELEPORT, SMSG_MOVE_UPDATE_TELEPORT, CMSG_MOVE_TELEPORT_ACK packets
2014-11-30 23:35:12 +02:00
Shauren
70e0e1fb5b
Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird models
...
Closes #13648
2014-11-30 19:09:26 +01:00
Rat
96bc2ce242
Core/Spells: fixed some crashes
2014-11-30 19:01:33 +01:00
Intel
dc8a7812ec
Core/Packets: Fixed player movement speed change packets
2014-11-30 16:25:47 +02:00
Intel
a00307ac36
Core/Packets: Updated some of the movement flag opcodes
2014-11-30 01:38:27 +02:00
Rat
eda9094226
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-11-29 14:52:53 +01:00
Nayd
a1d4c9f9dc
Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
...
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493
Fixes #13493
Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
2014-11-26 02:12:38 +00:00
Rat
2144d6c851
Core/Spells: core now builds without scripts project, still not stable
2014-11-24 18:57:49 +01:00
Rat
926a37a305
Core/Spells: more code updates...
2014-11-22 17:18:16 +01:00
Shauren
4764c3ea77
Core/Util: Fixed "value" name in Optional struct to follow code style
2014-11-20 01:17:45 +01:00
joschiwald
abff9de719
Core/Packets: updated EquipmentSet save packets
2014-11-19 21:09:30 +01:00
Intel
b86bf40f61
Core/Packets: Added the following packets:
...
CMSG_QUESTGIVER_STATUS_MULTIPLE_QUERY
SMSG_QUESTGIVER_STATUS_MULTIPLE
CMSG_QUESTGIVER_STATUS_QUERY
SMSG_QUESTGIVER_STATUS
SMSG_AI_REACTION
SMSG_ATTACKERSTATEUPDATE
SMSG_ATTACKSTART
SMSG_ATTACKSTOP
SMSG_THREAT_UPDATE
SMSG_HIGHEST_THREAT_UPDATE
SMSG_SET_PROFICIENCY
2014-11-19 20:18:14 +02:00
Intel
73a7d7c053
Core/Packets: Added SMSG_MONSTER_MOVE and split common packet structures
2014-11-19 20:18:02 +02:00
Rat
e9f9719af2
Core/Spells: spell system updates (no-compile-version_2)
2014-11-17 20:38:56 +01:00
Intel
dbb102e647
Core/Packets: Added most of the chat packets
2014-11-17 20:49:15 +02:00
joschiwald
da37723b5f
Core/Packets: updated SMSG_INITIALIZE_FACTIONS and added struct for SMSG_CHANNEL_LIST
2014-11-17 18:21:41 +01:00
Intel
218f14f84b
Core/Packets: Added some chat message packets
2014-11-17 00:08:38 +02:00
Intel
b08b54c8bb
Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler
2014-11-14 01:55:29 +00:00
joschiwald
620f23d9dc
Core/World: hold deleted characters in character store
2014-11-12 19:16:14 +01:00
Intel
43d5fb5eae
Core/DataStores: Updating spells dbc part 2
2014-11-10 02:51:55 +02:00
Intel
f847f55385
Core/DataStores: Updating spells dbc part 1
2014-11-09 23:53:48 +02:00
Intel
d666e77ae8
Core/DataStores: More converted dbcs
2014-11-09 01:27:59 +02:00
Intel
4e684f74a8
Core/DataStores: Updated DungeonEncounter.dbc, DurabilityCosts.dbc, DurabilityQuality.dbc, EmotesEntry.dbc, EmotesText.dbc, Faction.dbc, FactionTemplate.dbc structs
2014-11-08 19:26:20 +02:00
Intel
7b287bdf38
Core/DataStores: Updated ChrClassesXPowerTypes.dbc, CinematicSequences.dbc, CreatureDisplayInfo.dbc, CreatureDisplayInfoExtra.dbc structs
2014-11-08 15:10:14 +02:00
Shauren
2a22db2388
Core/PacketIO: Updated SMSG_UPDATE_OBJECT
2014-11-02 14:56:16 +01:00
DDuarte
07a640de0d
Core: Fix warnings, mostly wrong printf formatters
2014-10-27 21:56:44 +00:00