Commit Graph

21914 Commits

Author SHA1 Message Date
Dr-J
9253ff7cb7 Update CMakeLists.txt 2014-07-31 00:29:54 +01:00
Dr-J
bfbfc1f08c Update ScriptLoader.cpp 2014-07-31 00:28:10 +01:00
Dr-J
5418844f15 Delete zone_eversong_woods.cpp 2014-07-31 00:24:08 +01:00
Dr-J
5b311690d1 Remove Script from zone_eversong_woods.cpp
This cpp is now currently redundant
2014-07-31 00:12:33 +01:00
Dr-J
679b3d083c DB/SAI: Powering Our Defenses
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-31 00:06:01 +01:00
Vincent-Michael
b1ccc0e4cc SQL: Fix typo (thx @Wulfr) 2014-07-30 23:01:46 +02:00
Malcrom
16f623f4bf Rename 2014_07_30_04_world_waypoints.sql5 to 2014_07_30_05_world_waypoints.sql 2014-07-30 17:58:25 -02:30
Malcrom
9115cb8cca Rename 2014_07_30_05_world_waypoints.sql to 2014_07_30_06_world_waypoints.sql 2014-07-30 17:58:01 -02:30
Malcrom
732906fca4 Rename 2014_07_30_06_world_waypoints.sql to 2014_07_30_07_world_waypoints.sql 2014-07-30 17:57:30 -02:30
Malcrom
01b733eb69 DB/Waypoints: Add missing Swamprat Guard Pathing. Thanks to kittnz :) 2014-07-30 17:18:09 -02:30
Malcrom
5c7867f329 DB/Waypoints: Pathing for Bloodscale Sentries. Thanks to kittnz :) 2014-07-30 16:31:31 -02:30
Malcrom
d07377aa8d DB/Waypoints: Pathing for Darkcrest Sentries, Zangarmarsh. Thanks to Kittnz :) 2014-07-30 15:59:10 -02:30
jackpoz
4190d84c5b Tools/MMaps: Fix static analysis issues
Fix static analysis issue spotted by Coverity "Structurally dead code found"
2014-07-30 20:22:32 +02:00
Malcrom
74d11ca0ef DB/SAI: Fix some more SAI in Outlands to use CMC and allow random movement. 2014-07-30 14:17:32 -02:30
Malcrom
c81c889ade DB/Misc: Fixup Ango'rosh Stronghold in Zangarmarsh. Fix spawns, SAI, auras, and pathing 2014-07-30 13:17:17 -02:30
DDuarte
de3aed580e Build/CMake: Fix build on older cmakes that don't support the recently added policy 2014-07-30 15:52:05 +01:00
DDuarte
202255d935 Build/CMake: Mute a CMake Warning (dev) in mysqllite project 2014-07-30 14:20:17 +01:00
joschiwald
a97e477e31 Fixed build 2014-07-30 14:58:36 +02:00
Dr-J
f499edd539 DB/SAI: Apprentice Mirveda
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-30 13:53:44 +01:00
Dr-J
3199f2ba90 Remove Script from zone_eversong_woods.cpp
Remove Apprentice Mirvedas script from eversong woods cpp scripts as is not longer required.
2014-07-30 13:45:42 +01:00
Dr-J
c5394842bb DB/Creature: Apprentice Mirveda
Rescript Apprentice Mirveda in SAI to resolve some issues with this NPC

Closes #8026
Closes #11240
2014-07-30 13:43:18 +01:00
Malcrom
044f5679f9 DB/Waypoints: Add waypoints for Marsh Walkers, Ango'rosh Shaman, & Ango'rosh Sentry in Zangarmarsh 2014-07-30 03:02:40 -02:30
DDuarte
43f868e55c Core/PacketLog: Save session ip and port information in saved packets
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-30 03:45:03 +01:00
Malcrom
2b6ee6674a DB/Misc: Some SAI, Waypoints, and emote fixes for Outlands. 2014-07-29 23:40:22 -02:30
joschiwald
5f9e6db27c Scripts/OutdoorPvP: dropped redundand code 2014-07-30 03:15:15 +02:00
Dr-J
1d42ed8212 DB/SAI: Eversong woods scripts
A couple of quest complete scripts for eversong woods

* The Fallen Courier
* Abandoned Investigations
2014-07-30 00:36:52 +01:00
Malcrom
89af042fe6 DB/SAI: More updates to SAI. A lot of non working SAI fixed. 2014-07-29 20:35:31 -02:30
Malcrom
b4bafb95ae DB/SAI: Some SAI updates to use CMC 2014-07-29 19:50:56 -02:30
Dr-J
d2d1d37fbe DB/TEXT: Replace incorrect text
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-29 23:18:03 +01:00
joschiwald
04bb78f6c3 Scripts/OutdoorPvP: replaced some chat texts with proper defense messages 2014-07-29 23:45:34 +02:00
Malcrom
9bbad3f4f4 DB/SAI: Some SAI updates to use CMC 2014-07-29 19:07:10 -02:30
Malcrom
655b04bb9b DB/Waypoints: Pathing for Unending Voidwraith at Manaforge Ultrus. Only Visual but nice to have done :) 2014-07-29 17:22:36 -02:30
Vincent-Michael
24a14979fe Scripts/BloodmystIsle: Fix StartUp Errors 2014-07-29 20:16:37 +02:00
Dr-J
2cace8f8e4 DB/Misc: Kill some startup errors V2
Resubmit for errors fixed in 7aff8037b5 from e594630d30
2014-07-29 17:26:52 +01:00
Shauren
d46c3bf877 Core/Authserver: Fixed invalid memory access when AsByteArray returns less bytes than expected 2014-07-29 18:26:10 +02:00
Dr-J
7aff8037b5 Update 2014_07_28_13_world_sai.sql
Kill some startup errors.
2014-07-29 17:12:22 +01:00
Vincent-Michael
04f8a902af Core/Conditions: Added more infos for CONDITION_SPELL error log 2014-07-29 17:41:06 +02:00
Shauren
7d4514c447 Core/Chat: Restored split alliance and horde chat channels
Closes #12664
2014-07-29 17:19:20 +02:00
DDuarte
09a10f2872 Core/Channels: Do not allow creation of channels starting with digits 2014-07-29 15:03:25 +01:00
Dr-J
e8a261e3cc DB/SAI: Add some missing texts
* 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.
2014-07-29 14:16:08 +01:00
Dr-J
5aa900dd53 DB/Creature: Spawn missing spawns (3.3.5)
Spawn Miles Sidney and Wright Williams who are missing from 3.3.5 world db
2014-07-29 14:12:08 +01:00
DDuarte
0e52b111f3 Core/Config: User-friendlyfy configuration parsing errors
It will now print useful error messages that pinpoint the issue
with the config file (missing file, bad syntax, etc)

In memory of MitchesD that lost 18 hours finding a problem with
his config because of a duplicated line.
2014-07-29 01:47:00 +01:00
Shauren
833195062c Update Socket.h
Added missing typename keyword
2014-07-29 02:00:23 +02:00
Shauren
6418789489 Core/Socket: Fixed expected template evaluated type for AsyncWrite if PacketType is a pointer (Bla* const& is not what we want) 2014-07-29 01:52:28 +02:00
Dr-J
dd6bae82ad Merge pull request #12683 from dr-j/master
DB/SAI: Henry Stern
2014-07-29 00:08:11 +01:00
Dr-J
e594630d30 DB/SAI: Henry Stern
Replace a non functioning core script with SAI
2014-07-28 23:44:07 +01:00
Dr-J
6a6351d98c Update razorfen_downs.cpp 2014-07-28 23:41:17 +01:00
DDuarte
64c8c47622 CI/Travis: Add steps to create databases and import SQLs
This way the automated build with error if sqls contain errors.
Do NOT import world_database.sql, keep using TDB releases.
2014-07-28 23:23:27 +01:00
Malcrom
934ef1c57f DB/Misc: Expedition Armory Fixup - Add missing spawns, pathing, and update some SAI 2014-07-28 19:03:36 -02:30
Shauren
86f3ee9949 Core/Instances: Explicitly unload InstanceSaveMgr before MapManager, fixes invalid memory access at shutdown
Closes #12635
2014-07-28 23:32:53 +02:00