Teras Kasi Archive
Thread: Need Help With Macro commnad
Alright, I just got TKA a little bit ago, and have realized the agony of pulling specials with VK's on. What I want to create is a move that when i hit it:
"unequips my Vk's, pulls the special, then reequips the Vk's"
Is this possible, and if so can you put down exactly what I'd need to type in the macro box to create it. Thanks
ok first you would have to assign the VK's to a hotkey on the F1-F12 bar. The first part of the macro would be /ui action toolbarSlot--. Insert the corresponding # to where you put the VK's on your toolbar, i.e. F1=00. I THINK thats how the numbers go it might be F1=01 just fool around with it. So this step will unequip the VK's if they are already equipped, if they are unequipped it will equip them. Then put a semicolon and whatever the special is. It could be more than one special in a row or just a single one it wont matter you just need to put semicolons inbetween. Then to reequip the VK's, put in the first command again. Since the weapon is unequipped, this will equip them. Basically it will look like:
/ui action toolbarSlot00;/unarmedhit2;/unarmeddizzy;/ui action toolbarSlot 00.
Hope this helps.
(Instead of putting in /unarmedhit2 or whatever that could be another slot on the Toolbar but it works either way.)
make one that looks just like this, assuming the Vk is in f1 qk slot...
/ui action toolbarSlot00;
/pause .5;
/unarmedHit1;
/pause 2.5;
/ui action toolbarSlot00;
/pause .5
you need the pauses for the lag in action to take place, the timing is what mine needs, you may have to add or subtract timing for your system.
hope this helps...
Rothie.