Key Bind Macro Only Partially Working

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Key Bind Macro only partially working
Key Bind Macro only partially working
 Cerberus.Goldenfoon
Offline
Server: Cerberus
Game: FFXI
Posts: 50
By Cerberus.Goldenfoon 2013-04-18 20:43:12
Link | Quote | Reply
 
Switched to Windower 4 on my Mules account and the below macro that previously worked no longer casts the second spell in the line of text. Any ideas why it no longer works? For this example it will cast sneak but not the invisible spell.

bind NUMPAD. input /ma "Sneak" <me>;wait 8;input /ma "Invisible" <me>;

Thanks!
 Sylph.Chrisstreb
Offline
Server: Sylph
Game: FFXI
Posts: 1697
By Sylph.Chrisstreb 2013-04-18 20:59:30
Link | Quote | Reply
 
did you make sure your macros were in the folder. May not be in the same location as previous versions
 Bismarck.Tragedie
Offline
Server: Bismarck
Game: FFXI
Posts: 322
By Bismarck.Tragedie 2013-04-18 21:00:12
Link | Quote | Reply
 
As a test (and possible workaround, but there may still be an issue), create an alias to do the command you want, then keybind the alias.
Code
alias sneakme input /ma "Sneak" <me>;wait 8;input /ma "Invisible" <me>
bind NUMPAD. sneakme


Try that out and see if you have any luck.
 Cerberus.Goldenfoon
Offline
Server: Cerberus
Game: FFXI
Posts: 50
By Cerberus.Goldenfoon 2013-04-18 21:09:01
Link | Quote | Reply
 
Bismarck.Tragedie said: »
As a test (and possible workaround, but there may still be an issue), create an alias to do the command you want, then keybind the alias.
Code
1
2

alias sneakme input /ma "Sneak" <me>;wait 8;input /ma "Invisible" <me>
bind NUMPAD. sneakme


Try that out and see if you have any luck.

Tried it out still getting the same response of only having sneak cast and not invisible. Thanks for the suggestion!

Also I did make sure to migrate my old scripts to the new folders, everything else seems to work fine but these multi-spell macros bound to a keystroke.
Log in to post.