Kandera
16e367bb84
Core/Spells: fix build error with previous commits.
2012-04-26 09:28:48 -04:00
Kandera
aee77546e9
Core/Spells,DB/Conditions: Fix startup errors associated with bf0d001cd3 and 13b68af78d Closes #6346
2012-04-26 09:13:07 -04:00
Shocker
00849132ee
Merge pull request #6336 from Aristoo/master
...
Script/Trial of the Crusader: Fix Permafrost define
2012-04-25 18:00:13 -07:00
Kandera
1b5fa3a6f3
Core/Spells: fix sql file from previous commit and add newline after load function
2012-04-25 14:21:56 -04:00
Kandera
13b68af78d
Core/Spells: Convert some spells from spell_scripts in the db to a generic spellscript.
2012-04-25 14:07:20 -04:00
Aristoo
57866f3465
Script/Trial of the Crusader: Fix define for Permafrost
2012-04-25 16:38:51 +03:00
Kandera
b528f70639
Core/Spells: get effect value correctly. thx shauren!
2012-04-25 09:20:18 -04:00
Kandera
0ec4d55ca6
Core/Spells: Fix build error introduced in previous commit.
2012-04-25 09:15:09 -04:00
Kandera
5878a790db
Core/Spells: Fix prayer of mending bonus from t9 healing 2 piece set. Closes #4069
2012-04-25 09:02:09 -04:00
Kandera
e6a6f6539d
Core/Spells: Correct tick damage for health funnel. (thx alp22) Closes #3465
2012-04-24 13:39:37 -04:00
Kandera
2e9196162e
Core/Spells: Fix wrong target in Bloodthirst spell script. Closes #3359
2012-04-24 13:26:17 -04:00
Kandera
61bc8e1c6f
Core/Spells: added function to initiation script.
...
DB/SAI: added rest of quest to database for Greatmother's Soulcatcher
2012-04-24 11:59:08 -04:00
Shauren
05bb8e4fcd
Core/Vehicles: Fixed creature passengers falling off vehicles at client side
2012-04-24 17:19:41 +02:00
Shauren
1851a2e9e3
Scripts: Replaced calls to ForcedDespawn with DespawnOrUnsummon (calls appropriate AI hooks in case of temporary summons) and made ForcedDespawn private
2012-04-24 16:53:37 +02:00
Shocker
64e4fa254b
Merge pull request #6250 from Frca/master
...
Core/Misc: Do not set TeleportDestination as reference in WorldSession::HandleMoveWorldportAckOpcode()
2012-04-23 17:26:34 -07:00
Shocker
83e1e17649
Merge pull request #6008 from cookta2012/troy09
...
Core/Commands: Some porting and organizing
Moving a commands around eliminating a unnecessary file, and porting the "demorph" command
* moved the "wpgps" command into the cs_debug.cpp because it seems more fitting
* organized the "modify speed" commands into a table of their own
* moved the "gps" command into the cs_misc.cpp
2012-04-23 17:21:42 -07:00
Shocker
cf305bc7c9
Merge pull request #5992 from 4m1g0/master
...
Core/Arenas: Fix waterFallKnockbackTimer typo and set more blizzlike values for Dalaran Sewers waterfall
2012-04-23 17:18:33 -07:00
Shocker
70f93a63a2
Merge pull request #6304 from Vincent-Michael/shaman
...
Core/Spells: Fix Earthen Power
Closes #4795
2012-04-23 17:14:12 -07:00
Shocker
7fd9af6bd6
Merge pull request #6292 from Vincent-Michael/gate
...
Core/Battlegrounds: Fix broken gate state in Strand of the Ancients
Closes #4801
2012-04-23 17:08:05 -07:00
Kandera
b07341f998
Core/Spells: Fix spell cast of greatmother's soulcatcher. closes #1882
2012-04-23 14:35:12 -04:00
Kandera
5da5021464
Core/Spells: fix rocket boots extreme (+lite) spell cooldown issue.
2012-04-23 13:42:54 -04:00
Shauren
a9ad4099ec
Scripts/Icecrown Citadel
...
* Sister Svalna will now fly and land properly
* Fixed visuals in Blood Prince Council fight
* Flying triggers will now fly properly
2012-04-23 18:10:18 +02:00
Kandera
1cbcbe5ba1
Core/Battleground: correct checking for which flag was on the ground. fixes issue with not being able to pick up flags
2012-04-23 11:45:22 -04:00
Vincent-Michael
ccda7c8a40
Core/Shaman: Fix Earthen Power
2012-04-22 20:29:47 +02:00
Frca
0a82c93a97
Codestyle
...
Signed-off-by: Frca <killerfrca@gmail.com >
2012-04-22 19:24:44 +02:00
Frca
c7a70803b4
Merge branch 'master' of git://github.com/TrinityCore/TrinityCore
2012-04-22 19:19:32 +02:00
Vincent-Michael
ddd25ce716
Battleground/Strand of the Ancients: Fix broken gate state
2012-04-22 13:36:18 +02:00
Xanvial
98f9472715
Convert script of npc tabard vendor to SAI and add missing tabard recovery
2012-04-22 08:40:22 +07:00
Discover-
bc4303d8f9
Merge pull request #6286 from Ramusik/master
...
boss_doomlord_kazzak improvements
2012-04-21 12:12:07 -07:00
Ramusik
c47d295e2a
Scripts/Outland: Boss Doomlord Kazzak
...
- Implement Berserk
- Some style corrections
2012-04-21 21:44:20 +03:00
Shauren
2921e28de3
Core/Maps: Increased default ground search range, 10 yards was insufficient for many flying creatures
2012-04-21 20:10:11 +02:00
Nay
c06012d054
Merge pull request #6272 from MrSmite/PetAI_attackFix
...
Core/Pets: Fix pets attacking on non-harmful spells (Hunter Mark and others)
2012-04-21 09:19:23 -07:00
Shauren
5c3ee06f49
Core/Errors: Improved OS detection for windows crash reporting
2012-04-21 16:29:26 +02:00
Vincent-Core
408c78dcd7
Core/Spells
...
* Converted percent based damage dealing spell effects to scripts
* Fix Leviroth Self-Impale damage
Closes #6085
Signed-off-by: Shauren <shauren.trinity@gmail.com >
2012-04-21 12:17:45 +02:00
kaelima
9559a48877
Core/Spell: Attempt to fix some rare steady shot crashes
...
ref issue #5689
2012-04-21 02:42:59 +02:00
MrSmite
e9fd6d1979
Fix pets attacking on non-harmful spells
2012-04-20 20:22:40 -04:00
Subv
50f2be538c
Fixed build
2012-04-19 18:43:41 -05:00
Subv
a5aba350a0
Core/SmartAI: Allow SMART_ACTION_SUMMON_GO and SMART_ACTION_SUMMON_CREATURE to use x, y, z and o parameters as relative offsets for a summoning position (example, summon creature 20 yards in front of the invoker)
...
Signed-off-by: Subv <s.v.h21@hotmail.com >
2012-04-19 18:33:25 -05:00
Shauren
479af777f1
More include fixes
2012-04-20 00:01:07 +02:00
Shauren
c6618575a2
Fixed build without PCH
2012-04-19 23:50:32 +02:00
Shauren
a5da806cc6
Scripts/Ulduar: Fixed some WIP code for Algalon
2012-04-19 23:30:40 +02:00
Shauren
3c2dd7c5ed
Scripts/Ulduar: Algalon the Observer
2012-04-19 23:19:27 +02:00
Shauren
435a9a566a
Core/Creatures: Changed how boss creatures are identified, creature_template.rank was not a good indicator
2012-04-19 14:28:45 +02:00
Shauren
4818c70dcb
Core/Spells: Removed unneeded phase check from spell casts, its already done in canSeeOrDetect for spells that need it. Probably more phase checks are not needed either
2012-04-18 22:27:40 +02:00
Subv
5b80e7360b
Core/Collision: Disable LoS check for destroyed destructible buildings.
...
More research has to be done.
Closes #6228
2012-04-18 13:57:12 -05:00
Frca
284894b20b
Core: Do not set TeleportDestination as reference in WorldSession::HandleMoveWorldportAckOpcode()
...
Signed-off-by: Frca <killerfrca@gmail.com >
2012-04-18 15:10:00 +02:00
Shauren
a483eb5f11
Core/Scripts: Added possibility to remove phase setting from EventMap and an empty-checking method
2012-04-18 12:45:58 +02:00
Shauren
bec761a3e0
Core/Creatures: Set melee sheath as default only for creatures that do not have creature_addon data
2012-04-18 12:44:56 +02:00
kaelima
a998554f8f
Script/Pit of Saron: Fix logic in spell_tyrannus_overlord_brand
...
should fix #6247
2012-04-17 22:34:06 +02:00
Kandera
839abe4dca
Core/Spells: fix holy shock cast on friendly opposing team going on cooldown and saying invalid target. spell will now fail with invalid target and not cause a cooldown
2012-04-17 11:45:26 -04:00