Commit Graph

34433 Commits

Author SHA1 Message Date
offl
7db4e80293 DB/Quest: Update 'Hunting For Ectoplasm'
Closes #26737
2021-08-31 23:52:01 +03:00
offl
fd9d04062c DB/GameObject: Update Toy Train Set 2021-08-31 23:51:35 +03:00
Shauren
c3455595fc Core/Misc: Fixed effect index check in ObjectMgr::LoadSpellScripts 2021-08-31 21:59:22 +02:00
Shauren
6ad58d604a Core/Misc: Fix windows nopch build
Closes #25363
2021-08-31 13:46:17 +02:00
Shauren
bec81b1d7b Build: Replace git describe with more script friendly alternative, git rev-parse and git diff-index
(cherry picked from commit 29659b4192)
2021-08-31 11:30:42 +02:00
Giacomo Pozzoni
3af4d17188 Handle deprecated SAI actions and events (#26846)
* Core/SAI: Show a clear error for no longer supported SAI actions

* Core/SAI: Show a warning for deprecated SAI events, still loading them.

Disable log "sql.sql.deprecation" in config if you want to ignore the warning
2021-08-31 09:23:24 +02:00
offl
aa4eec64a5 DB: Fix minor difference between current and sniffed position caused by wrong development methods 2021-08-31 02:40:44 +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
665f215486 Core/Spells: Fixed implementation of Spell::EffectRechargeManaGem when it is not the first effect on a spell (0 cases, sync code between branches) 2021-08-30 23:51:46 +02:00
Shauren
0c9cc0c8ae Core/Auras: Changed aura dot stacking rule to not ignore aura type of "existingAura" 2021-08-30 23:51:46 +02:00
Shauren
7440c9cf19 Core/Spells: Removed SpellEffIndex effIndex argument from spell effect handlers 2021-08-30 23:51:37 +02:00
Kelno
462e11c96f Remove combo points on a creature when it evades (#26836) 2021-08-30 11:27:51 +02:00
trickerer
8729bec844 Core/Combat Fix first autoattack being skipped after charging (#26860)
Fixes #25014
Fixes #24626
2021-08-30 11:26:37 +02:00
Giacomo Pozzoni
cb764a932d Core/SAI: Change error to warning for unused parameters (#26848)
Change error to warning for unused parameters and load the scripts instead of skipping them
2021-08-30 11:20:31 +02:00
Gildor
0fad28e4ab Core/Unit: improve SPELL_AURA_MOD_IMMUNE_AURA_APPLY_SCHOOL immunities (#26849) 2021-08-30 11:19:32 +02:00
Shauren
5ccf7164cb Build fix 2021-08-29 22:14:34 +02:00
Keader
1fd95cef7c Scripts/Black Temple: Removed Illidari Council Enconter Frame 2021-08-29 17:09:48 -03:00
Keader
551c2c2de7 Core/Spells: Fixed Travel time of Scatter Shot / Silencing Shot
Proofs:
https://www.youtube.com/watch?v=GwTc98-X60E (06:52, 09:15) - original link: https://www.warcraftmovies.com/movieview.php?id=158811
https://www.youtube.com/watch?v=G_m9hwU75No (00:46, 01:36)
https://www.youtube.com/watch?v=zLBpEslWusw (04:58) - original link: https://www.warcraftmovies.com/movieview.php?id=136161
2021-08-29 16:59:58 -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
Keader
9c16595f0c DB/Proc: Fixed Nether Protection proc
- Spell should proc with non-damage spells too
Proofs:
https://www.youtube.com/watch?v=FGPDFjgQCQ0 01:44 proc with curse of tonges, 03:18 proc with seduction
https://www.youtube.com/watch?v=B7BZSNVILb8 0:37 proc with corruption application, 02:09 mage silence
https://www.youtube.com/watch?v=yXbQjARpj-4 05:47 strangulate
https://www.youtube.com/watch?v=0tVKUW9HCKw 05:52 psychic horror
https://www.youtube.com/watch?v=TJQn1OVFCjw 09:28 hammer of justice
2021-08-29 15:45:21 -03:00
kvolk2git
3c51f18d9b DB/Locale/ruRU: Add missing offer rewards for quest id 526, 601-900
Closes #26869
2021-08-29 16:50:21 +03:00
kvolk2git
8eb69c1bd7 DB/Locale/ruRU: Add missing offer rewards for quest id 301-600
Closes #26863
2021-08-29 16:50:02 +03:00
kvolk2git
7a4d7c4d94 DB/Locale/ruRU: Add missing offer rewards for quest id 1-300
Closes #26862
2021-08-29 16:49:47 +03: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
Shauren
4c59532865 Core/Spells: Begin unifying spell effect access api with master branch
* Introduce SpellInfo::GetEffects and SpellInfo::GetEffect functoins
2021-08-28 23:42:25 +02:00
Shauren
203f175ec9 Core/Vehicles: Remove unused field 2021-08-28 13:35:21 +02:00
Giacomo Pozzoni
d9a0db79a8 Core/DB: Improve MySQL version check messages (#26866)
* Core/DB: Improve MySQL version check messages

* Make it more clear that any version above the required one is supported

* Implement feedback
2021-08-27 18:40:20 +02:00
kvolk2git
587904ac68 DB/Locales: Add missing texts for various quests
Closes #26850

Closes #26851

Closes #26855
2021-08-25 00:25:19 +03:00
Cerveciento
6203866cd2 DB/Locales: Add missing esES & esMX quest locales (Part 178)
Closes #26847
2021-08-25 00:24:44 +03:00
offl
05df5351bb DB/Creature: Remove remaining Feign Death flags, finally
Ref #25764
2021-08-24 23:29:31 +03:00
offl
afafff57a8 DB/Quest: Rework 'Bitter Departure' (12832) 2021-08-24 23:27:14 +03:00
offl
94af395437 DB/Creature: Remove UnitFlags2 0x00200000, added in MoP
Ref #25764
2021-08-23 01:53:12 +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
Ovah
a0aa9730e2 Core/Quests: check PreviousQuestID values as well when trying to make quest groups available to players (#26769)
* Core/Quests: check PreviousQuestID values as well when trying to make a quest available to support quest group requirements for another quest group

* checking for previous quests via NextQuestID only works for single followup quests. However, if we want to make multiple quests available after rewarding all quests of an exclusive group we have to consider PreviousQuestID values as well as every single quest of the next quest group has to check the rewarded exclusive group

* only check for previous quests that must be rewarded instead of being active
2021-08-22 09:58:46 +02: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
offl
33b72ae1cc DB/Creature: Update flags & speed of Rune Weapon 2021-08-20 21:02:57 +03:00
Cerveciento
5f2cea68c3 DB/Locales: Add missing esES & esMX quest locales (Part 177)
Closes #26843
2021-08-20 21:02:38 +03:00
kvolk2git
0cb58a149f DB/Locales: Corrections to some quest texts
Closes #26842
2021-08-20 21:02:17 +03:00
offl
afd2e75675 DB/Creature: Correct text for Shatterhorn 2021-08-20 21:01:24 +03:00
ccrs
ac1ca24ab9 DB: missing format to 2021_08_19_00_world file 2021-08-20 03:47:00 +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
Anton Popovichenko
1ddd9dc19c Core/Config: Implement config override with env vars (#26811)
* Core/Config: Implement config override with env vars

Implement overriding of configuration from the .conf file with environment variables.
Environment variables keys are autogenerated based on the keys defined in .conf file.
Usage example:
$ export TC_DATA_DIR=/usr
$ TC_WORLD_SERVER_PORT=8080 ./worldserver

* Core/Config Fix typo in logs

Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>

* Core/Config Fix code style in EnvVarForIniKey

Co-authored-by: Shauren <shauren.trinity@gmail.com>

* Update tests/common/Config.cpp

* Apply suggestions from code review

Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>

* Apply suggestions from code review

Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>

Co-authored-by: Anton Popovichenko <anton.popovichenko@mendix.com>
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
Co-authored-by: Shauren <shauren.trinity@gmail.com>
Co-authored-by: Peter Keresztes Schmidt <carbenium@outlook.com>
2021-08-19 22:26:16 +02:00
ccrs
0bdc55b07c Scripts/Ahnkahet: adjust timer on Conjure Flame Spheres in Prince Taldaram encounter
values sniffed
2021-08-19 19:36:22 +02:00
ccrs
ff1736c524 DB/SAI: rescript Plague Walker & Ahn'kahar Web Winder + spelldifficulty_dbc 2021-08-19 19:25:44 +02:00
ccrs
b00486e108 Scripts/Ahnkahet: 57fe05f2 followup
cause staging is hard
2021-08-19 18:43:02 +02:00
ccrs
994227fbb3 Build: fix no-pch build 2021-08-19 18:34:52 +02:00