Commit Graph

492 Commits

Author SHA1 Message Date
hondacrx 289f7a735a Core/Items: Implemented AzeriteItem
Port From (https://github.com/TrinityCore/TrinityCore/commit/ab6ae44b638136665e2ae6c6a434ad7426621c39)
2019-11-13 19:13:33 -05:00
hondacrx 64be1a1603 Core/PacketIO: Implement SMSG_GUILD_EVENT_AWAY_CHANGE
Port From (https://github.com/TrinityCore/TrinityCore/commit/cdb27ff3020f40c2a9a104a7ebba5c5c19452afc)
2019-11-10 16:15:11 -05:00
hondacrx 797504611e Fixes loading of db2 with LocalizedStrings 2019-11-07 18:17:34 -05:00
hondacrx f6606dfd48 fix gameobject nodes, they did not despawn after you mined them. 2019-11-07 14:35:21 -05:00
hondacrx c35c32270b Little cleanup 2019-11-07 14:32:35 -05:00
hondacrx 191e2c7a67 Core/RaF: Remove level granting (new RaF doesn't support this)
Port From (https://github.com/TrinityCore/TrinityCore/commit/9ea577da136f970e327029480cbe9928c18033dc)
2019-11-03 16:55:24 -05:00
hondacrx 8b3c04bc15 Core/Currency: Implement currency to reputation conversion
Port From (https://github.com/TrinityCore/TrinityCore/commit/12e17a586ef9d594e21c642c02d3a94a4b56d4ed)
2019-11-03 16:50:04 -05:00
hondacrx 9415511208 Misc fixes 2019-11-01 17:19:20 -04:00
hondacrx e2f75b5f54 Core/PacketIO: Fixed quest log updatefield packet structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/eda48550f227c7144810db6ac7bb9116090bdfd1)
2019-11-01 17:18:31 -04:00
hondacrx 1e88cf0872 Updated README.md 2019-10-29 13:39:42 -04:00
hondacrx cfb4b6de2d Core/Misc: Updated a bunch of enums to 8.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/528dd88e593ec5984177bcb0c8ede49ab796c930)
2019-10-29 13:15:47 -04:00
hondacrx e95115dc94 Core/DataStores: Updated db2 structures to 8.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/3ac790287aba5f7d7c3bccf79e608de9119e461a)
2019-10-29 13:09:23 -04:00
hondacrx c6e53b2ba7 Core/PacketIO: Update opcodes and packet structures to 8.2.5
Port From (https://github.com/TrinityCore/TrinityCore/commit/ee2e49429f4383732b4e0f39b493470b9c1dd10c)
2019-10-28 14:33:43 -04:00
hondacrx 1e2ce61e5c Core/PacketIO: Fixed writing dynamic updatefield mask when size is exactly 32
Port From (https://github.com/TrinityCore/TrinityCore/commit/d3bf53772b47924f43553e169ba3c121307c55c8)
2019-10-24 16:45:53 -04:00
hondacrx 1061de00d4 Core/PacketIO: Fixed areatrigger curve updatefields structure
Port From (https://github.com/TrinityCore/TrinityCore/commit/0c3e69d5f57cccead08b4ebe3767050f9e1687f5)
2019-10-24 16:41:03 -04:00
hondacrx c4ecfc9f02 Core/Spells: Delete ancient bg mark code from create item spell effect
Port From (https://github.com/TrinityCore/TrinityCore/commit/38d04775dbd960d8e6fbfcd1d605be30cb425f08)
2019-10-24 16:36:02 -04:00
hondacrx 570aebce26 More refactoring of code. 2019-09-23 21:41:13 -04:00
hondacrx 9e49c24eb8 Core/AuctionHouse: Fixes collection was modified errror. Also fixes mail not having the right subject. 2019-09-21 12:12:30 -04:00
hondacrx 35c06c09fd Some refactoring of code. and some cleanups 2019-09-21 12:11:16 -04:00
hondacrx 7c405230cc Misc bug fixes 2019-09-11 23:42:27 -04:00
hondacrx 3a3ba9ac2a Core/Entities: Fix transport guid format to match client expectations
Port From (https://github.com/TrinityCore/TrinityCore/commit/e0a0dbe41c5ed0db078d0897d54f3cd8f75abc99)
2019-09-08 12:48:39 -04:00
hondacrx 5b67e2f539 Core/Movement: Implemented movement forces
Port From (https://github.com/TrinityCore/TrinityCore/commit/8e98ceb2936842ea0032cbfdc04a510d6b1e5de0)
2019-09-08 12:48:10 -04:00
hondacrx 981e1e04c1 Core/SmartScripts: implement SMART_ACTION_PLAY_SPELL_VISUAL_KIT
Port From (https://github.com/TrinityCore/TrinityCore/commit/7d999b70a1640b5dbe3042f59463814f13cdc834)
2019-09-05 12:01:18 -04:00
hondacrx 588d7135b2 Core/Spells: Fixed crash in delayed DEST spells
Port From (https://github.com/TrinityCore/TrinityCore/commit/fa0dc88c23a9d9dc95dd9e444e8f240d91ca241a)
2019-09-04 13:34:24 -04:00
hondacrx eaadad3774 Core/SAI: Implement new action to set movement speed
Port From (https://github.com/TrinityCore/TrinityCore/commit/5dd6d31c01dcc48f3d286196808ca0f6de9eaf04)
2019-09-04 13:32:16 -04:00
hondacrx b3bcfd1a8f Core/Spells: Fixed calling spellhit script hooks on launch when spell hits both caster and target with different effects
Port From (https://github.com/TrinityCore/TrinityCore/commit/04ab611111824c7709582637660d01eb117fe9fc)
2019-09-04 13:22:38 -04:00
hondacrx 0877e73ff2 Core/Spells: Implement SpellMisc.LaunchDelay
Port From (https://github.com/TrinityCore/TrinityCore/commit/c924840ce7fa7289fe73fb15b0f022bc74618ee1)
2019-09-04 13:13:59 -04:00
hondacrx 7066a959f1 Misc fixes 2019-09-03 23:57:34 -04:00
hondacrx 4128cc8516 Core/Quests: Implement new logic for selecting spell casters for accept/reward spells based on quest flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/7d2cbd4e7cec5737c742437e126ddb745d65f6a9)
2019-09-03 23:57:18 -04:00
hondacrx 42d9ed78ee Core/DataStores: Implemented WorldStateExpression
Port From (https://github.com/TrinityCore/TrinityCore/commit/548d79bb06cfba3517347070dfe606748dda55ab)
2019-09-03 23:44:24 -04:00
hondacrx 995e04b80d Core/Auras: unregister AuraEffect from target list before changing amount, forces recalculation at stack change
Port From (https://github.com/TrinityCore/TrinityCore/commit/f51a493dc87c4002aeea84b39679e7dbe379aca5)
2019-09-03 16:03:03 -04:00
hondacrx fff95df0e8 Core/Aura: fix SPELL_AURA_MOD_TOTAL_STAT_PERCENTAGE unapply case for dead players
Port From (https://github.com/TrinityCore/TrinityCore/commit/99a95c924181b1beab8cc8eb873eaade08f64a6c)
2019-09-03 15:58:27 -04:00
hondacrx a0fbf8e172 Core/Spells: Fixed some enchantments checks and fixed serious logic flaw in create item effect check
Port From (https://github.com/TrinityCore/TrinityCore/commit/a0a6b155e2699b9772fc16e749e2ba4fa4f43737)
2019-09-03 15:55:56 -04:00
hondacrx ca20365855 Core/Creature: restore previous behavior of random gender on respawn
Port From (https://github.com/TrinityCore/TrinityCore/commit/c0b5e074c47bd8722b76e582336278bc55aa9320)
2019-09-03 15:50:08 -04:00
hondacrx 493335c4db Fix build 2019-09-03 15:48:16 -04:00
hondacrx 028db75c67 Core/Auras: tidy up one little hack
Port From (https://github.com/TrinityCore/TrinityCore/commit/9d16dce63365502b45561ce972178a780272b146)
2019-09-03 15:44:48 -04:00
hondacrx 43a94b4897 Core/Creature: Load template immunities into m_spellImmune container.
Port From (https://github.com/TrinityCore/TrinityCore/commit/f4205b760eecce436af204d973f7876db8948407)
2019-09-01 11:05:57 -04:00
hondacrx 6080afea5b Core/Creature: remove some redundant code
Port From (https://github.com/TrinityCore/TrinityCore/commit/fe2602b772a0ce6017f5fa4398a9b1ba06e2f2f6)
2019-09-01 11:01:31 -04:00
hondacrx b2c63392c5 Core/Auras: implement correct model for Bear Form (used by npcs)
Port From (https://github.com/TrinityCore/TrinityCore/commit/6b150b6e55c60ddc8e5da823c335a804d48e8efc)
2019-09-01 10:59:08 -04:00
hondacrx 73c422eedd Core/Creature: don't override display id if addon tables load a morph aura
Port From (https://github.com/TrinityCore/TrinityCore/commit/5f2790815a7eadd0e1781488a4d4442f1dc08228)
2019-09-01 10:58:29 -04:00
hondacrx f281d5f121 Core/Auras: Implement Roc form shapeshift
Port From (https://github.com/TrinityCore/TrinityCore/commit/40a9055a5fe994dd0b79ebb099e29dbc1d517b0b)
2019-09-01 10:56:41 -04:00
hondacrx 95a80cf51e Core/Creatures: disabled "automatic" monster sparring
Port From (https://github.com/TrinityCore/TrinityCore/commit/27b5d1834850a1e7c64cb03200cdf7610d354730)
2019-09-01 10:55:39 -04:00
hondacrx 74a1025f41 Core/SmartAI: Allow scripting GameObjects by spawn id too
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ab07ae4e18731cfbffed4787a6db2f10fde7933)
2019-09-01 10:53:09 -04:00
hondacrx 4f66987965 Core/Creature: redo some logical checks in _IsTargetAcceptable
Port From (https://github.com/TrinityCore/TrinityCore/commit/3d52ba93fc59070ef0a8c3411440ad979399c954)
2019-09-01 10:52:52 -04:00
hondacrx 17107956c3 Core/Spell: disable proc for magnet auras, they're handled differently
Port From (https://github.com/TrinityCore/TrinityCore/commit/a098405a737016fe9212d9542857ed52da4b42b7)
2019-09-01 10:44:08 -04:00
hondacrx 87d30caa49 Ensure that all actions are compared to fixed point in time (ie. world update start)
Port From (https://github.com/TrinityCore/TrinityCore/commit/60663d1374beef3103f4787152654034fa4a8897)
2019-09-01 10:37:14 -04:00
hondacrx dccded6a96 Core/GameObject: regenerate GO loot if respawn time passed since last loot generation time and not all items were taken
Port From (https://github.com/TrinityCore/TrinityCore/commit/98180ecdc179386270e93b80c0db8344b659557f)
2019-08-31 15:36:17 -04:00
hondacrx 674f38e912 Corrected calculation for SPELL_AURA_PERIODIC_DAMAGE_PERCENT
Port From (https://github.com/TrinityCore/TrinityCore/commit/6cd254d83b51d25551536122ea0217df447b2cf3)
2019-08-31 15:31:09 -04:00
hondacrx 86808ec9a5 Remove auras interrupted by falling when we fall to the ground or water
Port From (https://github.com/TrinityCore/TrinityCore/commit/825719c25ca82ee94af85d1a7f2e99ce7ef5c9df)
2019-08-31 15:29:15 -04:00
hondacrx 07c46b3964 Core/Misc: always output client cache version on loading
Port From (https://github.com/TrinityCore/TrinityCore/commit/9e840d05c45f0ee818d7676316b20561ddf790a9)
2019-08-31 15:27:22 -04:00