| Age | Commit message (Collapse) | Author |
|
(cherry picked from commit d74e0d823d96df02822005e7165139b2bf1709de)
|
|
Make quest NPC target player character to say the actual name instead of $n
Idea by @DDuarte
Final solution found in similar escort quests.
(Example script: npc_kayra_longmane in zone_zangarmarsh.cpp)
|
|
[Quest] Kodo Roundup
|
|
As explained by @dr-j in 6b846a4e290097cde39f02a2f9a5be34cd06a65d
|
|
|
|
|
|
As explained by @Killyana in https://github.com/TrinityCore/TrinityCore/issues/4458#issuecomment-90061073
|
|
|
|
|
|
(cherry picked from commit 8476c2ac5a3cad03bc26b12fcc8b3f4f32854b65)
|
|
(cherry picked from commit b948a4275e90c59db2599a1961937d62f17736ce)
Conflicts:
src/server/scripts/Kalimdor/Firelands/boss_alysrazor.cpp
src/server/scripts/Kalimdor/zone_tanaris.cpp
src/server/scripts/Maelstrom/Stonecore/boss_slabhide.cpp
src/server/scripts/OutdoorPvP/OutdoorPvPZM.h
src/server/scripts/Spells/spell_mage.cpp
src/server/scripts/Spells/spell_paladin.cpp
|
|
Coverity defect IDs: 1227510, 1227434, 1023036, 1062426, 1062425, 1062424, 1062423, 1062422
|
|
Coverity defect IDs: 1267938, 1267937, 1267933, 1267932, 1267929
|
|
by @pete318, closes #12811
Fixes the remaining bugs in the "Kodo Roundup" quest in Desolace:
- removes combat status from creature 11627, Tamed Kodo
- sets normal walking speed as the creature's follow speed
- makes the Tamed Kodo stop at Scrabblescrew's Camp
- enables quest objective count 0/5 -> 5/5, quest complete
- SQL (by @tkrokli) links the missing gossip text in the DB
|
|
Coverity defect IDs: 1292769, 1292768, 1292765, 1292763, 1267939
|
|
|
|
This reverts commit 22c0007b42e80fecd81eee53f856fd10decd5c05, reversing
changes made to 20bc2c51f668db245d6e360486ea8743c1887fac.
|
|
Scripts/HellfireRamparts: Vazruden the Herald - Improve Reset-/ Aggrobehaviour
|
|
commit 16179f8
|
|
|
|
|
|
|
|
Restore ".lfg queue" behavior to print additional debug informations when an additional argument is passed (any character/word will work).
|
|
* It let ide's (like vs) display the source tree.
* Disabled by default.
* Soft requirement is cmake >= 2.8.12 .
* Offers 2 modes: flat & hierarchical.
* For detailed description see #14471
* Thanks @click for help and advises.
* Closes #14471
|
|
|
|
Scripts/Bloodmyst Isle: Script Quest: Ending Their World
|
|
(cherry picked from commit 766eb599ea5e7629ac7a98cf914d2877093a14fd)
|
|
Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and Transformation
|
|
by @CDawg
|
|
Fix some Flame Leviathan issues:
- Fix boss evading all the time due to bad Doors check
- Opened "Lightning Door" to other bosses only after boss dies
- Eject players from the vehicles when boss dies, make them untargetable and despawn them after 5 minutes (adjust the time to the blizzlike time of choice)
|
|
new and edited sql updates through file lists and hashing. Detects renames, deletes and is able to create and auto import full databases. * cleanups in main.cpp of world & bnetserver * refactoring in DatabaseWorkerPool.h & MySQLConnection.cpp
Make sure you re-run cmake, because boost::iostreams was added as dependency.
Maybe you need to install libboost-iostreams1.55-dev on unix as well.
Import every update manual until (included) those INSERT IGNORE updates for each database.
Thanks DDuarte and Shauren for your amazing ideas, help and advises.
In hope that nobody gets a "Your database structure is not up to date..." anymore ,-)
(cherry picked from commit 352012e53173372ebc82898e1b6854c983b01b25)
(cherry picked from commit 1f7f9feafc3f5017d617634ae993d2cdf4430920)
For 3.3.5:
* Synchronized ConfigureBoost.cmake with 6.x, libboost-filesystem1.55-dev also added as dependency!
Signed-off-by: Naios <naios-dev@live.de>
Signed-off-by: Nayd <dnpd.dd@gmail.com>
|
|
|
|
Scripts/Spells: Hand of Reins - Questsupport for 'Mounting Up'
|
|
|
|
|
|
* Assignment of function parameter has no effect outside the function. Did you forget dereferencing it?
-> This argument is passed by value, it makes no sence so set it to null here.
* Member variable 'instance_violet_hold_InstanceMapScript::bWiped' is not initialized in the constructor.
(cherry picked from commit 433bc289c2c82b7377ad0189e415a3ca070d220f)
|
|
by @untaught closes #3977
|
|
closes #1815
* Add missing Waypoint
* Improve Aggrobehaviour
* Add BroascasttextIDs
* Update to current GUID-Handling
Original Patch by @trickerer
|
|
Type safe logging
(cherry picked from commit cc0c9add5a3f3a17e19029ddcaa7e711040f4fc5)
Conflicts:
src/server/bnetserver/CMakeLists.txt
src/server/game/Server/WorldSocketMgr.cpp
src/server/shared/Logging/AppenderDB.cpp
src/server/worldserver/CMakeLists.txt
|
|
missing things to Journey to Undercity's quest end event
Closes https://github.com/TrinityCore/TrinityCore/pull/14094
Thans to @Killyana @Rushor @jaredjones and all others who helped with this
|
|
by @Killyana + @danlapps
closes #10234
|
|
Core: Move FillCirclePath function to MotionMaster
Closes #14371
|
|
Scripts/SunkenTemple: Add Eventsupport for NPC: Malfurion Stormrage
|
|
|
|
|
|
|
|
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
|
|
is moves across
Closes #14131
|
|
|
|
|