Commit Graph

15765 Commits

Author SHA1 Message Date
Chaplain 4e9de61e97 Core/MapManager: Fix logic in SetMapUpdateInterval() 2012-05-21 13:28:37 +03:00
Nay 69a4ac2209 Merge pull request #6563 from Mik43l/val'anyr
[Core/Spell]: Fix Blessing of Ancient Kings (Val'anyr, Hammer of Ancient Kings)
closes #6521
2012-05-20 13:22:16 -07:00
Mik43l 388250961f [Core/Spell]: Fix Blessing of Ancient Kings (Val'anyr, Hammer of Ancient Kings) closes #6521 2012-05-20 22:09:12 +02:00
Nay 868e38ebcb Core/BG: Move the log "ArenaTeam x does not have any members or ..." from DB error to debug level 2012-05-20 20:33:49 +01:00
Nay 36ea485f9a Tools: Fix a typo and printf formats (there's no standard format for size_t) 2012-05-20 18:37:10 +01:00
Nay 23be8c4fd7 Scripts/VH: Add an 1 minute pause after each boss fight (instead of 5 seconds)
Revert one of the warning fixes (non standard C++)
2012-05-20 18:22:34 +01:00
Nay e56b2cdd59 Core: Fix a few compile warnings 2012-05-20 17:58:35 +01:00
faq_ a2d2732c03 DB/Spells: Lay on Hands shouldn't scale with spell power 2012-05-20 17:16:03 +01:00
Nay 66ce5a1148 And I forgot to Ctrl+S, yay me. 2012-05-20 16:36:44 +01:00
Nay 7661858ac0 Core/SAI: Few changes to db data validation for actions and event flags 2012-05-20 16:13:52 +01:00
Nay 512b0945a8 Core/BG: Add map to start zone teleport possible exploit log 2012-05-20 15:37:13 +01:00
Nay 85561f6a3f DB: Rename .modify rep to .modify reputation (commands table) and fix a possible database startup error with conditions 2012-05-20 14:26:17 +01:00
ZxBiohazardZx 2f1f2044af DB/Commit: bio is an idiot that forgot a ; and a ` dont tell click! 2012-05-19 23:29:08 +02:00
ZxBiohazardZx 0dd97dfcb6 DB/Loot: fix the last startups related to loot. this should be all... 2012-05-19 23:23:16 +02:00
Nay c4a98cb041 SQLS: Correct recent sqls file names 2012-05-19 22:01:49 +01:00
ZxBiohazardZx 015162ce5f DB/Loot: Add Gunship Loot to the respective chests, kills some startup errors
Fixes #6248
2012-05-19 19:38:42 +02:00
Nay da2c39d113 DB/Loot: No npc should drop Saronite Ore
Thanks Amit
2012-05-19 15:56:57 +01:00
4m1g0 524e30e57b Scripts/kalimdor: Use proper headers to optimize compile, code style and general cleanup.
Closes #6419 (pr)
2012-05-19 15:11:09 +01:00
Nay 9474902479 TDB 335.11.47 - 2012/05/19 TDB335.11.47 2012-05-19 14:27:24 +01:00
Nay 484223e129 SQLS: Fix two startup DB errors and add proper file endings for various sqls 2012-05-19 13:32:29 +01:00
Malcrom 7972b6977b DB/Quests|SAI: Fix the first 5 quests of Ring of Blood
Closes #6334

Last quest still needs to be fixed.
2012-05-19 12:15:30 +01:00
Nay 82664ade8f Merge pull request #6418 from 4m1g0/TheAffray
Scripts/the_barrens: Fix quest "The Affray" and some cleanup.
2012-05-19 04:10:13 -07:00
nelegalno 064b30b0cd SQLS: Correct comments for 2012_02_20_02_world_conditons.sql
Ref #6517 (pr)
2012-05-19 12:09:00 +01:00
kaelima c3287fee06 Core/SmartAI:
- Improve an error msg in ProcessAction
- Allow dist/angle to be 0.0f and set default if negative when using SMART_ACTION_FOLLOW
- Some minor cleanup in Opcodes.cpp, all smsg's should have Handle_ServerSide
2012-05-19 13:04:58 +02:00
Nay fc0950dbf3 SQLS: Correct comments for 2012_02_16_00_world_conditions.sql
(Core/Opcs: Use Handle_NULL for an unused opcode)

Closes #6517 (pr)
2012-05-19 11:48:41 +01:00
ZxBiohazardZx d078ef9b48 DB/Quest: Remove autocomplete from Body and Heart
Fixes #6139
2012-05-19 10:15:40 +02:00
Kandera 7e62c34b24 DB/Misc: use correct nextquestid for quests 936,3784,3762 Closes #3820. fix blood presence to NOT proc on positive spells (causes issues with healing spells making you heal) Closes #6009. fix dk t10 4peice bonus Closes #6449. 2012-05-18 14:08:05 -04:00
Kandera d1e0dc3fe0 Core/Spells: fix dispel aggro in a less hacky way! 2012-05-18 13:49:59 -04:00
Kandera 7b8bece578 DB/SpellTargeting: use correct spell target position data from sniffs for all teleport to dalaran spells. 2012-05-18 13:44:30 -04:00
Kandera 1037f96e4f Core/Spells: Damage should be dealt AFTER m_damage has been set. possibly fixes scourge strike damage calculations. 2012-05-18 12:31:13 -04:00
Kandera e897bb59f7 Core/SpellEffects: successful dispel effects on hostile targets should put you in combat. Closes #656 Closes #678 2012-05-18 12:25:13 -04:00
Kandera e59d7a3340 DB/Conditions: fix sql error from previous commit. 2012-05-18 12:15:34 -04:00
Kandera 01b2bf8057 Core/Spells, DB/Conditions: convert checkcast cpp to conditions for spell 52264 (deliver stolen horse) 2012-05-18 12:09:35 -04:00
Kandera edf1de6d93 Core/Spells: move rocket boots spell cast check to spell script. add event for checkcast for deathcoil (dk) heh i forgot it >.< 2012-05-18 11:56:23 -04:00
Kandera 7688c7609f Core/Spells: remove holy shock and death coil (dk) from checkcast and add them to the checkcast of the spell script. also check if unit is in front for damage spell of death coil (dk) Closes #6027 2012-05-18 11:44:38 -04:00
Kandera 9e6a5593bd Core/Spells: if doneadvertisedbenefit is 0 gift of the naaru will never get the ap bonus. moved outside the check to fix. 2012-05-18 10:25:14 -04:00
kandera 63010fe77b Core/Spells: calculate damagebonustaken for target before adding the damage left from the previous aura. thx @zwerg 2012-05-17 14:04:57 -03:00
Kandera c6aa41cc10 Core/Spells: Revert previous commit. add exception for deep wounds in pct done aura modifiers. clean up heal bonus code to use the correct numerical types. 2012-05-17 10:41:21 -04:00
Kandera 619fdd185b Core/Spells: fix deep wounds damage. thanks warpten. 2012-05-17 09:40:44 -04:00
Malcrom 609002067d DB/creature_text: Text for Pyroguard Embeeseer. 2012-05-17 07:35:55 -02:30
Kandera ea4815b528 Core/Spells: change spell bonus damage taken pdamage to float to match melee damage bonus taken 2012-05-16 11:05:11 -04:00
Malcrom ac844f9953 Core/Scripts: Scripting of Dragonspire Hall Runes "UBRS"
Additional work to do.
2012-05-16 12:30:37 -02:30
kandera 0c3dbb3a57 Merge pull request #6522 from Vincent-Michael/TakenCalculation
Core/Spell: Fix SpellDamageBonusTaken calculation for negative value
2012-05-16 07:55:22 -07:00
Kandera c70792df02 Core/Scripting: add the ability to access loot/go state changed events for gameobjects from cpp scripting. (malcrom's idea) 2012-05-16 08:47:43 -04:00
Vincent-Michael b90cb5878d Core/Spell: Fix SpellDamageBonusTaken calculation for negative value 2012-05-15 23:43:06 +02:00
Kandera c05c16a8de Core/Spells: more immunities fixes! mechanics are supposed to be checked for finding out if immune to the entire spell. 2012-05-15 15:07:53 -04:00
Kandera 648321e121 Core/Spelld: fix target selection for ground based aoe spells. use the center of the cast (dynamic object) instead of the caster for checking los 2012-05-15 13:26:15 -04:00
kaelima b72c690905 Fixed compile 2012-05-15 00:03:18 +02:00
Kandera 124c65ad80 fix compile warnings from 548ac10 2012-05-14 15:28:31 -04:00
Kandera cd06bb9377 Core/Spells: fix possible crash from not having any effect and trying to check if immune. fixes non effect spell mechanic checking for spells with both spell mechanics and effect mechanics 2012-05-14 15:24:48 -04:00