aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-01Add command similar to pinfo but for gameobjects.p0wer
Displays Entry, Type, DisplayId, and Name. Created in response to issue #768. --HG-- branch : trunk
2010-03-01Implemented script for npcs 32369,32371,32372. By Malcrom._manuel_
For a full fix apply http://trinitydatabase.org/index.php?/topic/14699-fix-transitus-shield-invisible-bunny-positions-violet-stand/ --HG-- branch : trunk
2010-03-01Execute should only apply damage based on rage up to 30. Thanks 19Maxx83. ↵p0wer
Fixes issue #953. --HG-- branch : trunk
2010-03-01Implemented error message for go_tele_to_dalaran_crystal. By Malcrom._manuel_
--HG-- branch : trunk
2010-03-01Fixed: Gothik Waves in 25m version should not be the same that 10m, used DBM ↵_manuel_
and tested. By Gyullo. --HG-- branch : trunk
2010-03-01Fixed Eye for an Eye by Gyullo._manuel_
--HG-- branch : trunk
2010-03-01Implemented SCRIPT_COMMAND_ORIENTATION._manuel_
--HG-- branch : trunk
2010-03-01*fix weapon enchants procing in feral forms, closes issue #23Rat
--HG-- branch : trunk
2010-03-01Fix infinite loop.Trazom62
Fixes issue #945. --HG-- branch : trunk
2010-02-28* Fix SMSG_TRANSFER_ABORTED. Don't modify packet structures unless you ↵XTZGZoReX
actually verify them... --HG-- branch : trunk
2010-02-27* Fix *nix build. By reno.XTZGZoReX
--HG-- branch : trunk
2010-02-28Change the conditional statement for Merciless Combat so it correctly ↵p0wer
applies extra damage when required. Fixes #860. --HG-- branch : trunk
2010-02-28Fix mana set to 0 when mob dies. Thanks Malcrom.Trazom62
--HG-- branch : trunk
2010-02-28Fix initialization of UnitMovementFlag from InhabitType.Trazom62
--HG-- branch : trunk
2010-02-28Fix Increases damage taken by %. Thanks moriquendu.Trazom62
Fixes issue #929. --HG-- branch : trunk
2010-02-28Fix crash in Prince Taldaram script.Trazom62
Fixes issue #884. --HG-- branch : trunk
2010-02-27fix compile on linux.Trazom62
--HG-- branch : trunk
2010-02-27trying to fix comple on *nixessilver1ce
--HG-- branch : trunk
2010-02-27Fix Script Stratholme.Trazom62
- fix doors opening/closing when encounters are completed or during instance reload. --HG-- branch : trunk
2010-02-27Fix Script Naxxramas/Kel Thusad. Thanks Ille.Trazom62
Fixes issue 650. Fixes issue 659. Fixes issue 809. Thanks PrinceCreed. script changes - added spawnpoints and spawn creatures in corners * they react defensive, otherwise they assist the minions kelthuzad spawns - added functionality to area trigger * fight begins when player enters green circle - added functionality to kelthuzad trigger * trigger is activated when player enters green circle * trigger disappears after 5s - added functionality to window portals * at 45% portals open to let guardians in - chained can be 3 at once - added spells to chained * for every class two spells - changed timers on enter combat - set combat reach to 2 for guardians - Fix emote when enter combat and when enter phase 2. NOTE: some db updates may still be necessary to have better locations of portals and EventAI updates. For more info, see sql in attachment of #659 and http://trinitydatabase.org/index.php?/topic/14304-boss-naxxramas-kelthuzad on tdb forum. --HG-- branch : trunk
2010-02-27refactor UnitAI::SelectTarget to allow having a predicate function (1st step).Trazom62
--HG-- branch : trunk
2010-02-27removed redundant linkingsilver1ce
--HG-- branch : trunk
2010-02-27Update visibility systemsilver1ce
*visibility updates and ai relocations processed simultaneously for each grid *these operations now are not synchronized for different grids *some changes into structure of visibility notifiers --HG-- branch : trunk
2010-02-26* Update SpellCastResult enum for 3.3.2.XTZGZoReX
--HG-- branch : trunk
2010-02-26Implemented script for npc Argent Valiant. Last script to support quest The ↵_manuel_
Aspirant's Challenge. For a full fix see TDB Forum - Core related DB content. --HG-- branch : trunk
2010-02-26Implemented script for npc Squire David. Related with quest The Valiant´s ↵_manuel_
Challenge. --HG-- branch : trunk
2010-02-26Removed unblizzlike script for quest The Valiant's Challenge 13699._manuel_
--HG-- branch : trunk
2010-02-25Support for quest Troll Patrol Intestinal Fortitude, by Malcrom. Thanks to ↵_manuel_
raczman and biglad. For a full fix see TDB Forum - Core related DB content. --HG-- branch : trunk
2010-02-25Implemented support for npc 34885. Code from ScriptDev2._manuel_
--HG-- branch : trunk
2010-02-25Fix Crash in Unit::GetVehicleCreatureBase. Thanks proof1337.Trazom62
Fixes issue #821. --HG-- branch : trunk
2010-02-24* MergeBrian
--HG-- branch : trunk
2010-02-25Add new flagged column to access_requirement to set instances opened/closed.Tartalo
This way is possible to open a raid on 10man mode while the rest of modes are closed (for example). Ingame commands to open/close instances coming soon ;) --HG-- branch : trunk
2010-02-24* Temporary fix for client freezes until the entire movement system canBrian
* get an overhaul. * Thanks to Biglad for pointing it out. --HG-- branch : trunk
2010-02-24Fix typo in previous commit. Remove more lines now that the PSendSysMessage ↵p0wer
isn't calling the uneccesary name. --HG-- branch : trunk
2010-02-24Add command for administrators to change channel publicity ingame rather ↵p0wer
than having to manually manipulate the database. --HG-- branch : trunk
2010-02-24Remove uneccesary addition for PSendSysMessage call in Channel when changing ↵p0wer
password without correct powers. No %s in the Trinity String. --HG-- branch : trunk
2010-02-25Fix crash during BattleGround::EndBattleGround().Trazom62
Fixes issue #885. + init FirstFlagCaptureTeam at bg reset. --HG-- branch : trunk
2010-02-24*Shadow Mark target requirement - by PrinceCreedQAston
*Spiritual attunemennt heal amount fix - by beberlescaraber --HG-- branch : trunk
2010-02-24* As of patch 3.3.2 there is no longer a maxlevel requirement for meetingBrian
* stones. * Credits Kaelima --HG-- branch : trunk
2010-02-24Ask confirmation when changing hearth location. Thanks MrSmite.Trazom62
Fixes issue #135. --HG-- branch : trunk
2010-02-24Fix instance reset depending on difficulty. With help of Gyullo.Trazom62
--HG-- branch : trunk
2010-02-24Remove naxxramas areatrigger check to get to frostwyrm wing (no longer ↵Trazom62
needed in 3.3.2). Fixes issue #874. Thanks Gyullo for original patch. Still need db support for the teleport back from frostwyrm wing. --HG-- branch : trunk
2010-02-24Icecrown, Argent Tournament: Support for quests 14096 & 14142Tartalo
You've Really Done It This Time Kul Needs db support to work properly (missing spawn + faction changes) --HG-- branch : trunk
2010-02-24Borean Tundra: Support for quest 11653Tartalo
Hah... You're Not So Big Now! --HG-- branch : trunk
2010-02-23Compile fix for past commits. Seems I'm a bit rusty. :Pp0wer
--HG-- branch : trunk
2010-02-23Through DB you can now disable password changing by non-gm's simply by ↵p0wer
changing m_public to 0. Make channels public by default. --HG-- branch : trunk
2010-02-23Fix typo in core bootup where it incorrectly displays an error message and ↵p0wer
returns false. Having the Max vendor items is acceptable. --HG-- branch : trunk
2010-02-23*Fish feast code update after client switchQAston
--HG-- branch : trunk
2010-02-23MergeTartalo
--HG-- branch : trunk
2010-02-23Fix spell 51912Tartalo
--HG-- branch : trunk