Gearswap Macro To Equip Cp Cape

Langues: JP EN DE FR
users online
Forum » Windower » Support » Gearswap Macro to equip cp cape
Gearswap Macro to equip cp cape
 Valefor.Pairak
Offline
Serveur: Valefor
Game: FFXI
user: Pairak
Posts: 30
By Valefor.Pairak 2015-11-14 09:54:23
Link | Citer | R
 
So im thinking about a universal part of a script to equip a cp cape and keep it on, ideally something that can just be copy/pasted into any script. I have the general idea would just need some assist with the equip part, as in, how I can use this to actually equip the cape. Here is what I am thinking.
Code
        send_command('bind f9 input //gs disable back;wait2;/input(the command to equip cape here);/input /echo CP Cape Equipped')
        send_command('bind f10 input //gs enable back;/input /echo CP Cape Unequipped')
		
function file_unload()
 
        send_command('unbind f9')
        send_command('unbind f10')
       
end


Any feedback would be apprisiated.
 Leviathan.Frotaut
Offline
Serveur: Leviathan
Game: FFXI
user: Frotaut2
Posts: 281
By Leviathan.Frotaut 2015-11-14 10:44:42
Link | Citer | R
 
/gs disable back .... Seems easiest to me instead of all the extra.
[+]
 Valefor.Pairak
Offline
Serveur: Valefor
Game: FFXI
user: Pairak
Posts: 30
By Valefor.Pairak 2015-11-14 10:47:51
Link | Citer | R
 
Yea, lol. I just figgured if I could find a way to do it all then why not. lol.
Log in to post.