Age | Commit message (Collapse) | Author |
|
(cherry picked from commit 8962d802249f002f8fe408004945d5736a118175)
|
|
Botanica as well as incorrect map id assignment to Auchenai Crypts spawn groups
Closes #28278
(cherry picked from commit 01f0f83139e7c60ca8ef96edf8ab2b1534885d62)
|
|
(cherry picked from commit 9fcc820016468ee9e59fa5f272a2de2e89615115)
|
|
(cherry picked from commit 4af85482068de5fcd604701b8ef3f0d2b31f138d)
|
|
(cherry picked from commit 400d7e20d02e6d821fa1997146202c7ebb64dcd4)
|
|
(cherry picked from commit c0c8c3bf5d3a7f63fced17a7e8518a81a850e47f)
|
|
(cherry picked from commit f982e566a71e320f2c88bac06eeabaebed14ba84)
|
|
.go gameobject commands
|
|
(cherry picked from commit 9cac8d88cff2211ecffa024d89efe8059c61e2c7)
|
|
(cherry picked from commit cc6e0bfeb44181f93b44d83bde9c057425b2d861)
|
|
* Core/World: Include more details about MaxCoreStuckTime asserts
Include more details about MaxCoreStuckTime asserts that might help find why FreezeDetector gets triggered with idle MapThreads
* Codestyle fix
(cherry picked from commit de4920de81a495ed8d6b04cf68f3912c74921f48)
|
|
last phase (#27910)
* Fix wrong npc text,trash movment,archimode last phase
1.Fix wrong npc text for Jania,Thrall,Tyrande.
2.Change Hyjal trash movement from walk to run.
3.Fix archimode drain worldtree event.
4.Fix archimode below 10% hp phase.Case Protection of elune on player.
* fix code style
fix code style
* fix wrong type
* Revert "fix wrong type"
This reverts commit 204c45f7d76cb8f7e3a444db1d7bebb341ad931c.
* fix wrong type
* Update boss_archimonde.cpp
* add missing Creature Text
* fix code style
* Update hyjalAI.cpp
* do some work to prevent respawn mobs in combat
* remove dup yell at alliance base
* fix code style
* fix SPELL_METEOR unvisiable when spawn Giant Infernal
* change to DoCastSelf
* hide archimonde doomfire spirit visual
* fix code style
* fix SQL warning when startup server
* fix code style
* move SetRun out of constructor
* remove target list
* move setRun
* fix code style
* Change npctext ID to high ID.Fill text into Creature Text
Change npctext ID to high ID.
Fill text into Creature Text.
* Remove Magic Numbers
* change npctext high ID
* fix change high npc_text id in code
* remove setCanFly,add flight state to db
* change npc_text id
* change npc yell condition after second boss dead
* update npc_text IDs taken from sniff file.
Updated IDs taken from sniff file provided by Aokromes.
* remove MoveInLineOfSight
* move protection_of_elune immuity effect to spell script
* move worldtree channel target to db
Move worldtree channel target to db
Fix wrong position and movement_type of worldtree channel target
* update wrong npc_text IDs in code
* remove CastProtectionOfElune
* remove SetVisible(false),change flags_txtra of doomfire(18095) and doomfire_spirit(18104)
* update sql
* fix compile error
* revent spawntime,move guards say slay and say death to db
* Move code from Initialize() to Reset()
Move code from Initialize() to Reset()
Move code from Initialize() to Reset()
Update boss_archimonde.cpp
* remove unneeeary ->AI()
* Update hyjal_trash.cpp
* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/boss_archimonde.cpp
* Update src/server/scripts/Kalimdor/CavernsOfTime/BattleForMountHyjal/hyjalAI.cpp
* Rename 9999_99_99_world.sql to 2022_09_11_00_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
(cherry picked from commit fea9de5b1707a268e8a3131b5707aa908866257c)
|
|
immunities
Closes #28237
(cherry picked from commit a55a566602c323fc6950994d87c55552531e8688)
|
|
Changes go_bells script to play the BellTollDwarfGnome once at every hour.
References:
https://www.reddit.com/r/classicwow/comments/ou0rw5/question_what_is_that_super_loud_bellowing/
cherry-pick commit (Hourly bell: Dwarf horn sound should only play once vmangos/core#1569)
Co-authored-by: schell244 <9536270+schell244@users.noreply.github.com>
(cherry picked from commit 5ec5e1e1d0bfd586f934de7716ac88abaaa972b1)
|
|
players when entering/leaving Orgrimmar and Stormwind
|
|
|
|
database column (#28281)
|
|
(#28251)
|
|
|
|
loadout items (#28242)
|
|
format argument instead being templated on it to slightly improve compile times and reduce executable size
|
|
pet guids
|
|
|
|
|
|
|
|
* Unify items and quest_items
* Drop PlayerQuestItems and PlayerNonQuestNonFFAConditionalItems
|
|
* Partial port of cmangos/mangos-wotlk@ffdf9a05d67a04c3c0304e9b021807fa5b867583
|
|
|
|
map instead of guids of world objects holding that loot
|
|
should be milliseconds not seconds (#28247)
|
|
|
|
|
|
|
|
and rely only on presence of pickpocket loot in db
|
|
interfere with legit skills that have been stored as first element.
* This fixes aura-based skills to no longer invalidate legit skills that have been assigned to position 0, breaking them entirely in the process
|
|
and SPELL_ATTR2_ALLOW_WHILE_INVISIBLE to use DispelType instead of checking effect types
|
|
|
|
69e0249807f5a8f351e6be6f7350ebace3d2997 (#28240)
|
|
Closes #28235
|
|
|
|
OptionNpc as it also determines functionality on client side (#28220)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
|
|
HandleModStatBonusArmor (#28226)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
learned spells as dependent
|
|
* Effects that target is immune to will be suppressed instead of completely removed
Closes #28096
(cherry picked from commit 3306a4d06cc557967c23adcc60c2e3257811b324)
|