Skip to content

Spells that share damage (SPELL_ATTR0_CU_SHARE_DAMAGE) among players isn't affected by spelloverrides #26

@Gultask

Description

@Gultask
DELETE FROM `zone_difficulty_mythicmode_ai` WHERE `CreatureEntry`=17308 AND `Chance`=100 AND `Spell`=36837 AND `Spellbp0`=0 AND `Spellbp1`=0 AND `Spellbp2`=0 AND `Target`=5 AND `TargetArg`=0 AND `TargetArg2`=0 AND `Delay`=10000 AND `Cooldown`=10000 AND `Repetitions`=0 AND `Enabled`=1 AND `Comment`='Hellfire Citadel - Hellfire Ramparts - Omor the Unscarred - Meteor Test';
INSERT INTO `zone_difficulty_mythicmode_ai` (`CreatureEntry`, `Chance`, `Spell`, `Spellbp0`, `Spellbp1`, `Spellbp2`, `Target`, `TargetArg`, `TargetArg2`, `Delay`, `Cooldown`, `Repetitions`, `Enabled`, `Comment`) VALUES (17308, 100, 36837, 0, 0, 0, 5, 0, 0, 10000, 10000, 0, 1, 'Hellfire Citadel - Hellfire Ramparts - Omor the Unscarred - Meteor Test');

DELETE FROM `zone_difficulty_spelloverrides` WHERE `SpellID`=36837 AND `NerfValue`=0.1 AND `Enabled`=1 AND `Comment`='Hellfire Ramparts Mythic - Meteor Test';
INSERT INTO `zone_difficulty_spelloverrides` (`SpellID`, `NerfValue`, `Enabled`, `Comment`) VALUES (36837, 0.1, 1, 'Hellfire Ramparts Mythic - Meteor Test');
  1. Run sql
  2. Turn on Heroic
  3. .go c 303004
  4. Turn on Mythic
  5. .go c id 17308
  6. See if damage is being modified

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions