Age | Commit message (Collapse) | Author |
|
[Core/DB] Quest: The Exorcism of Colonel Jules
|
|
By Killyana, closes #3844
|
|
By Killyana, closes #10457
|
|
By Killyana, closes #10369
|
|
By Killyana, closes #10231
|
|
By Killyana, closes #8899
|
|
By Killyana, closes #11004
|
|
By Killyana, closes #14603
|
|
By sirikfoll, closes #14623
|
|
By Killyana, updates #13707
|
|
By Killyana, closes #14656
|
|
By Killyana updates #14644
|
|
By Killyana, closes #14636
|
|
* Moved scripts to other source file instead of having them on the instance cpp
* Removed magic number, use of DoAction instead of SetData to do the yelling
* Added spellscript for Remove Kargath's Executioner
* Saved victim GUIDs in instance script instead of checking nearby area
* Returning position as const-reference (by Naios)
|
|
by @danlapps; closes #1524
Thanks to WoW-Studio@0aa81ca for doing most of the work
Thank to @Killyana for SQL walkthrough
Thanks to @Rushor for doing most of the converting work,
Thanks to @Nyeriah for pointers to solutions for all the errors
Thanks to @MitchesD for pointing out missing codestyle and errors
Thanks to @ccrs for supplying the ObjectAccessor lines
Thanks to @DDuarte for making me understand the changes
|
|
Core/Spells: Fix being able to cast while feared and rooted at same time
Disallow to cast if feared and rooted at same time
|
|
after Malygos' demise
|
|
http://www.wowhead.com/item=49632/runescroll-of-fortitude#comments unlike Prayer of Fortitude this item does not scale down on lower level players and does not work on players under level 70.
Previously on TC this item could be used by a level 80 player to buff level 19 twinks while in party which should not be possible as players under level 70 should not receive buff.
|
|
Fix crash in Violet Hold happening when crystals were activated without killing trash mobs.
Crash added in cba6515acb5820af5df6b77855464c29062b8c44 and f4531c5a582cae24d4d136035074d8da7e5bdad7 .
Closes #14629
|
|
|
|
by @Xiledria; closes #13964
Removes the ability to cast while in fear and rooted.
Tested and found working by @Raydor and @Xiledria
|
|
By @Killyana
Closes #6327
|
|
By @Killyana
Closes #3052
|
|
for self
(cherry picked from commit feabc6dff18cfcd00647e885133d066fcbab0724)
|
|
By @Killyana
Closes #6914
|
|
By @ Killyana
Closes #6281
|
|
By @Killyana
Closes #14113
|
|
By @Killyana
Fixes part #6186
|
|
Coverity defect IDs: 1296295, 1296294
|
|
By @Killyana
Closes #7764
|
|
By @Killyana
Closes #7900
|
|
By @Killyana
Closes #8003
|
|
By @Killyana
Closes #8002
|
|
|
|
Adds SAI to summon Pet
By @Killyana
Closes #8002
|
|
By @sirikfoll
Closes #3130
|
|
http://www.wowhead.com/quest=915/you-scream-i-scream is horde quest but required races where set to 255 which made it so Bloodelf characters could not take this quest and thus could not complete Ogrimmar childrens week chain.
255 was the below even though this is horde only quest.
1 | 1 Human
2 | 2 Orc
4 | 3 Dwarf
8 | 4 Night Elf
16 | 5 Undead
32 | 6 Tauren
64 | 7 Gnome
128 | 8 Troll
|
|
|
|
|
|
Updates #13707
|
|
(cherry picked from commit 59e9bcf0bf44d89397f5a182e2ef21f7e3a3635d)
Conflicts:
src/server/game/Server/WorldSocket.cpp
|
|
commands (such objects did not have any transport mechanics but could still cause crashes)
Closes #14542
(cherry picked from commit 149ff8da879a8286a01081d4ffb1f200a67ddefd)
Conflicts:
src/server/game/Entities/GameObject/GameObject.cpp
src/server/game/Entities/GameObject/GameObject.h
src/server/game/Globals/ObjectMgr.cpp
|
|
As with shattrath one alliance (human orphan) already has gossip was just missing from orchish one.
|
|
Add gossip menu and set for Bloodelf Orphan, Dreanei Orphan already has it was just the gossip for horde npc which was missing
|
|
Quest rewards for http://www.wowhead.com/quest=13959/back-to-the-orphanage and http://www.wowhead.com/quest=13960/back-to-the-orphanage
Mail will be delivered 15 mins after quest turned in containing the reward (pet) for which ever chain you completed
http://postimg.org/image/ukyloata3/
http://postimg.org/image/fdim3y1ff/
|
|
Add gossip menu to Wolver and Oracle Orphan, gossip was already in db just not assigned.
|
|
|
|
* Correct gossip menu for http://www.wowhead.com/npc=3389/regthar-deathgate instead of gossip menu which actually belonged to http://www.wowhead.com/npc=18715/private-weeks
* Event will now reset after 5 mins or when quest returned rather than only working once per server restart
* Event will now start either on quest accept or on select of gossip option if player has quest taken
|
|
|
|
Missing GO spawns from Serpentshrine Cavern
Including the objects for Vjash's bridge, @Kittnz will push fix to cpp script to make this work properly as even though this was already scripted (but no gos, there was still slight issue with existing cpp script (ie activating same part of bridge 3 times instead of all 3 parts.
|