Key Bind Macro Only Partially Working

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » Windower » Support » Key Bind Macro only partially working
Key Bind Macro only partially working
 Cerberus.Goldenfoon
Offline
サーバ: Cerberus
Game: FFXI
Posts: 50
By Cerberus.Goldenfoon 2013-04-18 20:43:12  
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
サーバ: Sylph
Game: FFXI
Posts: 1697
By Sylph.Chrisstreb 2013-04-18 20:59:30  
did you make sure your macros were in the folder. May not be in the same location as previous versions
 Bismarck.Tragedie
Offline
サーバ: Bismarck
Game: FFXI
Posts: 322
By Bismarck.Tragedie 2013-04-18 21:00:12  
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
サーバ: Cerberus
Game: FFXI
Posts: 50
By Cerberus.Goldenfoon 2013-04-18 21:09:01  
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.