Cerveciento
a2de13aff3
DB/Locales: Add missing esES & esMX quest locales (Part 36)
...
Closes #25466
2020-09-18 17:25:43 +03:00
offl
88801630ad
DB/Creature: Add formations & correct waypoints for creatures from Mana-Tombs
2020-09-18 17:25:25 +03:00
offl
af8f8f2fb5
DB/Creature: Add correct waypoints for Bimble Longberry
2020-09-18 17:25:05 +03:00
offl
9a33c7236b
DB/Gameobject: Add more Calcified Elven Gem & adjust respawn time
2020-09-18 17:24:46 +03:00
offl
0d672a4910
DB/Spells: Replace effect jump with effect summon in some summon serverside spells
2020-09-18 17:24:28 +03:00
faq
603844f67b
DB/Misc: Disable movement flag updates for Onyxia and let script handle them
...
Ref https://github.com/TrinityCore/TrinityCore/pull/24875#issuecomment-692626339 https://github.com/TrinityCore/TrinityCore/pull/25460
2020-09-18 17:24:02 +03:00
ForesterDev
54b9bb75e4
Scripts/ICC: update Icecrown Citadel scripts to new model ( #25439 )
2020-09-18 11:02:34 +02:00
ForesterDev
2e1a6aefd0
Scripts/ICC: update Gunship Battle scripts to new model ( #25438 )
2020-09-18 11:01:58 +02:00
Giacomo Pozzoni
6215da0d64
Script/Commands: Add ".pdump copy" command ( #25455 )
...
* Script/Commands: Add ".pdump copy" command
Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid]
Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid.
* Add missing return
* Restore eof check
* Fix sql
* Use forward declaration header
Co-authored-by: Shauren <shauren.trinity@gmail.com >
* Remove buffer when reading a line
* Rename sql files
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2020-09-17 21:49:52 +02:00
Treeston
d2f51569d1
Scripts/Commands: Correct some unexpected behavior in .level
2020-09-17 00:12:21 +02:00
SneakyV
bf11c4acb5
DB/Locales: Add some missing deDE quest locales
...
Closes #25459
2020-09-16 15:55:57 +03:00
Cerveciento
6c2186563d
DB/Locales: Add missing esES & esMX quest locales (Part 35)
...
Closes #25458
2020-09-16 15:55:40 +03:00
offl
8b60a69393
DB/Quest: Rework support for 'Someone Else's Hard Work Pays Off'
2020-09-16 15:55:22 +03:00
offl
184174f1f0
DB/Creature: Add formations to Cenarion Hold Infantry
...
Closes #25456
2020-09-16 15:55:06 +03:00
offl
96f37919b2
DB/Areatrigger: Update teleport maps & positions of Forge of Souls & Pit of Saron instance end areatriggers
...
Areattriger at the end of Forge of Souls should teleport players to Pit of Saron, Pit of Saron areatrigger should teleport players to Halls of Reflection
2020-09-16 15:54:50 +03:00
offl
3f9ac8bad2
DB/Conditions: Make gossip options & texts visible if quest is taken or completed
...
Previously condition CONDITION_QUESTTAKEN (9) was used (checks if quest is taken but NOT completed) while Blizzard always checks only if quest is taken. As result player can see gossip options and texts even if quest is completed but not yet rewarded
Please use CONDITION_QUESTSTATE (47) with ConditionValue2 = 10 (taken or completed) in future to make gossip options or texts visible only if quest is taken
2020-09-16 15:54:08 +03:00
offl
29b119cf91
DB/Quest: Add outro event for 'The Fall of Ossirian'
2020-09-16 15:53:33 +03:00
Kelno
06d3987125
Contrib/EnumUtils: Fixed enumutils_describe.py matching every extension ending with a 'h' (like .sh) instead of only .h file (PR #25462 )
2020-09-16 14:39:23 +02:00
TDB Release
9d959123e6
TDB 335.20091 - 2020/09/15
TDB335.20091
2020-09-15 19:37:54 +00:00
Ovah
0d152e932c
Core/Spells: fix a possible crash when a target that has been focused during spell casts disappears
2020-09-15 14:49:18 +02:00
Ovah
39a436bd65
Core/Spells: cleaned up and improved spell focusing behavior (PR #25440 )
2020-09-14 19:47:51 +02:00
ForesterDev
d52acf1b72
Scripts/ICC: update Deathbringer Saurfang scripts to new model ( #25435 )
2020-09-14 13:53:40 +02:00
Giacomo Pozzoni
cd1858b040
Core/Warden: Attempt to fix random ingame Lua errors with Warden enabled
2020-09-13 21:56:47 +02:00
HoustonCore
7f4bf293f3
DB/SAI: Add missing scripts to Borean Tundra creatures
...
Closes #25426
2020-09-13 21:15:36 +03:00
offl
58395b6ac4
DB/Quest: Update support for 'Fires Over Skettis'
...
Closes #21737
2020-09-13 21:15:18 +03:00
jackpoz
a33ff74d92
Core/Characters: Replace 2 database statements with 1
...
Replace DELETE + INSERT with REPLACE when updating realmcharacters table
2020-09-13 19:22:07 +02:00
Shauren
c1af9bfb9f
Warning fix
2020-09-13 18:55:38 +02:00
jackpoz
69831d2a97
Core/PlayerDump: Update realmcharacters table when importing a character with ".pdump load"
...
Fixes #24517
2020-09-13 18:45:30 +02:00
Shauren
d704b89163
Scripts/Trial of the Champion: "Refactor" encounter state management to use InstanceScript::Get/SetBossState so people attempting to fix this instance don't feel compelled to change EVERY SINGLE BOSS FILE when fixing one of them
2020-09-13 18:23:31 +02:00
Keader
d7a78c1930
Core/Spells: Do not reset periodic timer for stacking DoTs on recast
2020-09-13 13:48:53 +02:00
Treeston
14fa6c3a72
Core/ChatCommands: Fix an issue that caused trailing variant options to sometimes not be selected
2020-09-13 00:37:54 +02:00
jackpoz
f0f0de01fa
Core/LFG: Handle vote kick as failed if there cannot be 3 votes agreeing
...
i.e: 4 players, vote kick starts, 1 rejects, vote is considered as failed.
2020-09-12 21:50:10 +02:00
offl
29b39ae606
DB/Quest: Convert & update support for 'A Slow Death' to SAI
...
Closes #25399
Based on dr-j's script
2020-09-12 22:20:19 +03:00
offl
2ff8da2acd
DB/Quest: Convert & update support for 'Escape from Firewing Point!' to SAI
...
Closes #25358
Based on dr-j's script
2020-09-12 22:19:43 +03:00
offl
d89c84263d
DB/Quest: Convert & update support for 'The Caverns of Time' to SAI
2020-09-12 22:19:05 +03:00
offl
8c303e4f97
DB/Quest: Convert & update Homing Robot chickens to SAI
...
Closes #25239
2020-09-12 22:18:32 +03:00
Treeston
090e3da96b
Core/Chat: Fix hyperlink validation for inspected item links, for real this time.
2020-09-12 20:27:46 +02:00
Treeston
75f9e7396e
[3.3.5] Core/ChatCommands: Show error messages from argument parsers (PR #25443 )
2020-09-12 19:42:10 +02:00
Treeston
59be657ca2
Core/Misc: Fix some static analysis warnings exposed after 6b8f3d0.
2020-09-12 19:40:09 +02:00
Shauren
243524b39c
Core/PacketIO: Fixed SMSG_INSPECT for items with random suffix
2020-09-12 18:39:40 +02:00
Shauren
294167a7c8
Core/Chat: Fixed validating item links with random properties
2020-09-12 18:21:28 +02:00
Cerveciento
abc6791846
DB/Locales: Add missing esES & esMX quest locales (Part 34)
...
Closes #25444
2020-09-12 03:18:00 +03:00
offl
e386dd1dc4
DB/Spells: Add missing condition to enable Activate Object (Despawn) effect
...
Closes #17762
2020-09-12 03:17:32 +03:00
offl
15125ba8ce
DB/Creature: Use DisableGravity for Time-Lost Proto Drake
...
Closes #16137
2020-09-12 03:17:14 +03:00
offl
e0825cc0a0
DB/Creature: Remove static spawn of Burning Felguard
...
Spawned throught Scarshield Portal only
2020-09-12 03:16:55 +03:00
jackpoz
a46c835ed1
Core/LFG: Restore ".lfg queue" command argument handling
2020-09-11 23:39:11 +02:00
Giacomo Pozzoni
9f0b5526f0
Core/Maps: Fixed map min height calculation ( #25449 )
...
(cherry picked from commit f31d907112 )
# Conflicts:
# src/server/game/Maps/Map.h
Co-authored-by: Shauren <shauren.trinity@gmail.com >
2020-09-11 23:01:24 +02:00
ForesterDev
1c41c5285a
Scripts/ICC: update Deathbringer Lord Marrowgar scripts to new model ( #25436 )
2020-09-11 21:20:18 +02:00
ForesterDev
def58965e8
Scripts/ICC: update Blood Queen Lana'thel scripts to new model ( #25434 )
2020-09-11 21:19:03 +02:00
Rushor
02fca032e1
Game/AI: Implement option to move a creature back to Homeposition on Evade. ( #24492 )
...
* Game/AI: Implement option to move a creature back to Homeposition on Evade.
* If ToHomePosition (action param 1) is 1 > Move to last stored position
* If ToHomePosition (action param 1) is 0 > Move to homeposition
* Ref: https://github.com/TrinityCore/TrinityCore/issues/24226
* Add parameter for walkmode
* Game/AI: SAI SMART_ACTION_EVADE - Rename ToHomePosition to ToRespawnPosition and store point from GetRespawnPosition.
* Game/AI: SAI SMART_ACTION_EVADE - Rename ToHomePosition to ToRespawnPosition
* Remove broken bits, simplify the code
* Update comments
* Code cleanup
Co-authored-by: jackpoz <giacomopoz@gmail.com >
2020-09-11 21:16:35 +02:00