Commit Graph

9086 Commits

Author SHA1 Message Date
Malcrom
e5a8f6cd98 Core: Fix some error messages, more useful, less engrish. 2013-06-22 02:05:32 -02:30
Malcrom
0b00481b84 Core/WaypointMovementGenerator: Make error message more useful. 2013-06-22 01:43:33 -02:30
Malcrom
1b8973a5ac Core/Scripting: Fix previous commit 2013-06-22 01:01:51 -02:30
Malcrom
f22e1508f6 Core/Scripting: Update Boss Akilzon Script to use Events 2013-06-22 00:47:41 -02:30
Malcrom
6623a9dc42 Core/Scripting: Renamed Dark Portal scripts to The Black Morass 2013-06-21 23:14:59 -02:30
Malcrom
7e76ab97f8 Core/Scripting: Updates to Dark Portal Instance Scripting 2013-06-21 21:56:21 -02:30
Vincent-Michael
15ef29800a Core: Fix build 2013-06-21 22:22:21 +02:00
Vincent-Michael
614e674b34 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/scripts/Northrend/zone_zuldrak.cpp
2013-06-21 22:04:11 +02:00
Vincent-Michael
4a8e92e8af Core/GameEvent: Add log for game_event_creature/game_event_gameobject contains creature/gameobject not found in table creature/gameobject table 2013-06-21 21:56:16 +02:00
Vincent-Michael
a0fad6faa9 Core: Fix warnings and some cleanup 2013-06-21 18:06:38 +02:00
Malcrom
6157f240ed Core/Scripting: Add spell script for vendor bark trigger 2013-06-20 22:09:42 -02:30
Shauren
b2cc07556c Core/PacketIO: Enabled SMSG_STABLE_RESULT and updated stable results enum 2013-06-21 02:35:37 +02:00
Shauren
cd32579a43 Core/Auras: Simplified Furor handling
Closes #10048
2013-06-21 02:05:55 +02:00
Shauren
53a5701d18 Core/PacketIO: Added structures and enabled spline movement status opcodes: swim, fly, feather fall, water walk
Closes #10068
2013-06-21 02:03:31 +02:00
Malcrom
1554ca8b1f Core/Scripting: Add spell script for spell 55945 Spectator - Cheer Trigger 2013-06-20 17:15:27 -02:30
Shauren
f3ec76faeb Core/Auras: Fixed a crash happening when different vehicle auras from the same caster stacked on one target
Closes #10050
2013-06-20 15:36:32 +02:00
Shauren
365ac79100 Core/PacketIO: Allow to queue up to 3 time sync requests to prevent very long loading screns from printing cheater warnings
Closes #10063
2013-06-20 14:35:00 +02:00
Shauren
de64f5d34f Core/Achievements: Fixed field type in *_achievement_progress tables 2013-06-20 14:28:32 +02:00
Shauren
71386a5b2c Core/Players: Fixed players getting stuck on loading screen when jumping through a portal 2013-06-19 11:58:08 +02:00
kaelima
a50fef2336 Scripts: Prevented several KilledUnit texts to yelled for non-players such as pets 2013-06-19 00:41:40 +02:00
Malcrom
3a30a0bb35 Core/Scripting: Some updates to Zul'Drak scripts. 2013-06-18 18:12:45 -02:30
Shauren
e211d1bfe1 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2013-06-18 21:04:55 +02:00
Shauren
f517467817 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2013-06-18 21:04:31 +02:00
Vincent-Michael
99c256600a Core/Spells: Fix mage talent "Nether Vortex"
thx to @Souler for base script
2013-06-18 20:19:30 +02:00
Shauren
89ec907539 Core/Objects: Refactored MovementInfo structure 2013-06-18 18:15:33 +02:00
Vincent-Michael
47ea7943e5 Core: Fix new warnings ... 2013-06-18 17:23:47 +02:00
Vincent-Michael
09eea66ee1 Core: Fix warnings 2013-06-18 16:51:56 +02:00
Shauren
b6aadc6698 Scripts/Misc: Use new movement flag setting methods in scripts 2013-06-18 16:48:46 +02:00
Shauren
d9df460694 Core/Movement
* Added wrapper methods for setting various movement flags and sending correct movement opcodes
* Made flying and falling spline flags exclusive with each other
2013-06-18 16:47:12 +02:00
Malcrom
779f3c2f08 Core/Scripting: Updated Quest: Troll Patrol: The Alchemist's Apprentice scripting 2013-06-18 11:47:24 -02:30
Aokromes
74d828aa81 Core/Scripting: Cleaning of unused/obsolete stuff 2013-06-18 06:27:15 +03:00
Malcrom
2d892465d0 Core/Scripting: Remove double check. Thanks joschiwald 2013-06-17 21:36:52 -02:30
Malcrom
14695b056a Scripting: Quest: Troll Patrol: The Alchemist's Apprentice 2013-06-17 20:52:41 -02:30
Pitcrawler
d163c58258 DB/Quests: Fix Reunited, Dark Horizon, closes #6246 closes #8979 2013-06-17 16:44:04 +02:00
kaelima
78a78a03d7 Core/Movement: Fixed computeFallTime results with safefall enabled (it's still unused however) 2013-06-17 05:16:30 +02:00
kaelima
aa645683b8 Core/MMAPS: Update recastnavigation!
* Complete changelog can be found at http://code.google.com/p/recastnavigation/
* Adjusted a few config values

Important:
* New mmaps extraction is required
* Folder size will be increased
2013-06-17 05:11:56 +02:00
Vincent-Michael
3367dd5be9 Core: Fix build and some fails 2013-06-16 23:16:07 +02:00
Vincent-Michael
b21749a68c Core/Spells: Fix shaman talent "Feedback"
Note: For Chain Lightning need more fix
2013-06-16 23:00:54 +02:00
Vincent-Michael
d2e1b7421a Core/Spells: Add function for modify cooldown
Thx shauren for helping
2013-06-16 22:55:14 +02:00
Vincent-Michael
8c42b4ce8a Core/Spells: Fix shaman lava surge proc 2013-06-16 17:56:40 +02:00
Malcrom
86f2c84ee5 Script: Add proper spell to Lake Frog script. 2013-06-16 08:58:37 -02:30
w1sht0l1v3
f0cc3b1390 Fix sql naming on previous files.
Correct faction template for Nexus Drake Hatchling and initialize a variable in script.
2013-06-16 12:26:44 +03:00
Malcrom
b3237630ec Script: Updated Murmur to use events. 2013-06-15 21:22:37 -02:30
Malcrom
cb9bb4e959 Scritp: Updated Boss_Blackheart_the_Inciter to use events. 2013-06-15 20:02:41 -02:30
Vincent-Michael
31b0b1afb8 Scripts/ZulAman: Add emote for creature_text 2013-06-15 23:58:48 +02:00
Malcrom
beed499770 Script: Update Boss_Grandmaster_Vorpil script to use events. 2013-06-15 19:03:09 -02:30
Malcrom
fd0b9ebb8e Script: Fix a couple quest credit hacks. 2013-06-15 14:39:22 -02:30
Malcrom
08e7b15d9f Script: Fix errors in previous commit. 2013-06-15 14:19:29 -02:30
Malcrom
7b67351208 Script: Update Grizzly Hills Zone Script to use Events. 2013-06-15 14:10:26 -02:30
Shauren
fa75fe78bd Core/Objects
* Split BuildValuesUpdate into separate virtual methods for every object type that does something special with update fields
* Removed _SetCreateBits/_SetUpdateBits to halve the amount of checks if field needs to be sent
2013-06-15 15:16:36 +02:00