Commit Graph

3638 Commits

Author SHA1 Message Date
Shauren
1c7d25238b Warning fix 2015-01-17 17:58:49 +01:00
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
Kinzcool
b21c346658 Core/Misc: Implemented leveling/killing experience loading from gtOCTLevelExperience.dbc
* Updated the xp formula to Warlords of Draenor
2015-01-16 21:46:00 -05:00
projectcoredevs
e9187b5c55 Core/Packet: Update some AH, BM and banker opcodes
Closes #13923
2015-01-16 23:16:33 +00:00
Shauren
469b836114 Core/Auras: Fixed saving all aura effect values to database 2015-01-16 23:32:41 +01:00
cemak
44b2e52021 Core/Loot: Implement CMSG_LOOT_MONEY, CMSG_LOOT_RELEASE, SMSG_COIN_REMOVED, SMSG_LOOT_MONEY_NOTIFY 2015-01-16 19:33:21 +02:00
Intel
dc9ce43c45 Core/Loot: Implemented SMSG_LOOT_RESPONSE, SMSG_LOOT_REMOVED, CMSG_AUTOSTORE_LOOT_ITEM
AoE looting is work in progress.
2015-01-15 22:37:10 +02:00
Mogadischu
c2722959a9 Core/PacketIO: Updated corpse related packet structures 2015-01-15 02:25:19 +01:00
Shauren
062efd94dd Build/GCC: Compile fix (works with PCH, NOPCH not tested) 2015-01-14 18:49:45 +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
Shauren
3519f14b23 Core/Player: Fixed character creation, for real this time 2015-01-12 23:37:59 +01:00
Shauren
aff40d741e Core/Quests: Send completed quest data on login 2015-01-12 23:16:14 +01:00
Shauren
590693eb91 Core/Groups&Players: Fixed saving/loading after difficulty changes 2015-01-12 20:33:50 +01:00
Nayd
a7b4922528 DB/Schema: Boost stats in player_levelstats from tinyint to smallint
Needed to accommodate base stats higher than 255

Ref #13823
2015-01-11 19:35:24 +00:00
joschiwald
e34b2ae663 Core/Spells: fixed Shatter crit chance modifier 2015-01-11 12:39:33 +01:00
Shauren
2dfd1594cd Core/Players: Fixed loading and saving skill data PK violations 2015-01-10 20:59:08 +01:00
projectcoredevs
039cf60d11 Core/Packet: Update structure for SMSG_ITEM_TIME_UPDATE
Closes #13855
2015-01-10 05:14:39 +00: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
AriDEV
f227cdeab7 Server/PacketIO: Enable SMSG_TRIGGER_CINEMATIC & SMSG_TRIGGER_MOVIE.
* Update SMSG_TRIGGER_CINEMATIC & SMSG_TRIGGER_MOVIE to new Format.

Signed-off-by: AriDEV <aridev666@gmail.com>
2015-01-04 09:16:02 +01:00
Intel
530d062fc3 Core/Spells: Fixed loading of initial action bar. Closes #13827
Also updated functions to use proper naming and fixed compile warning
2015-01-02 23:51:28 +02:00
Intel
47b0d408a5 Core/Quests: Fixed missing string in QuestGiverOfferReward 2015-01-02 22:27:52 +02:00
Shauren
97f7ca3154 Core/PacketIO: Fixed duration field order in SMSG_AURA_UPDATE 2015-01-02 15:15:59 +01:00
joschiwald
3e9d7e83eb Merge pull request #13809 from AriDEV/6.x
Server/PacketIO: Currency Updates
2015-01-02 03:46:32 +01:00
AriDEV
895e50be7a Server/PacketIO: Currency Updates
* Update SMSG_SET_CURRENCY & SMSG_SETUP_CURRENCY Packets.
* Update of Database Structure and SQLStatements for Currencies.

Signed-off-by: AriDEV <aridev666@gmail.com>
2015-01-02 03:05:58 +01: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
Rat
1f8f8fc5a5 Core/Objects: fixed single destroy object 2015-01-01 17:53:08 +01:00
Goatform
c005e8d29d Core: updated refer a friend enum
updated refer a friend enums for 6.0.3
2015-01-01 00:48:53 +01:00
Vincent-Michael
ab90f74486 Update copyright note for 2015
Happy new year
2015-01-01 00:28:09 +01:00
joschiwald
45187b036f Core/Packets: rename packet structs to match client names 2014-12-30 00:39:51 +01:00
Intel
8be25ce908 Core/Quests: Added SMSG_QUESTGIVER_REQUEST_ITEMS 2014-12-29 22:36:02 +02:00
Intel
0a7caf5a6d Core/Quests: Do not rely on StorageIndex for quest objectives
Also fixed unsigned columns in quest_template
2014-12-29 20:58:49 +02:00
Vincent-Michael
ddb0b1acda Core: Remove White spaces 2014-12-29 16:55:49 +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
Intel
21360bb50c Core/Quests: Implemented SMSG_QUESTGIVER_QUEST_DETAILS Packet Structure 2014-12-29 01:20:17 +02:00
Intel
ce8102cf8d Core/Quests: Fixed index typos and added some missing data to quest query packet 2014-12-28 23:33:26 +02:00
jackpoz
f09217ec04 Core/GameObjects: Fix crash if GameObject cannot be created
Close #13798
2014-12-28 22:29:01 +01:00
Intel
a782515246 Core/Quests: Updated Quest System to new Format
All quest requirements are now in quest_objectives table
quest_template table contains _ONLY_ WDB data and must not be modified
Currently supported objectives are MONSTER, GAMEOBJECT, ITEM, TALKTO, CURRENCY, REPUTATION, MONEY, PLAYERKILLS, AREATRIGGER
2014-12-28 22:55:53 +02:00
pete318
fe3772df74 Core: NPC Interaction change for unfriendly reputation.
For units with unfriendly reputation, check using the normal reaction function, instead of reading faction directly.

This allows specific buffs that alter creature reaction to work on the player, this allowing players to complete quests.

Closes #13629

(cherry picked from commit 17f6dcb762)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
2014-12-28 19:04:20 +00:00
Heihachi
62b2ccca13 Core/Player: Fix Restes/RaF exp on the exp bar and from kills
Final Time :'(

(cherry picked from commit 2d000a42e9)
2014-12-28 15:58:11 +00:00
Gacko
8d2e230419 ItemTemplate: Fix warning about missing cases. 2014-12-27 11:58:10 +01:00
AriDEV
ae681a96cc Server/Currency: Implement Apexis Crystals 2014-12-27 01:55:27 +00: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
Nayd
4b7c1d5e45 Core/Items: Fix signed/unsigned mismatch warnings 2014-12-25 20:52:53 +00:00
Shauren
c57171041b Core/Items: Added item level caps 2014-12-24 12:07:06 +01:00
Shauren
3eee1d9730 Core/Players: Fixed melee damage 2014-12-23 22:15:30 +01:00