Commit Graph

4723 Commits

Author SHA1 Message Date
Anubisss c846b544c6 *Fix 2 typos.
--HG--
branch : trunk
2009-08-22 03:10:36 +02:00
Anubisss a2adb97263 *Add some checks to avoid crashes if ScriptedInstance is NULL.
--HG--
branch : trunk
2009-08-22 03:05:26 +02:00
megamage 54b15e0d7d *Take req source items after quest is finished.
--HG--
branch : trunk
2009-08-21 18:21:28 -05:00
megamage a7e5819a05 *Revert 5219.
--HG--
branch : trunk
2009-08-21 18:20:59 -05:00
megamage a4480f25d0 *Apply auras in core for Kalecgos instead of setting db data.
--HG--
branch : trunk
2009-08-21 17:27:10 -05:00
megamage d20f85d40d *Remove an obsolete spell of Illidan.
--HG--
branch : trunk
2009-08-21 16:53:56 -05:00
megamage 305ed233ff *Remove rank auras from players who are offline after battle of wintergrasp ends.
--HG--
branch : trunk
2009-08-21 16:23:21 -05:00
megamage 054e4ceceb *Wintergrasp: give honor for every captured workshops in the end of the battle.
--HG--
branch : trunk
2009-08-21 16:12:30 -05:00
megamage 7bb18efbbe *Fix a crash in wintergrasp when a neutral workshop is destroyed.
--HG--
branch : trunk
2009-08-21 16:11:11 -05:00
Kudlaty 02071a74c0 Fix typo
--HG--
branch : trunk
2009-08-21 22:32:48 +02:00
Kudlaty 395b1f5130 Fix typo in battleground announcer. Thx Gyullo
--HG--
branch : trunk
2009-08-21 22:19:06 +02:00
Kudlaty 1cc0758149 Forgot about include
--HG--
branch : trunk
2009-08-21 22:15:26 +02:00
Kudlaty e0ba302e32 Script for Plaguehound Tracker. Thanks to manuel and Nevan
--HG--
branch : trunk
2009-08-21 22:11:19 +02:00
megamage 7ef7b7e27e *Reduce the distance of auto-dismount in quest Grand Theft Palimino
--HG--
branch : trunk
2009-08-21 13:40:54 -05:00
megamage d333cc1deb *Fix the bug that lifebloom heals too much.
--HG--
branch : trunk
2009-08-21 13:37:07 -05:00
Machiavelli eaeba0b357 *Fix bug that item in guild bank would display improper spellcharges amount.
--HG--
branch : trunk
2009-08-21 20:07:27 +02:00
megamage ae1450031f *Use total max veh number instead of max veh number per workshop to check if can build vehicle in wintergrasp.
*Do not despawn vehicles when workshop is destroyed or captured.

--HG--
branch : trunk
2009-08-21 12:51:11 -05:00
megamage 49abc30089 *Display max veh number and capture point banner in wintergrasp.
--HG--
branch : trunk
2009-08-21 12:31:52 -05:00
Machiavelli 3f24bc9085 * Don't apply double RAP modifier to Steady Shot, pointed out by thenecromancer
--HG--
branch : trunk
2009-08-21 18:13:21 +02:00
megamage 614d31ddb2 *Use safer function to modify threat pct in script.
--HG--
branch : trunk
2009-08-21 11:10:13 -05:00
megamage 6d3fd6b189 *Fix a crash caused by removing vehicles when wintergrasp battle ends.
--HG--
branch : trunk
2009-08-21 11:01:59 -05:00
megamage d8e5b86e54 *Add assert back to antiair AI. spell[0] is necessary for this AI. If there is no spell[0] in db, then this ai should not be used.
--HG--
branch : trunk
2009-08-21 10:52:02 -05:00
megamage 2ecd247dd4 *Remove a check in getreferencebytarget. If a crash happens, the check should be made in the high-level function but not low-level function.
--HG--
branch : trunk
2009-08-21 10:49:19 -05:00
Machiavelli 510410265d * Last commit also fixes damage calculation of Steady Shot, based on original patch by thenecromancer.
--HG--
branch : trunk
2009-08-21 17:23:09 +02:00
Machiavelli 7e52b1120c *Fix crash in mob_anti_airAI. Remove assert and cast no spell instead, if no spell was found in DB template.
--HG--
branch : trunk
2009-08-21 17:15:35 +02:00
Machiavelli 3dda9caedd * Partial revert of last changeset, double nullpointer check is not needed since everything seems to go via ThreatContainer::getReferenceByTarget
--HG--
branch : trunk
2009-08-21 16:09:46 +02:00
Machiavelli cc4ae11383 * Fix some crashes in ThreatContainer
--HG--
branch : trunk
2009-08-21 16:07:12 +02:00
Machiavelli 383e22448d * Correct calculation of ammo DPS
--HG--
branch : trunk
2009-08-21 15:47:56 +02:00
Kudlaty 378a9e9385 Merge [SD2]
r1358 Add gossip and taxi related to quest 11692. Patch by hoshie

--HG--
branch : trunk
2009-08-21 15:26:57 +02:00
megamage 457f7971de *Fix the bug that Eye of Acherus does not fly in some servers.
--HG--
branch : trunk
2009-08-21 02:46:48 -05:00
megamage 8efb1c3e4e *Display worldstate in wintergrasp.
--HG--
branch : trunk
2009-08-20 22:52:49 -05:00
Kudlaty 6e7e5ebf70 Some optimization to salanar the horseman. Now player shouldn't stuck in realm of shadow
--HG--
branch : trunk
2009-08-21 05:08:27 +02:00
maximius cc44223aee *Cleanup + missed SQL
--HG--
branch : trunk
2009-08-20 16:46:46 -07:00
maximius 326df2af68 *Freya's Pact Gossip Script by manuel
--HG--
branch : trunk
2009-08-20 16:41:54 -07:00
megamage f972a06935 *Do not allow to build vehicles when workshop is destroyed.
--HG--
branch : trunk
2009-08-20 16:33:34 -05:00
megamage 5bde26a6a9 *Remove a hack in player's visibility update. This hack was for TC1 to 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 16:17:50 -05:00
megamage 2d4dac0711 *Try to fix the bug of mobs' chain aggro.
--HG--
branch : trunk
2009-08-20 16:12:23 -05:00
megamage 5f04f0c1f0 *Only allow to build new vehicles during wartime in wintergrasp.
--HG--
branch : trunk
2009-08-20 16:06:03 -05:00
Machiavelli 6606a82509 * Change _TRINITY_CORE_CONFVER to match r5235
--HG--
branch : trunk
2009-08-20 22:45:42 +02:00
Machiavelli 555d674817 *Merge
--HG--
branch : trunk
2009-08-20 22:39:21 +02:00
Machiavelli 06b9e69b79 * Add basic script for Assembly of Iron in Ulduar
* Add instance script for Ulduar

--HG--
branch : trunk
2009-08-20 22:37:46 +02:00
Kudlaty 2ea8cbb4f1 Merge [SD2]
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 22:37:19 +02:00
maximius f7bc620f4f *Cleanup
--HG--
branch : trunk
2009-08-20 13:32:12 -07:00
maximius eb81138e6d *Add a config option for .die command behavior
--HG--
branch : trunk
2009-08-20 13:22:07 -07:00
Kudlaty a63b457b3c Script for quest 12969. Script by Gyullo
--HG--
branch : trunk
2009-08-20 22:18:41 +02:00
Kudlaty 2035948f63 Make Sartharion check if dragons alive before cast on them. Patch by Gyullo
--HG--
branch : trunk
2009-08-20 21:50:30 +02:00
Kudlaty 007d3215d4 Revert part of last patch witch should be not pushed. Sorry
--HG--
branch : trunk
2009-08-20 20:16:49 +02:00
Kudlaty 7ccc15ec48 Add script for quest 12864. Script by manuel
--HG--
branch : trunk
2009-08-20 20:09:13 +02:00
Kudlaty f27fc3e939 Merge [SD2]
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 18:50:41 +02:00
Machiavelli c674463df4 * Change .die command handler so that the user can get credit for the kill
--HG--
branch : trunk
2009-08-20 18:24:45 +02:00