| Age | Commit message (Collapse) | Author |
|
Thanks gcanoca / georgiosburnham
--HG--
branch : trunk
rename : sql/updates/9814_world_scriptname.sql => sql/updates/9815_world_scriptname.sql
|
|
Closes issue #3857.
--HG--
branch : trunk
|
|
* fix script texts in various locations (thanks TerrorBringer for the heads up). Closes issue #2055. Closes issue #3087.
* cleanup world_script_texts.sql file (remove spaces, order entries)
Scripts/Misc:
* remove obsolete random seed initialization from scripts
* fix some warnings in scripts
* some cleanup in chat_log.cpp
--HG--
branch : trunk
|
|
the base and Cyrax for sniffs
Scripts/Icecrown Citadel: Added Professor Putricide script handling ONLY Festergut related events
--HG--
branch : trunk
|
|
Scripts/Icecrown Citadel: Implemented achievements for Deathbringer Saurfang
--HG--
branch : trunk
|
|
alliance outro due to need of spawning and moving a transport)
Scripts/Icecrown Citadel: Corrected Lord Marrowgar, should no longer target tanks with Bone Spike Graveyard, his Coldflame should now spread properly
Core/Scripts: Moved Lady Deathwhisper Mana Barrier handler to scripts
Core/Scripts: Allow AuraScript to prevent default effects by effect index
Core/Scripts: Added Is25ManRaid() method to ScriptedAI, obviously used to check if raid is 25man
Core/Achievements: Pass m_caster to UpdateAchievementCriteria for ACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
przemratajczak, port by McBitter, closes issue 3463
* Fix typo in AuctionHouseHandler, thanks GriffonHeart, fixes issue 3609
* Forgotten thanks
--HG--
branch : trunk
|
|
* Keep in mind that this is a WIP although is extremely playable as it is.
* Known bugs are writen at the header of each file.
* If u know how to correctly solve any of those bugs or found a new bug, please report and, if you may, provide a fix for us to review.
* I'd like to thank all Trinity Community (in special, Shauren, QAston, Bio, Josh), rsa from SD2 for providing the base, all the ppl that helped me test and review so many many times.
* I personally have been working on this code since TC was near rev 8000 so i will take a break from it to work on other stuff (specially cause most of the bugs i was unable to solve alone).
* I'd like to strongly encourage others to provide the improvements that this instance need to become perfect.
* FInally, this commit might have something missing... i'll recheck as soon as i wake up tomorrow morning.
--HG--
branch : trunk
|
|
wowgargamel for script parts, timers and sniffs
Core/Scripts: Added GetPhaseMask() method to EventMap
--HG--
branch : trunk
|
|
multi-passenger mount
Scripts/Icecrown Citadel: Changed Bone Spike id and remove teleport z+3 hack, its a vehicle, thx wowgargamel
Scripts/Icecrown Citadel: Fixed typo in variable name, thx Paradox
Scripts/Icecrown Citadel: Added warning emote for Bone Storm
--HG--
branch : trunk
|
|
Added base script for Icecrown Citadel instance
--HG--
branch : trunk
|
|
Call ACHIEVEMENT_CRITERIA_TYPE_SPECIAL_PVP_KILL updates in code
Implemented achievements: Save the Day, Quick Cap, Warsong Expedience
--HG--
branch : trunk
|
|
*Fix typo in my previous commit
Note to self: next time review the changes, not just C&P the delete from 9240*.sql
--HG--
branch : trunk
|
|
Closes issue 3367
--HG--
branch : trunk
|
|
purpose is scriptname only)
Reimporting of SQL is not needed
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Added support for "in single battleground" and "without dying" requirement to battleground achievements
Add examples of scripting achievement (School of Hard Knocks, Storm Glory)
--HG--
branch : trunk
|
|
* SQL updates for `battleground_template`.`Comment` (by Click), and `outdoorpvp_template` content.
--HG--
branch : trunk
|
|
world_database.sql, it is to be kept here from now on.
Added missing data to fulls.
Some cosmetic fixes to a couple of sql update files.
No need to re-apply any sql file for this commit.
--HG--
branch : trunk
|
|
Faith, and Judgement of Command to spell scripts.
--HG--
branch : trunk
|
|
copy-paste the sql from the updates directory into these sql files. This might cause errors.
--HG--
branch : trunk
|
|
but Scatter Shot to spell scripts.
--HG--
branch : trunk
|
|
SPELLFAMILY_ROGUE dummy effect handlers to spell scripts.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
* Script by antihrist
--HG--
branch : trunk
|
|
Added missing data to world_database.sql.
Corrected a couple of typos in world_script_texts.sql.
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Small sql editing (cosmetic, NO sql need to be re-applied).
--HG--
branch : trunk
|
|
From issue #2180
--HG--
branch : trunk
|
|
Closes issue #2733
Implements door hiting by trash, trash waypoints and more
--HG--
branch : trunk
|
|
--HG--
branch : trunk
rename : sql/auth_database.sql => sql/base/auth_database.sql
rename : sql/character_database.sql => sql/base/character_database.sql
rename : sql/world_database.sql => sql/base/world_database.sql
rename : sql/tools/CMakeLists.txt => sql/create/CMakeLists.txt
rename : sql/tools/create_mysql.sql => sql/create/create_mysql.sql
rename : sql/tools/drop_mysql.sql => sql/create/drop_mysql.sql
rename : sql/full/CMakeLists.txt => sql/scripts/CMakeLists.txt
rename : sql/full/world_script_texts.sql => sql/scripts/world_script_texts.sql
rename : sql/full/world_script_waypoints.sql => sql/scripts/world_script_waypoints.sql
rename : sql/full/world_scripts_full.sql => sql/scripts/world_scripts_full.sql
|