aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-07-31Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-31DB/Waypoints: A few paths for Shadowmoon ValleyMalcrom
2014-07-31DB/SAI: Plagued Lands 2118Dr-J
Fix 2118 Plagued Lands http://www.wowhead.com/quest=2118/plagued-lands http://youtu.be/wj8CiZAaP8E, Script in SAI, Kill credit and way bear gets captured may need to be changed in the future but at this moment the server side spells have no effects in spell_dbc. Id Name 9372 Bear Enters Auberdine 9439 Bear Captured in Trap,
2014-07-31DB/SAI: Sholazar Guardians (Update)Dr-J
Update my previous scripts for Zepik, Dajik, Moodle, Jaloot, Lafoo and Goregek as the spells which that these must cast in order to ping treasure, chickens abd the sholazar guardian heartbeat aura which was needed to trigger some texts was failing when just casting on summon, changing so these spells are cast periodically.
2014-07-31DB/QUEST: Foolish Endeavors (Update)Dr-J
Update to my previous script for this, fixes a couple of things * Getry is less likely to bug out leaving him at bottom with no quest flags if player leaves grid after event started, can still happen but much rarer (This has had 7 months of testing) * And preventing event been started if varidus is currently dead as this will also cause event to bug out.
2014-07-31DB/SAI: More SAI corrected to use CMC. All entries up to 7000 requiri… ↵Malcrom
…ng caster movement control now using CMC
2014-07-30DB/SAI: More SAI corrected to use CMC. All entries up to 7000 requiring ↵Malcrom
caster movement control now using CMC
2014-07-31Merge pull request #12707 from dr-j/masterDr-J
Remove redundant Eversong_woods cpp
2014-07-31Update CMakeLists.txtDr-J
2014-07-31Update ScriptLoader.cppDr-J
2014-07-31Delete zone_eversong_woods.cppDr-J
2014-07-31Remove Script from zone_eversong_woods.cppDr-J
This cpp is now currently redundant
2014-07-31DB/SAI: Powering Our DefensesDr-J
Powering Our Defenses SAI version, finally gets this quest working Blizzlike, * Deletes the permament DB spawns of enraged wraith (these are not spawned randomly by script as they should be) * Correct faction for infused crystal so now the Enraged Wraiths will actually attack it * Fixes the despawning/text spamming issue
2014-07-30SQL: Fix typo (thx @Wulfr)Vincent-Michael
2014-07-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-07-30Rename 2014_07_30_04_world_waypoints.sql5 to 2014_07_30_05_world_waypoints.sqlMalcrom
2014-07-30Rename 2014_07_30_05_world_waypoints.sql to 2014_07_30_06_world_waypoints.sqlMalcrom
2014-07-30Rename 2014_07_30_06_world_waypoints.sql to 2014_07_30_07_world_waypoints.sqlMalcrom
2014-07-30Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: src/server/game/Server/WorldSocket.cpp src/server/scripts/OutdoorPvP/OutdoorPvPEP.cpp src/server/scripts/OutdoorPvP/OutdoorPvPEP.h
2014-07-30DB/Waypoints: Add missing Swamprat Guard Pathing. Thanks to kittnz :)Malcrom
2014-07-30DB/Waypoints: Pathing for Bloodscale Sentries. Thanks to kittnz :)Malcrom
2014-07-30DB/Waypoints: Pathing for Darkcrest Sentries, Zangarmarsh. Thanks to Kittnz :)Malcrom
2014-07-30Tools/MMaps: Fix static analysis issuesjackpoz
Fix static analysis issue spotted by Coverity "Structurally dead code found"
2014-07-30DB/SAI: Fix some more SAI in Outlands to use CMC and allow random movement.Malcrom
2014-07-30DB/Misc: Fixup Ango'rosh Stronghold in Zangarmarsh. Fix spawns, SAI, auras, ↵Malcrom
and pathing
2014-07-30Build/CMake: Fix build on older cmakes that don't support the recently added ↵DDuarte
policy
2014-07-30Build/CMake: Mute a CMake Warning (dev) in mysqllite projectDDuarte
2014-07-30Fixed buildjoschiwald
2014-07-30DB/SAI: Apprentice MirvedaDr-J
Noticed this after commit, bad phase mask a remnant from how I originally intended to script this, event phase 4 now never gets set.
2014-07-30Remove Script from zone_eversong_woods.cppDr-J
Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required.
2014-07-30DB/Creature: Apprentice MirvedaDr-J
Rescript Apprentice Mirveda in SAI to resolve some issues with this NPC Closes #8026 Closes #11240
2014-07-30DB/Waypoints: Add waypoints for Marsh Walkers, Ango'rosh Shaman, & Ango'rosh ↵Malcrom
Sentry in Zangarmarsh
2014-07-30Core/PacketLog: Save session ip and port information in saved packetsDDuarte
This data is put into the "optional data" part of each packet of the PKT 3.1 format It will be used with WPP to debug some networking issues
2014-07-29DB/Misc: Some SAI, Waypoints, and emote fixes for Outlands.Malcrom
2014-07-30Scripts/OutdoorPvP: dropped redundand codejoschiwald
2014-07-30DB/SAI: Eversong woods scriptsDr-J
A couple of quest complete scripts for eversong woods * The Fallen Courier * Abandoned Investigations
2014-07-29DB/SAI: More updates to SAI. A lot of non working SAI fixed.Malcrom
2014-07-29DB/SAI: Some SAI updates to use CMCMalcrom
2014-07-29DB/TEXT: Replace incorrect textDr-J
Replace text on infused crystal http://www.wowhead.com/npc=16364 with correct emote text which should be used by this npc during quest powering our defenses, Leaving https://github.com/TrinityCore/TrinityCore/issues/12696 open though as there are sill more issues with this quest.
2014-07-29Scripts/OutdoorPvP: replaced some chat texts with proper defense messagesjoschiwald
2014-07-29DB/SAI: Some SAI updates to use CMCMalcrom
2014-07-29DB/Waypoints: Pathing for Unending Voidwraith at Manaforge Ultrus. Only ↵Malcrom
Visual but nice to have done :)
2014-07-29Scripts/BloodmystIsle: Fix StartUp ErrorsVincent-Michael
2014-07-29DB/Misc: Kill some startup errors V2Dr-J
Resubmit for errors fixed in https://github.com/TrinityCore/TrinityCore/commit/7aff8037b50d2167596de976d12e8c947c9d3a9e from https://github.com/TrinityCore/TrinityCore/commit/e594630d30a831acf5562bf5f964ea4f33c9ace2
2014-07-29Core/Authserver: Fixed invalid memory access when AsByteArray returns less ↵Shauren
bytes than expected
2014-07-29Update 2014_07_28_13_world_sai.sqlDr-J
Kill some startup errors.
2014-07-29Core/Conditions: Added more infos for CONDITION_SPELL error logVincent-Michael
2014-07-29Core/Chat: Restored split alliance and horde chat channelsShauren
Closes #12664
2014-07-29Core/Channels: Do not allow creation of channels starting with digitsDDuarte
2014-07-29DB/SAI: Add some missing textsDr-J
* adds texts for Bimble Longberry * Rescripts Miles Sidney and Wright Williams so texts are said in order of dialect rather than just random texts, also adds the missing texts.