lingxDEV
lingxDEV
This will need some research, it has changed over the years as far as I remember
duplicate of #926
This is what I have so far - working as intended. ``` SPELL_ROGUE_RELENTLESS_STRIKES = 58423, SPELL_ROGUE_RELENTLESS_STRIKES_ENERGIZE = 98440 // Called by all finishing moves (Eviscerate 2098, Kidney Shot 408, Slice...
Can be fixed with: ``` UPDATE `spell_proc_event` SET `CustomChance`='20' WHERE `entry`=35551; ``` not sure if that's a hack though
Further testing has shown that the problems lies with Touch of the Grave and not Counterspell in particular. All offensive spells can currently trigger Touch of the Grave. Need to...
This is what I have so far - working as intended. ``` ROGUE_SPELL_NERVE_STRIKE_AURA = 108210, ROGUE_SPELL_NERVE_STRIKE_REDUCE_DAMAGE_DONE = 112947 // Called by Cheap Shot 1833, Kidney Shot 408 // Nerve Strike...
Found this script. It fixes the first point, bleeds now restores energy on ticks. But the logic for Rupture restoring energy if target dies, does not work. ``` ROGUE_SPELL_VENOMOUS_VIM_ENERGIZE =...
`DELETE FROM spell_proc_event WHERE entry=5227; INSERT INTO spell_proc_event (entry, SchoolMask, SpellFamilyName, SpellFamilyMask0, SpellFamilyMask1, SpellFamilyMask2, SpellFamilyMask3, procFlags, procEx, ppmRate, CustomChance, Cooldown) VALUES (5227, 0, 0, 0, 0, 0, 0, 0, 3,...
``` ROGUE_SPELL_RUTHLESSNESS = 14161, ROGUE_SPELL_ADD_COMBO_POINT = 139546 // Called by Crimson Tempest - 121411, Deadly Throw - 26679, Eviscerate - 2098, Kidney Shot - 408, Recuperate - 73651, Rupture -...
Bonus bug: Vanish should remove combat from the caster.