Commit Graph

  • 9a6fa5cf3c *Add a delete query in a sql file. Anubisss 2009-07-02 23:13:35 +02:00
  • 3225eb9648 *Redefine procflags: PROC_FLAG_SUCCESSFUL_POSITIVE_MAGIC_SPELL = 0x00004000 PROC_FLAG_TAKEN_POSITIVE_MAGIC_SPELL = 0x00008000 PROC_FLAG_SUCCESSFUL_NEGATIVE_MAGIC_SPELL = 0x00010000 PROC_FLAG_TAKEN_NEGATIVE_MAGIC_SPELL = 0x00020000 *Add procEx flag: PROC_EX_NOT_ACTIVE_SPELL = 0x0008000 for spells which proc on spells not doing damage and not specified by familyflags. QAston 2009-07-02 21:32:19 +02:00
  • de721d1b86 *Some research about aura types. QAston 2009-07-02 18:34:19 +02:00
  • 66e890b470 *Fix application of thread mod auras. thenecromancer 2009-07-02 15:24:24 +02:00
  • 1f899caf75 *Remove debug log unintentionally pushed in latest rev. QAston 2009-07-02 14:15:40 +02:00
  • 7a4d99cc90 *Fix 'crazy procs' issue and shadowstep remove on stealth. QAston 2009-07-02 14:13:30 +02:00
  • ce7699af54 [8107] Fixed sql queries included in [8098]. Author: GriffonHeart. QAston 2009-07-02 11:00:48 +02:00
  • a4d72565a7 * Redone all spell_bonus_table according to 3.1.3 data * Add Item - Gnomish Lightning Generator bonus data Drahy 2009-07-02 01:58:46 +02:00
  • 9385a01a38 [8104] Always (except 2 cases) for tables in characters DB InnoDB and utf8. Author: VladimirMangos megamage 2009-07-01 18:37:45 -05:00
  • 4a8a89e1db [8103] More wide use IsInWorld checks and delayed at teleport operations. Author: Ambal megamage 2009-07-01 18:36:03 -05:00
  • 111dac5f94 [8102] Simplify code base at new root method WorldObject::CleanupsBeforeDelete Author: VladimirMangos megamage 2009-07-01 18:23:36 -05:00
  • 9a2588a454 *Fix a crash caused by archaedas script. megamage 2009-07-01 18:14:46 -05:00
  • de4faabbcb [8101] Prevent use talents as quest rewards or spell_learn_spell learned spells. Author: VladimirMangos megamage 2009-07-01 18:07:57 -05:00
  • e1d93bd00f *Backup your DB! [8098] Support uint32 spell ids in code. Author: VladimirMangos megamage 2009-07-01 18:07:20 -05:00
  • 8122a15f46 [8097] Updated comment based on research. Author: ApoC megamage 2009-07-01 17:52:58 -05:00
  • e379be0349 [8094] Overwrite max durability for item at item loading from prototype. Author: VladimirMangos megamage 2009-07-01 17:50:59 -05:00
  • bc2b02708f [8093] Fixed effect of spell 25771. Author: ApoC megamage 2009-07-01 17:50:26 -05:00
  • 8b0e141226 *Fix build. megamage 2009-07-01 17:47:31 -05:00
  • bea88590c7 [8092] Check bag size at item protos loading and item slots at invetory loading. Author: VladimirMangos megamage 2009-07-01 17:38:38 -05:00
  • 9c9c9f5078 [8089] Implement SPELL_EFFECT_CHARGE2(149), more correct monster flags use in charge effects. Author: VladimirMangos megamage 2009-07-01 17:36:34 -05:00
  • 255d21b52b [8088] Fixed min_range checking for spell casts. Author: ApoC Skip in check values 0.0f from DBC, this spells do not have min range limitation. megamage 2009-07-01 17:34:09 -05:00
  • 8521b39af6 [8087] Cleanup code. Author: NoFantasy megamage 2009-07-01 17:32:20 -05:00
  • 1102623072 Allow NPCs to apply taunt. Author: ApoC megamage 2009-07-01 17:31:52 -05:00
  • b71d479e2a [8086] Restore work spell 11196. Author: Maxxie megamage 2009-07-01 17:31:20 -05:00
  • 95ef8634c4 [8085] Apply talent rate to all talents points. Author: duckman megamage 2009-07-01 17:30:37 -05:00
  • 177297973a *Fix a crash caused by charm spells. megamage 2009-07-01 17:30:01 -05:00
  • 69f36d7af4 *Send threat messages to client - thanks to megamage for research. QAston 2009-07-02 00:03:57 +02:00
  • fd86e6a369 *Fix possible exploits with flying paths. QAston 2009-07-01 16:18:37 +02:00
  • 6c7e41cf87 * Fixed typu in world_script_full thx to liszt Drahy 2009-06-30 20:41:25 +02:00
  • e644f04b4f *Make spell 1122 summon only one infernal. QAston 2009-06-30 15:55:02 +02:00
  • 55a4458009 *Fix a typo causing problems with triggered spell procing. *More correct damage calculation for conflagrate - by tlexii QAston 2009-06-30 15:45:47 +02:00
  • 6faa99e009 *Correct typo in spellid check for Corpse Explosion. QAston 2009-06-30 13:58:39 +02:00
  • 24efcabdd9 Remove cooldown of spells triggered on stance change - this fixes shadowform dot crit. QAston 2009-06-30 13:51:53 +02:00
  • 788a699ae8 *Prevent some possible crashes with charm auras. *Allow non-dmg spells to proc dmg requiring effects if spellfamily specified in spell_proc_event table. QAston 2009-06-30 12:59:21 +02:00
  • 97027e0ff3 *Fix some problems with healing procs targetting. QAston 2009-06-30 12:05:06 +02:00
  • 44815a83c4 *Fix Unrelenting Assault thenecromancer 2009-06-30 10:26:27 +02:00
  • 966a5374cc * Merge Drahy 2009-06-29 22:26:41 +02:00
  • 7b1e0b8e0d * Second part of trinity sql coding style - now complete Drahy 2009-06-29 22:26:01 +02:00
  • 57ab0f01f3 * Used finally after long time trinity sql coding style * Missing data are now in 4321_world - just import this * Updated all FULL sqls to 4321 Drahy 2009-06-29 22:25:16 +02:00
  • 527f36108b *PPM for instant and wound poison. QAston 2009-06-29 22:17:26 +02:00
  • ac29891279 Apply movement impairing debuffs to backwards movement thenecromancer 2009-06-29 21:16:28 +02:00
  • ccc197b56b * Fix Spell [Focused Assault - Brutal Assault] Have to be Debuff. Original Author: Nevan Muhaha 2009-06-29 21:02:45 +02:00
  • 8609527066 *Fix the issue of water elemental GCD preventing freeze to be casted - by Larva *Correct a typo in prev commit. QAston 2009-06-29 20:50:38 +02:00
  • 4067989096 *Implement aura rank selection for aoe auras casted by player *More correct level requirement checks for unit target *Fix some visual issues with spells which are interrupted after SendSpellStart but before SendSpellGo *Prevent adding spellmods permamently to already finished spells. QAston 2009-06-29 20:32:56 +02:00
  • cf414bb7ca * Minor typo cleanup Machiavelli 2009-06-29 15:03:07 +02:00
  • 0df76804c4 Merge [SD2] r1086 Add long time needed grid search functions for closest creature and gameobject - skip, we have better function in core r1087 Remove no longer needed grid search code and use functions instead. Kudlaty 2009-06-29 06:31:05 +02:00
  • 229dbd814f Added check for ace/Stack_Trace.h header file, cleanup in config.h.cmake raczman 2009-06-29 00:47:19 +02:00
  • 81ac49f00a *Fix rend and tear talent. *Allow hots to proc only if spellfamilyflags are specified in spell_proc_event. QAston 2009-06-28 19:39:15 +02:00
  • 70ac70208c *Fix a crash caused by spell 34665. megamage 2009-06-28 12:12:36 -05:00
  • 3e07966986 *Fix the bug that pet is still attacking his enemy even if enemy has just entered sanctuary. QAston 2009-06-28 17:18:46 +02:00
  • d529ab76c5 *Do not allow periodic aoe auras to stack. QAston 2009-06-28 15:13:56 +02:00
  • 26dfd9df17 *Spell_bonus_data for Judgement of Righteousness. QAston 2009-06-28 14:32:25 +02:00
  • 3909fb7f83 *Correct damage of Faerie Fire (feral) *Trigger passive aura for shadowform. QAston 2009-06-28 14:21:35 +02:00
  • 95a755170e *Author of 4305 is thenecromancer *Fix the bug that Intimidating shout aoe isn't removed by damage. QAston 2009-06-28 13:11:49 +02:00
  • fa4838de21 *Fix for Windfury Weapon: prevent triggering other weapon enchant by checking item guids. QAston 2009-06-28 10:34:22 +02:00
  • 3e895d2b66 *Allow 2 mind flay auras to stack. *Rollback my last change about Conflagrate dmg calculation. QAston 2009-06-28 10:14:19 +02:00
  • d87133961a *Add some error log for debug. megamage 2009-06-27 18:56:47 -05:00
  • bd5a53a774 *Fix a crash by unit with 0 maxhealth. megamage 2009-06-27 18:40:09 -05:00
  • 05d4b02eee *Merge. megamage 2009-06-27 18:36:54 -05:00
  • fc0e8a251b [8084] Correctly show spell icon disabled state at relogin for spells with cooldown delayed until expire. Author: VladimirMangos megamage 2009-06-27 18:28:26 -05:00
  • 02a83001a4 [8083] New debug command: .debug setaurastate for test target/caster aura states. Author: VladimirMangos megamage 2009-06-27 18:27:31 -05:00
  • cf9c437d8e [8082] Update Diminishing Returns. Author: Lightguard megamage 2009-06-27 18:24:40 -05:00
  • 7d24efd16d [8080] Portability fixes for some Unix platforms. Author: VladimirMangos megamage 2009-06-27 17:54:03 -05:00
  • b9029be234 [8079] Fixed build errors at use old ACE versions (without ace/Stack_Trace.h). Author: VladimirMangos *I am not sure if something needs to be done for cmake. megamage 2009-06-27 17:52:36 -05:00
  • 7c8f37abea [8078] Fixed typos in character data loading after recently added new field. megamage 2009-06-27 17:50:28 -05:00
  • e5b982b0ef [8074] Fixed typo in money save. Author: nos4r2zod megamage 2009-06-27 17:42:00 -05:00
  • dc1de3e3be [8073] Use new database fields in offline player answer to CMSG_NAME_QUERY. Author: hunuza *The author of 8072 is also hunuza. megamage 2009-06-27 17:40:49 -05:00
  • d9ec2d2196 [8072] First step to get rid of data blob. megamage 2009-06-27 17:39:51 -05:00
  • 6c1b64c45d Merge [SD2] r1081 Fix spell/timers for dathrohan/balnazzar r1082 Correct summon timer for jan'alai hatcher and summon different as spells suggest. Redesign waypoint for hatchers and set expected run movement. Adjust distance check function. - skip r1083 Correct order of events for jan'alai 'bombing phase'. Remove not needed summons and summon only expected amount. Replace teleport code with spells - skip r1084 Correct spell/timers for two SM bosses. r1085 Provide updated .patch file (made for Mangos 7842+) - skip Kudlaty 2009-06-28 00:16:04 +02:00
  • 02a5c2fcc6 [8069] Fixed copy/paste mistake in achievement error output. Author: Saeba megamage 2009-06-27 17:12:01 -05:00
  • e4cfd63181 [8067] Fixed tabs and trailing whitespaces in code. Author: VladimirMangos megamage 2009-06-27 17:10:17 -05:00
  • c688528f72 *Remove some useless contents in sln files. megamage 2009-06-27 16:24:44 -05:00
  • a363df1836 *Fix a crash caused by player saves with incorrect instance id. megamage 2009-06-27 16:18:08 -05:00
  • 77cd4a8cb0 [8058] Avoid use error_log in non-scripting DLL code. Author: NoFantasy megamage 2009-06-27 15:38:09 -05:00
  • fe89fbfbdb [8057] Move code from Event AI to class Creature function for reuse in other scripting cases. Author: NoFantasy megamage 2009-06-27 15:37:33 -05:00
  • d401ede8f2 [8051] Fixed some drinking mana regen spells. Author: bobaz megamage 2009-06-27 15:27:09 -05:00
  • b925292f96 *Sql for DKs ghoul stats - by Astellar. QAston 2009-06-27 19:15:17 +02:00
  • 8be2a1f51b *Merge. QAston 2009-06-27 18:00:15 +02:00
  • 1592fe9aa3 Backed out changeset 97d8a5f6449c QAston 2009-06-27 17:59:57 +02:00
  • 122edd64fe *Do not allow triggered spells to remove stealth. QAston 2009-06-27 17:43:00 +02:00
  • 6fd51a0273 *Add forgotten part of previous commit Machiavelli 2009-06-27 17:41:07 +02:00
  • 9040a32ed3 *Merge Machiavelli 2009-06-27 17:39:01 +02:00
  • dfe7b63899 * Fix message that gets sent to target when using .namego command. * Re-add clean up in mute command Machiavelli 2009-06-27 17:38:18 +02:00
  • 548f857d97 *Fix crash in AV Drahy 2009-06-27 17:29:12 +02:00
  • ab7e83a72c *Merge 1600 from tc1. QAston 2009-06-27 17:15:38 +02:00
  • e7e79ff8a4 *Merge. QAston 2009-06-27 16:37:29 +02:00
  • da3569402d *Merge tc1 1591 - 1599, skip 1596 QAston 2009-06-27 15:51:36 +02:00
  • a74ae18739 *Merge tc1 commits 1582-1590 QAston 2009-06-27 15:29:06 +02:00
  • 81042a1f4f *Allow aura type SPELL_AURA_MOD_MECHANIC_DAMAGE_TAKEN_PERCENT to mod weapon damage effects. QAston 2009-06-26 22:45:06 +02:00
  • 10ac2b73b8 Better check to prevent exploiting in BuyItemFromVendor krz 2009-06-26 20:58:39 +02:00
  • 23a47bee35 * Use int32 not int (i think it makes no different) BroodWyrm 2009-06-26 20:39:05 +02:00
  • 62dc6eb7bb * Add textids to unworthy_initiate script - thx to crackm of SD2 * Fix a bug that unworthy_initiate is attackable after reset - thx to seirge BroodWyrm 2009-06-26 20:35:15 +02:00
  • 80fc3b5c95 *Fix build on *nix. QAston 2009-06-26 20:25:05 +02:00
  • ad182a6b2c *Add debug log for asserts in BattleGroundAV::AssaultNode QAston 2009-06-26 19:35:17 +02:00
  • 09717d7d81 *Fix Survival of the Fittest. QAston 2009-06-26 19:17:57 +02:00
  • a494b0436c Fix exploit in BuyItemFromVendor krz 2009-06-26 18:20:42 +02:00
  • 63a936b0b7 *Fix exorcism target check and crit chance calculation *Do not apply spelldmg bonuses to conflagrate multiple times. QAston 2009-06-26 17:16:32 +02:00
  • c3516ad8f3 *Fix sweeping strikes. QAston 2009-06-26 14:25:48 +02:00
  • 922fee4e1b Fix AHBot maxitems command Chaz Brown 2009-06-25 22:46:22 -04:00
  • f5cbcb40cf Fix - Death Grip Spell [Have to Grip the Vehicle instead Passenger] Muhaha 2009-06-25 23:55:43 +02:00