Advertisement
IcariumQA

Master Poisoner fix

Jan 10th, 2021 (edited)
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. DELETE FROM `spell_proc` WHERE `SpellId` = -31226;
  2. INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`, `Comment`) VALUES
  3. (-31226,0,8,0,524288,0,69648,5,2,0,2,0,0,0,0,'Master Poisoner - All Ranks');
  4.  
  5. DELETE FROM `spell_group` WHERE `id`=1058 AND `spell_id`=2818;
  6. #INSERT INTO `spell_group` VALUES (1058, 2818);
  7. DELETE FROM `spell_group` WHERE `id`=1058 AND `spell_id`=3409;
  8. #INSERT INTO `spell_group` VALUES (1058, 3409);
  9. DELETE FROM `spell_group` WHERE `id`=1058 AND `spell_id`=5760;
  10. #INSERT INTO `spell_group` VALUES (1058, 5760);
  11.  
  12. DELETE FROM `spell_group` WHERE `id`=1058 AND `spell_id`=45176;
  13. INSERT INTO `spell_group` VALUES (1058, 45176);
  14.  
  15. DELETE FROM `spell` WHERE `ID`=45176;
  16. INSERT INTO `spell` VALUES (45176, 0, 0, 0, 67109120, 136, 4, 327680, 1, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 101, 0, 0, 1, 1, 29, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 6, 0, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1960, 0, 0, 'Master Poisoner', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 'Master Poisoner Trigger', 0, 0, 0, 0, 0, 0, 0, 16712190, '', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 'Poisoned!', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 'Increases the critical strike chance of all spells and attacks made against the target.', '', '', '', '', '', '', '', '', 0, 0, 0, 0, 0, 0, 0, 16712190, 0, 0, 0, 0, 8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0);
  17.  
  18.  
  19. DELETE FROM `spell_group_stack_rules` WHERE `group_id`=1058;
  20. INSERT INTO `spell_group_stack_rules` VALUES (1058, 4);
  21.  
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement