
[BUG] Vampiric Strike not Triggering
GodLyke opened this issue ยท 1 comments
๐ต Describe the bug:
The Blood Death Knight's skill in their San'layn tree, Vampiric Strike, does not re-trigger if you leave combat with the skill proc'ed. Because the sequencer is changing Heart Strike to Vampiric Strike automatically when in the macro (for example /cast Heart Strike with turn into /cast Vampiric Strike) WoW doesn't recognize Vampiric Strike as a castable spell therefore any macro with this command in it will break your sequence and will never use Heart Strike or Vampiric Strike until you de-proc Vampiric Strike to where it turns back into Heart Strike, then /reload ui.
๐ต To reproduce: (Steps to reproduce the behavior)
You will have to be a Blood Death Knight using San'layn
- Make a 2 blocks, 1 with /cast Heart Strike and another with /cast Death Strike
- Spam your sequence until you see Heart Strike turn into Vampiric Strike
- Once you have Vampiric Strike proc'ed leave combat.
- Open the sequence to confirm that /cast Heart Strike is now /cast Vampiric Strike
- If this condition is met, re-enter combat and use the sequence again.
You will notice that Vampiric strike will never be cast. Even if you type in the chat box, /cast Vampiric Strike, it will not work. BUT if you type /cast Heart Strike, it will use the Vampiric Strike YET you will still have to /reload UI for the sequence to be functional again.
๐ต The error:
Paste the error message in this blockquote.
๐ต Screenshots:
If applicable, add screenshots to help explain your problem.
๐ต Expected behavior:
I would like to see the ability to disable GSE from changing the spellID of skills that trigger off a proc. There is an option to not show them but that doesn't do anything
๐ต GSE.lua file:
Please provide your GSE.lua
file or the export string for the specific macro that is causing an issue.
- To find the GSE.lua file:
- First, make sure you have enabled the "File Name Extensions" checkbox in Explorer (View tab)
- Browse to
C:\path\to\wow\_retail_\WTF\Account\YourAccountName\SavedVariables\
or/path/to/WoW/_retail_/WTF/Account/YourAccountName/SavedVariables
- Copy the
GSE.lua
file to your Desktop - Rename this copy to
GSA.lua.txt
- Then just drag it here in your message
- Note: If you do not include your GSE.lua file you are wasting your time and mine. 90% of the time, the first thing I will ask for is "Can you please upload your GSE.lua file?". This file is needed with the error to work out Why that error occured for you.
๐ต Desktop (please complete the following information):
- OS: [e.g. Windows 10 64bit]
- Game Version [e.g. classic/bcc/retail (9.1.0)]
๐ต GSE Version:
- Version: [e.g. 3.x.y]
- Downloaded From: [e.g. https://www.curseforge.com]
๐ต Additional context:
Add any other context about the problem here.
This is a case of fixing your stuff.
The information you need for this is located at https://github.com/TimothyLuke/GSE-Advanced-Macro-Compiler/wiki/Base-Spells-and-Translating-Sequences-and-Macro-between-languages.