aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-07-30*Merge required after backout.QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 7fab27a57ecc - mangos [8218]QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 9b89f42ffbd8 - mangos [8219]QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 6ba74f274cb9 - mangos [8249]QAston
--HG-- branch : trunk
2009-07-30 [8250] Cleanup code and data for `spell_threat` Author: nos4r2zodmegamage
* Load table data to std::map instead SQLStorage and add check loaded spell existance. * Drop from table not existed spells. --HG-- branch : trunk
2009-07-30 [8249] Implement support `spell_proc_item_enchant` table for ppm item ↵megamage
enchantments triggering at hit. * Added a new SQL table, spell_proc_item_enchant, for "custom" ppmRates on Item Enchants that do not use auras. With table data this must fix ppm for effect from 8033 and ranks enchanting, and item 6947/10918 and ranks enchanting. * Implemented SPELLMOD_FREQUENCY_OF_SUCCESS (26). That must fix work talent 14113, spell 32645 with ranks, glyph 41094 and item set effect 64917 in frequency part. Thanks to MaS0n as author alternative patch that partly used in this patch. Thanks to Thenecromancer as author alternative patch that ideas inspire MaS0n's patch writing and then this patch also. Author: nos4r2zod *Note: has been implemented before. Only use part of the patch. --HG-- branch : trunk
2009-07-30[8246] Fixed check for spell 59921 debuf aura (55095) at target for spell ↵megamage
49202 and ranks. Author: raftom --HG-- branch : trunk
2009-07-30 [8244] Skip cheating check for buy bank slot opcode. Author: VladimirMangosmegamage
This is not big problem in any case and will allow buy slots in bank windows open using .bank command. --HG-- branch : trunk
2009-07-30[8243] Fixed problems with unexpected set diminishion return level at arena ↵megamage
for fear/turn spells. Author: VladimirMangos --HG-- branch : trunk
2009-07-30 [8237] Apply attack power multiplier to creature bonus attackpower. ↵megamage
Author: Lynx3d Note: mindmg/maxdmg in creature_template expected including attackpower part in its. attackpower field only show part of attackpower not affected by AP multiplier. Thanks also to Seizer for take part in reseach and patch review. --HG-- branch : trunk
2009-07-30 [8235] Fixed typos in ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: ↵megamage
VladimirMangos Thanks to Zor for pointing. --HG-- branch : trunk
2009-07-30[8234] Implement support for explcit discovery spell 64323. Also better ↵megamage
checks at loading. Author: VladimirMangos --HG-- branch : trunk
2009-07-30 [8233] Implement new EventAI action ↵megamage
ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: VladimirMangos Action set min. health value that can be set for creature in result damage apply. It can be used in duel like events with creatures to prevent killing creature and other cases when creature must avoid damage at some health level while it used. --HG-- branch : trunk
2009-07-30[8232] Implement talent 48438 and ranks in per-tick heal amount. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-07-30[8231] Use more safe destination buffer size for zlib compression. Author: ↵megamage
SilverIce [8230] Add new line at the end of file Player.h to make gcc happy. Author: Gendalph --HG-- branch : trunk
2009-07-30[8229] Improve stealth detection code for player case. Author: Ambalmegamage
--HG-- branch : trunk
2009-07-30[8225] Some fixes from 320 branch. Author: tomrus88megamage
--HG-- branch : trunk
2009-07-30 [8221] Removed trailing whitespacesmegamage
With excluded dep/ - as usual. Signed-off-by: freghar <compmancz@gmail.com> --HG-- branch : trunk
2009-07-30 [8220] Implement SPELL_EFFECT_PLAY_MUSIC(132) Author: evilstarmegamage
Thanks to GriffonHeart for help in reseach. --HG-- branch : trunk
2009-07-30[8219] Avoid hunter traps proccing when deleted at replace by another trap. ↵megamage
Author: nos4r2zod --HG-- branch : trunk
2009-07-30 [8218] Final part of talent 17962 and ranks fixes. Author: VladimirMangosmegamage
* Correctly show per-caster aura state for cleitns. --HG-- branch : trunk
2009-07-30*Use basepoints for effect 140 only when non-null.QAston
--HG-- branch : trunk
2009-07-29Really fix CRLFChaz Brown
--HG-- branch : trunk
2009-07-29*Allow SPELL_EFFECT_FORCE_CAST (140) to trigger spells with basepointsQAston
*Correct target selection for unrelenting assault - by thenecromancer. --HG-- branch : trunk
2009-07-29*Use _SECURE_SCL=0 in all release vcpp projects - original patch by ↵QAston
DearScorpion. --HG-- branch : trunk
2009-07-28*Minor cleanup in Log::outDB - by XTZGZoReX.QAston
--HG-- branch : trunk
2009-07-28*Implement attribute flag SPELL_ATTR_EX3_BLOCKABLE_SPELL - now spells: ↵QAston
Gouge, Kick, Wing Clip, Rake, Hamstring are blocable - by thenecromancer. --HG-- branch : trunk
2009-07-28*Remove obsolete code for Judgement of Light.QAston
--HG-- branch : trunk
2009-07-28*Cleanups and Fixes in Mirror Image script.QAston
--HG-- branch : trunk
2009-07-28*Fix alt+f4 exploit in instances.QAston
--HG-- branch : trunk
2009-07-28*Restore correct drop of charges after EventAi cancast fix.QAston
--HG-- branch : trunk
2009-07-28*Do not use CritterAI for player guardians.QAston
--HG-- branch : trunk
2009-07-27*Do not allow to cast corpse explosion twice on one corpse - by thenecromancer.QAston
--HG-- branch : trunk
2009-07-27*Rage is now generated by damage absorbedQAston
*Fix rage calculation for level > 70 *Allow rage generation for NPC using rage *Make mitigated damage not add rage *Fix Warriors' Berserker Rage Author of all of these: thenecromancer --HG-- branch : trunk
2009-07-27*Implement immunity removal part for Shattering Throw ability - by ↵QAston
thenecromancer. --HG-- branch : trunk
2009-07-27*Update Devastate talent handler for 3.1.3 - by Farah.QAston
--HG-- branch : trunk
2009-07-27*Fix Rend bonus for hight hp targets - by Drethek.QAston
--HG-- branch : trunk
2009-07-27*Fix a crash with MAP_BASED_RAND_GEN - thanks to Azuritus for research.QAston
--HG-- branch : trunk rename : sql/updates/4602_world_spell_bonus_data.txt => sql/updates/4602_world_spell_bonus_data.sql rename : sql/updates/4603_world_tmp.txt => sql/updates/4603_world_tmp.sql rename : sql/updates/4604_world.sql => sql/updates/4610_world.sql
2009-07-27Script for quest 12570. Author: manuelKudlaty
--HG-- branch : trunk
2009-07-27*Spell_bonus_data for Shattering throw and Hand of ReckogningQAston
*Do not check SPELL_ATTR_EX_CANT_TARGET_SELF for triggered spells --HG-- branch : trunk
2009-07-26*Update procflags for Imp.Shadowform.QAston
*Use item speed value instead of attack speed value for enchant PPM - by MaS0n. *Correctly apply cooldown to Improved leader of the pack mana regen. *Do not refresh duration when stack from aura is dropped - by Apoc --HG-- branch : trunk
2009-07-26*Fix Remote Access login - by peaceman.QAston
--HG-- branch : trunk
2009-07-26*Correct damage for Shield of Righteousness.Anubisss
--HG-- branch : trunk
2009-07-26Fix build on windows.Kudlaty
Fix command ticket viewname - thx Deadlyskunk for point this fix setlink command group, add missing commands to db - patch by XTElite1 --HG-- branch : trunk
2009-07-25Fix build under winKudlaty
--HG-- branch : trunk
2009-07-25Add missing file from rev 4594Kudlaty
--HG-- branch : trunk
2009-07-25Merge [SD2]Kudlaty
r1106 Prevent abuse of item 44222. Apply some SD2 code style r1107 Add health modification for phase and correct phase value for kael(TK) r1108 Remove scripted function SetSheathState() and use mangos function instead. Fix one typo and apply sd2 code style for one script. r1109 Remove old makefile* files not needed. r1110 Some minor adjustments to sharkkis, add one spell and also add distance to MoveChase. Not kill boss' advisors on Reset when not needed. r1111 Check pointers and avoid possible crash r1112 Added script for friendly Kael in MgT (movement to orb-platform, transform and gossip) r1113 Correct misunderstanding added in 1112, and use timer for transformation instead (creature are expected to spawn/fly down once player use orb). --HG-- branch : trunk
2009-07-25Fix the bug that players always gain one point less of reputation than the ↵Kudlaty
real value. --HG-- branch : trunk
2009-07-25*Correct damage for spell Piercing Shots' ticks.Anubisss
--HG-- branch : trunk
2009-07-25*mergeKudlaty
--HG-- branch : trunk