Commit Graph

5892 Commits

Author SHA1 Message Date
offl
ef4c878d26 Scripts/Spells: Small cleanup for gen/item spell scripts (#27311) 2021-11-24 17:05:01 +02:00
offl
eb812bf3d5 Scripts/Misc: Migrate world event scripts to separate files 2 (#27309) 2021-11-23 18:38:36 +02:00
offl
542c10094f Scripts/Misc: Migrate world event scripts to separate files (#27284) 2021-11-21 23:18:10 +02:00
Shauren
3d9a2d5603 Scripts/Borean Tundra: Add missing else in a8558c4361 2021-11-21 15:26:23 +01:00
offl
44a6d393d7 Scripts/Spells: Void Zone's Consumption (#27265) 2021-11-20 21:49:56 +02:00
offl
7a307ebb6d Scripts/Creature: Replace trigger_periodic with unique scripts (#27240) 2021-11-10 16:49:33 +02:00
offl
44a265685e DB/Creature: Zaetar's Spirit 2021-11-02 03:29:40 +02:00
offl
6e07acbbde Scripts/Quest: Make 'Search and Rescue' less hacky (#27227) 2021-11-01 18:11:39 +02:00
offl
cbb13b0efb Scripts/Quest: Update 'Trail of Fire' & 'Warning: Some Assembly Required' (#27184) 2021-11-01 18:10:39 +02:00
offl
d42c89aa04 Scripts/Misc: Migrate Operation Gnomeregan & Zalazane's Fall scripts to own files (#27163) 2021-11-01 18:10:09 +02:00
offl
ed38206031 Scripts/Misc: Replace some of AddItem / CreateItem with spells (#27160) 2021-11-01 18:09:24 +02:00
Gildor
cb4e12bdf0 Scripts/Uldaman: Fix Ironaya crash (#27189)
* Scripts/Uldaman: Fix Ironaya crash
* little code cleanup

* oops
2021-10-29 19:38:01 +02:00
Lucas Nascimento
1403de8daf Core/Spells: Fixed Prayer of Mending (#27105)
Closes #3770
2021-10-25 19:31:58 -03:00
kvolk2git
822b32b64b add item xxxxx show to who was added item (#27020)
Co-authored-by: Aokromes <Aokromes@users.noreply.github.com>
2021-10-25 12:41:43 +02:00
ihm-tswow
c946370c5f Scripts/Commands: fix .learn all recipes (#27153)
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-24 17:56:01 +02:00
offl
2f0b7a756a DB/Creature: The Brewmaiden & The Black Brewmaiden (#27133)
Closes #27127
2021-10-21 02:15:57 +03:00
offl
d7adc50daa Core/Scripting: Get rid of ModifyVehiclePassengerExitPos (#27126) 2021-10-20 01:04:02 +03:00
Lucas Nascimento
708db54673 Scripts/Spells: Fixed Life Tap (#27003) 2021-10-09 10:16:55 -03:00
Malcrom
83ae8fc519 Script/World: Brewfest Reveler Script (#27031) 2021-10-08 18:32:31 +02:00
offl
4441d42253 Scripts/Spells: Handle quest tame spells in spell script (#27022) 2021-10-07 16:03:38 +03:00
Aokromes
e8c005df3d Scripts/Misc: Remove again LANG_ADDITEM 2021-10-06 15:58:07 +02:00
Giacomo Pozzoni
e3591b25a5 Scripts/Commands: account onlinelist (#27004)
* 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-06 11:32:37 +02:00
Giacomo Pozzoni
bebf1876ab Script/Commands: Allow to specify the target player in .additem command (#26997)
* 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-06 11:32:07 +02:00
Shauren
c029f21f34 Core/Misc: Fix appleclang 12 warnings
(cherry picked from commit 3bf6698116)

# 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-06 10:34:20 +02:00
Aokromes
a462daa01c Scripts/Misc: Remove 2 logs, they are handled by gm logs 2021-10-05 15:52:33 +02:00
Giacomo Pozzoni
1c1c38ae97 Skip proccing Sheath of Light when at full health (#26987) 2021-10-02 16:33:38 +02:00
Keader
bddf41e718 Scripts/ICC: Implemented spell Dark Reckoning
Closes #26941
2021-09-28 21:48:46 -03:00
offl
5f71c40b96 Scripts/Spells: Mount check aura for Gryphon Hatchling & Wind Rider Cub (#26897)
Closes #26600
2021-09-27 00:41:25 +03:00
offl
e4a82ee97a Core/Misc: Rename UNIT_FLAG_SWIMMING to UNIT_FLAG_CAN_SWIM
Ref #26912
2021-09-16 21:15:52 +03:00
offl
c4741a131a Core/Misc: Rename UNIT_FLAG_NOT_SELECTABLE to UNIT_FLAG_UNINTERACTIBLE (#26913) 2021-09-15 01:04:03 +03:00
offl
b2fffe674d Scripts/Misc: Remove useless comments & Varos' Centrifuge Shield adjustments 2021-09-14 22:18:30 +03:00
Mikhail Redko
5286ecfca8 Scripts/Spells: Wandering Plague should ignore targets under breakabl… (#26889)
* Scripts/Spells: Wandering Plague should ignore targets under breakable by damage crowd control effects.
Closes TrinityCore#26162
2021-09-11 17:46:16 -03:00
offl
70c3e58327 Scripts/Creature: Update Dancing Flames (#26883) 2021-09-09 23:54:27 +03:00
offl
ff8ddbfd53 Scripts/Spells: Script for 'Injured' (22269) (#26882) 2021-09-09 23:54:05 +03:00
Shauren
325bdc0ab0 Core/Spells: Remove remaining direct accesses to SpellInfo::Effects 2021-09-04 14:21:02 +02:00
offl
0e12e23f77 DB/Creature: Remove remaining non-static flags from DB, finally (#26884) 2021-09-04 02:13:45 +03:00
offl
fd9d04062c DB/GameObject: Update Toy Train Set 2021-08-31 23:51:35 +03:00
Shauren
e50102178b Core/Spells: Spell effect info access refactoring part 3 - removed direct SpellInfo::Effects field access from game 2021-08-31 00:13:44 +02:00
Shauren
7440c9cf19 Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlers 2021-08-30 23:51:37 +02:00
Keader
1fd95cef7c Scripts/Black Temple: Removed Illidari Council Enconter Frame 2021-08-29 17:09:48 -03:00
Shauren
6573395f24 Core/Spells: Spell effect info access refactoring part 2 - passing SpellEffectInfo as arguments directly instead of SpellInfo + effect index 2021-08-29 21:12:49 +02:00
ccrs
505e91a016 Scripts/VioletHold: f661bc6 follow-up - remove remnants of SetVisible calls from npc_sinclari_vh 2021-08-29 13:42:51 +02:00
ccrs
4c0ff09171 Scripts/VioletHold: corrections to violet_hold_trashAI to prevent trash npcs being stuck in place forever if SPELL_DESTROY_DOOR_SEAL is no longer being casted for w/e reason 2021-08-29 13:33:45 +02:00
offl
afafff57a8 DB/Quest: Rework 'Bitter Departure' (12832) 2021-08-24 23:27:14 +03:00
offl
2f02c2fb86 DB/Creature: Get rid of more flags
Ref #25764
2021-08-23 00:08:36 +03:00
offl
354a45b09d DB/Creature: Get rid of more Feign Death flags
Ref #25764
2021-08-22 19:18:54 +03:00
jackpoz
b64ef1a39a Scripts/Commands: Fix ".wp show info" showing wrong event chance values 2021-08-21 14:38:27 +02:00
ccrs
b226c88ba2 Revert "Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script"
This reverts commit 31ea74b96e.

They do actually both cast the spell, my mistake
2021-08-20 20:52:42 +02:00
ccrs
31ea74b96e Scripts/ICC: add missing break in npc_frostwing_ymirjar_vrykul script 2021-08-20 20:37:57 +02:00
ccrs
3e886c5561 Scripts/Pet: implement Dance Rune Weapon + minor tweaks to npc_pet_mage_mirror_image script
damage is now halved, years ago it wasn't, so we got that going at least
stat scaling missing - the low damage might even come from this instead of the aura
periodic auras still unknown
2021-08-20 03:41:49 +02:00