aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2022-01-12Scripts/BM: Remove unused textoffl
2022-01-12Scripts/Spells: Few fixes to spells with GameObjectActions (#27587)offl
2022-01-07Scripts\Event: COG Corrections (#27532)acidmanifesto
Goldshire is a area not a zone. Zone is Elwynn Forest. CHILDEREN is spelled with 1 E not 2.
2022-01-02Update inkeeper content (#27507)Grindelwald
* Update localized hotel content Update localized hotel content * Using the database to display GOSSIP The broadcast_text_locale has the relevant gossip_menu_option data, but C++'s strong coding makes them appear only in the default English.
2022-01-01DB: Sync structure of a shared auth table between branchesShauren
2021-12-23Scripts/Spells: Update Gordunni Trap spell script (#27437)offl
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-12-20Scripts/Spells: Remove unnecessary SetAnimationTieroffl
2021-12-18Scripts/Quest: Rework 'The Cleansing' (11317,11322) (#27413)offl
2021-12-18Update cs_misc.cpp (#27418)kvolk2git
2021-12-16Scripts/Spells: Furious Rage & scripts for creatures who uses it (#27403)offl
2021-12-13Scripts/Quest: Update 'It's All Fun and Games' (12887,12892) (#27394)offl
2021-12-13Scripts/MFF: Update Ahune's Ice Spear behavior (#27384)offl
2021-12-09Scripts/HoS: Update Maiden of Grief (#27360)offl
2021-12-09Scripts/HoS: Update Sjonnir (#27357)offl
2021-12-01Scripts/Crypts: Rework Exarch Maladaar (#27313)offl
2021-12-01Scripts/Spells: Generic spell script for quest portals (#27305)offl
2021-12-01Scripts/The Eye: Few updates to Kael'thas & Astromancer (#27304)offl
2021-12-01Scripts/Botanica: Rework Laj (#27282)offl
2021-12-01Scripts/Mechanar: Rework Nethermancer Sepethrea (#27277)offl
2021-12-01Scripts/ZG: Improve High Priestess Jeklik (#27274)offl
2021-11-24Scripts/Spells: Small cleanup for gen/item spell scripts (#27311)offl
2021-11-23Scripts/Misc: Migrate world event scripts to separate files 2 (#27309)offl
2021-11-21Scripts/Misc: Migrate world event scripts to separate files (#27284)offl
2021-11-21Scripts/Borean Tundra: Add missing else in ↵Shauren
a8558c4361a7e3560c094886ef3072d46c64de44
2021-11-20Scripts/Spells: Void Zone's Consumption (#27265)offl
2021-11-10Scripts/Creature: Replace trigger_periodic with unique scripts (#27240)offl
2021-11-02DB/Creature: Zaetar's Spiritoffl
2021-11-01Scripts/Quest: Make 'Search and Rescue' less hacky (#27227)offl
2021-11-01Scripts/Quest: Update 'Trail of Fire' & 'Warning: Some Assembly Required' ↵offl
(#27184)
2021-11-01Scripts/Misc: Migrate Operation Gnomeregan & Zalazane's Fall scripts to own ↵offl
files (#27163)
2021-11-01Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160)offl
2021-10-29Scripts/Uldaman: Fix Ironaya crash (#27189)Gildor
* Scripts/Uldaman: Fix Ironaya crash * little code cleanup * oops
2021-10-25Core/Spells: Fixed Prayer of Mending (#27105)Lucas Nascimento
Closes #3770
2021-10-25add item xxxxx show to who was added item (#27020)kvolk2git
Co-authored-by: Aokromes <Aokromes@users.noreply.github.com>
2021-10-24Scripts/Commands: fix `.learn all recipes` (#27153)ihm-tswow
if client had same locale as server, the command didn't work (should've been != and not ==). Furthermore, server dbcs only have the server locale for these, and they might or might not match up with the client. only downside of removing the check entirely is possibility of mixups if two locales have overlapping names for different skills. I highly doubt a single such instance exists.
2021-10-21DB/Creature: The Brewmaiden & The Black Brewmaiden (#27133)offl
Closes #27127
2021-10-20Core/Scripting: Get rid of ModifyVehiclePassengerExitPos (#27126)offl
2021-10-09Scripts/Spells: Fixed Life Tap (#27003)Lucas Nascimento
2021-10-08Script/World: Brewfest Reveler Script (#27031)Malcrom
2021-10-07Scripts/Spells: Handle quest tame spells in spell script (#27022)offl
2021-10-06Scripts/Misc: Remove again LANG_ADDITEMAokromes
2021-10-06Scripts/Commands: account onlinelist (#27004)Giacomo Pozzoni
* Script/Commands: Remove sync db queries from ".account onlinelist" * Add additional "account onlinelist" commands - "account onlinelist ip" to filter by ip address - "account onlinelist limit" to limit the output rows - "account onlinelist map" to filter by map id - "account onlinelist zone" to filter by zone id * Update src/server/scripts/Commands/cs_account.cpp
2021-10-06Script/Commands: Allow to specify the target player in .additem command (#26997)Giacomo Pozzoni
* Script/Commands: Allow to specify the target player in .additem command New syntax: .additem <required item id> <optional item count> <optional player name> Close #25875 * Move target player to new command ".additem to <player> <item> <count>"
2021-10-06Core/Misc: Fix appleclang 12 warningsShauren
(cherry picked from commit 3bf6698116d6d683947ccd23f21bba933dc59a2e) # Conflicts: # src/server/game/Handlers/BlackMarketHandler.cpp # src/server/game/Loot/LootItemStorage.cpp # src/server/scripts/Northrend/Nexus/Oculus/boss_urom.cpp # src/server/shared/DataStores/DB2DatabaseLoader.cpp
2021-10-05Scripts/Misc: Remove 2 logs, they are handled by gm logsAokromes
2021-10-02Skip proccing Sheath of Light when at full health (#26987)Giacomo Pozzoni
2021-09-28Scripts/ICC: Implemented spell Dark ReckoningKeader
Closes #26941
2021-09-27Scripts/Spells: Mount check aura for Gryphon Hatchling & Wind Rider Cub (#26897)offl
Closes #26600
2021-09-16Core/Misc: Rename UNIT_FLAG_SWIMMING to UNIT_FLAG_CAN_SWIMoffl
Ref #26912
2021-09-15Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913)offl