Commit Graph

  • 461e8d134f *Fix a typo, thanks thmarth. Closes #388 maximius 2009-11-21 19:47:33 -08:00
  • 1c9de5df48 *Fix a possible crash in boss_razorscale, and a minor aesthetic glitch. Thanks tali, closes #354 maximius 2009-11-21 19:33:00 -08:00
  • 946a32a6ba *Implement Blood Filled Orb GO script, for quest The Path of the Adept. Closes #290 maximius 2009-11-21 19:25:29 -08:00
  • 2b8e315218 *Runic Power and Rage should have a lower limit for regeneration, not an upper limit. Closes #294, thanks MetaphysicalDrama maximius 2009-11-21 19:16:57 -08:00
  • c767576d92 *Cleanup, more consistant HandleDummyAuraProc code (added basepoints1 and basepoints2 and edited some spell cases to use these instead of more hacky custom methods..) maximius 2009-11-21 17:59:24 -08:00
  • b039a7586e *Fix a typo, closes #386 maximius 2009-11-21 16:23:52 -08:00
  • 409bad7d15 *You must be in combat to use Disengage. maximius 2009-11-21 16:12:41 -08:00
  • 79f8acbaf5 *Instead of changing react states and using UpdateVictim (which causes Razorscale to start chasing and attacking the victim), just search for a possible victim. Only attack the victim during the ground phase. maximius 2009-11-21 16:06:05 -08:00
  • dd9ed3912b *Some cleanup and optimization to talent resetting and spec swapping. Has no impact on the functionality (it just wastes less CPU). maximius 2009-11-21 13:54:02 -08:00
  • 729bc6d68f *Ignore whether or not a spell is in the active spec on spec swap (it doesn't matter, the spells from your other spec will be learned shortly) *Ignore whether or not a spell is in the active or inactive spec on talent reset (it doesn't matter, the spells from your other spec can be learned with a simple spec swap) maximius 2009-11-21 07:32:09 -08:00
  • ea6a322670 *Increment the iterator normally, since it's no longer deleted, and the old method causes an infinite loop.. maximius 2009-11-21 06:35:30 -08:00
  • 7a2cad6e1b *Fix a crash :( maximius 2009-11-21 06:24:15 -08:00
  • e73ab432eb *Fix a stupid mistake on my part that caused the removal loop to never start, and -aggressively- remove talent/spells on talent reset & spec swap. maximius 2009-11-21 06:13:20 -08:00
  • 51a2284f69 *Don't set PLAYERSPELL_NEW. That will prevent the spell from being removed from the character DB, which is bad. maximius 2009-11-21 05:43:14 -08:00
  • 2e256f44db *The typos will never cease :'(. Also, 32e347321fb9 was a merge of SD2 r1492. maximius 2009-11-21 05:13:19 -08:00
  • bd1065156e *Copy and paste woes D: maximius 2009-11-21 05:01:03 -08:00
  • 83fa9466de *Oops, edited the wrong function in 11085dbb7da0 >.<' 5AM woes maximius 2009-11-21 04:59:10 -08:00
  • 9fc070bb1d *Allow talent resets even if your talent map is empty. maximius 2009-11-21 04:55:02 -08:00
  • 41ad7346bc *Optimization, and remove talents from the talent map by TalentID, not SpellID. maximius 2009-11-21 04:44:34 -08:00
  • 61524e0cde *Revert a useless change from 5dcacd638128 (may of broken AH), closes #338 maximius 2009-11-21 03:31:09 -08:00
  • ad71ee4c7a *Fix the issue with Passive talents never being removed, thanks MetaphysicalDrama ;D Refs #371, #370, #367, #368, #326 maximius 2009-11-21 03:27:43 -08:00
  • a633b03738 *Fix Rod and Blade of the Unyielding spawning to many NPCs, by destros. Closes #3 maximius 2009-11-21 02:36:39 -08:00
  • 28113e14f2 *Proper Penance coeffs, by Destalker. Closes #24 maximius 2009-11-21 02:33:20 -08:00
  • 056c6fa680 *Cleanup, better cast for Bear/Dire Bear part of Furor. maximius 2009-11-21 02:19:19 -08:00
  • 4f8f69a805 *Less hacky Disengage. maximius 2009-11-21 02:14:28 -08:00
  • c19489cd50 *More consistant method for adding/removing talents. Refs #370, #368 maximius 2009-11-21 01:49:15 -08:00
  • db132054fd *Minor correction in talent resetting, and cosmetic change in spec swapping. maximius 2009-11-20 23:04:39 -08:00
  • e4e61ac99d *Fix some typos. maximius 2009-11-20 22:39:27 -08:00
  • c16e08faed *Cleanup, search through the talent map instead of spell chains for talent ranks during spec swaps. Also properly set talent state upon talent reset, and only reset talents that exist in the active spec. Refs #367, #326 maximius 2009-11-20 22:38:01 -08:00
  • 75e37c7599 *Implement "Chaos Bolt cannot be resisted, and pierces through all absorption effects" + some cleanup. maximius 2009-11-20 20:25:12 -08:00
  • 37974cc362 *Fix Ghoul scaling talents and glyphs. By MetaphysicalDrama, closes #102, #38, #39 maximius 2009-11-20 19:44:22 -08:00
  • b3a25b247a *Little tweak that might make no difference, or might make a signifigant difference in removing talent spell chains.. maximius 2009-11-20 19:34:39 -08:00
  • 6296dda84e *Some dual talent tweaks.. refs #326 maximius 2009-11-20 19:27:21 -08:00
  • 654519d1a6 *Some cleanup (mostly whitespace changes) maximius 2009-11-20 19:11:28 -08:00
  • 5b54c76ac3 *Some changes to MeleeDamageBonus and Ebon Plague dummy aura handling. By MetaphysicalDrama, closes #154 maximius 2009-11-20 17:21:37 -08:00
  • b9a0663126 *Dual spec switching and talent resetting rewrites, comment out some redundant code, and remove spells learned from talents properly. Closes #326 maximius 2009-11-20 16:09:20 -08:00
  • 5db87f8102 *Use UpdateEntry instead of SetDisplayId. By manuel, closes #348 maximius 2009-11-20 15:38:09 -08:00
  • 8706c0ccba *Some Anub'arak cleanup and fixes. Thanks trazom, closes #356 maximius 2009-11-20 15:26:33 -08:00
  • 7c47c5cbf3 *Fix windows build, by bigjohnson4, closes #364 maximius 2009-11-20 15:09:05 -08:00
  • 4072c0bdbf *Different creature searcher method for Dalaran Mageguards, thanks manuel *Fix a minor typo in recent AH change that (probably) prevented anybody from bidding, sorry D: maximius 2009-11-20 15:06:21 -08:00
  • f18767dc77 Blackfathom Deep: Fix Go handling tartalo 2009-11-20 22:24:42 +01:00
  • f3c5ccc0cb Blackfathom Deeps: Fix typo tartalo 2009-11-20 21:49:20 +01:00
  • cb22517ba6 Blackfathom Deeps: Register boss scripts tartalo 2009-11-20 21:47:56 +01:00
  • 9c558c8ee0 Blackfathom Deeps: Add forgotten file from previous commits :P tartalo 2009-11-20 21:41:28 +01:00
  • 2a5192e7dd Blackfathom Deeps: Fix GO & Event handling tartalo 2009-11-20 21:40:32 +01:00
  • 0ed7b7dbbf Blackfathom Deeps, Aku'Mai: implement script (needed for GO handling) tartalo 2009-11-20 21:29:29 +01:00
  • 0f2dc64a41 Blackfathom Deeps, Twilight Lord Kelris: implement script (needed for GO handling) tartalo 2009-11-20 21:15:29 +01:00
  • 3b1c6a7bed Blackfathom Deeps, Gelihast: implement script (needed for GO handling) tartalo 2009-11-20 21:02:03 +01:00
  • 06edea293c Blackfathom Deeps, Lorgust Jett: Implement random home position tartalo 2009-11-20 20:44:58 +01:00
  • 514939d655 Blackfathom Deeps: Comment unused variable skeleton (it's for a WiP feature) tartalo 2009-11-20 20:17:39 +01:00
  • 25a7e83699 Blackfathom Deeps: Event tracking & Go handling on instance script (needs boss AI support) tartalo 2009-11-20 20:12:45 +01:00
  • 59097039df BlackFathom Deeps: Altar scripts tartalo 2009-11-20 19:51:13 +01:00
  • 34b4e11749 Blackfathom Deeps: Cleanup tartalo 2009-11-20 19:32:27 +01:00
  • 583ef6a339 *Fix a typo from 409a16bdc048, thanks Sundark maximius 2009-11-19 20:15:36 -08:00
  • c871b72579 *Better fix to #333 maximius 2009-11-19 20:06:49 -08:00
  • 72607c20ba *Prevent MoveFollow and MoveChase while UNIT_FLAG_DISABLE_MOVE is present, by Liberate. Closes #168. *Some cleanup, and fix typo from cf0046bc32c6. maximius 2009-11-19 20:03:35 -08:00
  • f4808f3ff5 *Merge TC1 r1737 and r1754 by BroodWyrn, fixes spells 45151, 45141, 46394 (Brutallus Burn), closes #179 maximius 2009-11-19 19:55:24 -08:00
  • d7ed79825c *Dalaran Mageguards now only consider you to be behind them if you are close to them, and they reset their orientation after casting the Trespasser spell. Closes #329 maximius 2009-11-19 18:21:43 -08:00
  • 02eeffd22f *Add two new functions GetHomePosition() and GetRelativeAngle(x, y) maximius 2009-11-19 18:20:34 -08:00
  • 4abed08f4d *Implement second part of Furor, closes #333. *Add missed part of last commit (oops) maximius 2009-11-19 04:36:20 -08:00
  • ffe4451dc2 *Spell::EffectPlayerPull should not use KnockbackFrom, this moves you away from the destination, instead of towards. Fix by disassembler. Closes #169 maximius 2009-11-19 04:23:36 -08:00
  • 07c27142ec *Error in 5dcacd638128, thanks Spp maximius 2009-11-19 04:16:40 -08:00
  • 43d9a5eae1 *Dalaran Mageguard, optimization and a more forgiving HasInArc check. Refs #329 maximius 2009-11-19 04:12:08 -08:00
  • aa36d772a1 *Some Auction House cleanup, Refs #331 maximius 2009-11-19 03:55:15 -08:00
  • 7ad284bd33 *Some cleanup. maximius 2009-11-19 03:53:49 -08:00
  • 9953ff49b8 *Rewrite 8b3ffb1dd504 with info from QAston maximius 2009-11-19 01:49:03 -08:00
  • 13d954cc88 *Some tweaks to Razorscale's flight behavior, and a little cleanup. maximius 2009-11-18 23:19:03 -08:00
  • 2878b4e701 *Dalaran Mageguards now work as intended. maximius 2009-11-18 21:51:40 -08:00
  • cb8c4d84e6 *Apply #325 maximius 2009-11-18 18:43:45 -08:00
  • c4bafdbf69 *Fix a typo. maximius 2009-11-18 18:09:47 -08:00
  • 53fa6322a8 *Hysteria now causes health loss. By manuel, thanks to QAston. Closes #323 maximius 2009-11-18 16:45:07 -08:00
  • a1929247a2 *Minor correction for 16cad2c97082, thanks RammboNr5 maximius 2009-11-18 16:37:52 -08:00
  • 3a9f3af443 *Partial backout of 8b3ffb1dd504, allow Prayer of Mending to heal pets. maximius 2009-11-18 16:36:07 -08:00
  • e59ec6d814 *Properly cast uint32 damage and healing as int32 to prevent overflow errors, by RammboNr5. Closes #94 maximius 2009-11-18 16:31:21 -08:00
  • 0134b7fee8 *Rewritten method for Dalaran Mageguards to determine if they should teleport you. maximius 2009-11-18 16:24:30 -08:00
  • d03ec103f3 *Backed out changeset 28e38f926a47. Closes #313. maximius 2009-11-18 13:49:58 -08:00
  • e445e863df *fix insane Steady Shot damage note: TEST BEFORE PUSHING! Rat 2009-11-18 13:06:07 +01:00
  • 20a0a3b497 *fix sql Rat 2009-11-18 12:49:36 +01:00
  • 4fc564d360 *fix Brutallus' Burn -it's a self cast spell, don't cast it on the boss.. Rat 2009-11-18 12:49:25 +01:00
  • 559df76699 *Hunter pets should now have their talents refunded when a hunter switches talent specs, even if they are dismissed at the time. maximius 2009-11-18 02:42:55 -08:00
  • 977692c070 *Better (but still hacky) Dalaran Mageguard 'Trespasser!' conditions maximius 2009-11-18 02:31:38 -08:00
  • 753c472010 *Add some debug output to HandleAuraEffect, by Spp. Closes #238 maximius 2009-11-18 00:48:27 -08:00
  • d2fbb9f919 *Implement Dalaran Mageguards, by WarHead. Closes #43 *f6e09e1d71d4 16062b31dba9 df7b6c79c44a and 420160897950 were by MetaphysicalDrama. Closes #153, #146, #147, #123 maximius 2009-11-18 00:47:31 -08:00
  • 2582fa289c *Fix the insane ghoul/vehicle power regen, by MetaphysicalDrama, closes #108 maximius 2009-11-17 23:56:54 -08:00
  • 296d6791aa *Wintergrasp: Add number of players in ".wg status" command, by Spp. Closes #211 maximius 2009-11-17 23:51:33 -08:00
  • 145ca6bbbd *Fix some typos in boss_trollgore, thanks trazom. Closes #264 maximius 2009-11-17 23:35:46 -08:00
  • f59106d9c3 *Clear reactives and pet auras on spec changes. maximius 2009-11-17 23:30:08 -08:00
  • 9eae529293 *Fix *nix compile, closes #301 maximius 2009-11-17 23:13:54 -08:00
  • 1fac6a6c40 *Typo D: maximius 2009-11-17 23:10:12 -08:00
  • c2d1b5b0c5 *Swap some SPELL_AURA_MODs around. I have some fairly convincing evidence that, in WOTLK, these auras were switched around. maximius 2009-11-17 23:07:48 -08:00
  • d5a13769d1 *Some cleanup. maximius 2009-11-17 23:02:37 -08:00
  • ed38413906 *Cleanup, and backout 316e049b930a (oops) maximius 2009-11-17 22:09:05 -08:00
  • 07601c4854 *Proper default value for m_specsCount. maximius 2009-11-17 21:33:14 -08:00
  • 4fcd64789c *Fix initialization of health bonus regen, by tali maximius 2009-11-17 21:32:34 -08:00
  • dfc9338812 *Merge 94c7ee9cce6a by win32, don't mod damage on broken items. maximius 2009-11-17 21:27:08 -08:00
  • 4eb608b478 *Should fix some Wintersgrasp crashes, some code by Spp. Refs #262 maximius 2009-11-17 21:23:15 -08:00
  • 929df85572 *Tenacity: correct way to keep hp% after spell being casted, by Spp, closes #240 maximius 2009-11-18 06:22:43 +01:00
  • d03c14e0b7 *Furor now stores and restores Energy properly, thanks lobuz maximius 2009-11-17 20:50:38 -08:00
  • 27d3bf466c *Convert some tabs to 4 spaces. maximius 2009-11-17 20:26:35 -08:00
  • 6659defa6d *Fix Prayer of Mending spell bonus, thanks lobuz maximius 2009-11-17 20:23:42 -08:00