Oak, thank you so much for breaking everything down with such a calm explanation. I was able to take my SV hunter macro from a sustained 940k AOE TO 1.05M sustained. I had used several creators macros and did very well, but was always lacking just a bit as expected and explained from several creators. With your helpful video, I was able to write my own macro and increase my DPS by 60k. Thank you for all you do. And BIG thank you to TimothyLuke!! You totally rock!!
Thank you, :) I was able to work through the issues with how I had my personal setup and all the changes. Still need to tweak some things here and there but overall I'm very grateful.
Commenting on the @mouseover portion of the video. I tested your method, and as a healer, this is not the best way to do things as it adds a delay to the heal portion. For instance, as a Mistweaver, I have created a keybind to combine Rising Sun Kick, Tiger Palm, and a [@mouseover,exists,help,nodead]Vivify (via the /click macro as described in the video). If I do it your way, it has to cycle through the RSK and TP blocks (not always, but depending on where it is in the cycle) before it gets to the Vivify macro block. The other method is still better even if it does give me errors in chat when I am in my Windwalker spec because there is no delay to the Vivify heal. As soon as I mouseover the macro immediately detects this and I can fire off my heal. I cannot accept the delay for that spell for my role and though I could work around this, I currently do not have to as long as no changes are made by either Tim or Blizzard. Edit: Actually, I don't think this example would give me the errors as all of these spell are known as a WW as well. Other points I still stand behind. Full macro used, MW_Y is the name of the GSE sequence that contains my base MW rotation of RSK and TP and I have a separate keybind for combining Blackout Kick and Enveloping Mist for clarity. Y is my keybind for base rotation and Shift Y is my keybind for EM/BoK. #showtooltip /targetenemy [noharm][dead] /cleartarget [dead] /startattack /cast [@mouseover,exists,help,nodead] Vivify /click [button:1] MW_Y LeftButton t; MW_Y
Whatever works best for you. I just encourage people to try different ways of doing things because there are more than one right answer with GSE in most cases.
great video, i have a question, is it more effective to put one think per block, for an example a bm hunter kill command is pretty high priority, should it be in each block and then add , say a global like Beast Wrath or Dire, after. to always know im casting kill command when its off cool down, always? or just have it one time in its own block and then move to a new black for a different action. ? sorry if this sounds noobish or has been answered prior.
If you have a spell like Kill Command (Which is on the GCD) you cannot put a skill in the same block, like Bestial Wrath, because their both on the GCD and the first GCD spell will keep the second on from firing. You would need to put them in separate blocks unless you put one of them on a modifier key.
oak - so at minute 13:00 you say if the first part of that line doesnt go off then because you use a ; the second will.... so would that be true in this: /cast [nochanneling,combat] Mindbender; Mind Blast So if mindbender is on cooldown, it would cast mind blast then?
You COULD do a /cast [nomod,nochanneling,combat] Mindbender; [nochanneling, combat] Mind Blast and then holding any modifier would make the second one go off. It's about what's in the brackets that would keep the first portion from going off to allow the second one to go off instead.
Oak, in your Final Reckoning example where you are using @player, and talk about the option of using @cursor, is there a reason why no one uses @target? Maintenance in progress so cannot test it out myself right now.
Thank you for the videos. It has helped me with this transition. I logged in today and noticed that my key bind button isn’t working anymore. I tried switching the key bind for the sequence to different keys and when I try to use it, nothing happens. I don’t know if anybody else has been having this problem, is there a recommendation on what I should do?
Question master oak…Is it possible to create a gse macro for let say if using Healbot raidframe..the left click mouse is clicking the gsc macro or related keybind? gse 2.0 is possible thru the /m text macro..
How would you fix it taking too long to go through your list of ALT modifier? for example Block Action 1 I just have /cast [mod:alt, nochannneling] Outbreak if I add too many blocks while I am holding alt with 250 MS, it can take 4 or more seconds to cast outbreak. Should I include this line in every block? and should I place all my other actions as nomod so it does not try them?
im new to this and i downlod it copy past the macro and i cant use cus there is no icon i can put it on my bar ,,,, my english not good so .. did they change it so now i have to be the IT guy to use it ?? or i can copy past and put the icon on my bar and use it ? plz help with that i watch the video w8ing for 1 thing that u pull the icon and put it on the bar but that didnt happen ....
There is no more Icon as GSE Sequences now needs to be bound directly to a key due to changes blizzard made to addons. You can do this in the keybindings tab in GSE
@@oakensoul if someone is a clicker how would they able to click it ? There was something GSE said about /click MACRO LeftButton t , does that still work ?
very long and not quite easy to understand anyone could explain with text, how can i change the KEYBINDED SEQUENCE to work when i hold the binded usage key, instead of spamming it while resetting its state
I'm sorry it ended up so long. Wow does not have the ability to continuously hit a keybind. Many people will use their keyboard or mouse software to spam the key.
It's meant to lose the sequence. You want it to hit spells that aren't available yet and move on to ones that are. If you wanted it to actually cast every block when it hits that block, you might as well use a /castsequence in game macro instead of GSE.
Oak, thank you so much for breaking everything down with such a calm explanation. I was able to take my SV hunter macro from a sustained 940k AOE TO 1.05M sustained. I had used several creators macros and did very well, but was always lacking just a bit as expected and explained from several creators. With your helpful video, I was able to write my own macro and increase my DPS by 60k. Thank you for all you do.
And BIG thank you to TimothyLuke!! You totally rock!!
Thanks so much!
OAK you are the man. Thanks for making these vids.
Glad you like them!
Thank you for the full breakdown, it was very helpful.
You're very welcome!
Great video, very helpful Oak!
Glad to hear it!
Excellent video
Thank you very much!
Thank you, :) I was able to work through the issues with how I had my personal setup and all the changes. Still need to tweak some things here and there but overall I'm very grateful.
Glad it helped!
More nice tips, thanks!
Glad you like them!
Glad you like them!
i was wondering why templar slash was white not blue .i changed my talent to see what was wrong nice to know .awsome job cheers bro
Yeah, It's unique. I wish more spells worked that well. Sadly, the Templar Hero Talent "Hammer of Light" does NOT work the same way.
@@oakensoul I was going to choose the herald build your sequence should still work with it ? All passive lol
Absolutely. I've used my sequence on beta with the herald build and it works quite well.
Thank you for this video. Nice explanation of the interworking's of the addon. Just one note, the link you have to the mouse links to a keyboard.
Whoops.... Thanks for pointing that out... FIXED Now
Commenting on the @mouseover portion of the video. I tested your method, and as a healer, this is not the best way to do things as it adds a delay to the heal portion. For instance, as a Mistweaver, I have created a keybind to combine Rising Sun Kick, Tiger Palm, and a [@mouseover,exists,help,nodead]Vivify (via the /click macro as described in the video). If I do it your way, it has to cycle through the RSK and TP blocks (not always, but depending on where it is in the cycle) before it gets to the Vivify macro block. The other method is still better even if it does give me errors in chat when I am in my Windwalker spec because there is no delay to the Vivify heal. As soon as I mouseover the macro immediately detects this and I can fire off my heal. I cannot accept the delay for that spell for my role and though I could work around this, I currently do not have to as long as no changes are made by either Tim or Blizzard.
Edit: Actually, I don't think this example would give me the errors as all of these spell are known as a WW as well. Other points I still stand behind.
Full macro used, MW_Y is the name of the GSE sequence that contains my base MW rotation of RSK and TP and I have a separate keybind for combining Blackout Kick and Enveloping Mist for clarity. Y is my keybind for base rotation and Shift Y is my keybind for EM/BoK.
#showtooltip
/targetenemy [noharm][dead]
/cleartarget [dead]
/startattack
/cast [@mouseover,exists,help,nodead] Vivify
/click [button:1] MW_Y LeftButton t; MW_Y
Whatever works best for you. I just encourage people to try different ways of doing things because there are more than one right answer with GSE in most cases.
great video, i have a question, is it more effective to put one think per block, for an example a bm hunter kill command is pretty high priority, should it be in each block and then add , say a global like Beast Wrath or Dire, after. to always know im casting kill command when its off cool down, always? or just have it one time in its own block and then move to a new black for a different action. ? sorry if this sounds noobish or has been answered prior.
If you have a spell like Kill Command (Which is on the GCD) you cannot put a skill in the same block, like Bestial Wrath, because their both on the GCD and the first GCD spell will keep the second on from firing. You would need to put them in separate blocks unless you put one of them on a modifier key.
oak - so at minute 13:00 you say if the first part of that line doesnt go off then because you use a ; the second will.... so would that be true in this: /cast [nochanneling,combat] Mindbender; Mind Blast
So if mindbender is on cooldown, it would cast mind blast then?
No, because they are both on the GCD. What that WOULD do is cast Mind Blast if you are OUT OF COMBAT, but cast Mindbender if you are IN COMBAT.
You COULD do a /cast [nomod,nochanneling,combat] Mindbender; [nochanneling, combat] Mind Blast and then holding any modifier would make the second one go off. It's about what's in the brackets that would keep the first portion from going off to allow the second one to go off instead.
Oak, in your Final Reckoning example where you are using @player, and talk about the option of using @cursor, is there a reason why no one uses @target? Maintenance in progress so cannot test it out myself right now.
There is no @target. At least not one that will place targeted spells under your target. I wish there was. :(
Thank you for the videos. It has helped me with this transition. I logged in today and noticed that my key bind button isn’t working anymore. I tried switching the key bind for the sequence to different keys and when I try to use it, nothing happens. I don’t know if anybody else has been having this problem, is there a recommendation on what I should do?
I think there was an error in a version that has since been fixed. Make sure you update GSE. Tim is updating the addon constantly.
Hey! How complex is to adapt your or other WLZ sequences to other languages? I am using WoW in English today only because o GSE.
I do not know from experience, but I hear that sometimes spell translations can cause the blocks to go over the character limit.
Question master oak…Is it possible to create a gse macro for let say if using Healbot raidframe..the left click mouse is clicking the gsc macro or related keybind? gse 2.0 is possible thru the /m text macro..
Hmm... I don't think it would be? Blizzard removed the ability for a macro to click a macro or macrotext, or to click macrotext. So, probably not.
you should make a vid for the flying workaround, I just cant get mine to work
Yeah, I could. I would recommend either moving your spam key, or moving your dragonriding key.
@@oakensoul i had to do that. I can only use my right arm so i use a programable mouse
with GSE
How would you fix it taking too long to go through your list of ALT modifier? for example Block Action 1 I just have
/cast [mod:alt, nochannneling] Outbreak
if I add too many blocks while I am holding alt with 250 MS, it can take 4 or more seconds to cast outbreak.
Should I include this line in every block? and should I place all my other actions as nomod so it does not try them?
That is one way. Yes. It's a lot of trial and error, try things out, see what works.
Just want to know how to disable use trinket and other specific spells in the macro. . Was hoping you were going to explain that
Remove the lines for /use 13 and /use 14
@@oakensoul Now I need to learn how to remove the lines for use. 😂
Hey what’s your interface Addon?
ruclips.net/video/v0wl4V0KXhI/видео.html
het oak can we use AutoHotKey i dont own gaming keyboard or mouse?
Some people do use AutoHotkey. github.com/SiderealDay/AutoHotKey
Does reset= target or reset=10 dont Work anymore?
Check out this video. ruclips.net/video/ChODE3vFmTk/видео.html They can work if you call an in game /macro from within the sequence.
thx bro, sexy voice!
If you say so.. lol
What is that transmog set?
www.wowhead.com/dressing-room#sz0M0zJ89b8zcX5808zcY0808zMSZ808zMNK808JG3808JG4808XRz808zMA0808zcYz808zMdc8zcL8zMOm8zcL8zMdb8zcL87M
im new to this and i downlod it copy past the macro and i cant use cus there is no icon i can put it on my bar ,,,, my english not good so .. did they change it so now i have to be the IT guy to use it ?? or i can copy past and put the icon on my bar and use it ? plz help with that i watch the video w8ing for 1 thing that u pull the icon and put it on the bar but that didnt happen ....
There is no more Icon as GSE Sequences now needs to be bound directly to a key due to changes blizzard made to addons. You can do this in the keybindings tab in GSE
@@oakensoul yeah ty man
the /click MACRO doesnt work...is it GSE ???
Click doesnt work anymore. Unless there are ZERO macrotext blocks. But... It's not recommended as it's very finicky
@@oakensoul if someone is a clicker how would they able to click it ? There was something GSE said about /click MACRO LeftButton t , does that still work ?
Short answer is NO. However, it is possible but it's not reliable, is very limited, can throw many errors and is not recommended.
very long and not quite easy to understand
anyone could explain with text, how can i change the KEYBINDED SEQUENCE to work when i hold the binded usage key, instead of spamming it while resetting its state
I'm sorry it ended up so long. Wow does not have the ability to continuously hit a keybind. Many people will use their keyboard or mouse software to spam the key.
@@oakensoul if you spam it too fast, macro will lose sequence, you have to press it slower than global cd, which loses the point of automation
It's meant to lose the sequence. You want it to hit spells that aren't available yet and move on to ones that are. If you wanted it to actually cast every block when it hits that block, you might as well use a /castsequence in game macro instead of GSE.
Touch me daddy :P
Uh.... thanks?!?