Commit Graph

50 Commits

Author SHA1 Message Date
hondacrx d552c65668 Misc Fixes 2017-10-25 17:07:28 -04:00
hondacrx f560eb5276 Refactor and improve vendor items 2017-10-09 16:55:06 -04:00
hondacrx cc5263099c compute aura diminishing return info at startup and cache it
some changes in default proc generation. Fix an issue of stealth breaking with positive and/or healing spells
2017-10-04 18:13:04 -04:00
hondacrx 7bd260c2df compute aura diminishing return info at startup and cache it 2017-10-04 15:07:46 -04:00
hondacrx e45c13a8dc Misc Fixes 2017-10-04 12:32:33 -04:00
hondacrx 911e039571 Fix an edge case issue where creatures would re-acquire target after respawn if they despawned while spell focusing. 2017-10-04 12:31:43 -04:00
hondacrx df2ff63283 show DIALOG_STATUS_AVAILABLE instead of DIALOG_STATUS_REWARD for non-repeatable autocomplete quests. 2017-10-04 12:31:02 -04:00
hondacrx 780899e1d1 Sync QuestFlags with WPP 2017-09-20 00:28:57 -04:00
hondacrx 1b9bf99d8c Fixed weather updates to be thread safe 2017-09-20 00:27:47 -04:00
hondacrx bd1252b3c2 Implement ItemLevelSelector.db2
Implemented glowing new items in inventory
2017-09-20 00:26:09 -04:00
hondacrx 36a74cf873 Misc fixes 2017-09-06 12:00:21 -04:00
hondacrx 443c00bd28 Fixed Spirit of Redemption
Removed old Spirit of Redemption code
Removed unexplainable duration limit from SpellInfo::GetMaxTicks
2017-09-01 10:59:28 -04:00
hondacrx 6421672adc cache SpellSpecific and AuraState information instead of computing them each time they're needed 2017-09-01 10:40:48 -04:00
hondacrx 0707f9b377 Fixed appearance validation
Implemented proper facial hair validation
Implemented transmog Set
fix interaction of spells like Shadowmeld with Threat reducing effects
2017-08-24 18:01:44 -04:00
hondacrx d28edcd2fc Renamed "movementInfo" to "Status" in movement packets 2017-08-17 14:11:00 -04:00
hondacrx 8d113d506d Implement a general way to store selection data for gossip and fix trainer exploit 2017-08-15 10:42:52 -04:00
hondacrx 000aa1d993 Defined SPELL_AURA_PREVENT_INTERRUPT and SPELL_AURA_PREVENT_CORPSE_RELEASE 2017-08-15 10:42:35 -04:00
hondacrx 9a039f35a2 Implementation of QAston proc system 2017-08-14 08:12:31 -04:00
hondacrx 6e7c77a174 Fixes crash in BattleGrounds. 2017-08-13 11:10:18 -04:00
hondacrx b494d51816 Misc Fixes 2017-08-07 16:15:20 -04:00
hondacrx 473cea0f06 Implemented Basic Creature Scaling
Trainer followup
Misc Fixes
2017-07-31 14:18:07 -04:00
hondacrx 0aa7df2f53 Rewrite trainer handling to properly support multiple trainers on the same creature 2017-07-27 17:29:22 -04:00
hondacrx cbf11e07ae Misc cleanups 2017-07-22 10:56:15 -04:00
hondacrx 65802889c4 Fixed QuestObjective order and change name of QuestGiverQuestList -> QuestGiverQuestListMessage 2017-07-10 11:22:17 -04:00
hondacrx c0cfdb66df Cleanup and fix CreatureGroup 2017-07-10 11:20:34 -04:00
hondacrx 23e9a60d6d Not needed cast 2017-07-08 23:30:21 -04:00
hondacrx bdc66501d8 Fixes error with null map when unloading transports 2017-07-08 23:29:09 -04:00
hondacrx 9b4549874a Fixes combatlog of none melee spells 2017-07-06 16:51:17 -04:00
hondacrx af8fe06edf Fixed disconnect when clearing dynamic fields 2017-07-06 13:44:24 -04:00
hondacrx 671fd99dfc Fixes orientation getting set to 0 2017-07-06 11:04:27 -04:00
hondacrx 5dcf685258 Fixes pet loading. 2017-07-06 11:03:57 -04:00
hondacrx 1b47104167 Fixed server sending dynamic values of 0. 2017-07-06 11:02:52 -04:00
hondacrx 210a2958ff Let ServerPacket Handle the writting of packet data. 2017-07-06 11:01:31 -04:00
hondacrx 04b6e624ab Cleanup WorldObject 2017-07-05 12:12:14 -04:00
hondacrx 50297a11bc Fixed Unknown pet names.
Fixed Pet's not having a valid position.
2017-07-05 12:11:54 -04:00
hondacrx 4cd1efe35c Fixes fishing bobbers not being usable 2017-07-05 12:09:47 -04:00
hondacrx 595d43de16 Fixes pet action bar loading wrong data. 2017-07-05 12:08:44 -04:00
hondacrx 9412ef6be1 Fixed "Continue" button in quest ui being always clickable even if quest is not completed 2017-07-03 23:50:40 -04:00
hondacrx 06f203082f Fixed selecting quest package rewards 2017-07-02 12:00:48 -04:00
hondacrx 0022923079 TrinityCore: Fixed crash in Player::RewardQuest for scenarios and lfg 2017-07-02 11:56:19 -04:00
hondacrx 9f1ded7797 Misc Fixes 2017-07-02 00:48:40 -04:00
hondacrx 8b78fc7361 Changed Quaternion to use floats 2017-07-02 00:48:05 -04:00
hondacrx b4a77d16c1 Fixed quest tracking and who knows what else. 2017-06-30 22:16:10 -04:00
hondacrx fabf19c27f Fix selling items showing up on character panel. 2017-06-30 20:27:06 -04:00
hondacrx 58aac94c93 Fix crash if quest doesnt have any objectives 2017-06-28 23:54:16 -04:00
hondacrx 1713c12684 Added GroupAIFlags Based on TrinityCore 2017-06-26 14:39:14 -04:00
hondacrx bfe5de0cfb More Cleanup from Code Analysis 2017-06-24 18:41:58 -04:00
hondacrx d538acc979 Fixed some errors from analyzer 2017-06-22 17:02:27 -04:00
hondacrx 430507a10a Renamed PickRandom to SelectRandom 2017-06-21 11:57:04 -04:00
hondacrx 6e265ea24b initial commit 2017-06-19 17:30:18 -04:00