Commit Graph
12605 Commits
Author SHA1 Message Date
click 8fc13f508f Core/Logs: Remove some excessive log-information regarding non-existing gameobjects. Removes angle and rotation-info, as it's useless. 2011-06-27 19:37:15 +02:00
Aokromes ec517bbaf0 DB/AreaTriggers: Fixed Zul'Farrak exit orientation 2011-06-27 19:23:45 +02:00
Lopin cdcf5be8d1 DB/SQL: Fixed import of SQLs after recent commits 2011-06-27 18:50:43 +02:00
Lopin 537fc18be3 Scripts/Ulduar: Fixed achievement But I'm on Your Side! 2011-06-27 18:43:14 +02:00
Lopin 1c04403866 Scripts/Ulduar:
* Move Knock achievements back to Freya's script
* Better improvement to Con-Speed-Atory achievement
* Remove Rare Cache of Winter when encounter time is bigger then 3 minutes
2011-06-27 18:42:38 +02:00
Lopin 3214bf3bac Scripts/Freya: Achievement rewarding spell is casted even if no Elder is alive 2011-06-27 16:06:27 +02:00
Machiavelli 23b9a31229 Core/Vehicles: Final stage of vehicle stat scaling table removal 2011-06-27 15:20:26 +02:00
Machiavelli ad1777229f Core/Vehicles: More codestyle. (missed changes) 2011-06-27 14:42:28 +02:00
Machiavelli 8a7957a759 Core/Vehicles: Remove now unused variables and apply codestyle in Vehicle class 2011-06-27 14:36:00 +02:00
Sarjuuk 249692b54b Core/Vehicles: Remove vehicle stat scaling hack and implement it properly trough the spell system. NOTE: This does need some further research on coefficients for different vehicles.
Signed-off-by: Machiavelli <[email protected]>
2011-06-27 14:23:58 +02:00
Lopin 8fd3c912c1 Scripts/Ulduar: Fixed achievement Con-Speed-Atory in Freya's encounter 2011-06-27 14:05:35 +02:00
Machiavelli 921b39fb2d Core/Units: Extend change from 6ce529 to Unit::SetRooted as well (was overlooked) 2011-06-27 13:33:56 +02:00
maanuel 360f0534ce Entities/Vehicle: Removed unneeded Spell Immunity, this fixes problems with spell 66296 (Shadow Veil). Thanks to tobmaps. 2011-06-26 22:27:00 -03:00
kaelima d2508f6a6a Core/Arenas: Prevent players from sending MSG_PVP_LOG_DATA when in an arena.
Fixed #1215
2011-06-27 02:50:00 +02:00
maanuel ea2d3563ab SQL: Renamed sql file, thanks to StewieGriffin. 2011-06-26 21:09:18 -03:00
Machiavelli e8b4d1fab7 Core/Spells: Fix side effects from 33f3397 (issues related to Mangle for druids not being re-learned on talent switch). Original fix done alternatively. 2011-06-27 02:01:20 +02:00
Machiavelli 5864a2e151 Core/Packets: Add some additional movementflag filtering to eliminate some packet spoof attempts. 2011-06-27 00:10:53 +02:00
Machiavelli 6ce529aff3 Core/Entities: Add MOVEMENTFLAG_ROOT to unit on Unit::SetStunned, and remove any other conflicting movement flags that might freeze clients.
This *properly* fixes the ancient root freeze issue that surfaced during the early stages of 3.x
2011-06-26 21:36:20 +02:00
Machiavelli ad81d4132c Core/Packets: Remove MOVEMENTFLAG_ROOT flag from movementinfo that is sent from client to server. This flag is not valid in this case and is a packet spoofing attempt. When used in conjunction with any of the moving movement flags such as MOVEMENTFLAG_FORWARD this will freeze surrounding clients that receive the cheater's movementinfo.
Thanks to Dvlpr for help with research.
2011-06-26 21:27:10 +02:00
maanuel 5c0c2ea873 Core/Spells: Fixed spell 62218 (Launch) used by npc 34793 (Catapult) in Isle of Conquest. 2011-06-26 16:03:50 -03:00
QAston e5db97a28e Merge branch 'master' of https://github.com/TrinityCore/TrinityCore 2011-06-26 19:32:41 +02:00
QAston faaba1aa65 Core/Auras: Improvements in spell_linked_spell table handling, now auras with using this table have linked stack amount, also linked aura removal is called now when aura is removed on target death. 2011-06-26 19:31:11 +02:00
Lopin e7778c7231 Scripts/Ulduar: Move handling of Freya's "Knock" achievements to instance script + clean up 2011-06-26 16:35:51 +02:00
Shocker e05f608919 Core/Spells: Don't allow Killing Spree to hit unattackable targets 2011-06-26 16:06:23 +03:00
Shocker 6b0b21fea7 Core/Spells: Don't allow Killing Spree to hit critters (by correcting AnyUnfriendlyVisibleUnitInObjectRangeCheck, this notifier may be used in the future for similar expected results) 2011-06-26 15:54:19 +03:00
Lopin ff5367c03d Scripts/Ulduar: Allow Flame Leviathan's Hard Mode achievement trigger only on Hard Mode 2011-06-26 14:46:36 +02:00
Shauren c1df981f0c SQL: Fixed line endings 2011-06-26 14:09:32 +02:00
QAston d2e1f5a259 Misc: Rename update sqls to follow the standards. 2011-06-26 13:58:34 +02:00
QAston 557e06b1c1 Merge branch 'master' of https://github.com/TrinityCore/TrinityCore 2011-06-26 13:56:11 +02:00
QAston ac88fa026f Database/Spells: Add spell_proc table which is a replacement for spell_proc_event table. This is the initial patch from series of patches changing the way we currently handle procs in the core, and doesn't interfere with existing code in any way. 2011-06-26 13:54:44 +02:00
Shauren bcd62b8d29 Scripts/Icecrown Citadel: Valithria Dreamwalker encounter should start when she is healed and fixed achievement credit
Closes #2117
Closes #2058
2011-06-26 12:47:34 +02:00
click 3fde27c964 Core/DBC: Update spell_dbc entry for 24308 (Summon Shade of Jin'Do) to use the correct spelleffect (SPELL_EFFECT_SUMMON), and not SPELL_EFFECT_JUMP
Also setting the creature relation through the same entry (this might need a minor change, no data for this exists)
2011-06-26 12:20:58 +02:00
Shauren 2b1039d0e1 Scripts/Icecrown Citadel
* Removed spellmgr hacks for Boiling Blood
* Removed obsolete effect from Resistant Skin causing them to lose the aura when hit by shadow spell
2011-06-26 11:45:29 +02:00
click 6667277a16 Core/Commands: Remove deprecated command for modifying pet training points (.pet tp) - removed in patch 3.0.2 and replaced with talentpoints (command for adjusting that already exists).
Closes #135.
2011-06-26 10:35:35 +02:00
Shauren c9a5aef061 Scripts/Icecrown Citadel
* Fixed Mark of the Fallen Champion
* Allow attacking Lady Deathwhisper during intro

Closes #2088
2011-06-26 01:12:49 +02:00
QAston 6dcee0c0ea Merge branch 'master' of https://github.com/TrinityCore/TrinityCore 2011-06-26 00:29:36 +02:00
QAston 2bcf63d387 Core/Spells: don't allow spells which hit target only with SPELL_EFFECT_DUMMY to execute spell triggers on that targets, also cleanup related code a bit. 2011-06-26 00:29:12 +02:00
Shauren 9a5f8dc844 Scripts/The Nexus: Fixed compile warning 2011-06-25 23:40:36 +02:00
Ramusik aa0e279b04 Core/Spells: Fix Glyph of Raptor Strike 2011-06-26 00:44:09 +07:00
Lopin cd76930f45 Core/Instances: Remove function DoCompleteAchievement() 2011-06-25 19:17:50 +02:00
Lopin cb40eb556a Scripts/Nexus: Fixed logic in Intense Cold achievement. Thanks joschiwald for notice 2011-06-25 19:14:20 +02:00
Lopin 0b1fffcc70 Scripts/Ulduar: Properly fixed Orbital Bombardment & Orbital Devastation & Nuked From Orbit & Orbit-uary 2011-06-25 19:13:09 +02:00
Lopin 0cf40b897c Scripts/Achievements: Fixed a crash in Heigan's achievement script & more possible crashes & small improvements to handling datas for achievements 2011-06-25 19:11:56 +02:00
tobmaps af023a40f7 Core/Spells: Fix Shaman T10 Elemental 4P Bonus
Closes #1501
2011-06-25 23:23:14 +07:00
Lopin 956c5f0e5e DB/Conditions: Correct conditions for Powerful Healing Ward and fix naming of SQL file in recent commit 2011-06-25 17:51:01 +02:00
Shocker d88e25d476 Core/Spells: Fix Curse of Mending
Thanks to joschiwald, closes #2118
2011-06-25 18:28:13 +03:00
Shocker 66362cbc1d Core/Misc: Typo fix in trinity_string
Thanks to sebid, closes #2100
2011-06-25 18:16:45 +03:00
Shocker 365c74cf8e Scripts/SQL: Update SQL after recent pull 2011-06-25 17:44:25 +03:00
Shocker 6a78edcff5 Merge pull request #2086 from vcrx6/patch-4
Scripts/Ulduar: typo in spell_pool_of_tar
2011-06-25 07:42:32 -07:00
Lopin 6fd2bc4f28 Scripts/Nexus: Properly fixed achievement Intense Cold 2011-06-25 16:40:10 +02:00