http://img443.imageshack.us/img443/4048/3boxingjl7.png
Printable View
Wow - what size are each of those windows? 300 x 300 or so?
How do you play?
i have a pretty big monitor, and use autohotkey, im thinking about buying another computer or two, but haven't decided if im going to or not.
How well does it work with just auto hotkey? I was thinking about using it instead of buying a 4th computer for my 4 boxing but have been debating on it.
Very nice you must have done a lot of work with auto hotkeys mind posting your script. Do you set 2 to /follow or do you use the keyboard to send movement keys? I was always trying to get the number pad + the normal row of number keys to work but it only seen it as the same.
Also what is your rig setup? Again very nice hoping to start boxing again once I move.
Wow dude, how's ur frame rate?
You must have a suped up OC'd comp. I just have the E6600 2.4 Ghz stock and I haven't tried pushing more than 2 clients at the same time.
What UI mod displays spell damage on the icons?
That looks like the number of casts before going OOM, but I don't recall what it's calledQuote:
Originally Posted by Xzin
1255 fireball casts before going oom?
Might be downranked ;) (yeah I know, that doesn't make sense... but I don't play a mage!)
I donno, maybe you're right
Quick search on curse, didn't find anything, but now I have to go to work!
Theory Craft no?Quote:
Originally Posted by Xzin
Riault
[code:1]WinGet, wowid, List, World of Warcraft
~q::
KeyWait q
IfWinActive, World of Warcraft
{
ControlSend,, {Fq}, ahk_id %wowid1%
ControlSend,, {Fq}, ahk_id %wowid2%
Return
}
~F1::
KeyWait F1
IfWinActive, World of Warcraft
{
ControlSend,, {F1}, ahk_id %wowid1%
ControlSend,, {F1}, ahk_id %wowid2%
Return
}
~F2::
KeyWait F2
IfWinActive, World of Warcraft
{
ControlSend,, {F2}, ahk_id %wowid1%
ControlSend,, {F2}, ahk_id %wowid2%
Return
}
~F3::
KeyWait F3
IfWinActive, World of Warcraft
{
ControlSend,, {F3}, ahk_id %wowid1%
ControlSend,, {F3}, ahk_id %wowid2%
Return
}
~F4::
KeyWait F4
IfWinActive, World of Warcraft
{
ControlSend,, {F4}, ahk_id %wowid1%
ControlSend,, {F4}, ahk_id %wowid2%
Return
}
~F5::
KeyWait F5
IfWinActive, World of Warcraft
{
ControlSend,, {F5}, ahk_id %wowid1%
ControlSend,, {F5}, ahk_id %wowid2%
Return
}
~F6::
KeyWait F6
IfWinActive, World of Warcraft
{
ControlSend,, {F6}, ahk_id %wowid1%
ControlSend,, {F6}, ahk_id %wowid2%
Return
}
~F7::
KeyWait F7
IfWinActive, World of Warcraft
{
ControlSend,, {F7}, ahk_id %wowid1%
ControlSend,, {F7}, ahk_id %wowid2%
Return
}
~F8::
KeyWait F8
IfWinActive, World of Warcraft
{
ControlSend,, {F8}, ahk_id %wowid1%
ControlSend,, {F8}, ahk_id %wowid2%
Return
}
~F9::
KeyWait F9
IfWinActive, World of Warcraft
{
ControlSend,, {F9}, ahk_id %wowid1%
ControlSend,, {F9}, ahk_id %wowid2%
Return
}
~F10::
KeyWait F10
IfWinActive, World of Warcraft
{
ControlSend,, {F10}, ahk_id %wowid1%
ControlSend,, {F10}, ahk_id %wowid2%
Return
}
~F11::
KeyWait F11
IfWinActive, World of Warcraft
{
ControlSend,, {F11}, ahk_id %wowid1%
ControlSend,, {F11}, ahk_id %wowid2%
Return
}[/code:1]
found it somewhere else on this site and just changed a little.
here its set up to with just 2 toons. I play the warrior full screan atm.
i use f1 - 10 as the mages fireblast and stuff with f11 /autofollow, and the 'q' to break autofollow
not sure about the mod youre talking about.
the third screen in the pick is my friends 68 mage who i was just messing around on
Pigmyfoot, and bobsole, lvl 54 atm detheroc ally :P
any suggestions?
Sorry for what might appear to be a silly question but how do you get your warcrafts into the screen that way, windowed?
Much appreciated as i've just split my account into another and am looking at two-boxing quite a bit and i was going to get another pc but if this is simple this would be perfect.
Thank you.
Under interface options, click windowed. Alt enter might work also?
Xzin: the mod you're looking for at least the one i use is called DrDamage you can get it from www.wowace.com
Ahh cool - now if I could just get /drdmg or /drdamage to do anything.....
Hmm I guess the beta build was broken. Older version is up and running.
Thanks!
Or not because it does not seem to work with SuperMacros :(
Even with #showtooltip Smite active.
I guess it does... BUT #showtooltip Smite has to be the FIRST thing in the macro.
#show Smite cannt be before it.
Heh what a rapid fire of responses while i was reading another forum topic. yea the first thing in the macro has to be the showtooltip, however since i am just double boxing locks I can hover over my "main toons" spells and see the information for both :-D
Theorycraft isn't working anymore :)Quote:
Originally Posted by Riault
Dr. Damage can do it, though.
Theorycraft is working.
Be sure to get the latest version.