SCG-Single button Ret Paladin level 80 11.0.5 update:10/30/2024

If you like my macros, and want to provide me with some financial incentive to keep this and other macros updated, you can do so here: Paypal

By having spells in the wow macro, before or after the /click command to trigger GSE, it is possible to get gse to function similar to how it used to (albeit with some added limitations within GSE).

update 11/6/24: I made a small adjustment to the gse sequence in an attempt to minimize downtime in between attacks and to make better use of holy power. (aka I gave the spell Divine Protection which doesn’t trigger the global cooldown a higher priority giving final verdict/divine storm more chances to fire off when able)

In this setup the only difference between ST and AOE is within the WoW macros. Final Verdict for ST, and Divine Storm for AOE.

Important:

  1. go to GSE options - TroubleShooting - turn off ActionButtonUseKeyDown, otherwise gse macro won’t fire off using this macro set.

troubleshooting

  1. LUA ERROR NIL VALUE- That means you don’t know all of the spells that I added within GSE.
    Make sure you’re using all the same talents I have shared and the error should go away (passive talents don’t matter as much)
  2. If Leveling, download bug sack and bug grabber addons so you don’t get spammed with popups. Once you learn all the required spells, the error should go away. Alternatively, you can also go to GSE-MACRO_NAME - tab:‘1’ - disable all spell blocks containing a spell you don’t know - save. You can always go back into gse and reenable them when those spells are learned.
  3. This is made for the English version of WoW. If you are using a different language, you will have to manually translate the spells to the language of WoW you are using.

Talents:

open the talent tree and import the following if you want to use the same talents as me:

CYEA5ba6OK14IUITjS1kSUVJcBAAAYAAassNzstsNzYzMWWMbDAAAAAAzWTzsYYmx2MY2GGzyM2YGMYYZjtBAmlZZmZ2amZab2mtZAAbADMAjZYA

RET_ST

  1. copy the following macro, paste it in game as a new macro, and drag the icon to the cast bar to be spammed there.
#showtooltip
/targetenemy [noharm][dead]
/click SCG_RET
/cast [mod:shift] Word of Glory
/cast [known:Hammer of Light] Wake of Ashes
/cast Final Verdict

RET_AOE

  1. copy the following macro, paste it in game as a new macro, and drag the icon to the cast bar to be spammed there.
#showtooltip
/targetenemy [noharm][dead]
/click SCG_RET
/cast [mod:shift] Word of Glory
/cast [known:Hammer of Light] Wake of Ashes
/cast Divine Storm

In both of these, press and hold down shift for for Word of glory if you need a little bit of self healing in a fight.

  1. import the following code into gse, but do not keybind it. (The /click MACRO_NAME line in the wow macro is what tells the gse macro with the same name: MACRO_NAME to fire off instead of keybinding the gse macro itself)
dGJ4daGlsrABQiZeveZw4MQq(LkuFtvzNISxy3IA)Kc6NKcmmu04ivAGOIQFtjdMuidxYbrLESQ4yO05ubwiPKwQuyXQQA5OQhQQYtvwgv55uzIKkMkjtMs10jUiQWvrfPlJCDkLdtXwjLyZKs12jv9rvqFfvu(SuuVMukJKuOoTknAPi3wf1jvLEMu6AuvNxQMgkSosr8xsrnyHcjwS97qn3GdfsEqHDK5H3YbfsSqHX9rUwzhuiXcfMROiqIvxgNo5HP6fHX9rUwzmPxeMROiGGKhuyVzH41BcmFmxrrGKhdVpFmPxeMROiWu9IWAqfzeii1cf2BwiE9MaJbMROiqIbZwD)oHP6fH1GkYiysVimxrrabjgqH5kkcKA)89)oHP6fHX9rUwzmPxeMROiGGKpuyVzH41BcmgyUIIaPwgT(EFysVimxrrGP6fHX9rUwziiDckmxrrGKNV)bTFy6CDM)bzh)XEZcXR3eyEyQEryCFKRvgt6fH5kkcii9bf2BwiE9MaRfZvueiXQld)pFmPxeMROiWu9IWAqfzeiiPluyVzH41BcmpmxrrGuRF7b(yQErynOImcM0lcZvueqq6aOWEZcXR3eyTyUIIajpMEFSyQErynOImcM0lcZvueqqILjuysViSRqNXu9IW4(ixRm2vOZySTy2YxbRctN4HGelluyQEryCFKRvgt6fHDf6m2vOZySmWSLVcwfMoXdbc2B(VTBiAXWFn)dYbfeiqW4eJt40YUri7yEm9yWYY8elt2wFpmoJmAJRnEJdkiyhrIrhJyGctJPOIBwBynjs50KJp2(19yXBxtBU5JB2r2YxHSJPmbLfhuqW4AtAYIh7Nvq2VzoNJNMS0qn61fKd7WXHwiE31kJuRh7h2rMSnt8MfIxpLLRvgAfths7gBHGelghzTBX)q)SoxgX8)gxPdTITIEE1bPpMykn4hsSSmzY0hlzoty73HAUbhkiqGaa
3 Likes

bump: just updated this macro set for patch 11.0.5

2 Likes

Thanks working good in 11.0.5

For some reason neither Final Verdict or Divine storm is cast when using these macros. Same with the other class macros. The /cast spell line never fires.

Actually Word of Glory wont fire off unless i change the order. Don’t macros run until the first “true” statement?

#showtooltip
/targetenemy [noharm][dead]
/cast [mod:shift] Word of Glory
/cast [known:Hammer of Light] Wake of Ashes
/click SCG_RET
/cast Final Verdict

I decided to make a small update to the gse side of the macro to increase the chances of final verdict/divine storm being able to fire off.

From my understanding, macros will only attempt to fire off the first spell that triggers a global cooldown but won’t fire off any other spells after that trigger a global cooldown. However, it is possible to have more than 1 spell fire off at the same time along with any other action in a single macro so long as all of the other spells/actions don’t trigger a global cooldown. That, I believe is what allows me to be able to craft the WoW macros the way I do, though I’m still working out some of the intricacies of how the /click command behaves in relation with the /cast command in the WoW macro I’m making.

I’m also curios in how you’re spamming the macro. I personally use one of my mouse buttone to spam it at a speed of about 125 ms when held down (though 100ms might work better for this specific sequence.

Thanks for the response. I actually moved the macro to a actionbar key and use the corresponding key on my mouse. I use default gse settings though and manually press the mouse key.

I’m glad you found a method that works for you. While I don’t know if this is the case for you but in order to get the macro to work in the way I originally intended this step is essential, otherwise the /click MACRO_NAME won’t work properly: