-
Targeting
Ok newb dual boxer here. Got my first dual boxing characters set up last night. Got Keyclone/Maximizer working pretty well and have made my macros and keybindings. Everything runs pretty smoothly, but I was wondering if there was a better way to target mobs than I am doing. Basically Im used to single box clicking on my target and then going about combat. Ive found that if I click my target I need to also need to hit my keybinding to the macro on my second box to /assist player#1. Am I doing this all wrong or is there an easier way to go about getting box#2 to select the target box#1 is currently on.
-
Either have your alt /target your main and cast spells with macros such as:
Code:
/cast [target=targettarget]Lightning Bolt
Or have your alt /focus your main and cast spells with macros such as:
Code:
/cast [target=focustarget]Lightning Bolt
-
Excellent, thanks for the quick response. This will be most helpfull!