aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-08-21*Display max veh number and capture point banner in wintergrasp.megamage
--HG-- branch : trunk
2009-08-21* Don't apply double RAP modifier to Steady Shot, pointed out by thenecromancerMachiavelli
--HG-- branch : trunk
2009-08-21*Use safer function to modify threat pct in script.megamage
--HG-- branch : trunk
2009-08-21*Fix a crash caused by removing vehicles when wintergrasp battle ends.megamage
--HG-- branch : trunk
2009-08-21*Add assert back to antiair AI. spell[0] is necessary for this AI. If there ↵megamage
is no spell[0] in db, then this ai should not be used. --HG-- branch : trunk
2009-08-21*Remove a check in getreferencebytarget. If a crash happens, the check ↵megamage
should be made in the high-level function but not low-level function. --HG-- branch : trunk
2009-08-21* Last commit also fixes damage calculation of Steady Shot, based on ↵Machiavelli
original patch by thenecromancer. --HG-- branch : trunk
2009-08-21*Fix crash in mob_anti_airAI. Remove assert and cast no spell instead, if no ↵Machiavelli
spell was found in DB template. --HG-- branch : trunk
2009-08-21* Partial revert of last changeset, double nullpointer check is not needed ↵Machiavelli
since everything seems to go via ThreatContainer::getReferenceByTarget --HG-- branch : trunk
2009-08-21* Fix some crashes in ThreatContainerMachiavelli
--HG-- branch : trunk
2009-08-21* Correct calculation of ammo DPSMachiavelli
--HG-- branch : trunk
2009-08-21Merge [SD2]Kudlaty
r1358 Add gossip and taxi related to quest 11692. Patch by hoshie --HG-- branch : trunk
2009-08-21*Fix the bug that Eye of Acherus does not fly in some servers.megamage
--HG-- branch : trunk
2009-08-21*Remove the sql which will damage the db. If a hack on db is needed to fix ↵megamage
something, please do so in core. The id can be overriden when reading the data. --HG-- branch : trunk
2009-08-21Fix typos in 5250 sql that might ruin DBs other than UDB, if you are using a ↵Chaz Brown
DB other than UDB and used this SQL, you may need to reinstall your DB, UDB users will be fine. --HG-- branch : trunk
2009-08-21Temporary fix for The Endless Hunger - includes the sql to reverse the change.Chaz Brown
--HG-- branch : trunk
2009-08-20*Display worldstate in wintergrasp.megamage
--HG-- branch : trunk
2009-08-21Some optimization to salanar the horseman. Now player shouldn't stuck in ↵Kudlaty
realm of shadow --HG-- branch : trunk
2009-08-20*Cleanup + missed SQLmaximius
--HG-- branch : trunk
2009-08-20*Freya's Pact Gossip Script by manuelmaximius
--HG-- branch : trunk
2009-08-20*Do not allow to build vehicles when workshop is destroyed.megamage
--HG-- branch : trunk
2009-08-20*Remove a hack in player's visibility update. This hack was for TC1 to ↵megamage
restrict the size of update packet. It may no longer be needed in TC2. Please report if your client gets freezed in populated area (such as big cities) after this rev. --HG-- branch : trunk
2009-08-20*Try to fix the bug of mobs' chain aggro.megamage
--HG-- branch : trunk
2009-08-20*Only allow to build new vehicles during wartime in wintergrasp.megamage
--HG-- branch : trunk
2009-08-20* Change _TRINITY_CORE_CONFVER to match r5235Machiavelli
--HG-- branch : trunk
2009-08-20* Add missing SQL from 5238Machiavelli
--HG-- branch : trunk
2009-08-20*MergeMachiavelli
--HG-- branch : trunk
2009-08-20* Add basic script for Assembly of Iron in UlduarMachiavelli
* Add instance script for Ulduar --HG-- branch : trunk
2009-08-20Merge [SD2]Kudlaty
r1356 Move HasFollowState() to public and move related Add/RemoveFollowState() to private (not intended that script can alter state directly) r1357 Add faint and revive for npc_ringo --HG-- branch : trunk
2009-08-20*Cleanupmaximius
--HG-- branch : trunk
2009-08-20*Add a config option for .die command behaviormaximius
--HG-- branch : trunk
2009-08-20Script for quest 12969. Script by GyulloKudlaty
--HG-- branch : trunk
2009-08-20Make Sartharion check if dragons alive before cast on them. Patch by GyulloKudlaty
--HG-- branch : trunk
2009-08-20* Add query to 5036_character_updates_dual_spec.sql to prevent loss of ↵Machiavelli
glyphs on players from transition to dual spec. Note: has no effect on characters after r5036 --HG-- branch : trunk
2009-08-20Revert part of last patch witch should be not pushed. SorryKudlaty
--HG-- branch : trunk
2009-08-20Add script for quest 12864. Script by manuelKudlaty
--HG-- branch : trunk
2009-08-20Merge [SD2]Kudlaty
r1355 Implement use of bitmask states instead of boolean variables in followerAI. Add function SetFollowPaused to temporary disable follow, with true/false argument to toggle the state on/off. Scripts affected are updated accordingly with needed changes. --HG-- branch : trunk
2009-08-20* Change .die command handler so that the user can get credit for the killMachiavelli
--HG-- branch : trunk
2009-08-20*Fix build.megamage
--HG-- branch : trunk
2009-08-20*Fix a crash caused by itemexpire.megamage
--HG-- branch : trunk
2009-08-20* Open 2 doors after Ingvar the Plunderer encounter.Machiavelli
--HG-- branch : trunk
2009-08-20Fix typo in world_script_texts.sql from 5216.Chaz Brown
--HG-- branch : trunk
2009-08-19*Wintergrasp: only allow a workshop to build 4 vehicles.megamage
*remove all existing vehicles when workshop is destroyed or captured. --HG-- branch : trunk
2009-08-19*Dismiss summoned vehicle when it is dead.megamage
--HG-- branch : trunk
2009-08-19*Set vehicle owner guid and faction in summonvehicle instead of ↵megamage
spelleffecthandler. --HG-- branch : trunk
2009-08-19*Remove all ghouls after quest is completed in dk's "give gift" quest;megamage
--HG-- branch : trunk
2009-08-19*Set ReqSourceCount at least 1.megamage
--HG-- branch : trunk
2009-08-19*Update Wintergrasp NPC pairsmaximius
--HG-- branch : trunk
2009-08-20Merge [SD2]Kudlaty
r1354 Add one lost text from revision 1352. --HG-- branch : trunk
2009-08-20Merge [SD2]Kudlaty
r1346 Convert script for quest 2078 to use followerAI r1347 Use spell to summon friends instead of manual summon in script for quest 1249. r1348 Extend followerAI function SetFollowComplete with argument to simplify implementation of end events in scripts. r1349 Convert script related to quest 1560 to use followerAI r1350 Apply SD2 code style to one instance and boss script - skip r1351 Add basic support for quest 4491. r1352 Add basic support for quest 5321 r1353 Adjust way to complete quest, for script related to quest 938 --HG-- branch : trunk