Commit Graph

21112 Commits

Author SHA1 Message Date
Shauren
da0ba86694 Core/MMaps: Implemented a way to enable/disable certain terrain types for movement on the entire map 2023-10-16 11:57:24 +02:00
Naddley
3e71d793b4 Scripts/Mardum: Implement Quest: "Set Them Free" (#29369) 2023-10-16 00:56:17 +02:00
Meji
71bac3bc2d Core/Achievements: Fix CriteriaTypes related to GameEvents (#29368) 2023-10-15 21:26:28 +02:00
Meji
10b06ff50f Core/Achievements: Fix CriteriaTypes related to areas and zones (#29367) 2023-10-15 16:42:17 +02:00
Shauren
0f7dd4eadf Core/Auras: Implemented SPELL_ATTR7_DISABLE_AURA_WHILE_DEAD (suppress aura applications while dead without removing the aura) 2023-10-15 13:52:11 +02:00
Shauren
dc661a34b1 Core/Auras: Registering a new owned aura will now search existing owned auras instead of applied auras to check for unstackable one
Closes #22234
2023-10-14 16:55:12 +02:00
funjoker
17c69368a3 Dep/Boost: Drop windows boost hacks (#29358) 2023-10-13 21:10:01 +02:00
Meji
9f68215bb6 Core/Misc: Use DB2Manager::IsInArea for area-related criterias and conditions (#29359) 2023-10-13 21:09:02 +02:00
ModoX
9223f0cfb4 Scripts/TrialOfValor: Implemented Guarm (#29264) 2023-10-13 02:22:04 +02:00
ModoX
2406400811 Core/AreaTrigger: Fixed a bug where polygon shaped areatriggers decreased in height for selection depending on at lifetime 2023-10-13 01:48:37 +02:00
Jeremy
32af4bf8fa Core/Battlegrounds: Rework Eye of the Storm (#29351) 2023-10-12 22:52:43 +02:00
Marek Madejski
35d6afcb63 Misc/Config: Fixed comment for CharacterCreating.EvokersPerRealm and CharacterCreating.MinLevelForEvoker (#29361) 2023-10-11 20:39:44 +02:00
Shauren
ab2b5f6858 Core/PacketIO: Fixed structure of SMSG_ITEM_PUSH_RESULT 2023-10-09 18:36:14 +02:00
Naddley
99220af493 Scripts/Mardum: Implement Quest: "Eye On the Prize" (#29352) 2023-10-09 01:11:25 +02:00
Jeremy
52102a6395 Core/Objects: Added GameObject type parameter to FindGameObjectOptions (#29356) 2023-10-08 19:59:21 +02:00
Shauren
d2baaac9ec Core/Chat: Corrected chat channel flag implementations 2023-10-07 18:29:53 +02:00
Shauren
0ce96adb7a Core/Objects: Treat areas that have ParentAreaID filled but dont have IsSubzone flag as zones instead of areas 2023-10-06 20:22:14 +02:00
Shauren
e161874695 Core/Realms: Replaced hardcoded realm category list with Cfg_Categories.db2 2023-10-05 23:57:25 +02:00
Naddley
7719feb762 Core/DB2: Add Mardum map to be split by faction (#29353) 2023-10-05 23:14:02 +02:00
Jeremy
0aa61e9341 Core/GameObject: Update spawn conditions when new ControlZone event is triggered (#29349) 2023-10-04 12:50:44 +02:00
Jeremy
b7c945b3b6 Core/Achievements: Fix mistake in loading criteria with start events (#29348) 2023-10-04 00:12:23 +02:00
Jeremy
f96f041c3e Core/GameObject: Implement ControlZone gameobject type (#29320) 2023-10-03 15:55:24 +02:00
Naddley
4537b37738 Scripts/Mardum: Implement Quest "Enter the Illidari: Coilskar" (#29345) 2023-10-02 18:52:34 +02:00
Shauren
9c0bfc7c8c Core/AreaTriggers: Add missing null checks for serverside areatriggers
Closes #29346
2023-10-02 00:48:09 +02:00
Shauren
c676d14772 Core/AreaTriggers: Implement missing functionality
* Scale curves are now taken into account when searching for units inside
* Implemented SpellModOp::Radius for areatrigger radius
* Implemented OverrideMoveCurve updatefields - overrides areatrigger position
* Implemented FacingCurve and AREATRIGGER_FLAG_HAS_ABSOLUTE_ORIENTATION
* Implemented ***Target fields for all shape types
* Fixed facing calculation for areatriggers with spline movement
2023-10-01 18:56:35 +02:00
Rochet2
2037749ddd Core/Misc: Fix log format string (#29343) 2023-09-30 17:46:17 +02:00
Keramat Jokar
5b4b1892b4 Core/Players: Implement mastery and versatility in character_stats (#29342) 2023-09-30 16:41:03 +02:00
Shauren
2de255bc17 Core/GameObjects: Implemented data22 for chests (allow opening while immune) 2023-09-30 16:31:01 +02:00
Shauren
e883b61094 Core/Spells: Implemented NoImmunity spell effect attribute 2023-09-29 21:16:50 +02:00
Shauren
58a5d485f8 Core/Units: Implemented UNIT_FLAG2_INTERACT_WHILE_HOSTILE 2023-09-28 14:57:25 +02:00
Shauren
69317c2594 Core/Spells: Defined and implemented more spell effect attributes - AlwaysAoeLineOfSight, IsHarmful, PlayersOnly, EnforceLineOfSightToChainTargets 2023-09-28 00:45:31 +02:00
Shauren
abeb62a18f Core/Misc: Fixed copypaste mistake in error log 2023-09-27 18:38:36 +02:00
Shauren
112e60003f Core/Creatures: Allow UNIT_FLAG2_INTERACT_WHILE_HOSTILE to be set in database 2023-09-27 14:41:27 +02:00
lineagedr
618ee510d6 Core/Spells: Fix logic error in HandlePetCancelAuraOpcode (#29337) 2023-09-25 16:05:06 +02:00
Shauren
41a20b1e40 Core/Achievements: Fixed achievement criteria StartEvent and FailEvent
* Criteria using StartEvent cannot be updated without that event triggering first (not only for timed achievements)
* Implemented most StartEvent and FailEvent types
* Fixed saving criteria removed by RemoveCriteriaProgress
2023-09-25 00:53:56 +02:00
Seyden
e1f345756b Core/Auras: Implement SPELL_ATTR13_PERIODIC_REFRESH_EXTENDS_DURATION (#29197) 2023-09-24 13:23:31 +02:00
Shauren
77429d679a Core/Spells: Removed unneccessary checks from skill spell effects 2023-09-24 12:25:44 +02:00
Shauren
43567f5a5f Core/Commands: Fixed accessing empty optional in .modify faction command 2023-09-24 12:24:39 +02:00
Shauren
4362a8c3f6 Core/Quests: Fixed optional quest objectives incorrectly changing quest state when they change completion state 2023-09-24 01:12:13 +02:00
Shauren
68b6d81d4c Core/Skills: Fixed updating riding skill value when learning riding spells automatically 2023-09-23 20:01:27 +02:00
Meji
ae1dd8caf0 Core/Players: Fixed learning riding spells (#29326) 2023-09-23 19:58:44 +02:00
ModoX
122622827f Scripts/Mardum: Fix build 2023-09-23 01:06:16 +02:00
Naddley
7c4f175d3a Scripts/Mardum: Implement Quest "Enter the Illidari: Ashtongue" (#29324) 2023-09-23 00:50:09 +02:00
Aqua Deus
5bb1f08c07 Scripts/Draenor: Implement quest 34422 (Blaze of Glory) (#29304) 2023-09-23 00:15:50 +02:00
Shauren
6d907da00e Core/Achievements: Send both SMSG_ACCOUNT_CRITERIA_UPDATE and SMSG_CRITERIA_UPDATE if the same criteria is used by account and character achievements 2023-09-21 19:07:33 +02:00
Meji
0d9dd75fe2 Core/Quests: Fix questgiver status for trivial and future quests (#29328) 2023-09-19 21:37:14 +02:00
Shauren
47fc3cb852 Core/Instances: Kill instance_encounters table, it is no longer neccessary 2023-09-19 10:59:04 +02:00
Shauren
cf79cfa1b2 Core/Instances: Removed deprecated field from InstanceScript (here too) 2023-09-19 00:23:55 +02:00
Shauren
1e29c0066e Core/Instances: Removed deprecated field from InstanceScript 2023-09-19 00:18:50 +02:00
Shauren
4bf4ee57ff Scripts/Nexus: Removed old code to get team in instance 2023-09-18 22:39:12 +02:00