offl
c6811d3e4e
DB/Quest: Convert & update support for 'Khu'nok Will Know' to SAI
...
Closes #24933
2020-07-08 17:37:05 +02:00
offl
46ad9fa0d9
DB/Quest: Convert & update support for 'Chasing A-Me 01' to SAI
...
Closes #24925
2020-07-07 00:28:25 +02:00
offl
18864aeddb
DB/Quest: Convert & update scripts from Thousand Needles to SAI
...
Closes #24924
2020-07-06 23:46:19 +02:00
offl
c29e3b46af
DB/Quest: Convert & update support for 'Protect Kaya' to SAI
...
Closes #24923
2020-07-06 23:34:41 +02:00
offl
2ebef0c51c
DB/Creature: Convert & update support for 'Messenger Torvus' to SAI
...
Closes #24852
2020-07-02 23:20:19 +02:00
Keader
4418450804
Scripts/Warrior: Fixed a typo on intervene script
2020-07-01 07:31:51 -03:00
genion18
32aebc14ab
DB/Quest: Rumors for Kravel outro event
...
Closes #24835
2020-06-29 01:32:49 +02:00
offl
eea3cf1401
DB/Quest: Convert & update support for 'Escorting Erland' to SAI
...
Closes #24834
2020-06-29 01:24:45 +02:00
offl
fb58ca0bf5
DB/Quest: Convert & update support for 'Pyrewood Ambush' to SAI
...
Closes #24833
2020-06-29 01:11:10 +02:00
Keader
6d16c39e76
Scripts/Warrior: Implemented threat effect of Intervene
2020-06-28 13:14:25 -03:00
Shauren
0468c70dfe
Core/Maps: Implemented getting area id from gameobject spawns
...
Yes, you can now spawn LK platform anywhere and it will treat you as inside Icecrown Citadel
(cherry picked from commit 42f9deb21e )
2020-06-27 20:23:30 +02:00
offl
d526d5d176
DB/Quest: Convert & update support for 'Scratches' to SAI
...
Closes #24824
2020-06-26 22:40:13 +02:00
offl
f621173748
DB/Quest: Convert Galen's Escape to SAI
...
Closes #23684
2020-06-26 16:05:08 +02:00
offl
f2c2210dbb
DB/Quest: Convert & update support for 'City of Light' to SAI
...
Closes #24814
2020-06-26 15:49:39 +02:00
Rothend
3227ed94bc
Script/Creature: script Terokk's encounter ( #24871 )
...
* Script/Creature: script Terokk's encounter.
Closes #2029
* Apply suggested changes.
* Fix nopch build.
* Rename 9999_99_99_99_world_terokk.sql to 2020_06_24_02_world.sql
* Update 2020_06_24_02_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
Co-authored-by: Eridium <6587064+Killyana@users.noreply.github.com >
2020-06-24 22:02:44 +02:00
Rothend
5f35bf9e79
Script/Spell: fix Midsummer's Juggling Torch ( #24885 )
...
* Script/Spell: fix Midsummer's Juggling Torch.
Closes #17446
* Remove unneeded GetPosition() call, thanks jackpoz for noticing!
* Rename 9999_99_99_99_world_midsummer_torch_juggling.sql to 2020_06_24_01_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
2020-06-24 21:26:01 +02:00
Carbenium
488b91ab83
Core/Battlefield: Move SendInitWorldStatesTo to Battlefield class
2020-06-24 15:09:57 +02:00
Carbenium
c40b897d36
Scripts/Battlefield: Move npc_wg_give_promotion_credit script to BattlefieldWG
...
The script references BattlefieldWG, which is not exported in dynamic builds.
Move the script, so it is in the same library.
2020-06-24 15:09:57 +02:00
Carbenium
f7faf20254
Battlefields: Move BF scripts out of game
...
This commit introduces the usual script interface
for battlefields.
2020-06-24 15:09:57 +02:00
Carbenium
6a8c12587e
Core/Misc: Create new enum for AreaIds
...
Move Wintergrasp BF related values there
2020-06-24 15:09:57 +02:00
ipriver
a46d047f94
fixed indentation for cmake files
2020-06-24 14:42:02 +02:00
NoName
51b221c8f8
Script/ScarletEnclave: Eye of acherus now rooted at spawn ( #24725 )
2020-06-21 12:56:41 +02:00
ForesterDev
8e0365d8a6
DB/Account: update account_access table ( #24788 )
...
* DB/Account: update account_access table:
- rename fields id -> AccountID, gmlevel -> SecurityLevel
- add Comment field
- rename command .acc set gmlevel to .acc set seclevel
* Update auth database
* Fix primary key
* Temporary restore old command account set gmlevel with same handler as account set seclevel
Use Optional for realmID - if not set, use -1 (for all realms)
* Rename 2020_XX_XX_00_auth.sql to 2020_06_20_00_auth.sql
* Update auth_database.sql
* Rename 2020_XX_XX_00_world.sql to 2020_06_20_06_world.sql
Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com >
2020-06-20 21:49:18 +02:00
Killyana
75bc0f6771
Script: Remove npc_avatar_of_martyred converted to SAI
...
Ref 5924e038d6
2020-06-20 20:35:36 +02:00
jackpoz
54e30d4eba
Scripts/VioletHold: Limit the number of current summons before the waves start
2020-06-20 14:12:47 +02:00
Killyana
8b5549c0f1
Creature/Scripts: Remove deprecated scripts
...
Ref bd609caf09
2020-06-17 23:43:34 +02:00
Rothend
c4caae9b6d
Script/Spell: properly round damage of Seal of Righteousness (on-hit proc). ( #24821 )
2020-06-17 19:28:05 +02:00
Peter Keresztes Schmidt
418c3b1fd5
game/AI: Convert SelectAggroTarget to enum class ( #24818 )
...
* game/AI: Convert SelectAggroTarget to enum class
* game/AI: Rename SelectAggroTarget to SelectTargetMethod
2020-06-16 23:08:56 +02:00
offl
a117450ce9
DB/Instance: Convert some Uldaman scripts to DB
...
Closes #24744
2020-06-14 19:16:55 +02:00
offl
8bccb258ba
DB/Quest: Convert & update support for 'All Along the Watchtowers' to SAI
...
Closes #24732
2020-06-14 18:26:35 +02:00
offl
d70eb96c85
DB/Quest: Convert & update support for WP Scourge cauldrons quests to SAI
...
Closes #24730
2020-06-14 18:12:17 +02:00
offl
e47f302fc9
DB/Quest: Convert & update support for 'Escape from the Catacombs' to SAI
...
Closes #24728
2020-06-14 17:52:12 +02:00
jackpoz
cd37a17103
Scripts/Commands: Add .debug objectcount <optional map id> chat command
...
Add .debug objectcount <optional map id> chat command to show the number of Creatures and GameObjects
2020-06-14 15:41:01 +02:00
Keader
f2f4fc921e
kill white space in last commit
2020-06-09 09:57:47 -03:00
Keader
be48fbc32a
Scripts/ShadowfangKeep: Fixed a crash in spellscript
2020-06-09 09:52:44 -03:00
Gildor
aeb41e67a9
Scripts/Naxxramas: Fix Kel'thuzad evade mode when he dies ( #24763 )
2020-06-07 12:55:38 +02:00
ForesterDev
e3b232fe0e
Core/AI: refactor SpellHit and SpellHitTarget. ( #24691 )
...
* Core/AI: refactor SpellHit and SpellHitTarget.
- now caster/target is WorldObject instead of Unit
- remove SpellHitByGameObject / SpellHitTargetGameObject (handled by SpellHit / SpellHitTarget)
- rename parameters in scripts according parent methods
* Restore logic in Algalon script
* Changed check for REMORSELESS_WINTER hit to avoid dublicate call, because it has TARGET_UNIT_CASTER for effects 0/1 and TARGET_GAMEOBJECT_SRC_AREA for effect 2
* Fix build after merge
2020-06-07 10:22:13 +02:00
Gildor
1181b636c0
Scripts/Naxxramas: Noth the Plaguebringer improvements ( #24724 )
2020-06-06 14:22:19 +02:00
Keader
d81a9e5bc3
Core/Misc: Fixed resistance calculate for Mutated Transformation and Twilight Bloodbolt ( #24717 )
...
Ref: 9f7b464a6a
- Implemented a new SpellScript hook that allow control Resistance/Absorb amount of a damage spell.
2020-06-03 22:05:08 -03:00
jackpoz
adc7cd3cee
Core/Misc: Fix static analysis issues reported by Coverity Scan
2020-06-03 20:49:31 +02:00
Giacomo Pozzoni
8c09b6e58b
Cherry-pick some cmake commits ( #24720 )
...
* Build system: Support new in cmake 3.17 Ninja Multi-Config generator
(cherry picked from commit 369b618d4f )
* Build system: Fixed PCH with MSVC & Ninja generator
(cherry picked from commit d669f46b6d )
* Core: Fix clang 10 warnings
(cherry picked from commit 7272508cb4 )
# Conflicts:
# src/common/Utilities/Util.h
# src/server/bnetserver/REST/LoginRESTService.cpp
# src/server/game/Entities/Object/Position.h
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Guilds/GuildFinderMgr.h
# src/server/game/Movement/Spline/MoveSplineFlag.h
# src/server/shared/Dynamic/LinkedList.h
* Build system: Set -Wno-deprecated-copy only for clang 10
(cherry picked from commit 7fdeb259ba )
* Core/Misc: GCC build and warning fixes
(cherry picked from commit 4d69cc1c56 )
# Conflicts:
# src/common/Utilities/Util.cpp
# src/server/database/Database/MySQLConnection.cpp
# src/server/game/Battlefield/Zones/BattlefieldTB.cpp
# src/server/game/DataStores/M2Stores.cpp
# src/server/game/DungeonFinding/LFGMgr.cpp
# src/server/game/DungeonFinding/LFGPlayerData.cpp
# src/server/game/Entities/GameObject/GameObject.cpp
# src/server/game/Entities/Item/Item.cpp
# src/server/game/Entities/Object/Updates/UpdateFields.h
# src/server/game/Entities/Player/Player.cpp
# src/server/game/Entities/Player/RestMgr.cpp
# src/server/game/Entities/Unit/Unit.cpp
# src/server/game/Handlers/PetHandler.cpp
# src/server/game/Server/Packets/GuildPackets.h
# src/server/game/Spells/Auras/SpellAuraEffects.cpp
# src/server/game/Spells/Auras/SpellAuras.cpp
# src/server/game/Spells/Spell.cpp
# src/server/game/Spells/SpellInfo.cpp
# src/server/game/Spells/SpellMgr.cpp
# src/server/scripts/Argus/AntorusTheBurningThrone/boss_garothi_worldbreaker.cpp
# src/server/scripts/Kalimdor/HallsOfOrigination/instance_halls_of_origination.cpp
# src/server/scripts/Northrend/IcecrownCitadel/instance_icecrown_citadel.cpp
# src/server/scripts/Northrend/Ulduar/Ulduar/boss_mimiron.cpp
# src/server/scripts/Northrend/zone_sholazar_basin.cpp
# src/server/scripts/Outland/BlackTemple/instance_black_temple.cpp
# src/server/scripts/Outland/GruulsLair/instance_gruuls_lair.cpp
# src/server/scripts/Outland/HellfireCitadel/BloodFurnace/instance_blood_furnace.cpp
# src/server/scripts/Outland/HellfireCitadel/ShatteredHalls/shattered_halls.cpp
# src/tools/vmap4_extractor/gameobject_extract.cpp
# src/tools/vmap4_extractor/model.cpp
# src/tools/vmap4_extractor/vec3d.h
* Build system: Print found git version when warning about it being too old
(cherry picked from commit 1ae72db201 )
* Build system: Removed hard requirement on BOOST_ROOT being set as environment variable, it can now be also passed as command line argument to cmake and fix compile warning with boost 1.73
(cherry picked from commit 161944b764 )
# Conflicts:
# dep/boost/CMakeLists.txt
* Remove some code that was already removed from 335 and then cherry-picked into master
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2020-05-31 14:17:26 +02:00
Keader
a72197911e
Scripts/Ulduar: Codestyle fix
...
* Making jackpoz happy xD
2020-05-30 13:13:02 -03:00
Keader
00bc6e7d54
Scripts/BloodFurnace: Fixed Broggok stopping work after wipe
...
By: Rushor
2020-05-30 11:57:30 -03:00
Keader
05eeaade3e
Scripts/Ulduar: Fixed XT002 Heart health regeneration
2020-05-30 11:47:43 -03:00
offl
9ebf7b1272
DB/SAI: Convert & update support for Forest Frog to SAI
...
Closes #24714
2020-05-30 16:37:59 +02:00
Keader
456aaf2cea
Scripts/Pet: Fixed Mirror Image trying attacking invalid targets
2020-05-30 11:31:53 -03:00
Gildor
6c1a874e57
Scripts/Trial Of The Crusader: Fixed Anub'arak Pursuing Spikes movement ( #24715 )
2020-05-30 08:50:33 -03:00
Gildor
3ab970aa47
Scripts/Ulduar: Fix Flame Leviathan movement ( #24673 )
2020-05-26 13:20:38 +02:00
offl
e48c415156
DB/Quest: Convert & update support for 'Mark V is Alive!' to SAI
...
Closes #24686
2020-05-26 00:01:54 +02:00
offl
1316ca482d
DB/Quest: Convert & update support for 'When the Cows Come Home' to SAI
...
Closes #24685
2020-05-25 23:32:50 +02:00