Log in

View Full Version : Cant get second mage casting damaging or cc spells



Crane
08-15-2010, 01:21 PM
I am duel boxing 2 mages and i have it working except the second one wont attack when i press buttons but he still casts ice armour when i use that probably dont have the targeting thing working any help?

This is the code

//================================================== ==============
// SAMPLE SCRIPT FOR TWO WOW'S ON ONE PC
//
// Instructions: Copy this entire script (all the blue writing
// on gray background including comments). Save it in a file.
// Load it into HotkeyNet.
//
// Toggle the scroll lock key to turn hotkeys off and on. (You
// can change this if you want, just like you can change
// everything else with HotkeyNet.)
//
// Requires HotkeyNet build 147 or higher.
//
// For more info, go to www.hotkeynet.com
//================================================== ==============

//-----------------------------------------------------------
// PRESS CTRL R TO RENAME WOW'S IF YOU LAUNCH THEM MANUALLY
//-----------------------------------------------------------
<Hotkey ScrollLockOn Ctrl R>
<SendPC local>
<RenameWin "World of Warcraft" WoW1>
<RenameWin "World of Warcraft" WoW2>

//-----------------------------------------------------------
// SUBROUTINE TO LAUNCH AND RENAME A COPY OF WOW.
//-----------------------------------------------------------
<Command LaunchAndRename>
<SendPC %1%>
<Run "c:\Program Files\World of Warcraft\WoW.exe">
<RenameTargetWin %2%>

//-----------------------------------------------------------
// HOTKEY TO LAUNCH AND RENAME BOTH WOW'S.
//-----------------------------------------------------------
<Hotkey ScrollLockOn Alt Ctrl L>
<LaunchAndRename Local WoW1>
<LaunchAndRename Local WoW2>

//-----------------------------------------------------------
// DEFINE MAIL LABELS FOR SENDING KEY STROKES
//-----------------------------------------------------------
<Label w1 Local SendWinM WoW1>
<Label w2 Local SendWinM WoW2>

//-----------------------------------------------------------
// DEFINE HOTKEYS FOR ALL KEY COMBINATIONS THAT WILL GET
// SENT TO BOTH WOWS. ADD MORE KEY COMBO'S IF YOU WANT.
//-----------------------------------------------------------
<Hotkey ScrollLockOn A-Z, 0-9, Plus, Minus, F1-F12 except W, A, S, D, Q, E>
<SendLabel w1, w2>
<Key %Trigger%>

//-----------------------------------------------------------
// DEFINE MOVEMENT KEYS THAT WILL GET SENT TO BOTH WOW'S.
// ADD MORE KEYS IF YOU WANT.
//-----------------------------------------------------------
<MovementHotkey ScrollLockOn up, down, left, right>
<SendLabel w1, w2>
<Key %Trigger%>

//-----------------------------------------------------------
// BROADCAST MOUSE CLICKS. HOLD DOWN OEM3 (ON U.S. KEYBOARDS,
// THAT'S THE SQUIGGLE KEY IN UPPPER LEFT CORNER) WHEN YOU
// WANT TO BROADCAST.
//-----------------------------------------------------------
<UseKeyAsModifier Oem3>

<Hotkey ScrollLockOn Oem3 LButton, MButton, RButton, Button4, Button5>
<SendLabel w1, w2>
<ClickMouse %TriggerMainKey%>

Khatovar
08-16-2010, 12:23 AM
Targeting and attacks are done through macros in game. HotKeyNet only sends they key presses, which appears to be working if the slave is casting Ice Armor as you say. http://www.dual-boxing.com/wiki/index.php/Macros

alcattle
08-16-2010, 01:14 AM
When I used HKN I had /assist focus in every macro and a seperate /follow focus on it's own key on each slave. Whoever was the lead toon, so the slaves would set that one as focus.
I had to put something on the Master so that keypress work send the keystroke so I used /s Follow Me. Jamba might fix that part now. YMMV

mikekim
08-16-2010, 04:57 AM
if you want a basic focus system try the following:

on toon2 add the following macros:

basic follow/focus macro

/target toon1name
/focus
/follow

basic spell macro

/cast [target=focustarget] fireball

simply put:

put the follow macro on key 1 (toon2)
(make sure there is no spell on key 1 on toon1)

put your fireball macro on key 2 (toon2)
put the standard fireball spell (from spellbook) on toon1 key 2

make sure scroll lock is on...

press 1 on the keyboard - toon2 should be following toon1

target a mob with toon1 - press 2 on the keyboard - both toons should launch a fireball at the target