Log in

View Full Version : Noob to FTL setup, Please Help



Twyman
10-10-2009, 03:45 PM
someone please help http://www.dual-boxing.com//images/smilies/frown.gif

I have been working on this for DAYS and I can not get this FTL system to work.


My KeyMaps are:

Toon 1
Description -----------------------> Twymana (Shammy)
2 -------------------------------------> LBAT
RCTRL+RALT+2 ----------------> LBBT
RSHIFT+RALT+2 ---------------> LBCT
RSHIFT+RCTRL+RALT+2 ---> LBDT
RCTRL+2 -------------------------> LBET

text file
Twymana (Shammy)
k(50.0.0):hs(LBAT)
k(50.8.8):hs(LBET)
k(50.34.34):hs(LBCT)
k(50.40.40):hs(LBBT)
k(50.42.42):hs(LBDT)

Toon 2
Description -----------------------> Twymanb (Shammy)
RSHIFT+RCTRL+2 -------------> LBAT
2 -------------------------------------> LBBT
RSHIFT+RALT+2 ---------------> LBCT
RSHIFT+RCTRL+RALT+2 ---> LBDT
RCTRL+2 -------------------------> LBET

text file
Twymanb (Shammy)
k(50.0.0):hs(LBBT)
k(50.8.8):hs(LBET)
k(50.10.10):hs(LBAT)
k(50.34.34):hs(LBCT)
k(50.42.42):hs(LBDT)

Toon 3
Description -----------------------> Twymanc (Shammy)
RSHIFT+RCTRL+2 -------------> LBAT
RCTRL+RALT+2 ----------------> LBBT
2 -------------------------------------> LBCT
RSHIFT+RCTRL+RALT+2 ---> LBDT
RCTRL+2 -------------------------> LBET

text file
Twymanc (Shammy)
k(50.0.0):hs(LBCT)
k(50.8.8):hs(LBET)
k(50.10.10):hs(LBAT)
k(50.40.40):hs(LBBT)
k(50.42.42):hs(LBDT)

Toon 4
Description -----------------------> Twymand (Shammy)
RSHIFT+RCTRL+2 -------------> LBAT
RCTRL+RALT+2 ----------------> LBBT
RSHIFT+RALT+2 ---------------> LBCT
2 -------------------------------------> LBDT
RCTRL+2 -------------------------> LBET

text file
Twymand (Shammy)
k(50.0.0):hs(LBDT)
k(50.8.8):hs(LBET)
k(50.10.10):hs(LBAT)
k(50.34.34):hs(LBCT)
k(50.40.40):hs(LBBT)

Toon 5
Description -----------------------> Twymane (Shammy)
RSHIFT+RCTRL+2 -------------> LBAT
RCTRL+RALT+2 ----------------> LBBT
RSHIFT+RALT+2 ---------------> LBCT
RSHIFT+RCTRL+RALT+2 ---> LBDT
2 -------------------------------------> LBET

text file
Twymane (Shammy)
k(50.0.0):hs(LBET)
k(50.10.10):hs(LBAT)
k(50.34.34):hs(LBCT)
k(50.40.40):hs(LBBT)
k(50.42.42):hs(LBDT)

I have loaded the Keymap into the WoW app within Keyclone (Toon 1 to WoW 1, Toon 2 to WoW 2 and so on) (Toon 2 and 3 are on computer 2) ( Toon 4 and 5 are on computer 3)

I have unbound all forms of Alt, Ctrl, Shift, + 2 within each toons keybindings

I have created 5 macros (1 for each toon) and placed then in the number 2 spot on each toon

here is the Macro i used (note: i am using mages to test out this system even though the description of the keymaps say shammy)

/target [mod:ctrl,mod:shift,nomod:alt,target=Twymana][mod:ctrl,mod:alt,nomod:shift,target=Twymanb][mod:alt,mod:shift,nomod:ctrl,target=Twymanc][mod:ctrl,mod:alt,mod:shift,target=Twymand][mod:ctrl,nomod:alt,nomod:shift,target=Twymane]
/cast [mod,target=targettarget,harm][nomod] Fireball
/targetlasttarget [mod]

I can cast on the main screen when i push 2 but the slaves do not cast, i can hold down Ctrl+Shift+2 and all the slaves will cast on the mains target but then the main does not cast. When i hit Alt, Shift or Control, i can see the macro icon change from the fireball to a "?". Any help you could pass along would be very appreciated.

Iceorbz
10-11-2009, 03:07 AM
Can view my signature for help and information on a shaman FTL setup.

Flekkie
10-11-2009, 06:22 AM
I think you need to use left modifiers (ie LSHIFT, LCTRL, LALT) within Keyclone, because.. well, not sure why, probably WoW doesn't make the distinction or something.

Hope this solves it, or helps somewhat.

Lax
10-12-2009, 01:09 PM
The macro can differentiate between left/right by using "mod:lctrl" or "mod:rctrl" for example instead of "mod:ctrl" which does not care if it's left or right. That is, WoW does make the distinction between left and right modifiers, but the macro he pasted is ignoring the left/right distinction:


/target [mod:ctrl,mod:shift,nomod:alt,target=Twymana][mod:ctrl,mod:alt,nomod:shift,target=Twymanb][mod:alt,mod:shift,nomod:ctrl,target=Twymanc][mod:ctrl,mod:alt,mod:shift,target=Twymand][mod:ctrl,nomod:alt,nomod:shift,target=Twymane]

Keyclone had, or has, an issue with the right-modifiers though. (I have no idea if it was fixed or not)

Eloxy
10-12-2009, 01:17 PM
One small important thing to add..

Make sure there is nothing binded to your keymaps. like ctrl+m (if u use "m") etc
and turn of the selfcast modifires in wow settings

Flekkie
10-12-2009, 07:10 PM
The macro can differentiate between left/right by using "mod:lctrl" or "mod:rctrl"

Thanks for the info, I never knew that! -.-''

So in theory (excepting macro length restrictions), a FTL system could be set up for, is it 6! = 720 toons (based on possible combinations of 6 modifiers, not 3)?

Hmm, this is quite promising, I wonder if i could set up with right modifiers for a 5-man FTL, and then use left modifiers for alternate actions (eg use cooldowns to up the DPS with shift).
But I'm almost macrod out over the last few days, just on redoing basics, so might be a while before I pick up the thought again..