Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Gultask opened this issue Jun 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@Gultask
Copy link

Gultask commented Jun 24, 2023

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
@Gultask Gultask added the bug Something isn't working label Jun 24, 2023
@pangolp
Copy link

pangolp commented Jun 24, 2023

Issue templates and pull request templates must be uploaded to this module. Then, I will see if I can upload it. Sorry for the comment, I know it has nothing to do with the issue, but I just got a warning.

@Gultask
Copy link
Author

Gultask commented Jun 24, 2023

There isn't much activity so there's not really any need to standardize issues, tbh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants