aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2019-09-06Scripts/Pet: Fix npc_pet_gen_soul_trader not following owner (#23772)Artamedes
2019-09-06Scripts/PitOfSaron: Make sure ick stops moving when casting Explosive ↵Artamedes
Barrage (#23768)
2019-09-06Scripts/PitOfSaron: Fix Krick sometimes stuck in combat after finish kill ↵Artamedes
Ick (#23767)
2019-09-06Scripts/Ulduar: Fix Stormcaller Brundir walking into walls (#23755)Artamedes
* Scripts/Ulduar: Fix Stormcaller Brundir walking into walls * Cleanup and fix logic + review * Review: remove autos
2019-09-06Scripts/ScarletMonastery: Rewrite Mograine and Whitemane encounter (#23761)Artamedes
* Scripts/ScarletMonastery: Rewrite Mograine and Whitemane encounter * qq * qq 2 * tryfix circleci build * review suggestions
2019-09-05Scripts/Outland: Change auto to TempSummon* (#23764)Artamedes
2019-09-05Scripts/Outland: Fix npc_ancestral_wolf not starting waypoint (#23763)Artamedes
* Scripts/Outlands: Fix npc_ancestral_wolf not starting waypoint, and also add a way to not follow owner automatically in CreatureAI::JustAppeared() for tempsummons * fix nopch
2019-08-30Scripts/ICC: Professor Putricide no longer tries to add threat on units it ↵Treeston
cannot add threat on because of immunity flags. Instead, its AI manually controls the engagement state. Should close #23727.
2019-08-23Core/PacketIO: updated SMSG_PLAY_SOUND, SMSG_PLAY_MUSIC and ↵ForesterDev
SMSG_PLAY_OBJECT_SOUND (#23636) * Core/PacketIO: SMSG_PLAY_SOUND (cherry picked from commit 82a33c7fa868d5ace7f855dba26b5f41c12bab6e) # Conflicts: # src/server/game/Battlefield/Battlefield.cpp # src/server/game/Battlegrounds/Battleground.cpp # src/server/game/Battlegrounds/BattlegroundMgr.cpp # src/server/game/Battlegrounds/BattlegroundMgr.h # src/server/game/Entities/Object/Object.cpp # src/server/game/Server/Packets/MiscPackets.cpp # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Texts/CreatureTextMgr.cpp # src/server/game/Texts/CreatureTextMgr.h # src/server/scripts/Commands/cs_misc.cpp * Update for 3.3.5 * Core/PacketIO: updated and enabled SMSG_PLAY_MUSIC (cherry picked from commit c6718dc120cae4217bb673b9a0ad1e83b4780f60) # Conflicts: # src/server/game/Maps/Map.cpp # src/server/game/Server/Packets/MiscPackets.cpp # src/server/game/Server/Protocol/Opcodes.cpp # src/server/game/Server/Protocol/Opcodes.h # src/server/game/Spells/SpellEffects.cpp * Core/Packets: added SMSG_PLAY_OBJECT_SOUND packet class (cherry picked from commit 1272e9eea684d1f155709baee44a301ff938ade5) # Conflicts: # src/server/game/Server/Packets/MiscPackets.cpp # src/server/game/Server/Packets/MiscPackets.h # src/server/game/Server/Protocol/Opcodes.cpp * fic build * change variable names * fix build error field will be initialized after
2019-08-23Core/Spells: Fixed warlock's Banish cancel if target was already banished ↵ForesterDev
(#23697) * Core/Spells: Add SpellMissInfo argument to BeforeHit hooks and call them also when the spell doesn't hit. (#17613) (cherry picked from commit 8ff5b35be1256d03b85438b130dcec7cd4cae6e1) # Conflicts: # src/server/game/Spells/Spell.cpp # src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp # src/server/scripts/Spells/spell_warlock.cpp * Core/Spells: Fixed warlock's Banish cancel if target was already banished (#17614) (cherry picked from commit 4587b5d88082d2c6416fafaa2f5b9f5f15038520) # Conflicts: # src/server/scripts/Spells/spell_warlock.cpp
2019-08-21nopch fixKeader
2019-08-21Core/Scripts: Proper fix Gal'Darah Puncture removeKeader
2019-08-20Fix nopch buildKeader
2019-08-19Scripts/Gundrak: Fixed Puncture when Gal'darah dieKeader
2019-08-19Scripts/Spells: Code style adjustments for druid scripts (final?) (#23726)Sorikoff
2019-08-18Scripts/Gundrak: Added a missing entry in Gal Darah Stampede Charge scriptKeader
Noob Keader, Shame !
2019-08-18Scripts/Spells: Code style adjustments for druid scripts (#23725)Sorikoff
2019-08-18Scripts/Spells: Port druid scripts to new script registration syntax (2 of ↵Sorikoff
3) (#23696) * Scripts/Spells: Port Druid Scripts to New Script Registration * Revert * Revert 2 * Revert 3 * Revert 4
2019-08-17Warning fixShauren
2019-08-17Core/Map: Kill zoneId from RespawnInfo, all it did was significantly slow ↵Shauren
down startup to make one gm command faster
2019-08-17Scripts/Spells: Implemented Wyvern Sting scriptKeader
- Removed old hack with spell_linked_spell
2019-08-15Scripts/Spells: Port druid scripts to new script registration syntax (3 of ↵Sorikoff
3) (#23714)
2019-08-10[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
- Proper management commands (.account 2fa) - Secrets can now be encrypted (set TOTPTokenSecret in .conf) - Secret now stored in binary - Argon2 and AES primitives - Base32/64 support
2019-08-08Scripts/Spells: Runic Healing Injector (#23690)Sorikoff
* Scripts/Spells: Runic Healing Injector * Rename 9999_99_99_99_world.sql to 2019_08_08_00_world.sql
2019-08-08Scripts/Spells: Port Part of Druid Scripts to New Script Registration (#23691)Sorikoff
2019-08-07that should make gcc complain less (57b36df follow-up)Treeston
2019-08-07nopch fixTreeston
2019-08-07Scripts/Commands: Add .go boss, and do a usability pass over .go instance to ↵Treeston
match it.
2019-08-06Scripts/Commands: Cleanup some output from .go instanceTreeston
2019-08-05Scripts/Blackrock Depths: Use DB Texts for Doom'rel (#23681)Sorikoff
* Scripts/Blackrock Depths: Use DB Texts for Doom'rel * Quick Fix
2019-08-04Build fixKeader
Followup: 7b541098d5fcc25cc6d4fb20a25571700f407fca
2019-08-04Scripts/Spells: Fixed mage Empowered Fire regain percentKeader
You should regain 2% of your base mana. With old script, you get 15% of base mana.
2019-08-04Core/Pooling: Quest pooling rewrite: (PR#23627)Treeston
- Split quest pooling from PoolMgr (into QuestPoolMgr) - Proper saving/restoring on server restart - No more hacking into sObjectMgr to insert/remove available quests
2019-08-04Core/Unit: Spell focusing now no longer nonsensical. HasSpellFocus always ↵Treeston
const. Error logs for various stuff.
2019-08-03Core/Unit: rename more methodsccrs
Workaround prework till actual facing system rework arrives
2019-08-03Core/Unit: rename IsFocusing methodccrs
Workaround prework till actual facing system rework arrives
2019-08-03Script/Hyjal: prevent Archimode from attacking players while invisible, and ↵Wyrserth
fix his scale (thanks Killyana!). Closes #16424.
2019-08-02Scripts/Spells: Devour Humanoid (#23660)Sorikoff
2019-08-02Scripts/Hyjal: Seriously, who calls EnterEvadeMode in a AI constructor????Treeston
2019-08-01Scripts/FollowerAI: Some cleanup:Treeston
- FollowerAI properly resumes follow after evading. - Removed duplicated getters from CreatureAI (IsEscorted vs IsEscortNPC), they were used to do the same thing - FollowerAI properly assists in combat. - FollowerAI properly despawns if quest is abandoned. - FollowerAI now supports dynamic respawning for escort NPCs.
2019-07-31Scripts/ICC: Prevent Professor Putricide from displaying weird behavior ↵Treeston
during the Rotface/Festergut encounters as a result of his boss boundary
2019-07-29Scripts/Blood Furnace: Fix infinite loop in Broggok encounterGiacomo Pozzoni
Fix infinite loop in Broggok encounter caused by https://github.com/TrinityCore/TrinityCore/pull/23300
2019-07-25Script/CullingOfStratholme: add out-of-combat texts to Postmaster Malown and ↵Wyrserth
fix Arthas' attack animation when he kills the two civilians for the RP event.
2019-07-25Spells/Priest: Fix Power Infusion, shouldn't stack with Arcane Power (Mage) ↵Gildor
(#23619) * Spells/Priest: Fix Power Infusion, shouldn't stack with Arcane Power (Mage) * delete unnecessary comments * make @Aokromes happy ;) * update group_id * Rename 9999_99_99_99_world_335.sql to 2019_07_25_00_world_335.sql
2019-07-25Scripts/Defines: cleanup some magic numbers in factions (#23631)ForesterDev
2019-07-24Core/Totems: update select display for shaman totems (#23583)ForesterDev
(cherry picked from commit 8ca6a20e7303e942adfb6d97b9aa94fab7c6b895) # Conflicts: # src/server/game/Entities/Totem/Totem.cpp # src/server/game/Entities/Unit/Unit.cpp # src/server/game/Entities/Unit/Unit.h # src/server/game/Spells/SpellMgr.cpp # src/server/game/Spells/SpellMgr.h # src/server/game/World/World.cpp
2019-07-21Script/ScarletEnclave: remove Eye of Acherus control and speed auras from ↵Wyrserth
player when the Eye of Acherus is dismissed.
2019-07-21Spell/Mage: Fixed duplicate / erroneous ID of the spell Consumption (#23618)Gildor
2019-07-21Core/AI: Finally move the "is creature engaged" flag to be a property of the ↵Treeston
creature AI, where it honestly always belonged. Fixes #17981 and #23602 for real this time.
2019-07-20Script/SethekkHalls: fix gossip text and quest event for NPC Lakka in ↵Wyrserth
Sethekk Halls.