| Age | Commit message (Collapse) | Author |
|
Conflicts:
src/server/game/AI/EventAI/CreatureEventAI.cpp
src/server/game/Entities/Unit/Unit.cpp
|
|
|
|
Scripts/Scarlet Monastery: Final boss kill credit closes #7341
|
|
When Scarlet Commander Mograine dies and High Inquisitor Whitemane appears, if she is downed very quickly, then she will not perform the ressurection on Mograine and will not stun anyone, thus Mograine wont give the achievement nor loot. She should be invincible till she has ressurected Mograine.
|
|
- Send proper triggering flag when casting spellclick spells on vehicles (should not be fully triggered)
- Only compute non-transport positions when not finalized. (Fixes changing seat on vehicles, or changing vehicle from vehicle)
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/server/game/Entities/Unit/Unit.cpp
src/server/scripts/Commands/cs_reload.cpp
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/server/game/Achievements/AchievementMgr.cpp
src/server/game/Spells/SpellInfo.cpp
src/server/scripts/Commands/cs_misc.cpp
|
|
Also cleanedup whitespace
|
|
C4100: 'x' : unreferenced formal parameter
C4310: cast truncates constant value
C4389: '==' : signed/unsigned mismatch
C4668: 'x' is not defined as a preprocessor macro, replacing with '0' for '#if/#elif'
C4701: potentially uninitialized local variable 'x' used
C4826: Conversion from 'HMODULE' to 'DWORD64' is sign-extended. This may cause unexpected runtime behavior.
C6067: Parameter '3' in call to 'sprintf' must be the address of the string
C6387: 'argument 1' might be '0': this does not adhere to the specification for the function 'CloseHandle'
|
|
|
|
This reverts commit 153e88a16b33bedfd28273030e26914844d60aff.
|
|
|
|
Move prisoners back in cages after respawn. They didn't reset correctly
for players which were still in the instance after wipe
|
|
Conflicts:
dep/PackageList.txt
src/tools/map_extractor/System.cpp
|
|
|
|
Closes #1758 .
|
|
Scripts/MoltenCore: Fix boss Golemagg enrage behaviour
|
|
|
|
|
|
DB/SAI: Thorim and Lok'lira the Crone
|
|
Conflicts:
src/server/game/Entities/Player/Player.cpp
src/server/scripts/Commands/cs_misc.cpp
src/server/worldserver/worldserver.conf.dist
|
|
|
|
Core/Spell: Unlocking zuluheds chains
Core/Spell: Unlocking zuluheds chains
Core/Spell: Unlocking zuluheds chains
|
|
|
|
* Added conditions to only show default gossip, if not on quest 12372
* Else show other gossip text
* Add second gossip text on gossip select
* Remove close gossip - after a lot of videos turns out character close it by moving or clicking "goodbye"
Ref #1861
Closes #7594
|
|
|
|
|
|
move old commands to it:
Changes:
- .explorecheat is now .cheat explore
- .waterwalk is now .cheat waterwalk
- .taxicheat is now .cheat taxi
New commands:
- .cheat god
- .cheat casttime
- .cheat cooldown
- .cheat power
(Descriptions available in the SQL file / in-game)
Inspiration on ArcEmu commands
Closes #7569
|
|
Conflicts:
src/server/game/Entities/Creature/Creature.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Globals/ObjectMgr.cpp
src/server/game/Server/Protocol/Opcodes.h
src/server/scripts/EasternKingdoms/silverpine_forest.cpp
src/server/scripts/Kalimdor/silithus.cpp
src/server/shared/DataStores/DBCFileLoader.h
src/server/shared/Database/Implementation/WorldDatabase.cpp
src/tools/map_extractor/System.cpp
src/tools/map_extractor/dbcfile.cpp
src/tools/vmap4_extractor/adtfile.cpp
src/tools/vmap4_extractor/dbcfile.cpp
src/tools/vmap4_extractor/wdtfile.cpp
|
|
Scripts; also reverted a change to AuthSocket
Errors were found using Cppcheck, open-source static analysis tool
|
|
Scripts/Spells: Fix Weapon Copy related auras.
|
|
Closes #3731
|
|
|
|
|
|
|
|
|
|
|
|
*Spell script support for spell 49370
|
|
Spells/Shaman: Heroism and Bloodlust
|
|
Heroism and Bloodlust will now check for Temporal Displacement from Time Warp and Insanity from Ancient Hysteria.
|
|
Conflicts:
src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp
|