Commit Graph

2710 Commits

Author SHA1 Message Date
click 2d1b3ccaa1 Compile warnings fixes 2011-05-27 14:45:44 +02:00
Lopin b533dfdca9 Scripts/Ulduar: Remove redudant parts of code in Freya's script.
Cleaned up Vezax's script and fixed Shadow Crash targeting.
2011-05-27 14:34:16 +02:00
Shauren 0ad14aeafd Core/Gossip: Gossip menu items will now have constant index, allowing to properly define scripts relying on that index when mixed with conditions. Script-created menus via ADD_GOSSIP_ITEM will still have the index generated dynamically 2011-05-26 23:57:17 +02:00
Shauren 00f6164a68 Core/OutdoorPvP: Pass GossipMenuItems to CanTalkTo hook by reference 2011-05-26 23:33:05 +02:00
Shauren a644206f88 Scripts: Removed SEND_VENDORLIST and SEND_TRAINERLIST defines 2011-05-26 23:31:46 +02:00
Shauren 824e0356a8 Scripts/Icecrown Citadel: Fixed gossip text on teleporters 2011-05-26 10:49:30 +02:00
QAston 79aa5233d7 Scripts/AuraScripts: Use AfterEffectApply and AfterEffectRemove hooks in scripts, where they fit better than On* hooks. 2011-05-25 19:12:41 +02:00
Shauren b378c146dc Scripts/Spells: Moved stack change checks for spell_gen_turkey_marker into new AfterEffectApply hook 2011-05-25 18:54:25 +02:00
QAston a1b8fd2054 Core/AuraScripts: Add AfterEffectRemove and AfterEffectApply hooks, to allow safe triggering of spellcasts or other actions which may call linked events while OnEffectApply and OnEffectRemove are still there for overriding the way effect is handled on target. 2011-05-25 17:13:32 +02:00
click 6c4d2c8332 Scripts/Northrend: Remove now deprecated (remade with SmartAI) script for npc_inquisitor_hallard 2011-05-25 16:40:17 +02:00
Shauren 9cc7f25b9a Scripts: Removed CAST_PET and CAST_INST 2011-05-25 16:22:13 +02:00
Shauren 64adce7b8b Scripts: Removed CAST_SUM define 2011-05-25 15:55:14 +02:00
Shauren cb608283b2 Core/WaypointMgr: Fixed crashes when loading data with waypoint_data.id=0 and fixed memory leaks in .wp reload command 2011-05-24 23:13:47 +02:00
Shauren d9390bdd09 Scripts/Icecrown Citadel: Restored Sindragosa check for previously killed bosses (re-enabled Valithria Dreamwalker requirement) and fixed Valithria Dreamwalker encounter ending multiple times 2011-05-24 22:00:04 +02:00
Shauren 171065fc4b Scripts/Spells: Fixed crash in Druid T10 4P Restoration set bonus
Closes #1399
Closes #1507
2011-05-23 23:43:05 +02:00
Shauren 023595e644 Compile fix 2011-05-23 17:54:23 +02:00
Shauren 1542ff7722 Scripts/Icecrown Citadel: Fixed typo in Sindragosa spawning condition 2011-05-23 17:53:46 +02:00
click 59f48c9bec Core: Clean up a lot of whitespace, and at the same time fix non-PCH building (again) 2011-05-22 17:27:56 +02:00
Nay 8f9e3a7a86 Scripts/Zul'aman: Fix Zul'jin weapon display
Closes #1613
2011-05-22 11:46:27 +01:00
Shauren 78ea0075e1 Core/Spells: Allow overriding aura stack amount from CastCustomSpell 2011-05-21 21:36:37 +02:00
Shauren 9368ef8a5c Scripts/Icecrown Citadel: Added text and sound for Deathbound Wards 2011-05-21 18:35:55 +02:00
Shauren 84ab669119 Scripts/Icecrown Citadel: Fixed Deathbound wards & their trap linking 2011-05-21 18:25:12 +02:00
Shauren a82a5c51dc Scripts/Icecrown Citadel: Summons during Valithria Dreamwalker encounter should enter combat when spawning 2011-05-21 16:32:34 +02:00
Lopin 18c016a890 Scripts/Ulduar:
* Added script for Freya encounter
* Cleaned up instance script
* Cleaned up teleporter script
* Fixed typo in Hodir script

Signed-off-by: Lopin <Lopin@TwinStar.cz>
2011-05-21 14:36:29 +02:00
Shauren 0ab5cdef2e Scripts/Icecrown Citadel:
* Added Valithria Dreamwalker script
* Fixed Mutated Abomination on heroic mode at Professor Putricide
* Fixed saving heroic attempts to db
2011-05-20 22:20:11 +02:00
Shauren ac4ed1efdf Core/Spells: Moved setting UNIT_CREATED_BY_SPELL out of spell effect handlers and sending SMSG_TOTEM_CREATED into Totem class 2011-05-19 22:27:18 +02:00
Lopin 9a7720e184 Scripts/Ulduar: Add script for Hodir encounter. 2011-05-19 15:09:06 +02:00
TCKiper fb4913da3d Scripts/Nagrand: Update KillCredit for quest chain of corky 2011-05-19 15:03:58 +02:00
Shauren c3e1f41bc2 Scripts/Spells: Use more appropriate hook for Lifeblood calculations 2011-05-19 13:21:12 +02:00
Shocker ea9a83407f Core/Spells: Fix Lifeblood scaling with health
Based on Kapoeira's patch

Closes #817 and pull request #13
2011-05-19 12:32:29 +03:00
Shauren 63f7a6d3d9 Core/Spells: Use SpellDifficulty.dbc to check casterAuraSpell, excludeCasterAuraSpell, targetAuraSpell and excludeTargetAuraSpell
Scripts/Icecrown Citadel: Fixed Mutated Abomination not being able to eat ooze on heroic mode
Scripts/Icecrown Citadel: Removed some obsolete code

Closes #523, #1447
2011-05-17 13:17:42 +02:00
Supabad fd1ed09752 Scripts/Zulaman: remove hack from script and use correct spell 2011-05-16 16:06:23 +02:00
QAston 432136355e Scripts/Spell: Share some code for Incantner's Absorbtion script. 2011-05-15 19:04:09 +02:00
QAston 1121fcfb90 Core/Scripts: Remove hook GetAuraEffectTriggerTarget from CreatureAI.h
The hook was made for one obsolete script, which turned out to not work anyways.
2011-05-15 18:53:02 +02:00
tehmarto b135ef0f62 Core/Spells: Fix Banish removal behavior
Closes #143 & #1173
2011-05-15 22:26:54 +07:00
neuro_999 cd70ff40e2 Scripts/RazorfenKraul: Fix force field before boss Agathelos the Raging
Closes #712
2011-05-15 17:34:57 +07:00
click b2655b198c Scripts/Spell: Remove redundant type-check in Ashbringer script (thanks machi/kaelima) 2011-05-14 18:42:33 +02:00
Shauren d9ccb716fd Scripts/Naxxramas: Removed deprecated DoCompleteAchievement 2011-05-14 12:52:35 +02:00
Shauren 24a8cc24da Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_GET_KILLING_BLOWS 2011-05-14 12:26:49 +02:00
click 2fb3afe62d Core/Scripts: Non-PCH compile-fix: Add missing headers for ICC-scripts (requires grid/cell-searching) 2011-05-14 02:20:13 +02:00
Shauren ecc95a8690 Core/CreatureTextMgr: Converted chat types to use values found in sniff, without any need for conversions 2011-05-13 22:44:01 +02:00
Ramusik 5a3877f8eb Core/Scripts: Cleanup and improve Fel Reaver script
Signed-off-by: click <clickvd@gonnamakeyou.com>
2011-05-13 22:41:36 +02:00
click f13ad5d237 Core: Fix non-PCH build (missing include) 2011-05-13 22:14:35 +02:00
Shauren 39cd19f649 Scripts/Icecrown Citadel: Added Sister Svalna gauntlet event script 2011-05-13 21:53:04 +02:00
Dr.Tenma 5ab5a492c8 Scripts/Spells: Deadly Poison will now properly trigger poison applied on weapon in other hand when reaching 5 stacks 2011-05-13 19:13:55 +02:00
click a40e33efe7 Fix a silly typo done in 0902bb0f2b 2011-05-13 16:28:41 +02:00
click 0902bb0f2b Scripts/Spells: Add triggered spell-handling for Corrupted Ashbringer (item 22691, no longer available through normal means) - original idea by Heisenberg 2011-05-13 15:51:25 +02:00
kaelima f6e357902f Revert part of 82dcb31eee 2011-05-13 01:19:54 +02:00
kaelima 9a18c61ac9 Scripts/Doomlord Kazzak: Yet another typo, this one was a bit larger though.
No idea how I could fail this hard on this one.
2011-05-13 00:22:12 +02:00
kaelima 0b87d2a2a6 Scripts/Doomlord Kazzak: Typo in most recent commit 2011-05-13 00:17:02 +02:00