aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2011-02-12Scrips/Spell: Implemented script for spell 26678.Manuel Carrasco
Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-02-11Core/Gossip: Remove support for `npc_gossip` table (DEPRECATED).runningnak3d
2011-02-10Core/GuardAI: Guards don't evade if the target casts Vanish and also can ↵Manuel Carrasco
detect players with Feign Death. Core/Scripts: Moved scripts from ScriptedGuardAI to guards.cpp Core/Creature: Removed custom npcflags UNIT_NPC_FLAG_GUARD (now moved to flag_extras) and UNIT_NPC_FLAG_OUTDOORPVP (not used) Thanks to Kaelima, Xanadu, Shauren and linencloth. Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-02-08Scripts/Icecrown Citadel: Implemented traps after Deathbringer SaurfangShauren
2011-02-07Scripts/Icecrown Citadel: Fixed Mutated Abominations not despawning when ↵Shauren
Putricide enters third phase Closes #450 Ref #342 Try reproducing teleport issue after this commit
2011-02-07Scripts/Icecrown Citadel: Fixed Deathbringer's Blood Beasts attacking pets ↵Shauren
and totems, thanks gigatotem for pointing it out Closes #439
2011-02-07Fixed compileShauren
2011-02-07Scripts/Icecrown Citadel: Added Sindragosa scriptShauren
2011-02-05Scripts/Quests: Fixed "True Masters of the Light" (id 9737)Shauren
2011-02-04Core/Spells: Moved dungeon encounter crediting to scriptsShauren
2011-02-03Fixed typo (and compile)Shauren
2011-02-03Core/Instances: Implemented DungeonEncounter.dbc for creating completed ↵Shauren
encounters mask to use in packets Core/Dungeon Finder: Implemented new way of giving random dungeon rewards, linked to DungeonEncounter.dbc
2011-02-03Scripts/Molten Core: Huge cleanup in instance script, converted all bosses ↵Shauren
to use BossAI, cleaned code style Scripts/Molten Core: Implemented saving boss states to database, now it is possible to continue the instance after core restart
2011-01-31Scripts/Trial of the Crusader: Removed IsRaidWiped in SetData(boss, FAIL), ↵Shauren
calling SetData with FAIL parameter already implies wipe, fixes event getting stuck after using self resurrection spells like Reincarnation/Soulstone
2011-01-31Core/Spells: Moved Glacial Strike removal to spell script, thanks Destalker ↵Shauren
for pointing it out
2011-01-31Scripts/Misc: Fixed rogue trainers not teaching dual specShauren
2011-01-31Scripts/Pit of Saron: Added script changing entries for remaining ↵gyullo
faction-dependant spawns Signed-off-by: Shauren <shauren.trinity@gmail.com>
2011-01-31Core/Spells: Implemented Druid T10 4P restoration bonusShauren
2011-01-31Scripts/Stratholme: Cleaned up instance script a bitShauren
2011-01-31Scripts/Hyjal Summit: Cast Protection of Elune with triggered flag, should ↵Shauren
prevent failed casts
2011-01-31Scripts/Pit of Saron: Fixed Rimefang getting stuck in combat with players ↵Shauren
after Scourgelord Tyrannus dies Scripts/Forge of Souls: Added faction-specific spawn scripts for creatures near instance entrance
2011-01-30Scripts/Oculus: Fixed issues in scripts after recent changes in Oculus.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-30Quests: Fixes quest "Going Bearback". Needs DB support to work.Liberate
ref ticket:472
2011-01-30Fixed compile warning added by me in previous commitShauren
2011-01-30Scripts/Icecrown Citadel: Fixed encounter state after wipe on Blood Prince ↵Shauren
Council (prevent exploits), also fixed Dark Nucleus spawning out of the room
2011-01-29Scripts/Icecrown Citadel: Fixed Coldflame spawning position (outside hitbox ↵Shauren
normal phase and directly on the spot during Bone Storm)
2011-01-29Scripts/Quests: Fixed incorrectly named hooksShauren
2011-01-28Scripts/Pit of Saron: Fixed Scourgelord Tyrannus despawning 30 seconds after ↵Shauren
death and fixed his intro being started multiple times
2011-01-28Scripts/Icecrown Citadel: Pact of the Darkfallen will now only damage the ↵Shauren
caster and all other non-linked players
2011-01-28Scripts/Icecrown Citadel: Implemented Pact of the Darkfallen damage scaling ↵Shauren
(Blood-Queen Lana'thel) SQL: Renamed and split 2011_01_26_world_scriptname to meet the standards
2011-01-26Scripts/Oculus: Implemented AI for Boss Ley-Guardian Eregos.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-26Scripts/Oculus: Make Urom's event state available for condition system.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-26Core: Generic cleanup (tab2spaces/trailing whitespace removal)leak
2011-01-24Core/Scripts/Oculus: Fixed typo thanks to Shauren.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-24Core/Scripts/Oculus: Improved Arcane Beam ability of Azure Ring Captain ↵Manuel
(Varos Encounter) Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-24Core/Scripts/Oculus: Improved Energize Core ability of Boss Varos. Thanks to ↵Manuel
Xanadu, Gyullo and Josh. Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-24Core/Scripts/Oculus: Switched ScriptedAI to BossAI.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-24Core/Scripts/Oculus: Implemented worldstates related to Varos.Manuel
Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-24Core/Instances: Implemented confirmation dialog for players upon entering ↵Shauren
instance which would permanently bind the player to it, players can now choose to get saved or leave the instance Also fixes broken build
2011-01-23Scripts/Icecrown Citadel: Implemented boss raid frames for Blood Prince CouncilShauren
2011-01-22Scripts/Spells: Moved all special target filtering cases to scriptsShauren
2011-01-21Scripts/Spells: Implemented UnitTargetHandler spell script hook, it can be ↵Shauren
used to filter area targeting spells
2011-01-20Core/Scripts/Oculus: Implemented AI for boss Varos Cloudstrider <Azure-Lord ↵Manuel
of the Blue Dragonflight>. Signed-off-by: Manuel <manue.l@live.com.ar>
2011-01-19SQL: Characters db storage type cleanup No. 4leak
2011-01-16Merge branch 'master' of github.com:TrinityCore/TrinityCoreManuel
2011-01-16Core/Scripts: Fixed issues with Drakkari Colossus/Elemental after recent ↵Manuel
changes.
2011-01-16Scripts/Icecrown Citadel: Added check on damage done by Ball of Inferno ↵Shauren
Flame for The Orb Whisperer achievement, thanks Shocker for noticing
2011-01-16SQL: Removed unused spell script name.Shauren
Scripts/Icecrown Citadel: Fixed Professor Putricide adds chasing different targets than selected. Scripts/Icecrown Citadel: Fixed Coldflame ticking twice because of too close spawning. Scripts/Icecrown Citadel: Fixed Coldflame affecting spiked targets.
2011-01-16Core/General: Fix some comment style. //* to // *. Fixes certain code ↵Machiavelli
display errors on nano. Thanks to Aokromes for pointing out.
2011-01-16Scripts/Sholazar Basin: Fix logic in npc_jungle_punch_target. Allows quest ↵Machiavelli
credit from NPC_TAMARA