Commit Graph

  • 63de1e0ba7 Fix genrevision to get correct hash when compiling from archive Paradox 2009-05-25 12:59:11 -04:00
  • 2478087b5c *Merge. megamage 2009-05-25 11:34:01 -05:00
  • 4c6c9c560b *Merge. megamage 2009-05-25 11:31:19 -05:00
  • a53326353b *Do not allow wrecking crew stack with enrage. Also, allow proc buff overwrite another. Need better rules to check that. (see my comment in code) megamage 2009-05-25 11:19:13 -05:00
  • 7e1ca8f2ce *Merge. megamage 2009-05-25 11:08:52 -05:00
  • 98049925a6 *Fix a typo that makes seal of vengeance/blood deal huge damage. megamage 2009-05-25 10:39:50 -05:00
  • 93a9fef498 *Remove obsolete code for Arcane Blast *Reduce amount of auras removed at arena match start. QAston 2009-05-25 17:04:52 +02:00
  • 73be810987 Fix CRLF issues in 3517 Paradox 2009-05-25 08:22:38 -04:00
  • d32ddea085 Update characters.sql Kudlaty 2009-05-25 13:28:34 +02:00
  • 991d4e4219 Fix genrevision to display Archive as revision and hash string, to give us a better idea of what revision is being used by people who directly download the archive, also fix .sln files. Paradox 2009-05-25 07:00:50 -04:00
  • a366210f99 * Added revision info to full tables up to revision are updated * Removed some sqls from mangos already present in rev 3235 * Used trinity sql coding style Drahy 2009-05-25 02:29:41 +02:00
  • 6f2eebf2c3 *Fix broken escort AI. megamage 2009-05-24 18:16:43 -05:00
  • 8140543de4 *Rewrite some OPvP functions. *Apply tenacity buff for outnumbered players in wintergrasp. megamage 2009-05-24 17:26:44 -05:00
  • 1c505261bc *Remove auras with duration lower than 30 sec on arena start. *Do not remove rougue poisons and dk runes on arena start. *Apply healing bonus for healing stream totem. *Do not duplicate damage bonus in code with the one in db for Seal of Vengenance/Corruption QAston 2009-05-24 22:54:13 +02:00
  • ff05e05e71 merge raczman 2009-05-24 22:22:44 +02:00
  • 1d79be09e7 Fix logical error in commit 1523 raczman 2009-05-24 22:22:21 +02:00
  • db834e7c7d *Add comment for spell_proc_event sql. To devs: you do not need to manually add comment when you add a new line. This can be done automatically. megamage 2009-05-24 14:37:49 -05:00
  • 19137630db *Remove an useless hack from Felmyst. hunteee 2009-05-24 21:33:54 +02:00
  • 80940e1abc *Use hex format for spell_full spell_proc_event table. megamage 2009-05-24 14:06:00 -05:00
  • 452bda72a1 *When alliance and horde are in same group, also display pets as friendly. megamage 2009-05-24 12:56:09 -05:00
  • a4c88418ea *Fix the bug that warlock pet is not shown in stat window. megamage 2009-05-24 12:28:26 -05:00
  • 09b386a786 [7886] Drop use table petcreateinfo_spell megamage 2009-05-24 12:16:12 -05:00
  • aa67033cc7 [7885] Fixed talent 34914 and ranks proc spell to correct spellid. Author: qsa megamage 2009-05-24 11:32:44 -05:00
  • c14fb42915 *Change the value of CREATURE_FLAG_EXTRA_NO_TAUNT. *There is no creatures with this flag in core. So if you have custom content, you can use this: update creature_template set flags_extra = (flags_extra | 0x00000100) where flags_extra & 0x00010000; update creature_template set flags_extra = (flags_extra & ~0x00010000) where flags_extra & 0x00010000; megamage 2009-05-24 11:29:38 -05:00
  • 6da36b90cc [7882] For achievement criterias data check ACHIEVEMENT_CRITERIA_DATA_TYPE_T_PLAYER_DEAD include target's team check. Author: VladimirMangos megamage 2009-05-24 11:18:23 -05:00
  • 1a637493b7 [7881] More types with random generated item at recipe casting. Cleanups code. Author: VladimirMangos megamage 2009-05-24 11:17:41 -05:00
  • 2fadf3dd77 Fixed bank bag slot amount achievement statistic. Cleanup related code. Author: VladimirMangos megamage 2009-05-24 11:17:03 -05:00
  • 35f08f9e21 [7880] Added error output for default switch case. Author: ApoC megamage 2009-05-24 11:15:37 -05:00
  • 57f14494b1 [7879] Added SPELL_AURA_MOD_SPELL_CRIT_CHANCE into isTriggerAura. Author: ApoC megamage 2009-05-24 11:14:42 -05:00
  • 4ebe23324b [7879] Fixed proc for 31571 and ranks. Author: Tanatos megamage 2009-05-24 11:13:45 -05:00
  • 9381493a64 [7878] Use bigger buf for better performence. Author: Derex megamage 2009-05-24 11:10:55 -05:00
  • 8450b33041 *Add vehicle id for three-seat mammoth. *Fix spell impale of archavon. megamage 2009-05-24 11:07:09 -05:00
  • 4423ac3194 Range calculation fix. Channeled SPELL_AURA_PERIODIC_TRIGGER_SPELL will now not trigger spell if target is out of range. Channeled periodic damage auras will now not deal damage if target is out of range. krz 2009-05-24 16:18:19 +02:00
  • 1b2579a2ab Ancestral Awakening target selection QAston 2009-05-24 15:36:15 +02:00
  • 74770dbcf6 *Fix whath of air and flametongue totem QAston 2009-05-24 14:58:54 +02:00
  • dd9d6ecad8 Fix for SPELL_AURA_ADD_TARGET_TRIGGER auras. krz 2009-05-24 14:24:20 +02:00
  • 1efdaa8960 Fix commit 1509 that made it unable to speak with neutral NPCs. At the same time, it is still not possible to exploit with cheating tool. raczman 2009-05-24 20:57:59 +02:00
  • 9f5f0159f8 Apply 6 second rule to mana potions on arenas. raczman 2009-05-24 20:54:59 +02:00
  • 73770d7354 *Fix the bug that totem only apply one auraeffect on target. *Fix the bug that players can get aura when out of range of totem. *Use caster to check enemy/ally state and spell bonus. Use source to check distance. megamage 2009-05-24 00:05:17 -05:00
  • 0f2ac46d87 *Set vehicle faction when summoning instead of entering megamage 2009-05-23 22:21:47 -05:00
  • 946aa87445 *Store aura::source for all types of aura effect. megamage 2009-05-23 22:21:26 -05:00
  • af1f0fd419 *Rename formalCaster as "source" megamage 2009-05-23 20:50:21 -05:00
  • 94692ea5f7 *Use getworldobject for getunit. Also allow get vehicles using this function. megamage 2009-05-23 20:42:31 -05:00
  • 2475390852 *Fix a bug that player can change to an occupied seat on vehicle. (The commit message of the last rev should be: do not allow player to use unusable vehicle seat) megamage 2009-05-23 20:41:48 -05:00
  • 27e3352d2b *Fix a bug that vehicle in wintergrasp is dismissed when player log out. megamage 2009-05-23 20:40:44 -05:00
  • 2780893030 *Fix a bug that player can change to an occupied seat on vehicle. *Load full creature data for vehicles. megamage 2009-05-23 20:40:14 -05:00
  • 0b8e6ee15a *Some changes in bindings/interface. *Fix the bug that You build it without Trinity Script the emu try to load the libtrinityscript lib instead of libtrinityinterface. Anubisss 2009-05-23 20:48:32 +02:00
  • 7ef7f7fa82 *Fix a crash caused by RecalculateAmount when aura caster is not present. megamage 2009-05-23 11:17:15 -05:00
  • a22aedf320 *Fix build. megamage 2009-05-23 10:16:40 -05:00
  • 5ca07b38d3 *Fix a bug that cause quest GO cannot be open. megamage 2009-05-23 10:08:35 -05:00
  • bfac33f24f *Try to fix an aura bug that cause server freeze megamage 2009-05-23 10:04:12 -05:00
  • 37aa9c3cbf *Fix compile in *nix if You build without Trinity Scripts(with trinityinterface). Anubisss 2009-05-23 16:17:37 +02:00
  • 9fda5c57e1 merge raczman 2009-05-23 16:07:00 +02:00
  • 1b5f45cf0f Fixed windows build. By the way, isnt it ironic that biggest software vendor cant get name scopes right? raczman 2009-05-23 16:06:02 +02:00
  • ed8691ebad *Fix a typo which disallows ADD_TARGET_TRIGGER auras to proc from selfcast. QAston 2009-05-23 14:06:07 +02:00
  • f5f1caf6b6 Rewrite of EffectMomentMove, this should finally fix blink. * Even when player cannot move, only effect will fail, which means other spelleffects will work. * Vmaps are required for proper work (as expected) Please test and report bugs. raczman 2009-05-23 13:22:44 +02:00
  • 73faabbc49 *Fix a crash. QAston 2009-05-23 11:26:08 +02:00
  • 4d9bce3270 *Allow healing mod auras to affect SPELL_DAMAGE_CLASS_NONE spells QAston 2009-05-23 11:12:13 +02:00
  • 9af492483e *always remove old aura instead of recalculating new one in same id stack case-this prevents some problem with spelleffects execution problems QAston 2009-05-23 10:57:05 +02:00
  • 028ed64e10 *Update spell full sql. megamage 2009-05-23 02:06:04 -05:00
  • a75446579b *Do not allow to use flying mount on wintergrasp. megamage 2009-05-23 01:44:32 -05:00
  • 322769ee55 *Display building location on map for wintergrasp. megamage 2009-05-23 01:44:16 -05:00
  • ec24442af4 *Fix rock shards spell for archavon script. megamage 2009-05-23 01:43:46 -05:00
  • a417e71e15 *Fix a bug that Sapphiron does not appear. megamage 2009-05-23 01:42:56 -05:00
  • 08e1ec8a8a *Correct spell id for Muru's Negative Energy's MaxAffectedTargets by Alyen. Thank you. Anubisss 2009-05-23 00:18:24 +02:00
  • 2e46b7e65d [7876] Implemented dummy effect /*and special target selection*/ for 52759. Author: ApoC megamage 2009-05-22 16:49:37 -05:00
  • 90b2951a53 [7874] Fix: possible runtime crash. Author: ApoC megamage 2009-05-22 16:44:35 -05:00
  • 7f2fb69726 *Fix Cleansing Totem Author: Astellar megamage 2009-05-22 16:42:29 -05:00
  • c31fc2780b [7870] Implement creature ranged ammo show at ranged weapon use. Author: VladimirMangos megamage 2009-05-22 16:38:55 -05:00
  • ceaf8c13bb [7866] Added VS 2010 Beta 1 project files. Requires libeay32.dll update. This is experimental changes. Use it on own risk. Author: tomrus88 *Note: this is not supported by TC megamage 2009-05-22 16:36:54 -05:00
  • a59b275206 *Drop VC71 support megamage 2009-05-22 16:30:50 -05:00
  • 8ca8b691b8 Target selection for fishing spells. krz 2009-05-22 19:51:48 +02:00
  • fcbcf59511 *Fix a typo. This fix the bug that FireBarrier dont open after kill Felmyst by hunteee. Thank you. Anubisss 2009-05-22 20:58:07 +02:00
  • be6fad0de1 Correct typo in previous commit Kudlaty 2009-05-22 17:47:10 +02:00
  • 3bd9858417 Add a column to npc_spellclick_spells table to check if quest is completed/rewarded or incompleted 1: completed or rewarded; 3: incompleted; default 3 Kudlaty 2009-05-22 17:43:14 +02:00
  • ab5b273d3c *Some work on wintergrasp. Player can get ranks by killing other players and can build vehicles at workshop. Vehicles can be used to destroy buildings. Except these no other thing is done. megamage 2009-05-22 10:29:48 -05:00
  • 4ba955c4eb *Fix a bug that Sapphiron does not appear. Thanks to JoN0. megamage 2009-05-22 10:09:22 -05:00
  • f1ea5714f2 Implemented carrier debuffs in WSG battleground After 10 and 15 minutes players carrying flags will receive debuffs, if both flags are kept. In case of dropping flag buff is removed. When Flag is picked up by another player, he gets debuff. Please test and report bugs. raczman 2009-05-22 13:23:07 +02:00
  • 3641be039b *Set pvp flags for units controlled by player. *Reset pvp flags when unit is uncharmed. *Remove walk flag when unit is charmed. megamage 2009-05-22 03:12:35 -05:00
  • 5888134e4d *Fix a bug that owner cannot recall pet when pet is attacking target. megamage 2009-05-22 03:09:24 -05:00
  • 6e6d10e3e9 *Do not change dest when target does not move for targeted movement. megamage 2009-05-22 03:07:52 -05:00
  • 8a44eff53a *Fix a typo that break the whole threat system. megamage 2009-05-22 03:05:59 -05:00
  • f557b57652 *Allow warlock to use Eye of Kilrogg with existing pet. megamage 2009-05-21 18:02:52 -05:00
  • 3a284c170b *Fix some bug of targeted movement megamage 2009-05-21 17:59:18 -05:00
  • 63eccbde85 *Fix a bug in NearestGameObjectCheck. megamage 2009-05-21 17:58:43 -05:00
  • 2280ca66b8 *Set reactpassive when creature is calling for assistance. megamage 2009-05-21 17:24:22 -05:00
  • 239919abb2 *Check reactstate in UpdateVictim. megamage 2009-05-21 17:19:10 -05:00
  • 67255e536b *Fix a infinite loop introduced in 3453. Thanks to QAston and Drahy. megamage 2009-05-21 17:18:44 -05:00
  • b0a48f60c9 Added new config option: vmap.petLOS Enabling it makes pets do LOS check before attacking its target. raczman 2009-05-21 23:17:52 +02:00
  • 31005dab82 *Fix a infinite loop introduced in 3444. megamage 2009-05-21 15:17:51 -05:00
  • 32064b79da *Do not remove/add aura for refreshing case. megamage 2009-05-21 14:54:22 -05:00
  • 1403419164 *Fix reckonging *fix Sword and Board *Fix Vigilance *Rollback sw:death fix. QAston 2009-05-21 20:02:22 +02:00
  • d846ae72ae Sorry, hg missed this change. panaut0lordv 2009-05-21 19:46:56 +02:00
  • 079189bcdb Fix typo. Pointed by Aokromes, thx :) panaut0lordv 2009-05-21 19:06:09 +02:00
  • 6d6a4a7856 [7864] Use x.0f float constant format. Author: NoFantasy megamage 2009-05-21 10:52:35 -05:00
  • 5fe179019f [7863] Implement for EVENT_T_SPAWNED map/zone/subzone only event conditions. Author: Alex megamage 2009-05-21 10:52:05 -05:00
  • 8d771cc9f7 [7862] Fixed infinity loop at search spell related summoned gameobject in owner list. Author: VladimirMangos megamage 2009-05-21 10:51:18 -05:00
  • 1a4378572b [7861] Update visibility check to make possible have invisible for owner pets/totems (need for some spells) Author: Astellar megamage 2009-05-21 10:50:28 -05:00
  • 67c84b1f3d Mobs fleeing and getting assistance feature implementaion. Author: Neo2003 megamage 2009-05-21 10:48:00 -05:00
  • b7053ecc0d [7860] Implement creature event ai ACTION_T_CALL_FOR_HELP for explicit call for help in some script cases. Author: VladimirMangos megamage 2009-05-21 10:15:09 -05:00