aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2022-01-04Core/Commands: Fixed .npc add overwriting existing spawns when used on ↵Shauren
transports (cherry picked from commit 75ab3619bdec058dcc848ad134c6d5e838e8f6fb)
2022-01-04Core/MMAPs: Adjust walkable climb and fix a lot of mmap raycast issues (#24539)Giacomo Pozzoni
* Core/MMAPs: Adjust walkable climb Adjust walkable climb as recast using walkableClimb also to find the poly from a position, giving priority to polys that are below the position but closer than walkableClimb. * Temporarily disable static collision (the whole check should be removed) * Core/Spells: removed deprecated mmap path check for TARGET_DEST_CASTER_FRONT_LEAP * Core/Objects: allow flying units to use the helper as well (flying units casting radius based spells) * Code refactor * Handle raycasts that end in a point with no height in the mmap mesh as PATHFIND_NOPATH * Walk back a bit from raycast hitpoints as sometime the 2D result point is outside of the polygons due to floating point errors. * Remove whitespace * Revert 4a197ba22af4eed01be632ea2dd7d103a963f043 as a raycast point path should have the Z retrieved with getPolyHeight(). Raycast will only return a 2-point path with Start and Hitpoint/End * Cleanup PathGenerator raycast case * Fix PathGenerator raycast broken if start and end are on same poly. Fix PathGenerator raycast broken if no wall is hit. Remove unused case of using raycast with an existing previous path (can be added back properly if needed). Remove forcing poly length to 2 when we actually have already the right number. * Use closestPointOnPolyBoundary on the second try of finding a point on poly for raycast. Note that in this case the mesh height is not used which might cause issues. The poly boundary height will be used instead. * Handle cases where getPolyHeight() fails because the point is on polygon border (and caused by floating point imprecision) * Add far from poly flags * Set PATHFIND_INCOMPLETE in raycast case if startFarFromPoly or endFarFromPoly * Fix blink close to walls with no valid polygon behind the wall * Require to re-extract mmaps Co-authored-by: Ovah <dreadkiller@gmx.de> (cherry picked from commit c0b75bf40da8b447a2f3533dabbfad9eba7c6ea1)
2022-01-04Scripts/Icecrown Citadel: Fixed Professor Putricide oozes not moving during ↵Shauren
their channel (cherry picked from commit 1d43003cfa29cee2c7921fdeaa5c1714d085c770)
2022-01-04Core/CreatureAI: Shambling Horror re-cast Enrage as soon as it is not stun ↵Metalaka
(#24618) (cherry picked from commit e2434e4f4726f9c99f9260607b78ece09b5df249)
2022-01-04DB/Spell: Arm Dead Damage KologarnJildor
Closes #24577 (cherry picked from commit 91705672181204b8d5f61a1f180b8efa36f57055)
2022-01-03Core/Spells: Added helper function to select random injured healing spell ↵Shauren
targets
2022-01-02Scripts/Pet: Lil' K.T (#24528)Sorikoff
* Lil' K.T. * Rename 9999_99_99_99_world_335.sql to 2020_05_10_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 34fecde022e6e2a228111ee79a0e9f5f8a7bed12)
2022-01-01DB/Quest: Becoming a Spellfire Tailoroffl
Closes #24522 (cherry picked from commit 9638f0ad0b70084f06bf3b6a9d9e49f00830772e)
2022-01-01Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER (#24511)ForesterDev
* Core/Player: add helper methods for PLAYER_FLAGS_DEVELOPER. Update .dev command to new command model * Rename _player -> player (cherry picked from commit 8128bb97dbf4b5ba7cb0b624ce7cf7428d7bdc63)
2022-01-01Scripts/IcecrownCitadel: Adding IsAlive check to avoid possible crash in ↵NoName
Event (#24514) (cherry picked from commit 22aaf32a79cd6ce8ebb4507cdfd677f073c35178)
2022-01-01Core/Spells: Crystallize should not use DIMINISHING (#24502)NoName
and also correcting spelling in script by Rushor and wotlk-enthusiast (cherry picked from commit 45993428f5c7e7e03d0d98529354e23cd8c7cf98)
2022-01-01Scripts/OnyxiasLair: Fix Onyxia Eruption spell (#24472)Gildor
(cherry picked from commit e4476fab6eb8e9b712a9fa25c8db7b78ab22ddb7)
2022-01-01Making travis happyKeader
(cherry picked from commit ee218a564239cf02c43df41f7b9597d71b018ed5)
2022-01-01Scripts/Black Temple: Fixed Reliquary of Souls after combat rewrite changes.Keader
Closes #23879 * Fixed combat start/evade issue * Fixed visual issue in Soul Release spell * Fixed some timers issue * Fixed some codestyle issues PS: Please, stop break my black temple babys. (cherry picked from commit d8e726de586070d24bec3c43a9ae795cf5482be0)
2022-01-01Scripts/BWL: Fix crash in Razorgore encounterjackpoz
(cherry picked from commit 7b8b02c32ebfb7c8c47ac1d1b94129c91346ad66)
2022-01-01Boss/Script: Vazruden_Fix (#24197)skipperheartbeat
* Add files via upload * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: offl <suffle.o@gmail.com> * Update src/server/scripts/Outland/HellfireCitadel/HellfireRamparts/boss_vazruden_the_herald.cpp Co-Authored-By: Trond B. Krokli <38162891+illfated@users.noreply.github.com> * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp * Update boss_vazruden_the_herald.cpp Co-authored-by: Aokromes <Aokromes@users.noreply.github.com> Co-authored-by: Trond B. Krokli <38162891+illfated@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> Co-authored-by: offl <suffle.o@gmail.com> (cherry picked from commit 8ac83744293afe297bce2597107bc5da5445ccbb)
2022-01-01Add realm ID for actions based ip logging (#24453)zartech22
* Update SQL queries to insert realm id * Insert the realm id when logging actions based on IP * Adding the SQL update file * Update 9999_99_99_99_auth.sql * Update auth structure Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 56f20d69a6ab23a9818f77fd4e2df541a7c30f0e)
2022-01-01Scripts/Naxxramas: Fix Heigan Eruption spell (#24470)Gildor
(cherry picked from commit 6c7c2c6cd279813333e0b1cc1f60b22a04f368dd)
2022-01-01Scripts/Ulduar: Little improvements in AuriayaKeader
* Removed DespawnAtEvade * Fix Feral Defender Damage (cherry picked from commit 77dd751499a92eb06b66eadd00bbc71da07e62be)
2022-01-01Scripts/Trial of Crusader: Fixed issue with Snobold Vassal and some achiev ↵Keader
criteria resets * Fixed snobold behavior when gormok dies * Fixed UPPER_BACK_PAIN Archiev reset * Fixed THREE_SIXTY_PAIN_SPIKE Archiev reset (cherry picked from commit 78dff46bf25a6e7e1f68c227278d7ff6f768cf9a)
2022-01-01Scripts/Quest: The Exorcism of Colonel Jules (#24459)Gildor
* Remove Anchorite Barada gossip when event start (cherry picked from commit 8a5b02be0a678ff4a9c589e3da05e96103f819fc)
2022-01-01Improvements to Pyroguard Emberseer (UBRS) script (#24405)Sven
* UBRS: Improve Pyroguard Emberseer script * Remove whitespaces * More whitespaces removed * Addressing change requests Removed cast from constructor Removing unused member field * That should be the last white spaces * Forgot to remove the declaration * Update boss_pyroguard_emberseer.cpp * Add break to For loop * War on white spaces Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit c3037c35639a547fca6be02ad1a0a2ed4c1c5fe9)
2022-01-01Scripts/Pets: Mojo (#24431)Sorikoff
* Mojo * Update * Rename 9999_99_99_99_world.sql to 2020_04_11_01_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 194691f7c3992fbea13227a190007f05451d742a)
2022-01-01Creature: Gorkun Ironskull & Martin Victus in The Pit of SaronKillyana
Still some events are missing in this instance (cherry picked from commit d0f9ace67970f51bd1e9fb153a0844555f2b1ca2)
2022-01-01Scripts/Eye of Eternity: Fixed The Focusing Iris not respawning on wipeShauren
Closes #22948 (cherry picked from commit f57b1e27d062286553b8dd3199ce118eb99ac270)
2022-01-01Core/Log: Log all character kicks to "network.kick" categoryjackpoz
(cherry picked from commit 31018c36527755166d8a297ac9e6c98a66f014ae)
2022-01-01Core/Misc: Remove whitespace at the end of linesShauren
2022-01-01Scripts/Guards: Fix spell cast spam after killing npc_air_force_bots guardsjackpoz
(cherry picked from commit 0844ad2ff00fef9fe90633eea3df8afc8a58e6d1)
2022-01-01Core/Misc: Replace tabs with spacesjackpoz
(cherry picked from commit cb41c8828fe450e78fad0300fe0cb154d57cae9f)
2022-01-01Core/Misc: Remove whitespace at the end of linesjackpoz
(cherry picked from commit caae3886d24adf0a5fc95454bb1c45477057bde4)
2022-01-01Core/Logs: Log full guid instead of just low guid, part 2Giacomo Pozzoni
(cherry picked from commit 3def52c1c459f566ab2b2d8cf017c70df4d7cf22)
2021-12-31Scripts/BlackfathomDeeps: Kelris will now channel his spell (#24300)Rushor
* Scripts/BlackfathomDeeps: Kelris will now channel his spell * Scripts/BlackfathomDeeps: Kelris will now channel his spell (cherry picked from commit 3da8f37ddbfda2d9fa20ec1affd2ae05e6fc037c)
2021-12-31Scripts/Pet: Baby Blizzard Bear & Egbert (#24349)Jozef Dúc
* Baby Blizzard Bear & Egbert * SQL * Update 9999_99_99_99_world.sql SQL fix * Rename 9999_99_99_99_world.sql to 2020_04_04_00_world.sql Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 264a5839032257f9d65bfad3dd0075d263799d5c)
2021-12-31Scripts/Pet: Baby Blizzard Bear & Egbert (#24349)Sorikoff
* Baby Blizzard Bear & Egbert * SQL * Update 9999_99_99_99_world.sql SQL fix * Rename 9999_99_99_99_world.sql to 2020_04_04_00_world.sql Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com> Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 264a5839032257f9d65bfad3dd0075d263799d5c)
2021-12-31Update action_ip_logger.cpp (#24371)Lewis Brumby
(cherry picked from commit b48c50ba23fc9c12b8e9d6a7d0c5d65ffd4b9a59)
2021-12-31Scripts/Spells: Fixed startup errors in spell_gen_war_mode_enlistedShauren
2021-12-31Boss/Script: Disable Call assistance for Mr SmiteKillyana
Closes #19164 (cherry picked from commit c026b3bad3deae7b2e49fb62a509e5e463d2893e)
2021-12-31Boss/Script: Mr Smith will use the proc aura for Nimble Reflexes instead a ↵Killyana
script (cherry picked from commit 5b2b2211771618420a555f6e7e2c68722202df36)
2021-12-29Core/Spells: Rename TARGET_UNIT_CONE_ENEMY_104 to ↵Shauren
TARGET_UNIT_CONE_CASTER_TO_DEST_ENEMY
2021-12-28Scripts/Spells: Fix shaman talent Nature's Guardian proc (#27482)aquadeus
2021-12-28Core/Phasing: Implemented db spawns in personal phases (#26345)Matan Shukry
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-12-27Core/ZoneScript: Add "invoker" param to ProcessEvent (#24758)Jeremy
2021-12-26Scripts/Spells: Fix shaman talent Downpour (#27477)aquadeus
2021-12-26Scripts/Spells Fix shaman talent Aftershock (#27469)aquadeus
2021-12-26Core/Player: Initial War Mode support (#25926)Matan Shukry
* Enable PvP talents * War Mode buff aura * Forced PvP flagging Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-12-25Scripts/Spells: Fixed Lightning Bolt Overload, Chain Lightning Overload, ↵Shauren
Elemental Blast and Elemental Blast Overload energize effects
2021-12-25Scripts/Spells: Fix chain lightning energize (elemental) (#27468)aquadeus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-12-25Scripts/Spells: Fixed lightning bolt energize (elemental) (#27467)aquadeus
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-12-25Build fix for older boost versionShauren
2021-12-25Scripts/Spells: Implemented various rogue spells (#26319)Matan Shukry
* Ruthlessness * Mastery: Main Gauche * Venomous Wounds * Symbols of Death * Backstab * Premeditation * Grand Melee * True Bearing * Slice and Dice * Roll the Bones