i believe you would still have to get an authentication key from the retail box in order to upgrade from trial status to full.
don't forget to 'recruit a friend' for yourself which will give you a free month.
i believe you would still have to get an authentication key from the retail box in order to upgrade from trial status to full.
don't forget to 'recruit a friend' for yourself which will give you a free month.
.
video: http://www.youtube.com/watch?v=-Ev7wuPSkl0
latest release: http://solidice.com/keyclone ( v1.9i 24jul2009 )
download: http://www.solidice.com/keyclone/db/...24jul2009a.exe
im still trying to decide on what class or classes to be... iv been watching some boxing movies and i like most of the class combos....
i like the 2 mages because you could AoE grind like crazy
shammies because you can melee, cast, and heal...
locks because they just own
alot of people use priest... i don't really like them though
i don't see much melee boxing?
does it now work well or something?
i saw interesting combo
warrior, warlock, and rogue
they did really good too
i was amazed seeing that i haven't seen melee boxing before
still haven't thought of a good name yet
melee is baaaad for multiboxing, you will have constant problems with facing targets. And also moving targets will be pain, that means you basically cant pvp with melee classes in your combo if it isnt ur main character.
ok in the video the warrior was the main and the rogue was always right next to or inside the main...Originally Posted by unit187
2 shammies or 2 mages????
not sure but thats what i have it down to now
also iv been looking at x-keys and realized they were pretty much the same thing as an G15 keyboard(which i have)
but i never took the time to figure out how the keys work....
so how do you program the keys?
i have no clue were to even start never done anything like it before.
uh, read documentation for your keyboard? oOOriginally Posted by Destro
if i could find it...Originally Posted by unit187
iv had this comp for a few years and the book is no were to be found...![]()
The Logitech website has manuals in their FAQ, as well as downloads for the LCD support, etc in the Support areas.Originally Posted by Destro
Here's a link to the FAQ page with the manual.
thanks
im having a little trouble with the walking again...
the one following slowly falls back....
im currently dueling 2 mages on the PTR
heres the code i have for running
[code:1]
#IfWinActive, World of Warcraft
; *** Makes wow2 and Wow1 Player walk up***
W::
ControlSend,,{W down}, ahk_id %wowid1%
ControlSend,,{W down}, ahk_id %wowid2%
KeyWait W
ControlSend,,{W up}, ahk_id %wowid1%
ControlSend,,{W up}, ahk_id %wowid2%
return
#IfWinActive, World of Warcraft
; *** Makes wow2 and Wow1 Player walk back***
s::
ControlSend,,{s down}, ahk_id %wowid1%
ControlSend,,{s down}, ahk_id %wowid2%
KeyWait s
ControlSend,,{s up}, ahk_id %wowid1%
ControlSend,,{s up}, ahk_id %wowid2%
return
#IfWinActive, World of Warcraft
; *** Makes wow2 and Wow1 Player turn left***
a::
ControlSend,,{a down}, ahk_id %wowid1%
ControlSend,,{a down}, ahk_id %wowid2%
KeyWait a
ControlSend,,{a up}, ahk_id %wowid1%
ControlSend,,{a up}, ahk_id %wowid2%
return
#IfWinActive, World of Warcraft
; *** Makes wow2 and Wow1 Player turn right***
d::
ControlSend,,{d down}, ahk_id %wowid1%
ControlSend,,{d down}, ahk_id %wowid2%
KeyWait d
ControlSend,,{d up}, ahk_id %wowid1%
ControlSend,,{d up}, ahk_id %wowid2%
return
[/code:1]
i know everyone has there own style and way to do things... but could i see how some people set up there macros... it would make things so much eiser for me if i could see how you do it first
thanks allot if anyone can![]()
Connect With Us