aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-10Merge remote-tracking branch 'ccrs/roguehonor' into 3.3.5 (PR #16512)treeston
2016-02-10Core/Spells: Rogue Honor Among Thievesccrs
2016-02-10DB/Misc: Fix startup errorsAokromes
Closes #16537
2016-02-10DB/Creature: Greer OrehammerDr-J
Fix this npc once and for all, making sure all gossip options and sai are present Closes #16527
2016-02-10DB/Quest: Throwing Down - Despawn for Nerubian CraterRushor
* add despawnevent for spellfocusgameobject * closes #16356 * thanks to treeston for report
2016-02-10Scripts: Fix no-PCH build MKIINyeriah
Bah (cherry picked from commit 781152a30c526ff94638a2b10845d1686edb5e62)
2016-02-10Scripts: Fix no-PCHNyeriah
2016-02-10Scripts/Magister's Terrace: Script Kalecgos' appearance after using the ↵Nyeriah
Scryer's Orb - Added missing waypoints, spells, emotes, proper timing... and prevent him from being summoned multiple times Closes #13208, #16522
2016-02-09Core/GameObject: Also send EventInform() calls for GAMEOBJECT_TYPE_CAMERANyeriah
- This allows object and zone AI to process events called by camera objects as well (previously only possible through event_scripts) Closes #16506
2016-02-09DB/Gameobject: Correct state for a gateDr-J
2016-02-09Merge remote-tracking branch 'sirikfoll/npcMyranda' into 3.3.5 (PR #16438)treeston
2016-02-09Merge pull request #16484 from Treeston/3.3.5-triggervisibilityTreeston
Grids/Notifiers: Notify triggers of units moving within their LoS
2016-02-09Core/Scripts/DB Move script npc_myranda_the_hag to SAIsirikfoll
Moves the entire NPC script to the database and corrects a logic error where players who have rewarded the quest Scarlet Subterfuge and lost the disguise before taking the quest In Dreams were no longer able to get the disguise.
2016-02-09Merge pull request #16467 from Treeston/3.3.5-FixEvadeModeTreeston
[3.3.5] Creature/AI: Fix incorrect evade logic
2016-02-09DB/Quest: Absholutely... Thish Will Work! (Again)Dr-J
Replace previous script with one from sniff data, incorporated the combat spells from what @Rushor posted as did not script those as not actually needed for this quest.
2016-02-09DB/SQL: Update SQL nameRushor
2016-02-09Merge pull request #16486 from Rushor/spidermanRushor
[3.3.5][6.x]Scripts/Karazhan: Implement Optional Boss Spawn
2016-02-09DB/Quest: Absholutely... Thish Will Work (11330)Rushor
* closes #16515 * thanks to Treeston for report
2016-02-09DB/Spell: Mission: Plague This!: Kill Credit - Add ↵Rushor
SPELL_ATTR0_CU_ALLOW_INFLIGHT_TARGET * closes #16517 * thanks to Treeston for report
2016-02-09DB/Quest: Translation to Ello - Add EndeventRushor
* closes #16514 * thanks to Absolom7691 for report
2016-02-09DB/Creature: Sunblade Mage Guard SAIRushor
* closes #16513 * thanks to ikir83 for report
2016-02-09DB/Creature: Update SAI for Razorfen KraulRushor
* by Kodekc * closes #16468
2016-02-09Core/Creatures: Improved creature text selection to be "more random" instead ↵Shauren
of favoring first entry (cherry picked from commit 41d6460c75ce094e8ade92c88b603231aaa8e8a5) # Conflicts: # src/server/game/Texts/CreatureTextMgr.cpp
2016-02-09Core/Utils: Moved rng functions to separate header and added utility ↵Shauren
functions to select a random element from a container where each element can have different chance of being selected (cherry picked from commit ae20b2ab561bc07d85f443ae914bc597c9d6ac6e) (cherry picked from commit 921d893c2a82eb6ac0762bf7001df87911b44611) (cherry picked from commit 9ab10d6e680ca835d1dfdfbceb9f18f330f994fc) (cherry picked from commit 00c878e73a8c6b8ce3339d224ab5611df3bbd07c) (cherry picked from commit ff9c999334d87acc3fcea9737753c30b7f1abe25) (cherry picked from commit bc94bacce404401a480b6871eaa7bc38d766014c) (cherry picked from commit d5b0ffbe9b0c07beb8d0dfc52a6532c2da805285)
2016-02-09Core/Maps: Use IsValidMapCoord for checking Z coord instead of just ↵Shauren
std::isfinite - only acceptable values are between -17066.6656 and 17066.6656 (cherry picked from commit 4d956c89fc6f20c546a396573cf42aa97b844c09)
2016-02-09Core/Maps: Parse MFBO adt chunk to properly handle height where player ↵Shauren
counts as falling under the map * This fixes the height at which player is instantly killed when falling from The Frozen Throne * Set PLAYER_FLAGS_IS_OUT_OF_BOUNDS on players under the map to enable release spirit button while still falling Note: Extracting new maps is required (cherry picked from commit 4f78efd4633f79285f176b61367a067b2cd90e2b) # Conflicts: # dep/PackageList.txt # src/server/game/DataStores/DBCStructure.h # src/server/game/Entities/Player/Player.cpp # src/server/game/Handlers/MovementHandler.cpp # src/tools/map_extractor/CMakeLists.txt # src/tools/map_extractor/System.cpp # src/tools/map_extractor/adt.h # src/tools/map_extractor/loadlib.cpp
2016-02-09Core/Maps: Changed the way area data is stored in maps, it now uses ID field ↵Shauren
from AreaTable.dbc instead AreaBit used for exploration marker (and is not unique anymore on top of simply being stupidly confusing) Note: Extracting maps is required (cherry picked from commit db0b8bf24e2b8eb87e6aed7b031ebe138717403d) # Conflicts: # src/server/game/Achievements/AchievementMgr.cpp # src/server/game/Chat/Chat.cpp # src/server/game/Conditions/ConditionMgr.cpp # src/server/game/DataStores/DBCStores.cpp # src/server/game/DataStores/DBCStores.h # src/server/game/DataStores/DBCfmt.h # src/server/game/Entities/Player/Player.cpp # src/server/game/Globals/ObjectMgr.cpp # src/server/game/Handlers/BattleGroundHandler.cpp # src/server/game/Handlers/MiscHandler.cpp # src/server/game/Maps/Map.cpp # src/server/game/Spells/Spell.cpp # src/server/game/Spells/SpellEffects.cpp # src/server/scripts/Commands/cs_go.cpp # src/server/scripts/Commands/cs_group.cpp # src/server/scripts/Commands/cs_lookup.cpp # src/server/scripts/Commands/cs_misc.cpp # src/tools/map_extractor/System.cpp # src/tools/mmaps_generator/TerrainBuilder.cpp
2016-02-09DB/Creature: Add CREATURE_FLAGS_EXTRA_NO_PLAYER_DAMAGE_REQ to Garhal ↵treeston
(30147), adjust respawn time to 60 seconds. Fixes & closes #16084.
2016-02-08Merge branch 'Keader-shamant6' into 3.3.5Shauren
2016-02-08Core/Spells: Fixed Totemic Mastery (Tier 6 2P) ShamanKeader
2016-02-08SQL: Rename file with proper dateShauren
2016-02-08Merge pull request #16493 from Rushor/KingofEssosRushor
[3.3.5][6.x] DB/Quest: King of the Foulweald - Improve Questevent
2016-02-08DB/Quest: Fix grammar on quest completion text for "The Key to the Focusing ↵treeston
Iris" and "The Key to the Heroic Focusing Iris"
2016-02-08DB/Creature: Remove immunity to diseases in TBCRushor
* closes #14185 * thanks to Frytiks for reporting
2016-02-08DB/Spell: Lock and Load - ProccRushor
* closes #14261 * by #Frytiks
2016-02-08DB/Creature: Frost Freeze Trap - Spellcast should ignore LOSRushor
* we are using this adding in disables for many spells. if the object edges calculation is improved this addition can be removed * thanks to Runico for report * closes #13600
2016-02-08DB/Creature: Professor Putricide Oozes - ImmunitiesRushor
* closes #16059 * thanks to Gargarensis
2016-02-08DB/Quest: To Legion HoldDr-J
By @xerkoss Closes #13572 Ok I was skeptical of this fix too when I fist saw it but has been proven to solve issues with this quest ie event always triggers when player obtains the Crate Disguise Subspell, this is just changing the event from been triggered on areatrigger to been triggered by event id used by spell
2016-02-08DB/Vendor: Love rocket must be sold on stacks of 5Aokromes
According current retail data and http://wowwiki.wikia.com/wiki/Love_Rocket?oldid=2190122 dated 2010
2016-02-07DB/Event: Love is in the Air (Love boats)Dr-J
Correct my botched commit :-) Only remaining issue is that when players get ejected from boats they dont get returned to land Different waypoints are needed for stormwind for 6.x.x only you will find these in the closed issue its just a matter of replacing waypoints (which you will find in the issue and updating the on reached wp event for stormwind boats to last wp as is different. Closes #14027
2016-02-07DB?Dr-J
2016-02-07DB/Misc: Various Quest FixesDr-J
* An end to the suffering (by me) Closes #16362 * Catching up with Brann quest linking (by @velinath) Closes #15955 * Valkyrion Must Burn (by me) Closes #14584
2016-02-07DB/Instance: Zul'FarrakKittnz
- Add pathing & formations for Sul'lithuz Sandcrawler's, Sandfury Blood Drinker's, Sandfury Shadowhunter's, Hydromancer Velratha, Sandfury Witch Doctor's . - Update spawndist for several npc's & some entry's.
2016-02-07DB/Quest: Drop It then Rock It!Rushor
* closes #2129 * by w1sht0l1v3 * deluce version by Killyana
2016-02-07DB/Quest: King of the Foulweald - Improve QuesteventRushor
* closes #2381
2016-02-07DB/Quest: Discovering Your RootsRushor
* closes #4777 * thanks to Trista for report
2016-02-07DB/Item: Bryntroll, the Bone Arbiter - ScalingRushor
* by untaught * closes #4954
2016-02-07DB/Item: Solace of the Defeated/Solace of the Fallen (Normal/Heroic) proc fixRushor
* by steel2p * closes #1896
2016-02-07DB/Quest: Urok Doomhowl - SummonscriptRushor
* supreme deluxe version by Dr-J * closes #6899
2016-02-07DB/Creature: Remove skinning_loot_template 100008 from non-skinnable beastsRushor
* by tkrokli * closes #15917