Commit Graph

  • ba4338783a *Fix Creature::FallGround. By Silver1ce. megamage 2009-01-16 19:05:30 -06:00
  • 6a66df09eb *Fix misdirection. megamage 2009-01-16 18:49:41 -06:00
  • d8b20be962 *Fix build. megamage 2009-01-16 15:53:34 -06:00
  • 80263de422 Update to Trinity 863. megamage 2009-01-16 14:32:47 -06:00
  • 40a1154c5b *Update to Mangos 7092. megamage 2009-01-16 14:17:24 -06:00
  • a8e7fb1649 *Support for quest 648 - by Enril Blaymoira 2009-01-16 14:33:21 +01:00
  • 56a80b4dd3 typo KingPin 2009-01-15 22:36:19 -05:00
  • b5debc9a67 Lets try this again... missing part from faction fix. KingPin 2009-01-15 22:25:19 -05:00
  • 4ce857b400 Cleanup of log output raczman 2009-01-15 22:01:47 -05:00
  • a48321f348 minor fix to Crossfaction trading patch originally by fgenesis, submitted for inclusion by Biglad. KingPin 2009-01-15 21:59:40 -05:00
  • 2d654fdc41 Fix cross faction interaction Paradox 2009-01-15 21:29:32 -05:00
  • e9fdfb434a *Support for quest 6523 Blaymoira 2009-01-15 20:42:41 +01:00
  • 65bd8648f0 *Corrected factions in two scripts Blaymoira 2009-01-15 17:23:16 +01:00
  • fb9a507643 *Support for creature 16518 *Support for item 22962 Blaymoira 2009-01-15 16:45:24 +01:00
  • fcd3a31542 *Fix a bug in removeaura. megamage 2009-01-14 19:54:55 -06:00
  • 14e38a3ddf *Update to Mangos 7093. megamage 2009-01-14 18:42:53 -06:00
  • 1e92a75f8f *Added missed row in 850 Blaymoira 2009-01-14 20:21:38 +01:00
  • 1c417cff77 *Cleaned up game project with new filters for better review - by XTZGZoReX Blaymoira 2009-01-14 20:02:53 +01:00
  • 52fcc84a60 *Added a check for Eventstarting in hyjal - by Bagsac Blaymoira 2009-01-14 19:39:09 +01:00
  • ba9c0ac5a3 *Support for quest 10337 - by Enril *Optimization in phase hunter script - by Anubisss Blaymoira 2009-01-14 19:33:55 +01:00
  • e4d2c1c04e *Command for add npc formation - by Silver1ce Blaymoira 2009-01-14 18:41:20 +01:00
  • 8137a534b4 *Cleanup in code Blaymoira 2009-01-14 18:32:03 +01:00
  • 83e7f653fe *Update to Mangos 7083. megamage 2009-01-14 00:35:13 -06:00
  • cc92edba07 *Fix a typo. By Paradox. megamage 2009-01-14 00:34:08 -06:00
  • 850478d38f *Try to fix the bug that ~Creature causes crash. megamage 2009-01-13 23:49:38 -06:00
  • d6ead868c8 *Hopefully fix "arena players cannot see each other" bug. QAston 2009-01-13 21:04:10 +01:00
  • e5750548a3 *Cast master of subtlety only on real aura apply/remove. QAston 2009-01-13 20:02:28 +01:00
  • 78e92e9023 *Update to Mangos 7076. megamage 2009-01-12 21:58:01 -06:00
  • 5f3418c80c *Fix build. megamage 2009-01-12 11:30:52 -06:00
  • 90f30abd86 *Update to Trinity 843. megamage 2009-01-12 11:02:18 -06:00
  • 6daa23e39c *Use better way to convert TDB db to WLK db. megamage 2009-01-12 10:58:33 -06:00
  • 4daadd712f *Update to Mangos 7072. *Remove some duplicated functions of possess. megamage 2009-01-12 10:53:53 -06:00
  • 61b2ce7856 *Fixed SaveGMTicket - by Machiavelli Blaymoira 2009-01-11 19:05:39 +01:00
  • ca342a8815 *Implemented requires_heroic_quest_done in areatrigger_teleport - by Anubisss Blaymoira 2009-01-11 16:47:44 +01:00
  • d719fb2707 *Support for quest 11541 Blaymoira 2009-01-11 13:00:27 +01:00
  • bc1a40bed2 *Corrected vulcanos by Supremus for phase switching - by Anubisss Blaymoira 2009-01-11 10:04:26 +01:00
  • aba4f5927d *Support for quest 863 Blaymoira 2009-01-11 02:23:57 +01:00
  • ca1c3cf793 *Support for quest 11129 - by Silver1ce Blaymoira 2009-01-11 02:23:11 +01:00
  • 7233c671c1 *Gossip for 18166 Blaymoira 2009-01-10 23:46:51 +01:00
  • e3ff5aa66e *Update world_spell_full.sql to rev 832. megamage 2009-01-10 15:06:09 -06:00
  • e6503b9572 *Missed sql in prev commit Blaymoira 2009-01-10 21:18:27 +01:00
  • a60ed46547 *Gossip for 18538 - by DasBlub Blaymoira 2009-01-10 21:16:05 +01:00
  • 7a4833bee7 *Support for quest 10231 Blaymoira 2009-01-10 19:50:39 +01:00
  • 218f4c4c4b *Update to Mangos 7063. megamage 2009-01-10 11:30:45 -06:00
  • 3858dab58b *Fix sql bug in 741_characters.sql. If you already have "closed" column in gm_tickets table, use ALTER TABLE gm_tickets CHANGE closed closed tinyint(1) NOT NULL default '0'; If you do not have that column, use ALTER TABLE gm_tickets ADD closed tinyint(1) NOT NULL default '0' AFTER timestamp; Also, you should check if you have "assignedto" column. megamage 2009-01-10 11:11:01 -06:00
  • 4b5bca4f0a *setActive(false) when creature dies. *Fix some script crash bugs. megamage 2009-01-10 10:43:57 -06:00
  • bb7fb087ca *Fix Illidari Council script. Do not evade when other members are still fighting. megamage 2009-01-10 10:10:57 -06:00
  • 0e2f785028 *Fix Illidan script: *Fix the bug the Illidan keeps summoning flame when raid wipes in Phase 2. *Unsummon all summons when Illidan evades/dies *Do not summon parasite when Illidan is talking. *Let flames attack nearest targets instead of MT. megamage 2009-01-10 09:55:51 -06:00
  • 56718fbcb2 *Fix the bug that some spells have too high damage. megamage 2009-01-10 09:29:22 -06:00
  • c51cda166b *Try to fix bug that not every modifier is added to spell. QAston 2009-01-10 12:52:42 +01:00
  • 35b8de046e *Support for quest 6482 - by arcx *Line endings Blaymoira 2009-01-10 12:45:01 +01:00
  • 5bd4306691 *Merge. megamage 2009-01-09 17:53:00 -06:00
  • 9fe27bf644 *Fix the bug caused by funtions with the same name. megamage 2009-01-09 17:52:13 -06:00
  • 3287b25ec2 *Merge Blaymoira 2009-01-09 23:57:21 +01:00
  • cc4428b758 *Support for quest 9752 Blaymoira 2009-01-09 23:56:25 +01:00
  • 1ffb1cef33 *Merge. megamage 2009-01-09 16:43:23 -06:00
  • 5c8f52d134 *Update to Mangos 7059. megamage 2009-01-09 16:06:17 -06:00
  • 099aadf3e1 *Fix issue with ticket message and issue with ticket number increasing by 2 - by |Paradox| Blaymoira 2009-01-09 22:54:58 +01:00
  • 90a82a81ad *Apply SPELL_AURA_MOD_DISPEL_RESIST to spellsteal. QAston 2009-01-09 21:21:04 +01:00
  • c2ee7cb4d3 *Support for quest 4245 - by guenex Blaymoira 2009-01-09 19:55:26 +01:00
  • 9b8c50bb3b *Add script function DoGetThreat and DoModifyThreatPercent and check if !pUnit to prevent crash. *Note: it is always possible that getVictim() becomes NULL during updateAI! megamage 2009-01-09 12:06:08 -06:00
  • 0f0f38c6d7 *Fix a bug that melee weapon spells deal too much damage. megamage 2009-01-09 11:36:50 -06:00
  • 2483026d8e * Fix char dump on deletion of a char - by biglad Blaymoira 2009-01-09 18:13:15 +01:00
  • 037fe52845 *Apply owner damage bonus to melee damage rather than spell damage for druid's and shaman's pets. megamage 2009-01-09 09:39:59 -06:00
  • cd4b875fd4 *Deal damage in power burn. megamage 2009-01-09 09:15:05 -06:00
  • ea0421919a *Try to fix the bug of visibility update. megamage 2009-01-08 22:12:09 -06:00
  • 2377f49ea8 *Update charm and possess code. megamage 2009-01-08 21:48:38 -06:00
  • b57516e170 *Add config option MinRecordUpdateTimeDiff to prevent timediff spams. megamage 2009-01-08 14:57:46 -06:00
  • 4296a32f60 *Try to fix the bug that creatures still "spark" after respawn. megamage 2009-01-08 14:41:01 -06:00
  • a8d74dfb36 *Do not check LOS for triggered spells. megamage 2009-01-08 14:29:07 -06:00
  • 08bb6082d9 *Update of spell target selection. megamage 2009-01-08 14:22:15 -06:00
  • 7028dfd1b1 *Support for quest 10052, 10051 Blaymoira 2009-01-08 18:08:02 +01:00
  • 70e1f12b16 *Change some log level. megamage 2009-01-08 10:12:12 -06:00
  • 3fc9224338 *Temp fix for broken kidney shot. megamage 2009-01-08 09:47:35 -06:00
  • e86712bb6d *Fix a crash caused by using item. megamage 2009-01-08 09:43:50 -06:00
  • 3df72ce461 *Fix that bug that the target of Intimidating Shout is both stunned and feared. megamage 2009-01-07 19:18:12 -06:00
  • a41329b9bb *Fix the bug that Cycloned target can be healed by HOT. megamage 2009-01-07 18:23:56 -06:00
  • ed63be26ae *Fix AOE damage reduction aura. megamage 2009-01-07 18:01:50 -06:00
  • 19306959e4 *Calculate Damage Done only when needed. megamage 2009-01-07 17:29:07 -06:00
  • 1595554e58 *Allow physical spells gain damage bonus from buff/debuff. megamage 2009-01-07 16:57:33 -06:00
  • 80d3cd43f6 *Only take 0~25% rage/energy if spell does not hit (still take full rage/energy if spell misses). megamage 2009-01-07 15:59:39 -06:00
  • 28d4464162 *Temp fix to allow to use /cast macros to cast more than one spells that are off the GCD. megamage 2009-01-07 15:27:02 -06:00
  • 3723bb4aeb *Ignore chattype 3, 39, 40 on battlegrounds Blaymoira 2009-01-07 20:00:41 +01:00
  • 75cd06b98c *Mangos Implement AURA_STATE_HEALTH_ABOVE_75_PERCENT use. By DiSlord. *Mangos [7045]. More correct spell select for creatures if spell PreventionType == SPELL_PREVENTION_TYPE_SILENCE. Also add check for PreventionType == SPELL_PREVENTION_TYPE_PACIFY. By DiSlord. *Mangos [7046] Do more security level checks in commands using HasLowerSecurity. Make use .account set addon safe for players. By Vladimir. *Mangos [7047] Fix Draenei race spell add at client switch. By DiSlord. megamage 2009-01-07 11:56:57 -06:00
  • fd07b66887 *Mangos [7042] Fixed typo in SpellMgr::GetSpellAllowedInLocationError. This should fix problems with flasks and elixirs using. By Turk3y. *Mangos [7043] Remove not need code. By DiSlord. *Mangos [7044] Fix some priest spell (48110, 48111, 48112, 48113) crash. By DiSlord. megamage 2009-01-07 11:41:53 -06:00
  • 9a71deb785 *Fix diff time record. megamage 2009-01-07 10:49:13 -06:00
  • bacbd4a782 *Update difftime record. megamage 2009-01-06 15:48:42 -06:00
  • caac00a2ab *Fix build. megamage 2009-01-06 15:35:55 -06:00
  • 6288ca7c68 *Mangos [7040] Move achievment rewards dat to new DB table. Implement sending item rewards by mail. By VladimirMangos. Support localization string fields for new table. Move achievments related code and data from ObjectMgr to new AcievmentGlobalMgr. *Mangos [7041] Add 7-8 rank warlock stone. By GriffonHeart. megamage 2009-01-06 13:55:14 -06:00
  • 5b2c61e95e *Mangos [7039] Implement mangosd.conf options Death.Bones. By VladimirMangos. *for disable bones creating from corpse in world zones or in arena/bg. *Note: in case apply insignia bones still created as required for looting. megamage 2009-01-06 13:50:42 -06:00
  • 8b876b0817 *Mangos [7037] Avoid unneeded #ifdef. By VladimirMangos. *Mangos [7038] Fixing known taxi node save in 3.0.3. Cleanup code. By VladimirMangos. megamage 2009-01-06 13:49:01 -06:00
  • 3311f1ea0e *Mangos [7034] Add support 96 bit spell family mask to triggers. By DiSlord. *Mangos [7035] Disable wrong use some spell effects (changed in 303). By DiSlord. *Mangos [7036] Implement one warlock glyph. By DiSlord. megamage 2009-01-06 13:45:49 -06:00
  • 2b21f0e730 *Merge with Trinity 793. megamage 2009-01-06 12:15:18 -06:00
  • 290a187592 *Record difftime as ms rather than s. megamage 2009-01-06 11:22:38 -06:00
  • 587dc87404 *Fix a bug in cell computation. megamage 2009-01-06 11:11:35 -06:00
  • 8b78bea73d *Some small fixes in dbscript command 17 (SCRIPT_COMMAND_CALLSCRIPT_TO_UNIT). TrullyONE 2009-01-06 15:46:18 +02:00
  • be6dddc4d5 *Do not let mob flee to call help when it has AURA_PREVENTS_FLEEING. megamage 2009-01-05 19:19:44 -06:00
  • cb03193822 *Remove emote column from eventai_texts for compatibility with ACID. megamage 2009-01-05 19:14:30 -06:00
  • 2df010e231 *Record more detailed difftime info. megamage 2009-01-05 16:39:03 -06:00
  • 908776dd93 *Some update of relocation notify. megamage 2009-01-05 16:03:45 -06:00