Commit Graph
33824 Commits
Author SHA1 Message Date
Aokromes b14be7e985 DB/Creature: Fix levels for multiple creatures
By Malcrom

(cherry picked from commit 859b0d92a0eb6fef802e4cfb14c02dcc40b04787)
2021-01-29 19:23:53 +01:00
ccrs bf12bae467 Core/Misc: waypoint movement
- Creature: update current waypoint to store nodeId and pathId
- MotionMaster: change variable type on GetMotionSlotType and GetMotionSlot to keep consistency and prevent errors (ASSERT is now no longer needed)
- UnitAI: add new waypoint hooks WaypointPathStarted and WaypointPathEnded
- SAI: handle WAYPOINT related events if creature is no escorting
* SMART_EVENT_WAYPOINT_RESUMED still not implemented for no escorting

TODO: the new hooks can save, now duplicated, logic on EscortAI and SAI

closes #20777
updates #20310
updates 21bd52cb99

(cherry picked from commit e10d7dd45cfc073c791cd5e5f3f964d14b37df3d)
2021-01-29 19:23:53 +01:00
Aokromes 69d6b4241d DB/Creature: Fix levels for multiple creatures
By Malcrom

(cherry picked from commit d7de84b0277699fa12776864906e393f414aee08)
2021-01-29 19:23:53 +01:00
Aokromes 6f11d3c2c2 DB/Creature: Fix levels for multiple creatures
By Malcrom

(cherry picked from commit 761b050263d2ec99e6f2dccdf2daec116082e96d)
2021-01-29 19:23:53 +01:00
Killyana ddd0f68ef1 DB/Creature: Set prepared weapon for npcs using waypoints
Closes #20729

(cherry picked from commit 48958d9e30cdf2308c7c060bec560550adf093c5)
2021-01-29 19:23:53 +01:00
Killyana 9c15b1f32c DB/Creature: Fix some Bloodmoon Cultist spawns
(cherry picked from commit 3f545866f7d266e86ff04a5c1aab4ac1e5cf0c25)
2021-01-29 19:23:53 +01:00
Nathan Handley 502f77fe8c Core/Misc: Add functionality to allow low level quests/kills/discoveries to grant experience
(cherry picked from commit 6612ec47f4cd3b8c58f3fcde0c412e6fd3e68b48)
2021-01-29 19:23:53 +01:00
Killyana 2bc95a5b9a DB/Creature: Remove wrong aggro text from some guards
(cherry picked from commit 427f68fc6a0ae1b200e5bfac5428a68470606f4d)
2021-01-29 19:23:53 +01:00
Wyreth 0c6447f94c Scripts/Tanaris: move Aquementas to SAI & improve related event (#20464)
* Script/Tanaris: move Aquementas to SAI and improve related event

Closes #11668

(cherry picked from commit 8888e6d96d026597190190d8f5f554d52df61216)
2021-01-29 19:23:53 +01:00
tkrokli 28a4a3bc46 DB/Quests: Text corrections to some classic quests (horde)
These are quests where I have found text content issues during
my attempts to get the achievement Loremaster of Kalimdor (horde).
The quest texts contain variables like $c (class) or $r (race)
in wrong places or has missing and/or incorrect text content.

Closes #20448

(cherry picked from commit b135663dd9a7e866d647199cd64b4e50960e8978)
2021-01-29 19:23:53 +01:00
Andrew Letson b6f1ab5526 DB/Creature: Coosh'coosh to SAI
(cherry picked from commit 7822f058b0ee997d4c114b60ec9ea5ddc2cc2874)
2021-01-29 19:23:53 +01:00
ZenoX92 04ad1affc8 DB/SAI: essential update for Ruuzlu & Sandfury Executioner (Target Between 0-20% Health)
Closes #20760

(cherry picked from commit 9a0fe9d63690c784aaf027a1b0f83c249b32f445)
2021-01-29 19:23:53 +01:00
ZenoX92 5a99860e0b DB/Creature: Zaetar's Spirit
Closes #20761

(cherry picked from commit 2f768822507381d9a70abc10e14084cf50f618d1)
2021-01-29 19:23:53 +01:00
Wyreth 567431aea0 DB/Creature: Stable Master Kitrik
Closes #20767

(cherry picked from commit 1cd554e7df1562baf67484d066a37d408b2129b4)
2021-01-29 19:23:53 +01:00
Robingad 22d6ea3620 Core/Auras: Fixed stacking SPELL_AURA_MOD_CRIT_DAMAGE_BONUS with SPELLMOD_CRIT_DAMAGE_BONUS (#25978) 2021-01-29 10:52:38 +01:00
Matan Shukry db6eb69465 Core/Quests: Automatically add quests with AUTO_PUSH flag to player (#25938)
* Removed check for world quests on criteria tree reset
* Quests are currently filtered by their tag to only allow untagged or tag == 0 quests (other types are unsupported)
2021-01-29 10:50:02 +01:00
Osleyder Gonzalez Acosta d4ad987010 Core/Misc: Update a few enums from db2 to 9.0.2 (#25956) 2021-01-28 22:02:03 +01:00
MaxtorCoder b0e71506a4 Core/Misc: Define a lot of new enum members (#25959)
- Languages.db2
- EmotesText.db2
- Emotes.db2
- SkillLine.db2
- TotemCategory.db2
- BattlemasterList.db2
2021-01-26 22:57:27 +01:00
Matan Shukry 6dbaba7669 Core/Player: remaining XP logging overflow correction (#25934) 2021-01-26 16:48:28 +01:00
Osleyder Gonzalez Acosta 8ce9b69de3 Core/GameObjects: Allow setting GameObject anim kits in database (#25941)
Necessary to be able to see the new visual effects of the gameobjects such as the portals in the Portals Halls of Orgrimmar and Stormwind.
2021-01-25 23:17:20 +01:00
Robingad 5274f5ea54 Core/Commands: Fixed .go zonexy command (#25825) 2021-01-25 18:29:59 +01:00
Matan Shukry afbe45091d Core/Misc: Added more quest sort enums from db2 (#25946) 2021-01-25 18:17:58 +01:00
Shauren e3a9b18567 Core/Quests: Fixed marking quest objectives as complete clientside for objectives using flagging instead of counters 2021-01-25 16:18:53 +01:00
Matan Shukry e601c6d1f9 Core/Spells: Implemented summoning a personal gameobject effect (#25917) 2021-01-23 16:44:47 +01:00
Matan Shukry 1d51013b71 Scripts/Commands: Fixed .modify gender not setting correct customizations (#25920) 2021-01-23 15:35:22 +01:00
arcaniafr f34c18fb54 Core/Misc: Fix loading error log in the LoadTrainers (#25916) 2021-01-23 12:11:16 +01:00
Matan Shukry e08910deaf Core/Spells: IsAllowingDeadTargets now checks effects targets as well (#25914) 2021-01-22 21:24:07 +01:00
Wyreth 1a12c0b1ae DB/Creature: Set correct unit flag to Rin'ji
Closes #20775

(cherry picked from commit c630eb1c5b3a3b1b9a49bdce72a18934ce4f91a4)
2021-01-21 22:30:40 +01:00
Killyana 0b21722827 DB/Misc: Coilskar cistern
Closes  #20770

(cherry picked from commit aa4bf288e77f09070d32a29d4b8d3cc45b3423be)
2021-01-21 22:30:40 +01:00
dr-j 9f32181ccb Quest/Script: Conversion of Bristlelimb Cage/Stillpine Captive cpp to SAI
Closes #19868

(cherry picked from commit 3bb5f17ff5ff8b208139388dce7411f6d55aa45e)
2021-01-21 22:30:40 +01:00
Serpaa a60adef3bb DB/Creature: Sethir the Ancient
Closes #20755

(cherry picked from commit 5d732524799d680d2e90308012232375b942851a)
2021-01-21 22:30:40 +01:00
Killyana f738bb3fec DB: Fix Some DBerrors
Updates #18542

(cherry picked from commit 9c4ae465909f1075bdd56fc5ee47c07c95c9fca3)
2021-01-21 22:30:40 +01:00
Wyreth 1adc47cdc2 DB/SAI: Miles Sidney trigger los event only for players
Updates #20744

(cherry picked from commit 594703a597d2b6d464ed2641aca38850dd1c4dd0)
2021-01-21 22:30:40 +01:00
Killyana 5f5dfddb81 DB/Creature: Commander Hobb model fix
Closes #20334

(cherry picked from commit aa03f587fe9375d9696711bfd107aa8a6d301f2b)
2021-01-21 22:30:40 +01:00
Killyana e34ff3af0a DB/Quest_greeting: Greeting quests
Thanks to brotalnia, tkrokli, offl and Weyrath

(cherry picked from commit fc1d8113e678ab1572a85f345d715360dd0a3ca4)
2021-01-21 22:30:40 +01:00
Serpaa d060610247 DB/Misc: Underlight Mines
Closes #20740

(cherry picked from commit fdb62618b8faa6b5d0359c754b20868c28e03466)
2021-01-21 22:30:40 +01:00
Aokromes 41a4692de3 Core/Logs: Add load time to some logs like every other load log
(cherry picked from commit 4289eae5e754c3abba85998045d958cfbef36abd)
2021-01-21 22:30:40 +01:00
Aokromes 93552510ab Core/Logs: Fix more logs
the others have exit,so they continue to be error because they are critical

(cherry picked from commit b68484cfb0c371dc8de24acf533a20cb5277d2fd)
2021-01-21 22:30:40 +01:00
Aokromes 848b60bff4 Core/Logs: Fix some logs
(cherry picked from commit 5f7ba453ce598f61c4f32958f21c7ad1bbf0fa9d)
2021-01-21 22:30:40 +01:00
tkrokli 0d32a1ef0f Scripts: tabs2spaces cleanup after commit cc89428
Thanks to Wyreth for reporting the overlooked tabs.

(cherry picked from commit bbd339370ed2eea5f12e79a977fd9e0e93543101)
2021-01-21 22:30:40 +01:00
Wyreth 45dbce6d78 Scripts/Northrend: talk event for quest A Suitable Test Subject (#20462)
- When using the quest item for A Suitable Test Subject and the spell aura vanishes,
  Bloodmage Laurith should turn toward the player and whisper a line.
- This is handled via spell event for Bloodspore Ruination (45997)

(cherry picked from commit fda99b2972aed2b98642f8974e34c5b18f7f3676)
2021-01-21 22:30:40 +01:00
Malleus 8eaf992f3e Script/Quests: Fix some missing NPC spells and quest credit
(cherry picked from commit cc894288b77299e9e73f322869f16c2791435104)
2021-01-21 22:30:40 +01:00
Killyana e73bd9763f Creature/Scripts: Add Aggro sound to Cairne Bloodhoo, Sylvanas Windrunner and Thrall
(cherry picked from commit 48ecd81d614559c6f023aa8910a99901d9d794b5)
2021-01-21 22:30:40 +01:00
ZenoX92 f96f2b8b07 DB/Creature: Supervisor Raelen
Closes #20732

(cherry picked from commit 59ad3c4ee0241b45b3389d40f2e70f5fbb7dd8b1)
2021-01-21 22:30:40 +01:00
ZenoX92 5b4a25d89f DB/Gossip: Advisor Sorrelon
Closes #20733

(cherry picked from commit ea851fd7b11cc82e7db3ffeae9f487f4c65057eb)
2021-01-21 22:30:40 +01:00
STARRHELD 9f33ad3d5c DB/Misc: Borean Tundra
Closes #20594
A big part of this scripts were made by TeridanDW

(cherry picked from commit eeacec317ae6e79b186bb2465869f00d972928f5)
2021-01-21 22:30:40 +01:00
Killyana 1db4902172 DB/Quest: Iron Rune Constructs and You: The Bluff
Closes #20101

(cherry picked from commit 1dad54626c4b4645a62e05f97c5d60b9f9a33144)
2021-01-21 22:30:40 +01:00
Killyana c0274a9092 DB/Waypoints: Razorfen Kraul
Closes #4285

(cherry picked from commit 79951ae7001e3fd305acc0f50221fa10aeb3f711)
2021-01-21 22:30:40 +01:00
Gerhood 4024df122a Calendar/GameEvents: Store + send holiday data (#20117)
Close: #16845
(cherry picked from commit 951fa46fe9b14a9e275ac9306b2346959e40e3e5)
2021-01-21 22:30:40 +01:00
Keader 2cb3d9514d Typo
(cherry picked from commit 04271388f8ba5160de0411451673a67a6828ae8a)
2021-01-21 22:30:40 +01:00