aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2024-10-06Scripts/Spells: Implement Titanium Seal of Dalaran (#30291)Odyssey
2024-10-05Core/Entities: Fixed m_stringIds[0] invalidation when reloading ↵Shauren
creature_template with a gm command (cherry picked from commit bec5bdb61b1b78ae7f750019b9a187b489ebb496)
2024-10-05Core/Creatures: Implement StringId for Creatures, a custom identifier to ↵Seyden
make finding specific creatures in script easier (#28500) Allows targeting specific spawns without hardcoding guids or find a bunch of different creatures with a single search Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 61c51b76c00d932a9180bc6781a244dc18375ef7)
2024-09-12Core/Commands: Improve wp event command (#30226)Gildor
* Fixed crash by handling null arg_id in .wp event add * Fixed incorrect data type conversion in .wp event listid
2024-09-10Core/Units: Some cleanup in movement packet related functions - try to keep ↵Shauren
only one function handling a packet, not have it scattered all over the place (cherry picked from commit 075e5d67515bec9650f4f3976880ea5862190b79)
2024-07-14Core/Entities: Make ObjectGuid formattable with fmt without using ToString()Shauren
2024-07-08Core/Creatures: Fixed memory leaks in creature formationsShauren
(cherry picked from commit 2e3920081f4f349a226ab5238cd983403e167656)
2024-06-27Core/Players: Add level restrictions for faction changes (#30057)CraftedRO
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-06-27Core/Spells: Allow using SpellDifficulty.dbc on battleground maps (#30055)Gildor
2024-06-08Core/Misc: Move zone packet sending from World to Map (#30024)Takenbacon
2024-06-03Scripts/Spells: Prevent sacrificing immune minions with Death Pact (#29920)CraftedRO
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-05-11Scripts/Halls of Lightning: Fix a crash caused by iterator invalidating in ↵Mykhailo Redko
Ionar boss script (#29963)
2024-05-05Core/ChildrensWeek: Add target for text locales with variables (#29956)Meji
2024-04-22Core/Misc: Support boost 1.85Shauren
(cherry picked from commit cfa838df5de5a36f6ecef5211e9a3ea8e3774d1b)
2024-03-14Core/Objects: Added ToWorldObject and ToItemShauren
(cherry picked from commit 6f6af6a1a1508508d0e42b90f0acf4f363cf91bd)
2024-03-14Core/Misc: Use our new unique_trackable_ptr for various classes exposed to ↵Shauren
scripts (not actually used anywhere currently) (cherry picked from commit 4779fa5048642b57a0f69de7ab56b9d563c1cbc4)
2024-02-26Build: Reuse PCH file between all script modulesShauren
(cherry picked from commit eac4bf825ab7cc0f423dd11a6dea85ad3563af66)
2024-02-25Scripts/Blackrock Depths: Replace player spells used by High Interrogator ↵CraftedRO
Gerstahn with correct ones for that creature (#29637)
2024-02-24Scripts/Stratholme: Portcullis Trap (#29596)bibi
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-02-24Scripts/Zul'Gurub: Corrected brazier of madness boss despawn timeShauren
2024-02-23Scripts/Zul'Gurub: Fixed Edge of Madness (#29593)bibi
2024-02-23Scripts/Pets: Implemented Elwynn Lamb minipet feature. (#29635)Mykhailo Redko
2024-02-23Scripts/Sunken Temple: fix Shade of Eranikus and Jammal'an the Prophet (#29663)bibi
* Also minor modernization for instance script Co-authored-by: 14shagov <14shagov> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2024-02-14Core/Instances: Name unknown EncounterFrameType ↵Shauren
ENCOUNTER_FRAME_PHASE_SHIFT_CHANGED
2024-02-13Core/Players: Improvements for talent reset logic. (#29580)Mykhailo Redko
* Clean up Player::ResetTalents() from unnecessary logic, such as withdrawing money. Move it to more suitable places. * Implemented SMSG_TALENTS_INVOLUNTARILY_RESET and use it instead of old trinity_string. * Do not reset the accumulated talent reset cost if CONFIG_NO_RESET_TALENT_COST is enabled.
2024-02-13Core/Spells: Implement visual aura duration of Rogue talents Overkill and ↵Gildor
Master of Subtlety (#29693)
2024-01-22Scripts/Commands: .account set seclevel command will update security level ↵Mykhailo Redko
for online session (#29600)
2024-01-08Scripts/TempleOfAhnQiraj (#29571)Fraxinus94
Fix The Eye of C'thun spell Dark Glare not being updated visually with the correct orientation
2024-01-06Scripts/Commands: Implemented .bg start and .bg stop commands.r4dish
2024-01-06Core/Misc: Do not apply Deserter debuff to players teleported from the ↵r4dish
battleground by gm command (.appear/.summon).
2024-01-04Scripts/Bloodmyst Isle: Add missing Legoso Talk target (fixes $n) (#29554)Demolitionist Legoso
Updates #21586
2023-09-19Core/Groups: Reduce differences between branches (define naming) (#29332)M'Dic
2023-08-29Scripts/Trial of the Crusader: Update Read and Write Save Data (#29293)Gildor
2023-08-27Core/Logging: Fixed missing log format changesShauren
(cherry picked from commit 150ba27eb125c3628251641e899f9fbe130d41d2)
2023-08-23Build: Support ASAN on msvcShauren
(cherry picked from commit 0a0b420d866f070d4b1208bb3c4451398797c6ef)
2023-08-17Core/Logging: Fixed a few missed log format statementsShauren
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with ↵Shauren
c++17 std::from_chars based ones Trinity::StringTo (cherry picked from commit 3260b94dd627b7b0c7114f94bb97d108b005af3e)
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api) (cherry picked from commit d791afae1dfcfaf592326f787755ca32d629e4d3)
2023-08-12Core/Misc: Replace enable_if overload selection with if constexprShauren
(cherry picked from commit a53e4a57565d3375a978effbbc32d3eed6aac7e3)
2023-08-12Core/Misc: Add missing Containers.h include where neccessaryShauren
2023-08-12Core/Misc: Fixed deprecation warnings for c++20Shauren
(cherry picked from commit ba9bbbc9d0c3b80d8954ad6390d23ae3d0f804b2)
2023-07-19Scripts/Forge of Souls: Fixed achievement_bronjahm_soul_power script ↵Shauren
registration
2023-05-07Core/Misc: Cleanup Expression is converted to bool and can be replaced with ↵Shauren
'boolean constant'
2023-05-07Scripts/Undercity: Fixed NPC_HIGHBORNE_BUNNY being told to MoveJump to { ↵Shauren
target->GetPositionX(), 0, 0 } with speedXY = target->GetPositionY() and speedZ = target->GetPositionZ()
2023-04-25Scripts/Trial Of The Crusader: Fix application of spell Surge of Adrenaline ↵Gildor
(Icehowl) (#28933) * Scripts/Trial Of The Crusader: Fix application of spell Surge of Adrenaline (Icehowl)
2023-04-11Add code that changes the faction of Tortheldrin in Dire Maul (#28581)Adam B
* Add code that changes the faction of Tortheldrin Per WoW Classic, Tortheldrin becomes hostile after Immolthar is killed. This code implements an event that does this. * Bug fix. Fixed a bug where the server would crash if the bosses were already dead and the player zoned in. * Recommited with the correct path. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed wrong file. Signed-off-by: Adam Bajac <adam@asblab.work> * Made changes requested by jackpoz. Signed-off-by: Adam Bajac <adam@asblab.work> * Corrected a syntax error after testing. - Tested in game and confirmed all is working. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed whitespace changes. Signed-off-by: Adam Bajac <adam@asblab.work> * Changed the script to use OnUnitDeath rather than an event. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed the IMMO_DEAD_CHECK event. Signed-off-by: Adam Bajac <adam@asblab.work> * Removed redundant comma. Signed-off-by: Adam Bajac <adam@asblab.work> --------- Signed-off-by: Adam Bajac <adam@asblab.work> Co-authored-by: Adam B <adam@avalonglobal.com>
2023-03-24Scripts/Misc:fix npc_professions locale text (#27894)lee
* fix npc_professions locale text fix npc_professions locale text load from db * fix dup sql fix dup sql * add condition and gossip option add condition and gossip option for money cost depends on player level * add missing update statements * Rename 9999_99_99_world.sql to 2023_03_24_00_world.sql --------- Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2023-03-10Update (core\log): Log correction (#28802)M'Dic
Loading AreaTrigger definitions to Loading Area Trigger Teleports definitions and also Re-Loading AreaTrigger teleport definitions to Re-Loading Area Trigger Teleport definitions
2023-02-09Scripts/Events: Fixed infinite loop with auras 71507 and 71508 casting each ↵Shauren
other when unit is removed from map
2023-01-06Scripts/Icecrown Citadel: Added missing empty check before ↵Shauren
SelectRandomContainerElement