Commit Graph

1321 Commits

Author SHA1 Message Date
Kirkhammett
c8bfb9cf4d DB&Scripts/Icecrown: Fix quest The Last Line Of Defense and script Argent Cannons
Closes #998
Closes #10460
2013-08-06 23:16:03 +01:00
Vincent-Michael
75e6c40630 Core/Misc: Rename some no name enums 2013-08-06 21:16:05 +02:00
snakeice
75b4b0594f Scripts/HoR: Major changes:
- Fixed Intro timers
- Fixed mobs aggro
- Fixed General's shield trow
- Added Jaina / Sylvannas / Lich King escape event

Closes #10303
Closes #2505
Closes #9865
2013-08-06 19:05:47 +01:00
Vincent-Michael
d24bb958da Core: Random changes 2013-08-05 21:13:20 +02:00
Shauren
5ae86ee2a8 Fixed compile 2013-08-01 22:22:39 +02:00
Shauren
ac10589eda Core/Misc: Fixed some issues found by Coverity Scan 2013-08-01 21:31:11 +02:00
Vincent-Michael
bab04cc5f8 Core/Spells: Fix try for logic fail in 4ba3c2e51d 2013-07-30 23:59:30 +02:00
joschiwald
0d0baf004d Scripts/DrakTharonKeep: fix copy paste fail
Closes #10402
2013-07-30 15:46:56 +02:00
MitchesD
3b78023100 Scripts/DrakTharonKeep: Update King Dred to use events
Closes #10385

Signed-off-by: joschiwald <joschiwald@online.de>
2013-07-29 13:11:07 +02:00
joschiwald
d868f9db4b Scripts/DrakTharonKeep: reworked InstanceScript 2013-07-29 12:49:27 +02:00
Nay
a3aa3f65fd Scripts/VH: Refactor commit 999843d 2013-07-23 02:13:09 +01:00
profPlum
999843dfef Scripts/VH: fix for violet hold's activation crystals
Closes #10129
2013-07-23 01:51:24 +01:00
Shauren
3d6b88f5aa Fixed compile warnings 2013-07-21 14:17:24 +02:00
Nay
bf100ffc3c Scripts/Icecrown: Fix a double function call typo in npc_margrave_dhakar
Thanks Josh
2013-07-20 15:00:36 +01:00
Vlad
0b9a8ccef5 Core/Misc: Change creatures and gameobject phasemask from 16 to 32 bits
Signed-off-by: Nay <dnpd.dd@gmail.com>
2013-07-19 04:03:40 +01:00
Nay
ebd9090d80 DB/NPCs: Fix Margrave Dhakar equipment 2013-07-19 03:25:52 +01:00
Nay
0691a4310f Scripts/Icecrown: Use guid instead of cached Creature* to avoid crashes in npc_margrave_dhakar 2013-07-19 02:27:56 +01:00
Nay
ff01602906 Scripts/Icecrown: Fix code style and use "best practices" on previous commit (c536ba510) 2013-07-19 00:42:59 +01:00
Nay
c536ba510d Scripts/Icecrown: Fix quest The Flesh Giant Champion
Closes #9040
Closes #10294
2013-07-19 00:03:27 +01:00
joschiwald
d52ce57e59 Scripts/ForgeOfSouls: move "Mirrored Soul" into SpellScripts 2013-07-19 00:24:25 +02:00
joschiwald
06d54ba438 Scripts/VaultOfArchavon/Koralon: Fix Meteor Fists 2013-07-18 23:01:14 +02:00
Vincent-Michael
baeecba6c9 Core: Fix build 2013-07-15 01:07:02 +02:00
Vincent-Michael
08c1a81096 Scripted/Misc: Fix random stuff 2013-07-15 01:01:37 +02:00
Vincent-Michael
e464d2bd2c Scripted: Some cleanups + ninja changes 2013-07-08 21:15:23 +02:00
Nay
3561ab98ba Misc: Use override and final C++11 keywords in a few places (mostly scripts)
OVERRIDE and FINAL are TC macros (expand to nothing if compiler does not  support C++11)
2013-07-06 20:21:45 +01:00
Vincent-Michael
6079f369af Scripted/Misc: Some cleanup 2013-07-06 01:00:05 +02:00
Vincent-Michael
b4d4e04f53 Scripts/Misc: Rename creatures with mob_ / mobs_ in npc_
Note: Have fun :P
2013-07-04 22:11:47 +02:00
Vincent-Michael
029fe277b0 Scripted/Naxxramas: Missing cleanup in f90078f979 :P 2013-07-01 17:52:25 +02:00
Vincent-Michael
f90078f979 Scripted/Naxxramas: Fix Four Horsemen Chest 2013-07-01 17:44:26 +02:00
Shauren
9e5ce92a82 Scripts/Icecrown Citadel: Fixed Blood Queen Lana'thel flight phase
Closes #8759
2013-06-30 16:34:56 +02:00
Shauren
112bc49c9a Core/Units: Removed most calls to SendMovementFlagUpdate for creatures 2013-06-30 16:31:24 +02:00
Shauren
13208ff257 Core/Vehicles: Implemented vehicle seat flag that makes passengers unselectable and dropped redundant UNIT_STATE_ONVEHICLE (it is only checked in the same places as unselectable unit flag) 2013-06-29 15:20:15 +02:00
w1sht0l1v3
44c844d6fd Scripts/The Storm Peaks: Use proper vehicle check on prisoners from Cold Hearted quest. 2013-06-29 14:50:37 +03:00
Malcrom
4761590c4a Core/Scripting: Update Injured Goblin Miner script to use DB gossip. 2013-06-26 13:36:53 -02:30
Malcrom
f4bceb86c0 Core/Scripting: Replace a couple core scripts in Storm Peaks with SAI and DB gossip. 2013-06-26 13:18:17 -02:30
Malcrom
83c1e69d74 Core/Scripting: Update npc_agnetta_tyrsdottar to use db gossip. 2013-06-26 12:43:45 -02:30
Vincent-Michael
180cd5cf6e Core: Fix warning 2013-06-23 01:49:28 +02:00
Vincent-Michael
7e01ac23db Scripts: Fix some typos 2013-06-22 17:24:23 +02:00
Vincent-Michael
e6185c92fc Scripts: Convert DoCast(me->GetVictim(), SPELL_XXXXX); in DoCastVictim(SPELL_XXX); 2013-06-22 16:53:13 +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
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
89ec907539 Core/Objects: Refactored MovementInfo structure 2013-06-18 18:15:33 +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
Malcrom
779f3c2f08 Core/Scripting: Updated Quest: Troll Patrol: The Alchemist's Apprentice scripting 2013-06-18 11:47:24 -02:30
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
Malcrom
86f2c84ee5 Script: Add proper spell to Lake Frog script. 2013-06-16 08:58:37 -02:30