aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2022-09-30DB/Shattered Halls: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit f982e566a71e320f2c88bac06eeabaebed14ba84)
2022-09-30Core/Commands: Allow gameobject/gameobject_template chat links as input to ↵Shauren
.go gameobject commands
2022-09-30DB/Naxxramas: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit 9cac8d88cff2211ecffa024d89efe8059c61e2c7)
2022-09-29DB/Karazhan: Migrate linked_respawn to spawn groupsShauren
(cherry picked from commit cc6e0bfeb44181f93b44d83bde9c057425b2d861)
2022-09-29Scripts/Battle for Mount Hyjal:Fix wrong npc text,trash movment,archimode ↵lee
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)
2022-09-29Scripts/Events: Ironforge hourly bell event correction (#28234)M'Dic
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)
2022-09-21Scripts/Silverpine: Implemented quest The Warchief Cometh (questid 26965) ↵Teleqraph
(#28251)
2022-09-19Core/Spells: Fix glyph of stars (druid) (#28258)Aqua Deus
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ↵Shauren
format argument instead being templated on it to slightly improve compile times and reduce executable size
2022-09-17Core/Loot: Simplify loot containersShauren
* Unify items and quest_items * Drop PlayerQuestItems and PlayerNonQuestNonFFAConditionalItems
2022-09-16Core/Loot: Move loot rolls from Group to LootShauren
* Partial port of cmangos/mangos-wotlk@ffdf9a05d67a04c3c0304e9b021807fa5b867583
2022-09-11Core/Spells: Remove all hardcoded restrictions for pick pocket spell effect ↵Shauren
and rely only on presence of pickpocket loot in db
2022-09-08Core/Misc: Fixed build with clang 13Shauren
2022-09-08Core/Gossip: Drop OptionType for gossip_menu_option and rename OptionIcon to ↵Meji
OptionNpc as it also determines functionality on client side (#28220) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-09-07Scripts/Spells: Fixed crash in spell_pri_atonementShauren
2022-09-05Scripts/Naxxramas: Fixed number of affected targets for Cripple and Curse ↵Dan Johnson
spells in 25 man version of Noth the Plaguebringer encounter (#28161) (cherry picked from commit 6b2fac687d05e14ae3e7b947b1193c39cc0d43c1)
2022-09-05Scripts/Spells: Random fixes (#28143)offl
(cherry picked from commit 53cc21b1b45e11ba9358df3281cfa2b021fb1ea0)
2022-09-05Scripts/Quest: Rework 'Fel Spirits' (10909) (#28134)offl
(cherry picked from commit aef55d5dfac99808d28f5ff5591b243f1100a89c)
2022-09-05Scripts/Spells: Script 'Hate To' spells (#28129)offl
(cherry picked from commit d06842d42a0c140e76571fa30131a950be6d5faa)
2022-09-05Scripts/Quest: Adjustments to Runeforging (#28115)offl
(cherry picked from commit 444928f3c5fb51056321c9fe554743e25354de27)
2022-09-05Scripts/Spells: Great/Fish/Gigantic/Small/Bountiful Feast (#28114)offl
(cherry picked from commit 9a9edb4dfe60f574b33c705c79fca29e278e2384)
2022-09-05Scripts/Quest: Update few quests (#28108)offl
(cherry picked from commit 1c96eebcc185026cac4a84875195fb93c0485d08)
2022-09-05Scripts/Nexus: Rework Telestra (#28104)offl
Closes #27792 Closes #27941 (cherry picked from commit 93db014cb9dec117c23a5402c83e6c67ca033006)
2022-09-05Scripts/Events: Update few Love is in the Air quests & items (#28084)offl
(cherry picked from commit b339fbaaf3832a468acdc35d5dfa2f7024b67ff0)
2022-09-05Scripts/Spells: Hex of Jammal'an (#28083)offl
(cherry picked from commit b801528e9db77ed10edf88ab2881dd7e33fa9127)
2022-09-05Scripts/Quest: Update 'Sabotage' (12676) (#28082)offl
(cherry picked from commit fca49f428b8cf7cff4d573c9afbd863965975946)
2022-09-05Scripts/Pets: Update Lil' K.T. (#28071)offl
(cherry picked from commit dfd1692e3136606e4633db45cba0871316c0d651)
2022-09-05Core/SAI: Rename LeavingWorld to OnDespawn & use it in SAI (#28059)offl
(cherry picked from commit b9450bcdd0924ca69b5b2cc675f5c2b558ff9b47)
2022-09-05Scripts/Spells: Correctly implement Murmur's Touch & Dire Brew (#28058)offl
(cherry picked from commit f0d2418e5f2dabfae97a481fde52bc20ba93c72e)
2022-09-05Scripts/Oculus: Update Drakos the Interrogator (#28053)offl
(cherry picked from commit 2d348b6d8b39f93a7cc18731aa394116332c5cf5)
2022-09-05Scripts/Spells: Get rid of several DB spell scripts (#28048)offl
(cherry picked from commit 3808e614d9760a2588fec0c1b0b4c30feda36dcc)
2022-09-05Scripts/Quest: Update 'Dissension Amongst the Ranks...' (10769, 10776) (#28044)offl
(cherry picked from commit ffcc976524e3b1ba99023e40e7fc9cce4d01a2f7)
2022-09-05Scripts/Quest: Update 'Through the Eye' (13121) (#28043)offl
(cherry picked from commit 5512cf8a99da6a019bae1234429526fe47322878)
2022-09-05Scripts/UB: Rework The Black Stalker (#28040)offl
(cherry picked from commit c025fcef743122ccd1c2a8e79463941c72ee7e12)
2022-09-05Scripts/Quest: Rework 'Mending Fences' (12915) (#28034)offl
(cherry picked from commit 61f32426ab534f8b19fc85bbbac1224ffc73a70c)
2022-09-05Scripts/Spells: Rework Fire Bomb (Halaa) (#28025)offl
(cherry picked from commit b5194a15276f5ffc88ebaf38971dce0c2057f10f)
2022-09-02Core/Commands: Convert quest commands to new systemShauren
2022-09-02Core/Commands: Added .quest objective complete command to complete single ↵ModoX
quest objectives
2022-09-02Core/Misc: Reduce differences between branches (refactors from ↵Shauren
44ac5cbbea4f8e17be978412681634130f006d16)
2022-09-02Core/OutdoorPvP: Dropped HandleGossipOption and CanTalkTo from OutdoorPvP ↵ModoX
and move the related stuff to npc scripts (#28224)
2022-09-01Core/Loot: Allocate Loot separately from objectsShauren
2022-08-31Scripts/Spells: Fixed Mag'har Orc racial Ancestral Call (#28225)Aqua Deus
2022-08-31Scripts/Pandaria: Fixed The Lesson of Stifled Pride (#28128)Shamage
* also added some cosmetic stuff Co-authored-by: ModoX <moardox@gmail.com>
2022-08-22Scripts/Draenor: Implement script for quest 34586 (Establish your Garrison) ↵Aqua Deus
(#28057) Co-authored-by: Naddley <64811442+Naddley@users.noreply.github.com>
2022-08-02Scripts/Spells: Divine Star (Priest) fixed (#28112)Teleqraph
2022-08-02Scripts/Spells: Priest - Power of the Dark Side fixed (#28118)Teleqraph
2022-08-02Scripts/Spells: Priest - Sins of the Many fixed (#28122)Teleqraph
2022-07-24Core/WorldStates: Add generic worldstates for team in instanceShauren
2022-07-24Core/Maps: Removed MapInstanced - no longer neccessary for grid data ↵Shauren
reference counting (moved to TerrainInfo)
2022-07-23Core/Maps: Move terrain data handling out of Map classShauren
Partial port of cmangos/mangos-wotlk@ff5232c64809207b5fa59d62e9870f58a36b6f3f