Commit Graph

165 Commits

Author SHA1 Message Date
hondacrx daf0a5c0ab Core/Spells: Fix some errors with ApplySpellMod. 2018-06-15 12:38:19 -04:00
hondacrx 2fa79e0855 Core/Phases: Fixes errors in phases. 2018-06-15 12:36:55 -04:00
hondacrx 7aa494d5dd Core/Errors: Stop using System.Diagnostics.Contracts, Its just closing the server without error or warning. We now log the error and then throw a exception 2018-06-15 12:34:56 -04:00
hondacrx 2d2a9eac16 Core/Player: Fixed cooldowns of DK Runes. 2018-06-09 12:02:06 -04:00
hondacrx 2c3479c6e2 Core/Refactor: Part 4 2018-05-27 15:40:06 -04:00
hondacrx f7e557ab71 Core: Misc fixes 2018-05-26 13:09:46 -04:00
hondacrx 4c11bda5ed Core/WorldObject: Changed the way we store values 2018-05-23 18:24:27 -04:00
hondacrx dbd62e5c6f Core/DB: Some DB improvements 2018-05-22 11:05:16 -04:00
hondacrx 0be2dc08e2 Core/Misc: Misc Fixes 2018-05-22 00:43:21 -04:00
hondacrx 5dacd669b5 Core/Refactor: Part 3 2018-05-16 19:57:48 -04:00
hondacrx 7d4c0b7634 Core/Misc: Misc cleanups and changing of fields 2018-05-13 20:26:05 -04:00
hondacrx 6224c4f6be Core/Misc: Misc fixes 2018-05-08 15:36:57 -04:00
hondacrx f26f7a4348 Core/Misc: Fixed rotation of many gameobjects summoned in garrison and various scripts 2018-05-08 15:36:23 -04:00
hondacrx 9b40067017 Core/Refactor: Part 2 2018-05-07 22:07:35 -04:00
hondacrx 216db1c23a Core/Refactor: Part 1 2018-05-07 18:56:09 -04:00
hondacrx b2c1554065 Core/Refactor: Fix alot of Possible loss of fraction warnings 2018-05-07 17:34:41 -04:00
hondacrx d84fe44a81 Core/Misc: Misc fixes 2018-05-06 15:29:39 -04:00
hondacrx 9007c45357 Core/Spell: kill old charge restoring system. Mods are fully handled by proc system now. 2018-04-29 19:44:10 -04:00
hondacrx 9c33d9c20e Core/Units: Implemented versatility 2018-04-29 19:40:29 -04:00
hondacrx 3d6c47336c Core/Items: HasItemCount and DestroyItemCount now count bank bags 2018-04-28 11:48:44 -04:00
hondacrx aac1d9c6fb Core/Auras: Implemented new spell_area flag to allow skipping applying aura automatically when quest status changes 2018-04-28 11:40:00 -04:00
hondacrx fc237004f2 Core/Items: Add loot scaling support 2018-04-28 11:38:00 -04:00
hondacrx 1106aa3659 Core/Quests: Ported quest greeting locales
Core/Misc: Misc fixes
2018-04-27 15:09:38 -04:00
hondacrx e88d23ff50 Core/Spells: Fix display for Shaman totems 2018-04-24 17:57:30 -04:00
hondacrx c2b882eb45 Core/Guild: Implemented guild master dethrone 2018-04-22 16:42:26 -04:00
hondacrx 23726927ea Core/Entities: Change Armor Penetration 2018-04-22 16:01:51 -04:00
hondacrx f36bb5767a Core/Guild: Handle changing the leader in one db transaction 2018-04-22 16:00:48 -04:00
hondacrx ef05e1f113 Core/Items: Implemented ItemLimitCategoryCondition.db2 2018-04-18 19:43:29 -04:00
hondacrx 973f6bbdba Core/Gossip: Implemented new gossip option type GOSSIP_OPTION_TRANSMOGRIFIER 2018-04-17 17:13:10 -04:00
hondacrx ba4a509758 Core/DataStores: Implemented RewardPackXCurrencyType.db2 2018-04-16 14:14:37 -04:00
hondacrx acc4967871 Core/Items: Fixed weapon enchant illusions 2018-04-14 14:15:41 -04:00
hondacrx 7015f1efba Core/Creatures: Update Scaling to 7.3.5 2018-04-12 18:25:19 -04:00
hondacrx 04539f0bd2 Core/Player: Fix equipment set GUID handling
Core/Items: Fixed saving and equipping sets with empty slots
2018-04-12 10:08:38 -04:00
hondacrx ce9815d557 Core/GameObjects: Set GO_FLAG_MAP_OBJECT for gameobjects that use a WMO model 2018-04-12 10:00:08 -04:00
hondacrx 097ee01d19 Core/GameObjects: Implement getting proper area in GAMEOBJECT_TYPE_PHASEABLE_MO 2018-04-08 18:56:44 -04:00
hondacrx da61c920b7 Core/Auras: implement Aura 379 (SPELL_AURA_MOD_MANA_REGEN_PCT) 2018-04-08 18:55:25 -04:00
hondacrx c69c715cc0 Core/Spells: Implemented personal summons 2018-04-08 18:50:05 -04:00
hondacrx b06140607b Core/Commands: Allow GMs to enter water while .gm fly is on 2018-04-06 14:12:32 -04:00
hondacrx 933dea7b5b Core/Spells: Fixed persistent area auras always spawning with no phase 2018-04-02 12:07:37 -04:00
hondacrx 7167cfaf86 Core/Maps: Implemented getting area id from gameobject spawns 2018-03-28 18:05:54 -04:00
hondacrx 541fc72731 Core/Players: Fixed learning talents available for multiple specs but in different row/column 2018-03-28 11:10:03 -04:00
hondacrx fa35d60f60 Core/Entities: Phasing rewrite 2018-03-28 11:09:30 -04:00
hondacrx caa3cfed24 Core/Misc: Misc fixes 2018-03-21 23:43:28 -04:00
hondacrx 961ec5aa3a Core/Creatures: Minor HasSpell method cleanup 2018-03-21 23:40:42 -04:00
hondacrx 193f138600 Core/Misc: Fixed log spam from artifact enchantments 2018-03-21 23:40:15 -04:00
hondacrx 0570f2aa3b Core/Movement: Fixed transport teleports on the same map (and teleporting on transports too) 2018-03-18 20:13:53 -04:00
hondacrx 5fa0556edf Core/Player: Recast lost by death item obtain spells of any items held in the inventory when resurrecting 2018-03-18 12:36:04 -04:00
hondacrx 95eb49f5de Core/Vehicles: make vehicles immune to Cyclone 2018-03-18 12:28:00 -04:00
hondacrx 4d8391a7fd Core/Spell: added some helpers to SpellInfo to reduce code duplication 2018-03-18 12:27:19 -04:00
hondacrx 2ca6b95029 Core/Items: Fixed problem where item dependent auras are not properly updated 2018-03-18 12:18:00 -04:00