QAston
e53b44b6ba
Merge pull request #6491
...
Core/Spells: convert some spell effects to SpellScripts
Closes #6491
2012-06-14 19:12:03 +02:00
Kandera
0ddaeaddc8
Core/Pets: more updates for pets and add spell_pet.cpp to the cmakelist file
2012-06-13 12:39:56 -04:00
click
50bd43661c
Core: Remove a few silly warnings here and there (and adjust a comment to allow System.cpp to show properly in the nano-editor)
2012-06-13 18:38:21 +02:00
Kandera
76a2d13239
Core/Pets: more updates for pet calculations. feedback would be nice! (nothing is applied to anything yet so this will not reflect ingame atm)
2012-06-12 12:18:49 -04:00
Kandera
5b8d3f8109
Core/Pets: more functionality for pet auras. thx to joshwhedon for the new functions. still have a lot to do!
2012-06-11 12:40:20 -04:00
Shauren
be5f0b0f47
Core/Scripts: Fixed crash in mob_phase_hunterAI, this entire script is crappy and needs rewrite anyway.
2012-06-09 22:50:56 +02:00
Shauren
7d98f2ffc7
Core/Spells: Fixed WotF and PvP trinket shared cooldown
2012-06-09 13:09:49 +02:00
joschiwald
8ab6d578ce
fix typos - i failed so hard :(
2012-06-08 22:25:33 +02:00
Kandera
8e8bf5c67d
Core/Pets: one more update before i leave for the weekend!
2012-06-08 14:10:05 -04:00
Kandera
38424024e6
Core/Pets: more updates to spells for pet scaling. based on research and sniffs. (some spells are unk at this moment)
2012-06-08 14:05:17 -04:00
Kandera
69ea6b5d32
Core/Pets: base implementation for pet aura scaling system. not currently hooked into anything. (thx vincent-michael for the base work)
2012-06-08 13:08:38 -04:00
Kandera
69bf716c1b
Core/Spells: set default multiplier for scourge strike bonus damage to 1.
2012-06-08 11:01:27 -04:00
Kandera
6107e48f8b
Core/Spells: fix scourge strike extra damage. thanks to tibbi
2012-06-08 10:08:02 -04:00
Malcrom
e4af5e4e2f
Core/Misc: A couple misc fixes.
2012-06-06 19:05:17 -02:30
Malcrom
3e3a940a1c
DB/SAI: Fix for Quest 11317 & 11322 "The Cleansing"
2012-06-06 18:54:13 -02:30
Malcrom
ee194a4f43
Core/Scripts: Addition to previous commit.
2012-06-06 00:08:07 -02:30
Malcrom
f08bc7d502
Core/Scripts: Script for Frostblade Shrine to start The Cleansing quest.
...
Quest is not yet scripted.
2012-06-05 23:32:09 -02:30
Malcrom
4ca77c5b0b
DB/Gossip Core/Scripts: Replace core script with db gossip for Lorax
2012-06-05 21:50:05 -02:30
Malcrom
565aa070fe
DB/Gossip Core/Scripts: Fix Gossip for Witch Doctor Mau'ari
2012-06-05 20:52:38 -02:30
kaelima
8c841d12b3
Scripts/Ulduar: Fixed some various bugs with XT-002 Deconstructor.
...
He will now properly reset if he evades while being submerged.
He will not always die directly after heart phase.
Adds will now despawn on reset.
Heart will now change seat and set unit flags properly, but is still not attackable by melee (seems like a vehicle flag bug)
2012-06-05 20:44:30 +02:00
Shauren
295b1a00c8
Scripts/Icecrown Citadel: Fixed Sindragosa, Spinestalker and Rimefang flying in after related trash packs are dead - this solution is resistant to grid unload.
2012-06-05 14:53:18 +02:00
kaelima
fa1375b7d6
Script/Shadowfiend: Use PetAI for shadowfiends, fixes shadowcrawl autocasting
2012-06-03 23:12:21 +02:00
joschiwald
7e454b26ac
more updates
2012-06-03 02:35:00 +02:00
Nay
d75ea8837b
Scripts/Dragonblight: Fix quest Strengthen the Ancients - Closes #2043
2012-06-01 23:03:57 +01:00
Nay
f89ef6da5b
DB/Misc: Fix DB startup errors - Closes #6666
...
Also add a missing break; to previous commit
2012-06-01 19:59:44 +01:00
Nay
925657cc98
Scripts/Sholazar: Fix quest Kick, What Kick? - Closes #370
2012-06-01 19:48:43 +01:00
Malcrom
8cc19196a6
Core/script: Informed by Kaelima this line is handled by dbc and not required.
2012-06-01 12:34:08 -02:30
Malcrom
dfbd7a820b
Core/scripts: Add generic script to prevent cannon movement.
2012-06-01 12:23:55 -02:30
Kandera
99b23429db
Core/Spells: fix damage from touch the nightmare for the caster and fix damage and healing for dream funnel. closes #6669 closes #6676
2012-06-01 10:43:36 -04:00
Shauren
425eeb8280
Core/Movement
...
* Implemented creature movement on transports
* Set minimum speed for creature allowed to start movement (too low speed leads to overflows in movement time calculations which in turn leads to crashes)
2012-05-31 19:45:11 +02:00
Shocker
fce6ec014d
Merge pull request #6605 from Vincent-Michael/scale
...
Core/Misc: Add SetObjectScale function
2012-05-29 03:56:47 -07:00
AliveShiro
34a1dd763b
Core/Scripts: Fix Anub'arak spikes in Trial of the Crusader now they only attack players. Thanks to Warpten who brought the Idea and thanks to Nayd :)
2012-05-28 19:18:03 +02:00
joschiwald
1bfd6605af
fix compile
2012-05-28 04:29:59 +02:00
joschiwald
cd7ab6f3a5
Merge branch 'master' of github.com:joschiwald/TrinityCore into spellscripts
...
Conflicts:
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Spells/Auras/SpellAuraEffects.cpp
src/server/game/Spells/Spell.cpp
src/server/game/Spells/SpellEffects.cpp
src/server/scripts/Spells/spell_paladin.cpp
2012-05-28 04:27:51 +02:00
joschiwald
ca07f30d03
Core/Spells: convert some spell effects to SpellScripts
2012-05-28 04:07:51 +02:00
Shauren
b549cd2543
Scripts/Icecrown Citadel: Remove encounter specific auras when Blood-Queen Lana'thel fight ends (prevents exploits with Essence of the Blood Queen
...
Closes #6610
2012-05-27 22:26:49 +02:00
Vincent-Michael
ab77e597b1
Add function for SetObjectScale
...
Author: NoFantasy
Source: Mangos
2012-05-26 23:14:57 +02:00
Malcrom
74da8dc410
Core: another update cause case matters!
2012-05-26 00:38:53 -02:30
Malcrom
83f74263a2
core: fix ubrs script
2012-05-26 00:27:10 -02:30
Malcrom
39a609ce5c
Core/DB: Some updates for UBRS from sniff
2012-05-25 23:53:33 -02:30
kandera
624a5629b9
Merge pull request #6040 from w1sht0l1v3/borean_tundra
...
Core/DB: Quest The Emissary
2012-05-24 07:31:10 -07:00
Nay
23be8c4fd7
Scripts/VH: Add an 1 minute pause after each boss fight (instead of 5 seconds)
...
Revert one of the warning fixes (non standard C++)
2012-05-20 18:22:34 +01:00
Nay
e56b2cdd59
Core: Fix a few compile warnings
2012-05-20 17:58:35 +01:00
4m1g0
524e30e57b
Scripts/kalimdor: Use proper headers to optimize compile, code style and general cleanup.
...
Closes #6419 (pr)
2012-05-19 15:11:09 +01:00
Nay
82664ade8f
Merge pull request #6418 from 4m1g0/TheAffray
...
Scripts/the_barrens: Fix quest "The Affray" and some cleanup.
2012-05-19 04:10:13 -07:00
Kandera
edf1de6d93
Core/Spells: move rocket boots spell cast check to spell script. add event for checkcast for deathcoil (dk) heh i forgot it >.<
2012-05-18 11:56:23 -04:00
Kandera
7688c7609f
Core/Spells: remove holy shock and death coil (dk) from checkcast and add them to the checkcast of the spell script. also check if unit is in front for damage spell of death coil (dk) Closes #6027
2012-05-18 11:44:38 -04:00
kandera
63010fe77b
Core/Spells: calculate damagebonustaken for target before adding the damage left from the previous aura. thx @zwerg
2012-05-17 14:04:57 -03:00
Kandera
c6aa41cc10
Core/Spells: Revert previous commit. add exception for deep wounds in pct done aura modifiers. clean up heal bonus code to use the correct numerical types.
2012-05-17 10:41:21 -04:00
Kandera
619fdd185b
Core/Spells: fix deep wounds damage. thanks warpten.
2012-05-17 09:40:44 -04:00