aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2021-08-16Scripts/Commands: Avoid copies of RBACCommandDataShauren
Silences the PVS V1002 warning: "The 'RBACCommandData' class, containing pointers, constructor and destructor, is copied by the automatically generated copy constructor."
2021-08-16Scripts/Ahnkahet: small corrections to boss_prince_taldaram scriptccrs
2021-08-16Scripts/Ahnkahet: corrections to boss_jedoga_shadowseeker scriptccrs
2021-08-15Scripts/Misc: Moved Submerge script to spell_genericKeader
2021-08-15Scripts/Commands: Convert argument parsing of instance commands to new systemCarbenium
2021-08-14Scripts/Spells: Fixed Anti-Magic Zone amount calculationKeader
Spell is casted by a trigger, not a player, so script need get owner instead caster
2021-08-14Scripts/Ulduar: Moved UNIT_FLAG_NOT_SELECTABLE to inside XT002 ScriptKeader
Spell is used for some world quests too
2021-08-14Scripts/Commands: Convert title commands to new systemCarbenium
2021-08-14Core/Script: fix Silithus Wind Stone exploit (#26808)Jinnaix
* Core/Script: fix Silithus Wind Stone exploit * corrections Closes #23577
2021-08-14Scripts/Commands: Convert rbac commands to new systemCarbenium
Note: To enable rbac commands for administrators permissions 202-206 have to be linked to permission 196. Sample SQL for auth DB: INSERT INTO `rbac_linked_permissions` VALUES (196, 202), (196, 203), (196, 204), (196, 205), (196, 206);
2021-08-12DB/Quest: Rework 'Relief for the Fallen' (12937)offl
2021-08-11Scripts/Ahnkahet: corrections to boss_elder_nadox scriptccrs
2021-08-11DB/Quest: Rework 'The Tome of Divinity' (1783,1786)offl
2021-08-10Build: fix no-pch buildccrs
2021-08-10Scripts/Ahnkahet: corrections to npc_amanitar_mushrooms scriptccrs
2021-08-10Scripts/Spells: Fix support for 'Teleport This!' (10857) (#26789)offl
Co-authored-by: offl <offl@users.noreply.github.com>
2021-08-09Scripts/World: improve Training Dummy script (#26778)Gildor
2021-08-09Core/AI: Add DamageEffectType and SpellInfo parameters to ↵Giacomo Pozzoni
UnitAI::DamageTaken (#26787) * Core/AI: Add DamageEffectType and SpellInfo parameters to UnitAI::DamageTaken * Update scripts
2021-08-09Scripts/SWP: Update M'uru to new register model (#26793)offl
2021-08-09Scripts/BM: Update scripts to new register model (#26792)offl
2021-08-09Scripts/BFD: Update scripts to new register model (#26791)offl
2021-08-09Scripts/Spells: Update quest spell scripts to new register model (#26790)offl
2021-08-08Core/Spell: Fix Mage Frostfire bolt, now it will not put target into combat ↵Gildor
at expire (#26775)
2021-07-24Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
* Core/DBLayer: Add QueueSize() method Add QueueSize() method to database objects (Login, Character and World) that returns how many tasks are queued. Include the queue size of the 3 databases in ".server debug" command * Make the code less threadsafe * Send data to InfluxDB * Update grafana dashboard
2021-07-21Game/Event: zone_hellfire_peninsula.cpp (#26724)Jinnaix
* Game/Event: zone_hellfire_peninsula.cpp Convert script timer into game event * _events.Reset(); - just in case * Rename 9999_99_99_99_world.sql to 2021_07_21_03_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
2021-07-17Scripts/Commands: Fix ".server debug" crashing in some special conditionsjackpoz
2021-07-17Core/Pet: Don't allow to tame pets that have already a owner (#26674)Giacomo Pozzoni
2021-07-17Core/SAI: Warn when an unused parameter is set in the database (#26628)Giacomo Pozzoni
* Core/SAI: Warn when an unused parameter is set in the database * Warn when an unused parameter is set in the database as all unused parameters are supposed to be set to 0. * Remove unused struct from union. * Add a new struct simpleTalk for SMART_ACTION_SIMPLE_TALK instead of reusing only some fields of struct talk from SMART_ACTION_TALK * Add addAura and flag structs to be used instead of generic ones to match the parameters used by actions * Add randRangeTimedActionList struct to be used instead of generic ones to match the parameters used by actions. * Remove unused action structs.
2021-07-17Scripts/Molten Core: Update remaining scripts to new register model (2/2) ↵offl
(#26710)
2021-07-17Scripts/Molten Core: Update remaining scripts to new register model (1/2) ↵offl
(#26709)
2021-07-17Scripts/ToC: Update Twin Val'kyr to new register model (#26708)offl
2021-07-17Scripts/ToC: Update remaining scripts of Beasts of Northrend to new register ↵offl
model (#26707)
2021-07-17Scripts/ToC: Update Faction Champions to new register model (#26706)offl
2021-07-17Scripts/ToC: Update Anub'arak to new register model (#26705)offl
2021-07-17Scripts/Azjol Nerub: Update Krik'thir to new register model (#26704)offl
2021-07-17Scripts/Azjol Nerub: Update Hadronox to new register model (#26703)offl
2021-07-15Scripts/FoS: Update remaining scripts to new register model (#26700)offl
2021-07-15Scripts/Ruby Sanctum: Update instance scripts to new register model (#26699)offl
2021-07-15Scripts/Ruby Sanctum: Update Saviana to new register model (#26698)offl
2021-07-15Scripts/Ruby Sanctum: Update Zarithrian to new register model (#26697)offl
2021-07-15Scripts/Obsidian Sanctum: Update Sartharion to new register model (#26696)offl
2021-07-14Scripts/ZG: Update scripts to new register model (5/5) (#26695)offl
2021-07-14Scripts/ZG: Update scripts to new register model (4/5) (#26694)offl
2021-07-14Scripts/ZG: Update scripts to new register model (3/5) (#26693)offl
2021-07-14Scripts/ZG: Update scripts to new register model (2/5) (#26692)offl
2021-07-14Scripts/BWL: Update scripts to new register model (3/3) (#26691)offl
2021-07-14Scripts/BWL: Update scripts to new register model (2/3) (#26690)offl
2021-07-13Scripts/The Eye: Migrate Al'ar's fire immunity to DBoffl
Nope, that apply-remove hack is not needed
2021-07-13Scripts/The Eye: Reorder Kael'thas' scriptsoffl
2021-07-13Scripts/BWL: Update scripts to new register model (1/3) (#26686)offl