Quote Originally Posted by 'magwo',index.php?page=Thread&postID=118358#post11 8358
Good stuff. I'm using something similar, except I have duplicated buttons for my primary offensive spells.

Key = nuke
Shift + Key = focus nuke
That's what i'm trying to achieve at the moment

i.e.

Q = LB Target - Other windows depress [ to execute target macro
E = CL Target - Other windows depress ] to execute target macro
3 = Shock Target - Other windows depress ; to execute target macro
F = Purge Target - Other windows depress ' to execute target macro

This is as far as i have got at the moment, i need to do the focus macros tonight, i want these like so:

SHIFT + Q = LB Focus - Other windows depress I to execute target focus macro
SHIFT + E = CL Focus - Other windows depress O to execute target focus macro
SHIFT + 3 = Shock Focus - Other windows depress K to execute target focus macro
SHIFT+ F = Purge Focus - Other windows depress L to execute target focus macro

Now, once these are introduced i'll have to change the spells in Q,E,3 and F to Macros to detect the SHIFT modifier i think?

e.g.

/cast [mod:shift,target=focus,harm] Lightning Bolt;Lightning Bolt
/cast [mod:shift,target=focus,harm] Chain Lightning;Chain Lightning
/cast [mod:shift,target=focus,harm] Frost Shock;Frost Shock
/cast [mod:shift,target=focus,harm] Purge;Purge

(Think these might be cocked up?)

edit: Actually i dont need to piss about with these do i as they will be new keys! so all i need it /cast [target=focus] LB (doh)

I don't have to worry about detecting shift modifiers on I,O,K or L since they are hard coded to target the focus.... \o/

I think i'm on the right track?

The next thing to overcome is the insta nuke ability. At the moment i can only think of putting

/use 13
/cast EM
/cast NS

on an entirely seperate button, so i can then decide if i want to nuke my target (E) or my focus (SHIFT+E)

Now i could bind that to my middle mouse button to activate it but there would be a small gap between firing it off on my chosen target, enough time to have it dispelled.... perhaps..

....

Pointers please if any!


Humm just read the new entry on the Wiki added today :http://www.dual-boxing.com/wiki/inde...aderless_Setup

Seems i'm kinda on the right track ;o)