Commit Graph
100 Commits
Author SHA1 Message Date
ModoX 6b96facee3 Core/AI: Remove default arguments for inter-script communication 2024-12-29 00:17:07 +01:00
ModoX 309ba22a15 Core/AI: Implemented conversation ai (#30538) 2024-12-28 23:25:10 +01:00
ModoX 92efc2523b Core/Objects: Allow more specific checks to include or exclude feign death units in CreatureWithOptionsInObjectRangeCheck::IsAlive check (#30361)
* this also extends SMART_TARGET_CLOSEST_CREATURE dead param
2024-12-22 12:59:57 +01:00
ModoX e588477791 Core/Object: Fixed interaction dynamic flags assignment for GAMEOBJECT_TYPE_SPELLCASTER gameobjects
Closes #30533
2024-12-22 00:14:59 +01:00
ModoX d89a6f1c21 DB/Locales: Added 11.0.7.58162 locales 2024-12-21 23:52:28 +01:00
ModoX 035b01fb7b DB/Creature: Added 11.0.7.58162 base creature_difficulty wdb data 2024-12-21 02:24:11 +01:00
ModoX 88e6a213cb DB/Template: Added 11.0.7.58162 wdb data + broadcast_text 2024-12-21 02:23:39 +01:00
ModoX 858a434460 DB/Hotfixes: Added some missed broadcast_text entries 2024-11-16 22:05:24 +01:00
ModoX 61e61a98e6 DB/Misc: Dropped accidently pushed wip file 2024-11-16 16:54:40 +01:00
ModoX 1aed107974 DB/Quest: Added 11.0.5.57534 quest poi data 2024-11-16 16:51:24 +01:00
ModoX 4eecf2f994 DB/Creature: Added 11.0.5.57534 base creature_difficulty wdb data 2024-11-16 16:51:08 +01:00
ModoX 51c6c458c7 DB/Locales: Added 11.0.5.57534 locales 2024-11-16 16:50:34 +01:00
ModoX 1547605455 DB/Template: Added 11.0.5.57534 wdb data + broadcast_text 2024-11-16 16:50:10 +01:00
ModoX 6dab3791ae Scripts/Spells: Implemented Demon Hunter Vengeful Bonds
Closes #30345
2024-10-24 23:51:57 +02:00
ModoX af16011726 Scripts/Orgrimmar: Fix nopch 2024-10-22 04:07:13 +02:00
ModoX 86fcdab2b4 DB/AreaTrigger: Added missing comments to spawned areatriggers 2024-10-22 03:56:15 +02:00
ModoX ecb5539292 DB/Scripts: Remove some script assignments to not existing scripts 2024-10-18 11:53:10 +02:00
ModoX 05feefe787 Scripts/ShrineOfTheStorm: Added missing register 2024-10-18 11:52:12 +02:00
ModoX cf967a9d1b DB/Creature: Added ImmunePC/NPC to feign deathed creatures without aura 2024-10-18 11:44:04 +02:00
ModoX 72d952db74 Core/Creature: Remove UNIT_FLAG3_FAKE_DEAD and UNIT_FLAG2_FEIGN_DEATH if no unit_flags are set
* d66f2dcdac followup
2024-10-18 11:20:37 +02:00
ModoX a6d84ec9a2 DB/Creature: Remove FeignDeath and FakeDead unit flags from existing creatures and templates
* it was previously automatically removed by core, we had to allow it for TWW recently
* wpp is already taking care of removing the flags
2024-10-17 01:29:38 +02:00
ModoXandShauren 222a80a6d6 Core/Movement: Implemented cyclic waypoint movement (#29923)
Co-authored-by: Shauren <[email protected]>
2024-10-07 20:29:02 +02:00
ModoX 86f0337d64 DB/Misc: Fix copy paste fail 2024-10-07 16:49:19 +02:00
ModoX d3985a0460 Misc: Fix revision_data for recent TDB release 2024-09-24 01:17:03 +02:00
ModoX 35b8868763 Core/Object: Added max height change param to MovePosition 2024-09-21 05:34:10 +02:00
ModoX e1eeca994a DB/WorldStates: Added worldstate to enable BfA mythic dungeons 2024-09-20 02:47:32 +02:00
ModoX aa6ec35195 DB/WorldSafeLocs: Fixed facing for BfA dungeon entrance/exits (should use degrees instead of radians) 2024-09-09 20:24:45 +02:00
ModoX 256b5eb097 DB/Creature: Added creature_template_difficulty wdb data for open world, nhc dungeons, hc dungeons in 11.0.2.56421 2024-09-03 01:42:06 +02:00
ModoX 1594778ab4 DB/Template: Added creature, quest wdb, broadcast_text data for 11.0.2.56421 2024-09-03 01:41:32 +02:00
ModoX d66f2dcdac Core/Creature: Added additional checks when setting feign death in db 2024-08-31 19:43:18 +02:00
ModoX 1b4c324fe1 Core/Unit: Allow UNIT_FLAG2_FEIGN_DEATH and UNIT_FLAG3_FAKE_DEAD setting in db
* seems to become quite common in 11.x to be used w/o auras; example being Kirin Tor Conjuror 212718
2024-08-31 19:13:43 +02:00
ModoX 29cb225e33 DB/Templates: Added initial 11.0.2 wdb & broadcast_text brutes 2024-08-16 20:18:49 +02:00
ModoX fa3faaaed3 Scripts/AtalDazar: Fix possible crashes 2024-08-03 01:24:16 +02:00
ModoX c3f1424d70 Scripts/AtalDazar: Fix possible crashes 2024-08-03 01:20:55 +02:00
ModoX 51872d50ff Core/Movement: Made fixed ChaseAngle optional and added possibility to ignore setting walk/run depending on target (#30101) 2024-08-02 22:46:29 +02:00
ModoX cf75b99378 DB/Creature: Added bruteforced creature_template_difficulty data
* drops all wdb only rows to utilize fallback difficulties properly
2024-07-25 01:54:08 +02:00
ModoX 18d0294493 DB/Templates: Added latest 10.2.7 brutes 2024-07-25 01:32:01 +02:00
ModoX c5c31c7c1e Scripts/WanderingIsle: Added missing spell_summon_amberleaf_troublemaker script
* adf49c6f13 followup
2024-07-11 10:11:51 +02:00
ModoX f077b8608c Core/Maps: Implemented BoundaryIntersectionBoundary 2024-06-30 02:01:58 +02:00
ModoX 53204130c6 Core/Object: Added possibility to override sourceLocation for SendPlayOrphanSpellVisual 2024-06-15 00:48:07 +02:00
ModoX d54ee7a280 Scripts/StormsongValley-ish: Added scripts for old god forces for Kul Tiran unlock questline in Port Fogtide Part 1 / K'thir (#30000) 2024-06-04 00:53:18 +02:00
ModoX d82bfe463a DB/Disables: Disabled Darnassian and Gilneas Refugee phase 2024-06-04 00:48:12 +02:00
ModoX 3aae692ec3 Core/Disables: Added DISABLE_TYPE_PHASE_AREA (#29997) 2024-06-04 00:44:47 +02:00
ModoX 7cc9846223 DB/Drustvar: Added Bound Sky spawns
* part of Kul Tiran unlock questline
2024-05-30 13:44:16 +02:00
ModoX 4c249a7529 DB/Drustvar: Added Chelsea Wright Ore and dog stuff
* part of Kul Tiran unlock questline
2024-05-30 02:42:16 +02:00
ModoX ccefa42eb9 DB/Drustvar: Added FX Stalker Pretty Plant and Lumber in Ulfars Den
* part of Kul Tiran unlock questline
2024-05-26 20:25:30 +02:00
ModoX b54d6ec558 DB/Drustvar: Added FX Stalker Dread Vessel in Ulfars Den
* part of Kul Tiran unlock questline
2024-05-26 20:25:30 +02:00
ModoX b64ea58db5 DB/Drustvar: Added Ancient Seedling and Haunted Lumber in Ulfars Den
* part of Kul Tiran unlock questline
2024-05-26 20:25:30 +02:00
ModoX f364c478e9 DB/Drustvar: Added FX Stalker in Ulfars Den
* part of Kul Tiran unlock questline
2024-05-26 20:25:30 +02:00
ModoX bf08977d39 DB/Drustvar: Added Ulfar before Ritual in Ulfars Den
* part of Kul Tiran unlock questline
2024-05-26 20:25:29 +02:00
ModoX e394e69fc8 DB/Drustvar: Added Ulfar in Ulfars Den 2024-05-26 20:25:29 +02:00
ModoX 133a4093e8 DB/Drustvar: Added Arthur Tradewind Cat Form in Gol Koval
* part of Kul Tiran unlock questline
2024-05-26 20:25:29 +02:00
ModoX b0abb1906c DB/TiragardeSound: Added Lumberjacks and Haunted Lumber in Evergreen Grove
* part of Kul Tiran unlock questline
2024-05-25 22:10:49 +02:00
ModoX dba1264805 DB/TiragardeSound: Added Dorian Atwater near Haunted Lumber in Evergreen Grove
* part of Kul Tiran unlock questline
2024-05-25 22:10:49 +02:00
ModoX ebf8917b78 DB/Drustvar: Added Chelsea Wright petting Princess
* part of Kul Tiran unlock questline
2024-05-25 21:35:13 +02:00
ModoX bfde560fea DB/Drustvar: Added Princess in front of Chelsea
* part of Kul Tiran unlock questline
2024-05-25 21:19:20 +02:00
ModoX de73bd77f3 DB/Drustvar: Added Wicker Beast in Wicker Hovel
* part of Kul Tiran unlock questline
2024-05-25 20:59:27 +02:00
ModoX cbddc33708 Core/Creature: Implemented CREATURE_STATIC_FLAG_IGNORE_COMBAT 2024-05-25 19:28:49 +02:00
ModoX 85451c7618 DB/Drustvar: Added Princess Ritual Circle in Wicker Hovel
* part of Kul Tiran unlock questline
2024-05-25 17:19:16 +02:00
ModoX 6d0b14f91c DB/Drustvar: Added Fled Wicker Beast with Keys in Bleak Hills Mine
* part of Kul Tiran unlock questline
2024-05-25 17:19:13 +02:00
ModoX 577b40020c DB/Drustvar: Added Chelsea calm in Bleak Hills Mine
* part of Kul Tiran unlock questline
2024-05-25 17:12:11 +02:00
ModoX 09e61fa136 DB/Drustvar: Added Wicker Beast in front of Chelsea in Bleak Hills Mine
* part of Kul Tiran unlock questline
2024-05-25 17:11:54 +02:00
ModoX fed16c4f02 DB/Drustvar: Added Chelsea frightened in Bleak Hills Mine
* part of Kul Tiran unlock questline
2024-05-25 17:11:32 +02:00
ModoX 8aea2282cd Core: Update allowed build to 10.2.7.54847 2024-05-25 12:10:50 +02:00
ModoX 11273a871d DB/TiragardeSound: Added spawns of Sal Atwater, Hurricane and Elementals waiting in Evergreen Grove 2024-05-24 17:01:44 +02:00
ModoX dbcbe418f1 DB/StormsongValley: Added weapons to Drowned Converts & Drowned Harbingers 2024-05-24 13:54:19 +02:00
ModoX 3c65be598a DB/TiragardeSound: Added Dorian Atwater and Lumberjacks in Algerson Lumberyard Office
* part of Kul Tiran unlock questline
2024-05-24 13:49:02 +02:00
ModoX 02e12de4c1 DB/TiragardeSound: Added Lumberjack Queue in Algerson Lumberyard 2024-05-24 12:50:04 +02:00
ModoX 3e1672f5d4 DB/StormsongValley: Added Dorian Atwater and Hurricane to Port Fogtide Bridge
* part of Kul Tiran unlock questline
2024-05-23 19:31:57 +02:00
ModoX 19d7698dc0 DB/Creature: Set Language field unsigned to sync with usage in code
* allows us to use Shath'Yar in db
2024-05-23 10:26:32 +02:00
ModoX 914661e3b1 DB/StormsongValley: Populated Port Fogtide for first part of Kul Tiran unlock questline 2024-05-22 19:36:02 +02:00
ModoX cbef6f7860 Core/Conditions: Added private object to StaticConditionTypeData and defined CONDITION_STRING_ID as valid ConditionType 2024-05-22 19:36:02 +02:00
ModoX 5f5871708f Scripts/MawOfSouls: Implemented Ymiron, the Fallen King encounter (#29987) 2024-05-22 16:00:48 +02:00
ModoX 7f077e72bd DB/StormsongValley: Populate unphased Tidecross 2024-05-22 07:55:31 +02:00
ModoX f0f7283223 DB/StormsongValley: Added The Abyssal Melody 2024-05-22 07:49:31 +02:00
ModoX 2ad7e4c367 DB/StormsongValley: Populate Path of Storms area 2024-05-21 12:39:07 +02:00
ModoX 627191c466 DB/MawOfSouls: Remove cosmetic birds from Harbaron spawn group 2024-05-21 10:35:56 +02:00
ModoX 3e5850d7bd DB/MawOfSouls: Changed creature_template_difficulty non wdb data to be UPDATEs
* 565d9eb185 followup
2024-05-21 01:31:20 +02:00
ModoX 4377ee7e0f DB/MawOfSouls: Readd Thal'kiel spawn and set trigger flags for Thal'kiel and Xal'atath 2024-05-21 01:17:31 +02:00
ModoX 565d9eb185 DB/MawOfSouls: Added creature difficulty data 2024-05-21 01:17:31 +02:00
ModoX 36a434800e DB/Boralus: Fix phase id assignment for Cyrus Crestfall and Taelia in Harbormasters Office 2024-05-19 11:17:18 +02:00
ModoX d28d87a28c DB/MawOfSouls: Added instance spawn groups 2024-05-16 23:40:57 +02:00
ModoX e4d0c20ab3 Scripts/RagefireChasm: Fix typo and Twisted Elements rescheduling after Shadow Storm cast 2024-05-16 09:21:02 +02:00
ModoX e79eedf88a Core: Update allowed build to 10.2.7.54717 2024-05-16 08:15:26 +02:00
ModoX 68571cba18 Scripts/RagefireChasm: Added missing evade on despawn and boss unit frames to Adarogg 2024-05-16 03:11:05 +02:00
ModoX 3a9c129747 Core: Update allowed build to 10.2.7.54673 2024-05-14 03:41:22 +02:00
ModoX 7b0d2eb39e DB/Phases: Added Northrend Cup phase names 2024-05-12 05:50:11 +02:00
ModoX b8a79c8943 DB/RagefireChasm: Moved floating static flag to guid specific for scouts and fixed anim for Scout near Slagmaw 2024-05-12 01:57:11 +02:00
ModoX 1c65130afa DB/Quest: Added 10.2.7 quest poi data 2024-05-11 04:30:41 +02:00
ModoX ccfe3ba77f DB/Locales: Added 10.2.7 creature_template, quest_template & broadcast_text locales 2024-05-11 04:30:28 +02:00
ModoX 14de646eaf DB/Templates: Added 10.2.7 creature_template, quest_template & broadcast_text data 2024-05-11 04:29:35 +02:00
ModoX 0f73cf10a8 Core: Update allowed build to 10.2.5.54630 2024-05-10 00:51:08 +02:00
ModoX cdc6719b83 Core: Updated to 10.2.6.54499 2024-05-01 21:33:08 +02:00
ModoX 072e6ff9cc Scripts/AzureVault: Fixed setting done boss state for Telash Greywing 2024-04-27 01:13:08 +02:00
ModoX 1da162d71d Core: Updated to 10.2.6.54358 2024-04-22 23:07:02 +02:00
ModoX a28facb956 Core/Movement: Fixed data sent in cyclic spline related packets 2024-04-21 12:59:12 +02:00
ModoX 8d8a54db25 Core/Spells: Fixed SpellInfo::GetSpellXSpellVisualId for nonplayer casters (#29927) 2024-04-20 19:59:35 +02:00
ModoX 88bbd27f8d Core/Entities: Added possibility to inherit StringIds from other entities (#29908)
* also implicitly do so for personal summons
2024-04-10 20:03:14 +02:00
ModoX 58839b7c18 Core/Entities: nopch build fix 2024-04-09 17:00:43 +02:00
ModoX 9959a1373a Core/Entities: Update StringId assignment to use StringIdType 2024-04-09 16:39:15 +02:00