Commit Graph

28577 Commits

Author SHA1 Message Date
Dr-J
f8fea0af41 DB/Misc: Exterminate some NPCS
Closes #16891

Condition is to shut up Wintersorn Berserker which otherwise still speaks ooc.
(cherry picked from commit 1f7d6ee93a)
2016-04-09 17:48:36 +02:00
treeston
181da2a65c - Clean up spell facing behavior a bit. Visual target behavior should now be a lot smoother.
- Clean up Creature.cpp. NULL -> nullptr, gotta love it.
- Renamed some recently added members of Creature to match code style.

(cherry picked from commit 1cf1d4a1ea)
2016-04-09 17:47:45 +02:00
Dr-J
38b2339c95 DB/Misc: Grizzly Hills
* Few Updates for Grizzly Hills Giant and Runed Giant so these actually enter into combat and fight each other
* Grizzly Hills Giants above Thor Modan will throw the occasional tree as well as boulders
* Player texts for the Runic Prophecys
(cherry picked from commit ddb5c0bf96)
2016-04-09 17:46:28 +02:00
Dr-J
6ebb69b3f0 DB/Creature: Recruitment Officer Carven
Script http://www.wowhead.com/npc=25222/recruitment-officer-carven
(cherry picked from commit 3a2dd76de2)
2016-04-09 17:44:55 +02:00
Kittnz
a4c223a300 Pet/Misc: Implement Baby Blizzard Bear
(cherry picked from commit 8d992a888c)
2016-04-09 17:42:50 +02:00
Aokromes
7724a7ec54 DB/Misc: Fix startup error
(cherry picked from commit 4afea55b2c)
2016-04-09 17:41:36 +02:00
Shauren
07a0a57ffb Merge pull request #16848 from P-Kito/debuff_remove
[3.3.5/6.x] Scripts/Spells: Add generic spell to handle ClearDebuffs spell
(cherry picked from commit b2bd181a5f)
2016-04-09 17:40:20 +02:00
Kittnz
45bc41ff8d DB/Instance: Pathing for Karazhan Trash
- Spectral Servant, Skeletal Waiter, Calliard <The Nightman>

by Saben65

(cherry picked from commit cc68fbeb11)
2016-04-09 17:38:48 +02:00
treeston
d25ba64b4c Scripts/Karazhan: Hackfix the Opera event script to make Wizard of Oz actually completable.
Doing it in script instead of removing the flags from DB because I'm pretty sure that the DB flags are correct and there's some RP event missing before she becomes attackable.

(cherry picked from commit dc39de0141)
2016-04-09 17:35:45 +02:00
Dr-J
d054a00c9c DB/Creature: Correct some unit flags
Correct unit flags for some  npcs at Stair of Destiny

Closes #16830
(cherry picked from commit ff77741a61)
2016-04-09 17:35:30 +02:00
treeston
f1b3c9f40c No, Travis, I do not intend to handle SPELL_GROUP_STACK_RULE_MAX. It is not a value that should ever be actually used. Go away.
(cherry picked from commit f8a6ab8ac5)
2016-04-09 17:32:37 +02:00
treeston
7d8bab240b Entities/Pet: Finally fix pets spamming Blood Pact/Fel Intelligence in some scenarios. Your eardrums will thank me.
(cherry picked from commit 21cfacfba7)
2016-04-09 17:32:24 +02:00
Aokromes
b359eda9b9 Core/Misc: Remove no longer used code
(cherry picked from commit 00aeec820a)
2016-04-09 17:29:10 +02:00
treeston
d5ec4ce97b Entities/Creature: Fix bugs with pets not properly reacquiring target after spell cast. Closes #16824.
(cherry picked from commit accad00567)
2016-04-09 17:28:11 +02:00
Dr-J
a406491884 DB/Misc: Hellfire Peninsula Again
1) Respawn Shredder Parts for Outland Sucks
2) Fix How to Serve Goblins so Moh, Manni and Jakk walk out of cage and say line instead of doing nothing
3) Script Foreman Razelcraz, Maiden of Grief, Gan''arg Sapper and Camera Shaker
4) Script a couple of turn in events.
(cherry picked from commit 993c266260)
2016-04-09 17:27:53 +02:00
Killyana
4479225b37 DB/Misc: Remove wrong spawns and fix some cosmetics
(cherry picked from commit 609282bf10)
2016-04-09 17:26:24 +02:00
Dr-J
e7cad80e0d DB/Quest: Fel Spirits
Closes #16746

The update to gameobjet flags is a hack but this object even though should be clickable should not despawn this is due to been temp spawned by spell similar issue as with https://github.com/TrinityCore/TrinityCore/issues/12842
(cherry picked from commit df7554b6ea)
2016-04-09 17:23:04 +02:00
Dr-J
954767bc41 DB/Quest: Portals of the Legion
Original work by @Killyana modifications to finish it by me
Closes #10858
(cherry picked from commit 5e5e2ff6c9)
2016-04-09 17:22:11 +02:00
Dr-J
2b1dae1ffd DB/Misc: Hellfire Peninsula
Adds missing texts
Rescript Digging for Prayer Beads
(cherry picked from commit 576f379344)
2016-04-09 17:21:28 +02:00
Naios
c1b6d7992e CMake: Add jemalloc when tools are enabled too * Since jemalloc is linked by common which is used by tools
(cherry picked from commit 0cc1af721e)
2016-04-09 17:14:57 +02:00
Vincent-Michael
179b521dce Core: Remove whitespaces
(cherry picked from commit 5e74c2223b)
2016-04-09 17:14:08 +02:00
jackpoz
307a93839b Core/Creatures: Fix dead creatures spawn position on restart
Fix dead flying creatures ignoring being spawned below the floor in instances on server restart because of not taking into account vmap height.
Fix #16777

(cherry picked from commit 912514c198)
2016-04-09 17:10:24 +02:00
joschiwald
94c33ea43c Merge pull request #16785 from Keader/AlgalonStars
[3.3.5/Core/Scripts] Fix Living Constellation not activating during Algalon encounter
(cherry picked from commit 3e7b7e415e)
2016-04-09 17:09:27 +02:00
r00ty-tc
0bf70423f8 Core/Maps: Implement optional pre-loading of maps.
- Option to preload basemaps upon server load (BaseMapLoadAllGrids)
- Option to preload instance maps upon map load (InstanceMapLoadAllGrids)
- Change default logging to only log mmap errors to server log
- Add new public to map to load all cells in map
- change debug loadcells to use new function instead

(cherry picked from commit 971f4ccab8)
2016-04-09 17:08:41 +02:00
ForesterDev
1ef3b52433 Scripts/Commands: Modify ".debug anim" command to target any selected unit
(cherry picked from commit f719338a9c)
2016-04-09 17:06:41 +02:00
Kittnz
f5fe9ffce5 DB/Event: Incense for the Festival Schorlings
by sirikfoll
Closes #6880

(cherry picked from commit 144b9c34c4)
2016-04-09 17:06:25 +02:00
Shauren
5c0517c6ef Merge branch 'Golrag-sindragosa_ice_tomb_target' into 3.3.5
(cherry picked from commit 895878010e)
2016-04-09 17:05:24 +02:00
Dr-J
7cf6eca425 Remove Lady Jaina Proudmores CPP script from zone_dustwallow_marsh.cpp
(cherry picked from commit c9f9e93c22)
2016-04-09 17:04:02 +02:00
Dr-J
1507b19e20 DB/Misc: Move Lady Jaina Proudmoore script (cw) to sai
(cherry picked from commit 2b04a9c9d8)
2016-04-09 17:00:19 +02:00
Aokromes
16e9e2aa41 DB/Gameobject: Fix respawn time of few Quest GameObjects
By Tauriella, closes #16701
(cherry picked from commit f7a05eba63)
2016-04-09 16:52:52 +02:00
Killyana
6d4c6e74f1 DB: Revert last commit 2016-04-09 15:33:55 +02:00
Killyana
a5c366679e DB/Conditions: Fix Mid-screen error spam in Blade's Edge Mountains
By @tkrokli
Updates #16889
2016-04-09 15:22:46 +02:00
Shauren
2a7a2a1b65 Core/Misc: gcc 5.3 nopch build fix
Closes #16878
2016-04-09 12:42:57 +02:00
Shauren
fdba1344ad SQL import fix 2016-04-09 00:48:58 +02:00
Shauren
3ebec1e2ce oops, pushed too soon (now with proper msbuild check) 2016-04-09 00:40:43 +02:00
Shauren
509a27fd51 Buildsystem: Improved logic for _BUILD_DIRECTIVE in msvc builds 2016-04-09 00:37:41 +02:00
Dr-J
6b9d74ae63 DB/Quest: Troll Patrol: High Standards
Closes #16734
(cherry picked from commit 83e8deaa8f)
2016-04-09 00:31:49 +02:00
Dr-J
b16e4bbd0f DB/Misc: A few updates
1) Delete the duplicated spawns from 8aabb087f0
2) Correct targeting for text which was bought up on irc yesterday
3) Correct phasing for objects involved with http://www.wowhead.com/quest=13220/putting-olakin-back-together-again
(cherry picked from commit ce0e1c0fbe)
2016-04-09 00:30:43 +02:00
jackpoz
76bbf5fc0c Scripts/Misc: Fix issues reported by static analysis
(cherry picked from commit 510bb30b2c)
2016-04-09 00:26:41 +02:00
Shauren
911e81ed9e Warning fix
(cherry picked from commit 7fe5a77f5e)
2016-04-09 00:25:40 +02:00
Shauren
593bbb0c99 Core/Commands: Fixed a crash in .wp mod by @Magnifikator
Closes #16732

(cherry picked from commit 3d0b065135)
2016-04-09 00:23:38 +02:00
Shauren
d92cad6973 Core/Commands: Fixed incorrect use of GetGUID instead of GetSpawnId in waypoint commands
Updates #16732

(cherry picked from commit e73d5a7bf4)
2016-04-09 00:23:35 +02:00
treeston
6eb49e4bb2 Unit/PlayerAI: Yeah, we allow charmer to be null now, should probably check for that.
Fixes and closes #16728.

(cherry picked from commit 49de12b1cf)
2016-04-08 23:58:45 +02:00
Dr-J
8e8758d857 DB/Quest: Drag and Drop
Updates my previous script from before I actually sniffed this

The Aldur'thar Sentry will now actually grab the Dark Subjugator and drop of edge,
(cherry picked from commit 431da2ffc9)
2016-04-08 23:58:10 +02:00
sirikfoll
c66d3714f1 Core/Scripts: Fixed Yogg-Saron Portals
Closes #16390
Closes #16708

(cherry picked from commit c4e4ee3ae1)
2016-04-08 23:57:12 +02:00
Aokromes
32bf8e26f8 Misc/Extractor: Add batch file for extractors
You must copy it to your wow directory with the tools and run it.
Linux version is welcomed.
(cherry picked from commit d55d32fa0f)
2016-04-08 23:54:36 +02:00
MitchesD
92b74d6bdc Merge pull request #16523 from tkrokli/smart_action_set_corpse_delay
[3.3.5][6.x]Core/SmartScript: create SMART_ACTION_SET_CORPSE_DELAY
(cherry picked from commit 8e152e0d4a)
2016-04-08 23:51:18 +02:00
Dr-J
c0ec641d1a DB/Quest: Killing Two Scourge with One Skeleton
* script turn in event with ghostwing grabbing Olakin Sainrith
* phasing at Blackwatch

will also kill Table `vehicle_template_accessory`: creature template entry 31432 has no data in npc_spellclick_spells from previous commit
(cherry picked from commit 1cb718d9e7)
2016-04-08 23:50:42 +02:00
treeston
c23a6085c3 Core/AI: Fix an edge case crash with PlayerAI. Again. Sheesh.
(cherry picked from commit fe707db96f)
2016-04-08 23:38:49 +02:00
Shauren
3d668ffa8a Rename sql 2016-04-08 23:32:41 +02:00