SammehFFXI / FFXIAddons

53 stars 114 forks source link

Is there a method to add for ready "input /ja "Super Jump" <t>" ?? #27

Open IBHalliwell opened 4 years ago

IBHalliwell commented 4 years ago

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:

["Kin"]={
    ["Deathly Diminuendo"]={
        ["complete_reaction"]="facemob_delay",
        ["ready_reaction"]="turnaround"   

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.

TDayneBarton commented 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.

IBHalliwell commented 4 years ago

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. \\"

TDayneBarton commented 4 years ago

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\""

IBHalliwell commented 4 years ago

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 . . .

Mcdougall1 commented 4 years ago

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?

IBHalliwell commented 4 years ago

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.

cjtopher0328 commented 3 years ago

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" "

awcoburn commented 3 years ago

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