Open IBHalliwell opened 4 years ago
You have to do:
//react add "Cunnast" "Radiant Breath" ready " "input /ja \"Super Jump\" "
If you don't put a \ in front of a quote symbol, the program things you're ending the command after /ja.
Hello TDayneBarton,
Thank you for the reply. I don't see the \ in your example. Are you saying:
//react add "Cunnast" "Radiant Breath" ready \"\"input /ja \"Super Jump\"\"
if not, what do you mean exactly? Again thank you for the reply.
Interesting .. on the above example I have to do a double \ to get one to appear. \\"
Didn't notice that. Below would be the correct method. You only need the \ in front of the " you want to go through.
//react add "Cunnast" "Radiant Breath" ready " "input /ja \"Super Jump\""
Hi again,
Thank you for your reply. I got it installed (now to try it in battle). The command line I ended up with was:
//react add "Cunnast" "Radiant Breath" ready "input /ja \"Super Jump\"
The proper form for the Super Jump job ability is: /ja "Super Jump"
Can you
Hi again,
Thank you for your reply. I got it installed (now to try it in battle). The command line I ended up with was:
//react add "Cunnast" "Radiant Breath" ready "input /ja "Super Jump" "
The proper form for the Super Jump job ability is: /ja "Super Jump" Thus the changes needed to your suggestion. Without your input, I'd be writing code trying to figure it all out. /bow for saving me so much time . . .
Could you share how to add the delay?
If you're talking about my delay, it is a rewritten addon called Reactd. I'd be happy to email it to you or share via Discord, or whatever works for you. I still have improvements to do, which is why I've yet to release it.
This is a facemob delay of 3 seconds. Written with Kin in mind, BTW.
So if i wanted to cast a spell after a mob puts up dread spikes would i just do this //react add "Lady Lilith" "Dark Thorn" complete "input /ma "Dispel" "
If you're talking about my delay, it is a rewritten addon called Reactd. I'd be happy to email it to you or share via Discord, or whatever works for you. I still have improvements to do, which is why I've yet to release it.
This is a facemob delay of 3 seconds. Written with Kin in mind, BTW.
Hi IBHalliwell, realizing this is months later, but could you share how you built a delay into facemob? I'm also trying to get a delay for Kin, but not having much luck. Thank you. email is awcoburn2@aol.com
Hello,
Two items:
Item 1: I'm trying to get the following command to work on DRG.
//react add "Cunnast" "Radiant Breath" ready " "input /ja "Super Jump""
What is happening is React executes: "input /ja "Super This obviously fails.
Can you, please, help me get this going?
Item 2: BTW, I updated React to add a new complete. An entry example is:
The purpose is to wait 3 seconds before turning around to face the mob again. Our experience is we need a 3 second or so delay for Kin (Omen). I'd be happy to share this change with you. It is a fixed 3 seconds.
Thank you.