Jump to content

Keyboard buttons changer!


Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 1 month later...
  • 4 weeks later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...