React Addon - Using A Weaponskill

Eorzea Time
 
 
 
Language: JP EN FR DE
users online
Forum » Windower » General » React Addon - Using a Weaponskill
React Addon - Using a Weaponskill
Offline
Posts: 6
By seraphila 2020-06-26 20:21:40
Link | Quote | Reply
 
I'm trying to set up the React Windower addon to use my character's Weaponskill after my Ayame trust uses her Weaponskill. Unfortunately I can't seem to get the addon to actually execute any commands, so I'm wondering if anyone here uses React and has it working.

I created 3 actions with these commands:
Code
//react add "Ayame" "Tachi: Kasha" Complete "input /ws Resolution <t>"
//react add "Ayame" "Tachi: Goten" Complete "input /ws Resolution <t>"
//react add "Ayame" "Tachi: Jinpu" Complete "input /ws Resolution <t>"


The addon created a new react_RUN.lua file and successfully loaded all the actions, but it never actually does anything.
Code
return {
    ["Ayame"]={
        ["Tachi: Kasha"]={
            ["complete_reaction"]="input /ws Resolution <t>", 
            ["ready_reaction"]=""
        }, 
        ["Tachi: Jinpu"]={
            ["complete_reaction"]="input /ws Resolution <t>", 
            ["ready_reaction"]=""
        }, 
        ["Tachi: Goten"]={
            ["complete_reaction"]="input /ws Resolution <t>", 
            ["ready_reaction"]=""
        }
    }
}


I've also tried using "/ws resolution <t>" without the "input" but that hasn't worked either:
Code
            ["complete_reaction"]="/ws Resolution <t>", 


Is there something I'm missing here?
necroskull Necro Bump Detected! [178 days between previous and next post]
 Lakshmi.Bladewing
Offline
Server: Lakshmi
Game: FFXI
user: bladewing
Posts: 59
By Lakshmi.Bladewing 2020-12-21 15:16:17
Link | Quote | Reply
 
You ever get an answer to this?
Offline
Posts: 171
By Aricomfy 2020-12-21 15:24:27
Link | Quote | Reply
 
There's no way to get React to React to Weapon Skills. I just tested the only method I thought would actually do it and it didn't work. Skimmed through the code only to find out it's only coded to react to Healing Magic, Enhancing Magic and Enemy Abilities. Oh well.
[+]
 Asura.Aeonova
Offline
Server: Asura
Game: FFXI
user: aeonova
Posts: 3113
By Asura.Aeonova 2020-12-21 16:11:57
Link | Quote | Reply
 
[+]