Commit Graph

24 Commits

Author SHA1 Message Date
Shauren
5e541de574 Scripts: Remove direct unit flag manipulations for UNIT_FLAG_IMMUNE_TO_PC, UNIT_FLAG_IMMUNE_TO_NPC and UNIT_FLAG_UNINTERACTIBLE 2024-12-29 12:59:38 +01:00
Shauren
44130cf9c4 Scripts/ExilesReach: Use new loot tracking quest feature to kill script hacks for it 2024-12-29 12:43:57 +01:00
Shauren
3e28ee080a Core/Loot: Implemented currency loot 2024-08-26 15:02:22 +02:00
Ovahlord
c541eda54d Core/Creatures: implemented most movement related static flags and migrated existing movement data into static flags (#29541)
* implemented CREATURE_STATIC_FLAG_AQUATIC - creatures cannot leave liquids
* implemented CREATURE_STATIC_FLAG_AMPHIBIOUS - creatures can enter and leave liquids but remain on the ocean floor when swimming is not enabled until engaged
* implemented CREATURE_STATIC_FLAG_FLOATING - creatures have their gravity on spawn / reset disabled
* implemented CREATURE_STATIC_FLAG_SESSILE - creatures are rooted in place
* implemented CREATURE_STATIC_FLAG_CAN_SWIM - creature can swim in liquids
* implemented CREATURE_STATIC_FLAG_3_CANNOT_SWIM - Amphibious creatures cannot toggle on swimming
* implemented CREATURE_STATIC_FLAG_3_CANNOT_TURN - Creatures cannot turn at all
* implemented CREATURE_STATIC_FLAG_4_PREVENT_SWIM - Amphibious creatures won't toggle on swimming until their victim starts leaving the ocean floor
* partially implemented CREATURE_STATIC_FLAG_3_CANNOT_PENETRATE_WATER
* deprecated CREATURE_FLAG_EXTRA_NO_MOVE_FLAGS_UPDATE as this flag was a hackfix to a wrong implementation that is now gone
2024-02-29 14:43:37 +01:00
Malcrom
c4f896f591 Scripts/ExilesReach: Implemented Ride SE Boar, Re-Deather and Stocking Up quest (#29670)
Co-authored-by: ModoX <moardox@gmail.com>
2024-02-24 19:46:46 +01:00
Malcrom
dabb4dd5f6 Scripts/ExilesReach: Implemented quest Re-sizing the Situation (#29623) 2024-02-05 16:27:49 +01:00
ModoX
9654ad30ce Scripts/ExilesReach: Fix owner selection for non personal summons
Closes #29655
2024-02-04 21:32:22 +01:00
Malcrom
2710e612c4 Scripts/ExilesReach: Implement The Scout-o-Matic 5000 and The Choppy Booster Mk. 5 (#29575) 2024-01-26 11:38:07 +01:00
ModoX
61d16856e4 Core/Unit: Set DemonCreator for wild allied summons 2024-01-25 16:12:06 +01:00
Malcrom
160bd20c9a Scripts/ExilesReach: Update phasing when Stand your Ground quest removed (#29589) 2024-01-17 06:51:42 +01:00
ModoX
913d769b80 Scripts/ExilesReach: Fix copy paste fail
* fixes combat training for priest & warlock

Closes #29574
2024-01-10 15:49:40 +01:00
Malcrom
f29dc71184 Scripts/ExilesReach: Implemented quests Down with the Quilboar and Forbidden Quilboar Necromancy (#29540)
* also added scripts to creatures in the area
2024-01-09 23:29:57 +01:00
Shauren
605e5f94c0 Core/Creatures: Moved autoattack handling from scripts to game 2024-01-08 22:23:12 +01:00
ModoX
38a80d7566 Core/Player: Rename GetQuestSlotObjectiveData to GetQuestObjectiveData 2024-01-01 02:38:12 +01:00
Malcrom
8f354b54e5 Scripts/ExilesReach: Implemented Taming the Wilds (#29523) 2023-12-27 20:14:51 +01:00
Malcrom
a83673c419 Scripts/ExilesReach: Implemented Enhanced Combat Tactics and Northbound (#29487) 2023-12-23 19:17:58 +01:00
Malcrom
624dfafeb2 Scripts/ExilesReach: Fix some cosmetic issues (#29486)
* instantly update NPCs for Emergency First Aid after healing them to instantly make them stand
* fixed actor guid and conditions for conversation of Finding the Lost Expedition
* fixed issue of Won'za/Alaria not laying injured after turning Cooking Meat quest in
2023-12-10 00:25:40 +01:00
Shauren
9894f6b802 Core/Random: Changed random functions returning doubles to return floats
* They were all cast to float at use anyway
* Improves roll_chance_f performance (rand32() is now called internally by uniform_real_distribution once instead of twice)
2023-10-31 20:20:00 +01:00
Shauren
1acaed2af4 Core/Objects: Switch to using designated initializers instead of chaining functions for FindCreatureOptions 2023-07-29 23:46:31 +02:00
Shauren
2e7e49b749 Scripts/Spells: Removed unneccessary PrepareSpellScript and PrepareAuraScript uses 2023-07-24 10:48:50 +02:00
Malcrom
5069f0e3a7 Scripts/ExilesReach: Implemented Finding the Lost Expedition & Cooking Meat quests (#29119) 2023-07-21 17:56:06 +02:00
Teleqraph
88ff97c1f9 Core/Units: Added helper functions to modify UNIT_FLAG_UNINTERACTIBLE (#29159)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2023-07-20 19:09:27 +02:00
Malcrom
2041374a16 Scripts/ExilesReach: Implemented quests Murloc Mania and Emergency First Aid (#29090) 2023-07-01 03:59:12 +02:00
Malcrom
7ea864e287 Scripts/ExilesReach: Implemented ship quests for both factions (#29019)
* Warming up
* Stand your ground
* Brace for impact
2023-06-21 01:59:15 +02:00