RE: Hi everyone that will read this
Quote:
I was looking at my keyclone keymap editor ok i did on the key line i put as a key command lctrl+lalt+< now the hotstring is the??? and then where would u bind that long macro to cause it doesnt seem like it would fit
The target/cast macro should be bound to < ingame.
Quote:
Originally Posted by 'sactown',index.php?page=Thread&postID=154077#post 154077
LET ME SHOW YOU MY DUAL BOXINGS.
Sorry, but that's either spam (in which case, fail) or you're really lazy and posting in the wrong thread if you're new to all this.
RE: RE: Hi everyone that will read this
Quote:
Originally Posted by 'Araketh',index.php?page=Thread&postID=154082#post 154082
Quote:
I was looking at my keyclone keymap editor ok i did on the key line i put as a key command lctrl+lalt+< now the hotstring is the??? and then where would u bind that long macro to cause it doesnt seem like it would fit
The target/cast macro should be bound to < ingame.
Quote:
Originally Posted by 'sactown',index.php?page=Thread&postID=154077#post 154077
LET ME SHOW YOU MY DUAL BOXINGS.
Sorry, but that's either spam (in which case, fail) or you're really lazy and posting in the wrong thread if you're new to all this.
Ok i think im understanding this now more cause of your link then the keymap tutorial but one thing. Ok now to distinguish the leader can i put the modifier macro only on one button like the follow so say i hit alt shift q it makes them all follow and focus on that toon and then say for toon 2 its alt shift w to let the rest know they now follow that or do i hae to make all the spells have that same macro. As say my shaman wanted to cast lightning bolt on toon 1 does toon 2-5 have to have a macro do cast that spell or can they have the reg spell on the action bar. I dont know if thats clear enough but heres a lil more. As of right now each and everyone of my toons spells say /cast [target=focustarget] lightning bolt do i have to do anything like that on the toons or the modifier macro i put on my follow button take care of all that so i only have say three macros total my ftl macro invite and accept macros.
RE: Focusless, targetless, 'leaderless' setup.
Quote:
Originally Posted by 'Pocalypse',index.php?page=Thread&postID=103921#po st103921
/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA]
[mod:ctrl,mod:alt,nomod:shift,target=ToonB]
[mod:alt,mod:shift,nomod:ctrl,target=ToonC]
[mod:ctrl,mod:alt,mod:shift,target=ToonD]
[mod:ctrl,nomod:alt,nomod:shift,target=ToonE]
/cast [target=targettarget,harm] Lightning Bolt
/targetlasttarget
would target=party1 work in place of "ToonA" in this setup?
im not sure how WoW handles the party window, but if your characters are always in the same party slots (1through5).. wouldnt using party# to target mean you could have a universal set of hotstrings/macros no matter which group youre playing?
RE: RE: Focusless, targetless, 'leaderless' setup.
Quote:
Originally Posted by 'Jezebel',index.php?page=Thread&postID=179207#post 179207
im not sure how WoW handles the party window, but if your characters are always in the same party slots (1through5).. wouldnt using party# to target mean you could have a universal set of hotstrings/macros no matter which group youre playing?
No, party1-n are different on different characters. I can never remember what the system is. It's something like party1 is always the player or always the main except on the main. At any rate, it screws up a system based on hard coded IDs.
If you want an alternative check out my addon ActionBarTargeting. It gives you macro buttons Toon1 - Toon2 in a consistent order that you can /click. Sounds more like what you want.
Looking for some help please
Thank you for sharing all this info, however while I thought I finally understood I am still unable to make this work like it should.
I am going to copy and paste my KCL files and perhaps I can figure out where I am going wrong.
I am running 4 shamans.
Code:
Maleick (1) ctrl
Nurbok (2) alt
Voon (3) ctrl-shift
Lycoon (4) alt-shift
*TF1-4 = Toon Follow 1-4
*TT1-4 = Toon Target 1-4
FOLLOW MACRO: Bound to " ` " on all toons
/stopmacro [nomod]
/target [mod:ctrl,nomod:shift,nomod:alt,target=Maleick]
[mod:alt,nomod:ctrl,nomod:shift,target=Nurbok]
[mod:ctrl,mod:shift,nomod:alt,target=Voon]
[mod:alt,mod:shift,nomod:ctrl,target=Lycoon]
/follow
/targetlasttarget
ASSIST MACRO: Bound to " J " on all toons
/stopmacro [nomod]
/target [mod:ctrl,nomod:shift,nomod:alt,target=Maleick]
[mod:alt,nomod:ctrl,nomod:shift,target=Nurbok]
[mod:ctrl,mod:shift,nomod:alt,target=Voon]
[mod:alt,mod:shift,nomod:ctrl,target=Lycoon]
/target [target=targettarget]
Maleick.kcl Loaded to Main Character on keymap region 1
Code:
Maleick
k(74.0.0):hs(tt1)
k(74.5.5):hs(tt3)
k(74.16.16):hs(tt2)
k(74.17.17):hs(tt4)
k(192.0.0):hs(tf1)
k(192.5.5):hs(tf3)
k(192.16.16):hs(tf2)
k(192.17.17):hs(tf4)
Nurbok.kcl Loaded to Alt 1 in region 2
Code:
Nurbok
k(74.0.0):hs(tt2)
k(74.4.4):hs(tt1)
k(74.5.5):hs(tt3)
k(74.17.17):hs(tt4)
k(192.0.0):hs(tf2)
k(192.4.4):hs(tf1)
k(192.5.5):hs(tf3)
k(192.17.17):hs(tf4)
Voon.kcl Loaded to Alt 2 in region 3
Code:
Voon
k(74.0.0):hs(tt3)
k(74.4.4):hs(tt1)
k(74.16.16):hs(tt2)
k(74.17.17):hs(tt4)
k(192.0.0):hs(tf3)
k(192.4.4):hs(tf1)
k(192.16.16):hs(tf2)
k(192.17.17):hs(tf4)
Lycoon.kcl Loaded to alt 3 in region4
Code:
Lycoon
k(74.0.0):hs(tt4)
k(74.4.4):hs(tt1)
k(74.5.5):hs(tt3)
k(74.16.16):hs(tt2)
k(192.0.0):hs(tt4)
k(192.4.4):hs(tf1)
k(192.5.5):hs(tt3)
k(192.16.16):hs(tt2)
I am going to take some screenies of how I have keyclone set up as well incase that makes more sense.
When I load all the toons up Voon (3) will follow or target but he will spit out a bunch of garbage and the others do nothing. If I PiP to Voon then Maleick(1) will spit out the garbage and the other two still do nothing.
I made sure Keyclone is passing the keys and they on are not on the DNP list. and none of the keys are bound to anything in Warcraft.
Thanks
Generic keyclone keymaps setup
I spent some time redoing my setup this morning, and wanted to share the fruits of my labour.
What I did was create all the .kcl keymap files from scratch using excel (or rather, google spreadsheets). I worked out what each key is that I needed (inside the keyclone file itself), and how the modifiers work.
The keys I have setup are 1-8 R T F G V
You can see what the hidden keys for each are in the top left of the spreadsheet.
It's kinda messy, but for those interested I'm sure you can figure it out.
The end result is, I can copy the values in columns P - T into a new text file (one column into each file) name them One.kcl Two.kcl etc, and they work in keyclone.
The spreadsheet is at link. Please go to the sheet names keymaps if it doesn't take you there automatically.
The hotstrings are named "key - client"
eg
' - Three
4 - Five
etc
Edit: Hmm, that kinda sucks, you can't see the formulas when viewing. Ah well, the end results are there if anyone wants them.