@guyfromostrava I have a Sith Assassin too, I made a script wich is roughly the same as yours to enable Saber Strike when I cannot Maul or Trash, but it seems that the keys are not sent to the game. The hotkey works in windows, but in game does not work, even if I type the hotkey in chat...
This is nice and all, but it does mean you won't be able to type these keys in chat. :) I would only use this if I had a way to toggle these hotkeys off and on with a key stroke.
@RadricTycho Well you have to be smart about it. I have Trash on 2 and if I wanna write 2, i just write TWO ;). And Saber strike (auto-attack) is on PageDown, which is useless, at least for me ;)
@guyfromostrava I did some looking into the AutoHotKey program and the script language is _very_full featured. It allows you to create variables and control statements like "IF" etc. I would imagine that you could do something like:
if hotkeys = "off" return
else
{ Send {2} Send {A}
}
return
In another hot key, one not used very often (like F12 or scroll lock), you could have:
All those tabs open.... none of them porn.
stoner4010 1 month ago
This script is no longer working, either there's some wrong typing or autohotkey is not working anymore for SWToR
Frankio78 2 months ago
@Frankio78 It was working yesterday... let me check it -> right when I'm done waitin' in the freakin queue!!! :-D
guyfromostrava 2 months ago
@guyfromostrava I have a Sith Assassin too, I made a script wich is roughly the same as yours to enable Saber Strike when I cannot Maul or Trash, but it seems that the keys are not sent to the game. The hotkey works in windows, but in game does not work, even if I type the hotkey in chat...
Frankio78 2 months ago
OK, found the bug, sorry for my stupid statement. The program work, but need to be launched with admin privileges under win 7!
Sorry again :)
Frankio78 2 months ago
@Frankio78 Strange, mine still works... checked it yesterday, forgot to reply, sorry ;)
guyfromostrava 2 months ago
This is nice and all, but it does mean you won't be able to type these keys in chat. :) I would only use this if I had a way to toggle these hotkeys off and on with a key stroke.
RadricTycho 2 months ago
@RadricTycho Well you have to be smart about it. I have Trash on 2 and if I wanna write 2, i just write TWO ;). And Saber strike (auto-attack) is on PageDown, which is useless, at least for me ;)
guyfromostrava 2 months ago
@guyfromostrava I did some looking into the AutoHotKey program and the script language is _very_full featured. It allows you to create variables and control statements like "IF" etc. I would imagine that you could do something like:
if hotkeys = "off" return
else
{ Send {2} Send {A}
}
return
In another hot key, one not used very often (like F12 or scroll lock), you could have:
if hotkeys = "off" hotkeys = "on"
else hotkeys = "off"
F12 would toggle it.
RadricTycho 2 months ago
Unfortunately the formatting of comments here sucks, so line breaks were removed and that might not be very readable, but I think you get the idea.
RadricTycho 2 months ago
@RadricTycho Cool stuff bro! If you find that working pls I'd appreciate if you could let me know! :)
guyfromostrava 2 months ago
@RadricTycho Insert a new line in the notepad without the brackets [ScrollLock::Suspend] - Or anyother key instead of Scrolllock
DaniWesNL 2 months ago
Nice man. Like your exploration vids too.
JesusforLife2 2 months ago
Of course you can! As many keys as you like!
It is common sense, but please be reminded that this might very well be against the EUA.
guyfromostrava 2 months ago
can you do this for all your keybinds though? or is it limited to just one?
phead80 2 months ago
FIRST!
OverLordErIcH 2 months ago
@OverLordErIcH hehe, thx for the support man!!! :-D
guyfromostrava 2 months ago