Commit Graph

  • fb87b41a75 Script/Spells: Fix spell 64414 / Load into catapult Machiavelli 2011-08-18 20:47:36 +02:00
  • 917ffdffac Core/Spells: More research on SPELL_ATTR6_ONLY_CAST_WHILE_POSSESSED and implement new research (original caster should be charmer or owner) and implement QAston's earlier research (only castable while possessed). Machiavelli 2011-08-18 20:24:46 +02:00
  • 0b64d726c2 Core/AI: Code style and cleanups Fredi Machado 2011-08-18 14:55:27 -03:00
  • 171049bf4a Core/Auras: Crash fix. LihO 2011-08-18 18:18:44 +02:00
  • b4ee9ebfc8 Scripts/The Pit of Saron tobmaps 2011-08-18 23:07:29 +07:00
  • b7bf9045de Scripts/The Pit of Saron: Prevent heroic final achievement gain in normal mode horn 2011-08-18 22:42:32 +07:00
  • 69433862cb Core/Spells: Changed CHAIN_SPELL_JUMP_RADIUS down from 10y to 8y Payn 2011-08-18 14:42:09 +02:00
  • a71e7275e8 DB/SQL: Fixed naming of last SQL file... Lopin 2011-08-18 14:20:19 +02:00
  • 701649cb3f Scripts/Storm Peaks: Fix some (embarassing) errors in npc_hyldsmeet_protodrake (script is working now) and correct seat ID in vehicle_template_accessory. Machiavelli 2011-08-18 13:13:30 +02:00
  • fdbfa5156c Core/DBLayer: Possible crash fix for ProcessQueryCallbacks on GCC builds. Ref issue #2136 #1422 #1335. Machiavelli 2011-08-18 12:41:46 +02:00
  • e21b306113 DB/Quests: Fixed quest You'll Need a Gryphon kiper 2011-08-18 12:26:28 +02:00
  • cfef963092 Fix Item - Shaman T10 Restoration 4P Bonus Ramus 2011-08-18 13:27:22 +07:00
  • dc3a3772ba Merge pull request #2617 from Chaplain/master QAston 2011-08-18 03:03:00 -07:00
  • 1de095f7cf Core/Spells: Add required and implicit target object type data for spell effects - will be used in future patches. QAston 2011-08-18 11:50:00 +02:00
  • 9e9a84cf0e Core/Events: Fixed items removing from World Events. The items will be removed on first player's login after the end of the event. Also prevents using those items between the end and login of the player Lopin 2011-08-17 18:47:34 +02:00
  • 2233018f52 Core/Spells: Fixed exploit found in 9936921206. When we count twice multipliar for spells with SPELL_SCHOOL_MASK_NORMAL. Also now it will show correct data in character info like damage reduction % from defence stance in warrior case. Also fixed some minor logic issues. Chaplain 2011-08-17 16:11:38 +03:00
  • 1c606d0d0c Core/Battlegrounds: Don't send SOTA transports removal twice Shauren 2011-08-17 12:02:34 +02:00
  • ec95ead0ac Fix build. QAston 2011-08-17 12:00:20 +02:00
  • a44e1c505e Core/Spells: Add new spell implicit target categories data - will be used in future patches. QAston 2011-08-17 11:30:05 +02:00
  • a23c4592af Core/Spells: Diminishing returns shouldn't prevent direct damage caused by spells - fixes dispel damage of Unstable Affliction if target immune to silence now tobmaps 2011-08-17 04:09:12 +07:00
  • a3fc4e897c Core: Add missing forward declarations in SpellInfo.h QAston 2011-08-16 20:08:13 +02:00
  • a077a26aa5 Core/Spells: update the core to the changes from 1fb1988d46 . To make your custom code work with those changes simply lookup the value of Targets enum value from prev rev, and update the name in your code. QAston 2011-08-16 19:44:18 +02:00
  • 1fb1988d46 Core/Spells: change Targets enum to use consistent naming schema. This is not a functional change, but it's needed for upcoming changes, also this makes target type research and use easier. QAston 2011-08-16 19:42:36 +02:00
  • d4b90d1f86 Core/Spells: Remove OriginalVictim parameter from Unit::CastSpell(x,y,z) - setting unit target was enough for all spells which used it, there's never a need to cast with both unit and dest target on retail (in such cases unit target + DEST_TARGET target types are used). QAston 2011-08-16 16:53:29 +02:00
  • 73bbc3aca8 Core/Spells: Update some targeting related attribute definitions to make them more clear and consistent. QAston 2011-08-16 16:05:24 +02:00
  • 8ae5750c15 Core/Maps: Changed InstanceSave error message to show also Name & GUID of player and Entry & Name & InstanceId of instance map Lopin 2011-08-16 15:42:32 +02:00
  • e0d43388af Core/Spells: define SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS and SPELL_ATTR6_CAN_TARGET_INVISIBLE (big thanks to joschiwald for the second one) QAston 2011-08-16 14:53:41 +02:00
  • d2ae95ec00 Scripts/Pit of Saron: Removed unneccessary line Shauren 2011-08-16 15:03:51 +02:00
  • 961b2629c5 Merge pull request #2593 from fredi/clean QAston 2011-08-16 04:47:31 -07:00
  • 9936921206 Merge pull request #2580 from hacknowledge/damagemodfix QAston 2011-08-16 03:41:23 -07:00
  • 9f196f23f1 Script/Ulduar: Small cosmetic changes and magic numbers in Hodir's script. Be prepared for Thorim soon! Lopin 2011-08-15 21:08:00 +02:00
  • 826ec0582a Core/GameObject: Fix GameObject::Use log error message Machiavelli 2011-08-15 15:41:06 +02:00
  • 12fc1d58e7 Core/Account: Code style and cleanups in AccountMgr Fredi Machado 2011-08-15 10:12:30 -03:00
  • b560090692 Core/GameObject: Fix interaction distance with GameObjects in all corner cases by overriding Object:_IsWithinDist. Distance calculation to GO's need to take in account GameObjectDisplayInfoDBC entries, otherwise distance would not be calculated from the edges properly and ie. quest interaction with large gameobjects would fail. Machiavelli 2011-08-15 14:05:13 +02:00
  • 69b7115b9a Merge pull request #2591 from Souler/master Machiavelli 2011-08-15 05:04:59 -07:00
  • 948a119fa3 Core/Tools: Restore .pdump load command Souler 2011-08-15 14:50:46 +03:00
  • 2bf545db62 DB/Loot: Prince Valaran in Blood Council encounter should drop 3 items Aristoo 2011-08-15 12:37:44 +02:00
  • 0c30139527 Cosmetic: Some cosmetic changes here and there Spp 2011-08-15 11:46:48 +02:00
  • c0326e3170 Crashfix. Added missing check for NULL of victim parameter hacknowledge 2011-08-02 22:11:01 +02:00
  • 4276c73be8 Core: Cosmetic cleanups and additional comments in ScriptMgr. XTZGZoReX 2011-08-14 13:45:42 +02:00
  • d01bb754d7 Core/Commands: Remove useless file, commands were already converted to command scripts a bit ago leak 2011-08-14 13:07:43 +02:00
  • 8b83ae0c05 Scripts/Storm Peaks: Typo in 0cb688, thanks to simlt Machiavelli 2011-08-14 11:07:00 +02:00
  • 1aa4e7bd57 converted tab to spaces hacknowledge 2011-08-14 00:00:19 +02:00
  • 78ca3ad5d2 Core/Spells Disables environmental damage to spirit of redemption form of priest Core: Added check for AOE attackability to environmental damage Fixes #2531 Reduced check for environmental damage to whether unit is attackable by AOE. check for GM and death state is included in this check hacknowledge 2011-08-13 23:58:33 +02:00
  • 0c500486f3 Core/Spells: Fixed weapon dependent damage mods for players as well as autohit damage mods for NPCs and pets. This fixes also meta sockel effects. Also fixed displaying the correct values in the char info. I also took care of applying and unapplying the weapon based damage mods when the player is being disarmed and equips/unequips his weapon. hacknowledge 2011-08-07 16:13:20 +02:00
  • 0cb68815ec Scripts/Storm Peaks: Make Hyldsmeet Drakerider properly respawn. Machiavelli 2011-08-13 22:04:05 +02:00
  • 30a54e43ca DB/FULL: Remove redundant full content files for world database from the repo. They serve no particular purpose to the project other than consume precious time of the developers having to maintain it. If you're using TDB, this shouldn't affect you in any way since the full world database is periodically dumped and uploaded. Machiavelli 2011-08-13 21:56:50 +02:00
  • 65a29d1315 Scripts/Spells: Fix a typo in spell_hun_masters_call Machiavelli 2011-08-11 16:35:56 +02:00
  • 54cf7f28d2 Core/Misc: Fix some typos in af040fc18d tobmaps 2011-08-13 20:53:24 +07:00
  • af040fc18d Core/Players: Allow players to answer gamemaster whispers even if whispers are disabled. Whitelist can be reset by .whispers off leak 2011-08-13 15:10:45 +02:00
  • 6db242473e Core/Commands: Console should be able to add/remove rights in any case leak 2011-08-13 13:24:48 +02:00
  • 91a3bfe42a Core/Commands: .pinfo improvements leak 2011-08-13 13:00:38 +02:00
  • bac78de203 Core/Battlegrounds: SotA will no longer crash in update Shauren 2011-08-13 12:28:36 +02:00
  • f03ef48b3e Core/Object: Removed incorrect code (never affected anything) Shauren 2011-08-13 11:44:51 +02:00
  • 6ea362e9e0 Core/PacketIO: Documented structure of SMSG_OVERRIDE_LIGHT Shauren 2011-08-13 11:44:05 +02:00
  • 93238fe6c3 Core/Players: Corrected faction id check for RepObjectiveFaction2 idostyle@zoit 2011-08-13 00:21:29 +02:00
  • d9d5bce568 Scripts/Malygos: - Applied TC code style. - Every Hover Disk will correctly change the faction once the creature passenger dies. - Player's mount will be despawned when the passenger leaves it. Manuel Carrasco 2011-08-12 16:29:43 -03:00
  • f797f9f74d Core/Spells: Failed triggered spell casts will no longer cause the proc aura that triggered them to be removed (this behavior should only apply to channeled spells), also corrected UNIT_FIELD_CHANNEL_OBJECT setting Shauren 2011-08-12 13:22:53 +02:00
  • c055b630a0 DB/Creatures: set correct difficulty entries for Trial of Champions ZxBiohazardZx 2011-08-12 10:51:57 +02:00
  • 3d5b5ead21 Merge pull request #2557 from idostyle/master Shauren 2011-08-12 01:27:33 -07:00
  • 8c411ffa42 Spell: Mark of the Fallen Champion idostyle@zoit 2011-08-12 05:01:31 +02:00
  • b81fb4d423 Core/Spells: Rename SPELL_ATTR2_ALWAYS_APPLY_MODIFIERS to SPELL_ATTR2_DISPLAY_IN_STANCE_BAR, and make auras to be recalculated when permament instead of using that wrongly defined flag. QAston 2011-08-11 23:11:10 +02:00
  • 0d1a5314dc Core/Spells: Define some new attributes: SPELL_ATTR6_ONLY_CAST_WHILE_POSSESSED, SPELL_ATTR6_DONT_DISPLAY_COOLDOWN, SPELL_ATTR5_ALLOW_TARGET_OF_TARGET_AS_TARGET, SPELL_ATTR4_AREA_TARGET_CHAIN, SPELL_ATTR3_DONT_DISPLAY_RANGE QAston 2011-08-11 23:03:43 +02:00
  • e671021527 Merge pull request #2537 from Kapoeira/master Machiavelli 2011-08-11 08:58:40 -07:00
  • dfd6d17758 Merge pull request #2550 from bleed12/master Machiavelli 2011-08-11 08:57:21 -07:00
  • c1f0833672 Core/ReferAFriend : fix strange grantableLevels value in DB Fest 2011-08-11 17:42:02 +02:00
  • fcdbe0db1b Merge pull request #2542 from idostyle/master Shauren 2011-08-10 09:30:45 -07:00
  • eedeeaf2b2 Spell: m_castItemGUID initialization idostyle@zoit 2011-08-10 15:08:22 +02:00
  • c3613cd477 DB/Misc: Update two spawns z position; set two npcs in ICC to triggers (invisible) and use the correct Berserking spell in playercreateinfo_action Nay 2011-08-09 17:33:45 +01:00
  • e2c1dac196 Scripts/Commands: Forgotten change & fix a mistake. Cron 2011-08-09 07:43:42 -03:00
  • 564fa1a557 Scripts/Commands: Killed some more engrish in debug CommandScripts. Cron 2011-08-09 07:40:49 -03:00
  • 4ce345a9f9 DB/Loot: Fix max count of items from Titanium Ore prospecting loot tobmaps 2011-08-09 06:14:07 +07:00
  • e39d195421 Merge pull request #2527 from Kapoeira/master Machiavelli 2011-08-08 08:58:16 -07:00
  • 4a3a259e2a Core/SOAP: Remove redundant thread pool of a hard coded 5 amount of threads that would just linger. Not really smart design to have a single SOAP thread -> SOAP thread pool -> single world thread handling CLI commands. Machiavelli 2011-08-08 17:46:23 +02:00
  • dd6be6b2fd Scripts/Commandes: Kill some engrish. Cron 2011-08-08 09:31:15 -03:00
  • 8e2a32906d Core/Gridmonster: Increased upper value for search radius to size of grid Shauren 2011-08-08 13:16:03 +02:00
  • beaca1bd34 Fix build Machiavelli 2011-08-07 21:58:35 +02:00
  • 2d3f51e6e5 Core/Spells: Fix Shaman talent Nature's Guardian and rewrite fix for fc52f08. Fixes some spells not triggering. Machiavelli 2011-08-07 21:19:27 +02:00
  • e6eb85c586 DB/Misc: Add missing AIName SAI, two template updates and two quest chain fixes Nay 2011-08-07 20:00:49 +01:00
  • 3109d9c0ae Core/Spells: Spells that can be spellstolen that have a permanent duration should respect the 2 minute spellsteal buff duration limit. Machiavelli 2011-08-07 17:41:44 +02:00
  • 7ec4ebdc24 DB/SAI: Fix quest Twilight of the Dawn Runner Nay 2011-08-07 16:43:28 +01:00
  • f4f16aea28 Core/Spells: Fixed radius of Mutated Plague (Professor Putricide encounter) Shauren 2011-08-07 16:48:39 +02:00
  • 77c0ca3112 Core/Spells: Hunter ability Master's Call should not process effects when pet is dead. Machiavelli 2011-08-07 16:12:19 +02:00
  • 04c2f2929e Core/Player: Fix item refund exploit Machiavelli 2011-08-07 15:54:33 +02:00
  • 5429158b3f DB/Spawns: Properly insert Shadow Vault/Icecrown spawns, with guids. Nay 2011-08-07 14:39:40 +01:00
  • 5c762a17ca Commit: revert ahune loot && change to the correct loots (what was i thinking) zxbiohazardzx 2011-08-07 12:26:37 +02:00
  • 8608a5bc11 DB/Loot: Add missing item to Champion's Cache Aristoo 2011-08-07 11:51:37 +02:00
  • a723588aa3 DB/Loot: Frost lord Ahune loot fixes, thx to AkamaIL ZxBiohazardZx 2011-08-07 11:42:38 +02:00
  • ce9f58e934 DB/Misc: Icecrown: ShadowVault spawns and quest fixes Tome 2011-08-06 23:57:44 +01:00
  • df87f00e73 Core/Commands: Add .cast dest #spellid #x #y #z which orders selected unit to cast a spell at selected destination. QAston 2011-08-06 22:49:25 +02:00
  • 7187b1e889 DB/Misc: Cleanup startup errors intruduced by ICC loot fix ZxBiohazardZx 2011-08-06 22:28:08 +02:00
  • 156d491c27 Core/Spells: Add GetTriggeringSpell() method to SpellScript and use it to properly filter server side spell 18350's script. Machiavelli 2011-08-06 19:39:45 +02:00
  • 157dff1ed3 DB/ZG: Some more pathing; add gossip & conditions to npcs in Yojamba Island Discover- 2011-08-06 17:59:08 +01:00
  • 6ebca04861 Core/Misc: Removed existence check from HandleSetSelectionOpcode and moved setting faction visible to gossip open Shauren 2011-08-06 18:48:58 +02:00
  • 548f8ba095 Core/Player: Teleport the player to a default graveyard (Crossroads/Wesfall) when a zone has no info about graveyards Nay 2011-08-06 17:23:33 +01:00
  • a39ea8f3e5 Core/Spells: - Apply proper unit flags to summoned minions Nay 2011-08-06 17:22:24 +01:00
  • 0b9a5cb37a Buildsystem/Windows: Fix compile in debug mode Nay 2011-08-06 17:21:09 +01:00
  • 1c65cedede Merge pull request #2511 from LihO/master Machiavelli 2011-08-06 07:51:24 -07:00
  • 19d5177d39 Scripts/AQ20: Crash fix LihO 2011-08-06 16:44:22 +02:00
  • 7c6366ca11 Core/Spells: Partial revert of b0fe236265 , thx A-Metaphysical-Drama for tip tobmaps 2011-08-06 20:42:00 +07:00