Page 1 of 1

[SM] Enemy addon for using guard

Posted: Sun Apr 05, 2020 7:40 pm
by DoomedDragon
I have read from an old thread that the enemy addon should have the ability to quick switch guard by double clicking a target.
Am I missing something, because nothing happens when I double tap a party member.
https://returnofreckoning.com/forum/vie ... hp?t=23425
Does anyone know how to configure it?

Cheers!

Re: [SM] Enemy addon for using guard

Posted: Sun Apr 05, 2020 9:06 pm
by Phantasm
Spoiler:
DoomedDragon wrote: Sun Apr 05, 2020 7:40 pm I have read from an old thread that the enemy addon should have the ability to quick switch guard by double clicking a target.
Am I missing something, because nothing happens when I double tap a party member.
https://returnofreckoning.com/forum/vie ... hp?t=23425
Does anyone know how to configure it?

Cheers!
Its done via clickcasting so mininmum 3 clicks required, 1st target someone, then click for remove and 3rd one for apply, all can be done with no GCD tho (just last one will take whole GCD). You need to make clickcasting skill first. enemy config/unit frames, scroll down.

Code: Select all

{"keyModifiers"={1=false,2=false,3=false},"action"=1,"mouseButton"=1,"version"=278,"exceptMe"=false,"abilityId"=1363,"name"=L"Hot","archetypeMatch"=1,"isEnabled"=true,"playerType"=1,"archetypes"={1=false,2=false,3=false},"playerTypeMatch"=1}
Or you can import this and adjust rest.

Re: [SM] Enemy addon for using guard

Posted: Sun Apr 05, 2020 9:48 pm
by DoomedDragon
Ah I see, didn't know about the clickcasting options.
I'll try and fiddle with it, thank you very much!