aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-09Merge pull request #14664 from tkrokli/Exorcism_of_Colonel_JulesMitchesD
[Core/DB] Quest: The Exorcism of Colonel Jules
2015-05-09DB/Quest: Among the ChampionsAokromes
By Killyana, closes #3844
2015-05-09DB/Creature: Priestess TyrionaAokromes
By Killyana, closes #10457
2015-05-09DB/Creature: Voidwalker MinionAokromes
By Killyana, closes #10369
2015-05-09DB/Quest: In Strict ConfidenceAokromes
By Killyana, closes #10231
2015-05-09DB/Quest: Divination: Gorefiend's TruncheonAokromes
By Killyana, closes #8899
2015-05-09DB/Quest: Engineering a DisasterAokromes
By Killyana, closes #11004
2015-05-09DB/Misc: The Grand MeleeAokromes
By Killyana, closes #14603
2015-05-09DB/Misc: Remove Midsummer Double SpawnsAokromes
By sirikfoll, closes #14623
2015-05-09DB/Misc: Fix startup errorsAokromes
By Killyana, updates #13707
2015-05-09DB/Creature: Fix InhabitType for Sapphire Hive WaspAokromes
By Killyana, closes #14656
2015-05-09DB/Gameobject: Add missing Mysterious Wailing Caverns Chest templateAokromes
By Killyana updates #14644
2015-05-09DB/Creature: Fix Watch Commander Zalaphil equipmentAokromes
By Killyana, closes #14636
2015-05-08Fixed some issues with PR #14157, kudos to @Nyeriah @Warpten:ariel-
* 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)
2015-05-09[Core/DB] Quest: The Exorcism of Colonel Julestkrokli
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
2015-05-06Merge pull request #14641 from tkrokli/Fix_cast_on_fear_while_rootedjackpoz
Core/Spells: Fix being able to cast while feared and rooted at same time Disallow to cast if feared and rooted at same time
2015-05-05Scripts/Eye of Eternity: Provide players with drakes when entering instance ↵Nyeriah
after Malygos' demise
2015-05-04DB/Misc: Minimum Level requirement for Runescroll of FortitudeDr-J
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.
2015-05-03Scripts/VioletHold: Fix crashjackpoz
Fix crash in Violet Hold happening when crystals were activated without killing trash mobs. Crash added in cba6515acb5820af5df6b77855464c29062b8c44 and f4531c5a582cae24d4d136035074d8da7e5bdad7 . Closes #14629
2015-05-03fix typoDr-J
2015-05-03Fix: Can cast on fear if rooted [3.3.5a]tkrokli
by @Xiledria; closes #13964 Removes the ability to cast while in fear and rooted. Tested and found working by @Raydor and @Xiledria
2015-05-02DB/Quest: Exorcising the TreesDr-J
By @Killyana Closes #6327
2015-05-02DB/Misc: Extra-Dimensional Ghost RevealerDr-J
By @Killyana Closes #3052
2015-05-02Core/SAI: SMART_ACTION_SET_COUNTER now can be used for all targets, not just ↵MitchesD
for self (cherry picked from commit feabc6dff18cfcd00647e885133d066fcbab0724)
2015-05-01DB/Quest: The Heart of the MountainDr-J
By @Killyana Closes #6914
2015-05-01DB/Text: Corki's Gone Missing Again!Dr-J
By @ Killyana Closes #6281
2015-05-01DB/Conditions: Sealed ChestDr-J
By @Killyana Closes #14113
2015-05-01DB/Misc: Orgrim's Hammer and The Skybreaker marker npcsDr-J
By @Killyana Fixes part #6186
2015-05-01Core/Misc: Fix issues reported by static analysisVincent-Michael
Coverity defect IDs: 1296295, 1296294
2015-05-01DB/Misc: Apexis Emanation area requirementDr-J
By @Killyana Closes #7764
2015-05-01DB/Conditions: SAI (Infinite Hunter)Dr-J
By @Killyana Closes #7900
2015-05-01DB/Misc: Razormane HunterDr-J
By @Killyana Closes #8003
2015-05-01DB/Creature: Shadowpine CatlordDr-J
By @Killyana Closes #8002
2015-05-01Delete 2015_05_01_01_world.sqlDr-J
2015-05-01DB/Creature: Shadowpine CatlordDr-J
Adds SAI to summon Pet By @Killyana Closes #8002
2015-05-01DB/Quest: Chug and Chuck!Dr-J
By @sirikfoll Closes #3130
2015-04-29DB/Quest: Fix bad required races Dr-J
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
2015-04-29Core/Spells: Fix typoVincent-Michael
2015-04-29Core: Fix buildVincent-Michael
2015-04-29DB/Misc: Fix startup errorsAokromes
Updates #13707
2015-04-29Core/Socket: Removed unused synchronous read methodShauren
(cherry picked from commit 59e9bcf0bf44d89397f5a182e2ef21f7e3a3635d) Conflicts: src/server/game/Server/WorldSocket.cpp
2015-04-29Core/GameObjects: Removed the possibility to spawn transports wih gm ↵Shauren
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
2015-04-28DB/Gossip: Orchish OrphanDr-J
As with shattrath one alliance (human orphan) already has gossip was just missing from orchish one.
2015-04-28DB/Gossip: Bloodelf OrphanDr-J
Add gossip menu and set for Bloodelf Orphan, Dreanei Orphan already has it was just the gossip for horde npc which was missing
2015-04-28DB/Misc: Quest rewards for Northrend Children's Week chainDr-J
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/
2015-04-28DB/Gossip: Wolver/Oracle OprhanDr-J
Add gossip menu to Wolver and Oracle Orphan, gossip was already in db just not assigned.
2015-04-28Update .travis.ymlAokromes
2015-04-28DB/Quest: Counterattack! Script improvementsDr-J
* 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
2015-04-27Core/Script: Make 2 remaining bridge parts active in Serpent ShrineKittnz
2015-04-27DB/Gameobject: Serpentshrine CavernDr-J
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.