neila Posted August 27, 2007 Posted August 27, 2007 Hello guys, A lot of time i was looking for tool who can change keybord buttons egz: from F1 -> NUM1 I found Keystroke Converter but he dont work in L2 :o Why i need this tool? Becouse is a lot of skills that i need to use in right time and jumping from skill tolbar to another using egz: alt+f1, alt+f2 is hard and cost a lot of time, it means u can be dead! :-\ So maybe some one knows this tipe program witch works in L2 game? Quote
bonesaw Posted August 28, 2007 Posted August 28, 2007 Get any macro program on which you can program a key to execute a macro. Then you save a macro with a few backspaces to delete whatever have been typed and then put /skillname (you must have a target, ofc). I never tried, since my keyboard got 18 extra keys only for macroing... but it might work. Quote
nvus Posted August 28, 2007 Posted August 28, 2007 http://www.autohotkey.com/ <---- get this ;;;;; Hotkeys ;;;;; #ifWinActive, Lineage II `::Suspend, toggle ;;;;; QWER for F keys ;;;;; q::F1 w::F2 e::F3 r::F4 a::F5 s::F6 d::F7 f::F8 z::F9 x::F10 c::F11 v::F12 1::Sendplay, !{F1} 2::Sendplay, !{F2} 3::Sendplay, !{F3} 4::Sendplay, !{F4} 5::Sendplay, !{F5} make that script; save it as hotkeys.ahk or something ` = toggle on/off 1 = alt+F1 2 = alt+F2 3 = alt+F3 4 = alt+F4 QWER = F1 F2 F3 F4 ASDF = F5 F6 F7 F8 ZXCV = F9 F10 F11 F12 Quote
oO Posted August 29, 2007 Posted August 29, 2007 nvus but then how u will type normal chat in l2 ? u will use the option with "press enter to activate chat" ? Quote
nvus Posted August 29, 2007 Posted August 29, 2007 nvus but then how u will type normal chat in l2 ? u will use the option with "press enter to activate chat" ? no... if you press ` it will toggle the script on and off... if its off u type normally... ` is the tilde near ur 1 key Quote
apock Posted August 29, 2007 Posted August 29, 2007 script to add into ur lineage hotkey script ;Cp pots ; keys t, g and b use cp pots(great and normal at same time) ; put in bar number 10(ALT+10) on F11 and F12 the grat cp pots and normal cp pots t:: g:: b:: Sendplay, /useshortcut 10 11{enter} Sendplay, /useshortcut 10 12{enter} return enjoy and share ur scripts Quote
FeniX_OnE Posted October 3, 2007 Posted October 3, 2007 I can´t understand one thing: why not macros? With macros you don´t needs a lor function keys.- Quote
GriFFt3r Posted October 9, 2007 Posted October 9, 2007 nice prog this Autohotkey... very good for L2 Quote
emuzon Posted October 9, 2007 Posted October 9, 2007 you need to rename the script to bypass gameguard? i forgot the correct name Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.