aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-07-12Core/Misc: Renamed a few spell and skill line related methods to follow tc ↵Shauren
coding standards
2014-07-12Core/Skills: Fixed spells automatically learned from skill lines adding more ↵Shauren
skill lines
2014-07-12Core/Commands: Fixed crashes caused by using .account lock ip and .account ↵Shauren
lock country commands from console - these commands apply to currently logged account so they cannot be used from console
2014-07-11Core: Fix warnings with other wayVincent-Michael
2014-07-11Scripts/Misc: Fix some warnings vs2014 ctp (no support)Vincent-Michael
2014-07-11Core: Fix some warnings vs2014 ctp (no support)Vincent-Michael
2014-07-11Scripts/BlackTemplate: Fix warnings vs2014 ctp (no support)Vincent-Michael
2014-07-11Scripts/Misc: Added missing break in ↵Vincent-Michael
495ca8c2dc60aa14a9145f24eb166e1ea5802672 (thx to @ccrs)
2014-07-11Core/LFG: Fix warning with vs2014 ctp (no support)Vincent-Michael
2014-07-11Scripts/Misc: Fix some warnings with vs2014 ctp (no support)Vincent-Michael
2014-07-09Core/Battleground:joschiwald
* added a possibility to reload battleground templates * cleaned up the template structure * use mapids from BattlemasterList.dbc to calculate random bg
2014-07-09Merge pull request #12417 from gerripeach/remove_old_bossAokromes
Core/Scripts: Remove script from old boss
2014-07-07Core/Spells: Convert "Shaman T10 Elemental 2P Bonus" in spell scriptVincent-Michael
2014-07-07Scripts/ScarletMonastery: Boss Arcanist Doan - rewrite to eventskarn
Closes #12418
2014-07-07Core/Spells: fixed Fate Rune of Unsurpassed Vigoruntaught
2014-07-06Scripts/Magister's Terrace: Fixed typo in SetEncounterStateShauren
2014-07-02Core/Scripts: Remove script from old bosskarn
http://www.wowwiki.com/Highlord_Kruul This creature was part of a bc event. he is no longer part of the game
2014-07-01Core/Skills: Use SkillLineAbility.dbc to determine player initial spells - ↵Shauren
skill assignment done in a new table `playercreateinfo_skills` * Removed DK start skill hacks * Resolved missing skills in character skill tab Closes #12311
2014-06-28Revert "Scripts/Ulduar: Implement Mimiron"jackpoz
2014-06-28Merge pull request #12268 from Unholychick/patch_mimironnewTrisjdc
Scripts/Ulduar: Implement Mimiron
2014-06-28Scripts/Commands: fixed possible client crash with .go commandjoschiwald
2014-06-27Scripts/MagistersTerrace: fix possible crashjoschiwald
2014-06-27Core/Spells: Ensure Haunt's healing takes in consideration crit damageTrisjdc
2014-06-26Script/MagistersTerrace: Fix fail in 27f28552489bab153d5c4717ce48e31496b4c43fVincent-Michael
2014-06-26Core: Fix warnings and kill again whitespace ...Vincent-Michael
2014-06-26Merge pull request #12364 from MitchesD/misc_2joschiwald
Scripts/MagistersTerrace: reworked InstanceScript and fixed some issues ...
2014-06-26Scripts/MagistersTerrace: reworked InstanceScript and fixed some issues on ↵MitchesD
boss Vexallus * removed old hacks and added missing auras * Vexallus converted to EventMap
2014-06-24Quest: Powering our Defenses fixedKittnz
Fix by @Discover-, @untaught, @Kittnz
2014-06-24Remove github fuckupAokromes
2014-06-24Script/Dustwallow mars: Remove no longer needed scriptAokromes
2014-06-24Core/Misc: Fixed warningsShauren
2014-06-23Merge pull request #11976 from Ascathor/masterAokromes
Core/Misc: New ability to log account IP access history
2014-06-23Scripts/Ulduar: Implement MimironUnholychick
TODO: Make ACU hover properly (not fly, but hover). Fix laser barrage visual not always being infront of VX-001. Problem is caused by bad orientation update on spellcast.
2014-06-20Core/Dependencies: Clean up recastnavigation folderjackpoz
Remove old files from recastnavigation folder and update the structure to the same of https://github.com/memononen/recastnavigation/ to allow easier updates.
2014-06-18Scripts/Icecrown Citadel: Fixed a possibility to start the encounter again ↵Shauren
if Tirion evades during outro RP Closes #10060
2014-06-17Scripts/Misc: Fixed training dummies not entering combatShauren
2014-06-17Core/Pets: Fixed pet power regenerationShauren
Closes #12292
2014-06-15DB/SpellGroups: Completely review of WotLK Stack RulesTrisjdc
Closes https://github.com/TrinityCore/TrinityCore/issues/4313, https://github.com/TrinityCore/TrinityCore/issues/1626, https://github.com/TrinityCore/TrinityCore/issues/5173, https://github.com/TrinityCore/TrinityCore/issues/5822, https://github.com/TrinityCore/TrinityCore/issues/12212, https://github.com/TrinityCore/TrinityCore/issues/3814, and probably others
2014-06-15Scripts/Gurtogg:joschiwald
* fixed bloodboil targeting * fel rage should only hit players Closes #12193
2014-06-14Core: Fix non pch buildVincent-Michael
2014-06-14Merge pull request #12280 from MitchesD/commandsDiscover-
Scripts/Commands: added option to show flags_extra (.npc info)
2014-06-14Scripts/Commands: added option to show flags_extra (.npc info)MitchesD
2014-06-14Core/Ulduar: Added IsInCombat check for ulduar teleporterVincent-Michael
2014-06-14DB/Misc: Convert ulduar teleporter in sqlVincent-Michael
2014-06-14Scripts/Misc: random fixesMitchesD
2014-06-14Scripts/Icecrown Citadel: Fixed possible crash in blood nova target selectionShauren
2014-06-13Core/Misc:Ascathor
* Fix some codestyle, fix some typos * Change CMakeLists for: Custom (can be uncommented), Events, World ** Custom is theoretically unchanged. You can, however, uncomment the glob_recurse that initializes every file within. This might be easier for beginners. * Introducing the IP Based Action Log System: ** On several different actions, e.g. Login, Character Login, etc., a new entry is added ** Can be logged on and off in worldserver config *** Disabled by default to prevent increased log db size for unknowing users. * Add a new row to account table called 'last_attempt_ip' ** Lists the last ip trying to connect to the account * Add a new type of HookScripts: AccountScript ** Includes: OnAccountLogin, OnFailedAccountLogin, OnEmailChange, OnFailedChange, OnPasswordChange, OnFailedPasswordChange * Added new Hook to PlayerScripts: OnFailedPlayerDelete * Added new variables to PlayerScripts: OnPlayerDelete
2014-06-11Core/Misc: Fix gcc buildjackpoz
2014-06-11Move pestilence to spellscriptsUnholychick
Fixes crash and warnings introduced in d4bbc26261d7ce1e01292470f77390ab3c2f5e98 Fixes a bug that allowed dks to spread diseases using another dks diseases Closes: https://github.com/TrinityCore/TrinityCore/issues/12245
2014-06-09Script: Minor optimization in spell_unlocking_zuluheds_chainsGacko