aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2012-12-31Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael
2012-12-31Core/DB: Haaleshi AltarGacko
- Prevent crash due to spamming GossipHello - Convert core script to SAI - Solves #8220
2012-12-31SQL: rename sql for 4.3.4Vincent_Michael
Core/ZulGurub: revert my logic fail in 4232658c62b367f6d486ea3b842775854ddece98
2012-12-31Core:/ZulGurub: Fix mandokir decapitate targetsVincent_Michael
2012-12-30Core/Command: Add command for near creature findingVincent_Michael
2012-12-30Core/ZulGurub: Added script for Bloodlord MandokirVincent_Michael
ToDo: Remove hack :P
2012-12-28Core: Fix buildVincent_Michael
2012-12-28Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/scripts/Kalimdor/thousand_needles.cpp
2012-12-27Merge pull request #8518 from ille/goresetNay
scripts/gameobject: correct reset of gameobjects (cages/prisons), move command out of if statement
2012-12-28Script/Commands: New command: lookup spell id #spellidsecharles
Command to allow to know spell names based on id Example: lookup spell id 686: 686 - [Shadow Bolt rank 1 esES] [know] Closes #8800 Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-27Core: Fix buildVincent_Michael
2012-12-27Merge remote-tracking branch 'origin/master' into 4.3.4Nay
Conflicts: src/server/game/Battlegrounds/Battleground.cpp src/server/game/Battlegrounds/Battleground.h src/server/game/DataStores/DBCEnums.h src/server/game/Entities/Player/Player.h src/server/game/Globals/ObjectMgr.cpp src/server/game/Miscellaneous/SharedDefines.h src/server/game/Quests/QuestDef.cpp src/server/game/Quests/QuestDef.h src/server/game/Server/Protocol/Opcodes.cpp src/server/game/Server/Protocol/Opcodes.h src/server/scripts/Commands/cs_reload.cpp
2012-12-27Scripts/Trial of the Crusader: Fix Icehowl Script closes #8539AliveShiro
2012-12-27Core/Vehicles: Fixed seat id for auras with SPELL_AURA_CONTROL_VEHICLE. Also ↵Trista
always allow npc passengers to cast spells and remove TRIGGERED_IGNORE_CASTER_MOUNTED_OR_ON_VEHICLE hacks. * Author: Horn. Please give feedback, I tested a lot stuff, but it will be appreciated. * One of the fixes allow all creatures to cast when being passangers, researched, this doesn't involve players. * This basically rewrittes vehicle seat formula calculated, so it fix quite stuff that will not be visible and some eye candies: #3831 and #1984 Heart part ;) (which magically fix a lot more of it and some quests), also Yog-Sarron mechanics
2012-12-26Core/Quest: Drop table quest_end_scriptsVincent_Michael
2012-12-26Scripts/Ick&Krick: Krick should only say his KilledUnit text when the victim ↵Subv
is a player.
2012-12-26Scripts/HoO: Implemented the weather effect while on Earthrager Ptah's ↵Subv
sandstorm.
2012-12-26Core: fix build and typo after 0622cf8b64b9b77e583ae99baf42c01237ca7fb5Tuxity
2012-12-26Scripts/Spells: Fixed Mage's Improved Flamestrike, Icehuri
Shards, Shatter, Shattered Barrier, Incanter's Absorption, Improved Mana Gem, Improved Freeze
2012-12-26DB/SCRIPTS: Fix text for High Botanist Freywinn and remove creature_ai_texts.Malcrom
2012-12-26Core: Fix non pch buildVincent_Michael
2012-12-25Copyright: Added missing license information.Subv
2012-12-25Scripts/HallsOfOrigination: Added script for Earthrager Ptah.Subv
ToDo: Fix spell Sand Vortex on Heroic difficulty. Note: Feedback needed.
2012-12-25Core: Fix some codestyleVincent_Michael
2012-12-24Scripts/HallsOfOrigination: Some work on Halls of Origination.Subv
Temple Guardian Anhuur's script added. ToDo: Make the triggers invisible. Merry Christmas folks!
2012-12-24Core/Script: Add some talks for Zul'GurubVincent_Michael
2012-12-24Core: Fix some codestyleVincent_Michael
2012-12-24Core/Spells: Remove spell script "spell_gen_damage_reduction_aura"Vincent_Michael
2012-12-24Core/Scripts: Fix typoVincent_Michael
2012-12-24Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Subv
2012-12-24Core: Fix merge failVincent_Michael
2012-12-24Scripts/Quest: Gambling Debt and Words of PowerTrista
* Quest support for Gambling Debt. Closes: #3122 * Fix bugging script for Words of Power: Closes: #7349 * Fix codestyle that vs broke from: 8c82c075cc32451d62d32bd0cfb51d60168ea8c5
2012-12-24Scripts/Quest: Defending Wyrmrest TempleTrista
* insert complete db sniff support, appart from missing spawns * remove achievement from disables (supported by core - timed one) * insert core support for spells and the defender itself, since SAI makes it act weird (maybe in future when SAI get integrated someone will convert it) Closes #1861 on 90% (except spawns (there are enough, but a lot more needed and minnor stuff that are core side connected with vehicles spellcastresults)
2012-12-23Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/game/Entities/Unit/Unit.cpp
2012-12-23Core: Fix warningGacko
boss_sindragosa.cpp:235: warning: unused parameter ‘killer’
2012-12-23Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4Subv
Conflicts: src/server/game/Entities/Item/Item.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Player/Player.h
2012-12-23Scripts/Icecrown Citadel: Fixed a possible crash in Blood Nova spell scriptShauren
Closes #7046
2012-12-22 Core/Spell: Last work on Shadows FateGacko
- Shadows Fate can now be applied by more than just one player at the same time. So on everyone who hits the unit the credit spell with the visual will be casted on death. - The AOE credit spells for the three infusion quests will be casted by the boss once. If this would be done on proc, these AOE spells could be casted up to 25 times. -> 25 AOE credit spells plus 25 Soul Feast credit spells equals Sh**
2012-12-22Core: Fix more some codestyleVincent_Michael
2012-12-19Merge pull request #8668 from joschiwald/random_changesKaelima
Core/Misc:
2012-12-19Script/AQ: Add Creature Text for Viscidus and fix model scalingMislav Blažević
2012-12-19Core/Misc:joschiwald
- some simplifications in reputation calculation - removed aura in SPELL_AURA_LINKED should depends on SpellDifficulty - remove some unneeded variable declarations when it's already declared - remove some hacks - fix some warnings in Lfg stuff - some codestyle changes
2012-12-19Merge branch 'master' into 4.3.4Spp
Conflicts: src/server/game/Globals/ObjectMgr.cpp src/server/game/World/World.h src/server/scripts/Kalimdor/moonglade.cpp
2012-12-18Misc/Script: Convert winter veil mistletoe event in saiVincent_Michael
2012-12-18Core/Script: Add missing changes in c364c367b1682f8f587fe2ca48dc9affb26cbfa0Vincent_Michael
2012-12-18Core/Script: Fix some codestyle and warningsVincent_Michael
2012-12-18Core: Fix non pch buildVincent_Michael
2012-12-18Core/DB: Assign texts to correct creaturesGacko
Also convert some never used script texts to creature text for future use. Some scripts or Talk() calls need to be implemented first. Solves #8659
2012-12-18Implement Viscidus AQ40Mislav Blažević
Signed-off-by: Nay <dnpd.dd@gmail.com>
2012-12-18Core/Account: Add logs for password change and fail change passwordAokromes Name