React LUA

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » General » React LUA
React LUA
 Asura.Onlycrash
Offline
サーバ: Asura
Game: FFXI
user: jvango
By Asura.Onlycrash 2019-04-30 15:36:48  
Hi,

I'm looking into the React lua. I'm trying to determine if this lua can handle reacting to other characters weaponskill. I read that finishes ready >move would work.

I've tried this:
//react add "Actor" "Action" Ready "Reaction" --

//react Main "Tachi: Fudo" Ready "/ma Water IV <bt>"

Any assistance to what I'm doing wrong would be great. I assume it's something easy.

Edit: I figured I'd say what I'm trying to do. I'm trying to get it to react to my mains ws, and automatically start casting a magic spell for MB'ing.
[+]
 Asura.Eiryl
Online
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2019-04-30 15:50:50  
It should work, never tried but I have mine change to a cure potency received set. Shouldn't be any different. So long as main's ws shows up in chat of 2box. something like that.
Code
    ["Main Character"]={
        ["Tachi: Fudo"]={
            ["complete_reaction"]=" ", 
			["ready_reaction"]="input /ma Water IV <bt>"
        }
    }, 
[+]
 Asura.Onlycrash
Offline
サーバ: Asura
Game: FFXI
user: jvango
By Asura.Onlycrash 2019-04-30 16:12:46  
I see that in the lua I'm looking at. Maybe I'll try again. Thanks,
[+]
 Asura.Eiryl
Online
サーバ: Asura
Game: FFXI
user: Eiryl
By Asura.Eiryl 2019-04-30 16:15:09  
React is weird sometimes... unloading and loading doesn't always update it (for me?) it takes multiple loads/unloads to update it for some reason.

If that context does't work it might need to be the name of the mob getting hit with fudo, instead of the person using fudo. Cure react is set by who is being cured, not by who is casting cure.
[+]
Log in to post.