Search found 8 matches

by Lystig
21 Jul 2023, 03:55
Forum: Gaming Help (v1)
Topic: Diablo IV - Always Attack In Place - Need Help
Replies: 7
Views: 1033

Re: Diablo IV - Always Attack In Place - Need Help

Hi again. I don't know how to test a script in Notepad - and I couldn't find an easy explanation trying to Google it. I simply tried your code to see if it fit with my needs while in the game, and it unfortunately did not. In any case, I ended up figuring it out. The * modifier seems to be doing the...
by Lystig
17 Jul 2023, 06:20
Forum: Gaming Help (v1)
Topic: Diablo IV - Always Attack In Place - Need Help
Replies: 7
Views: 1033

Re: Diablo IV - Always Attack In Place - Need Help

Yes, incorrect. The dollar prefix is a hotkey modifier. Try the following. #Requires AutoHotkey v1.1.33 r::Send {Shift down}{r down} +r Up:: Send {r up}{Shift up} SoundBeep 1500 Return Braces that bound hotkeys have no role in AHK v1 and should be removed or commented. The :arrow: Return command wi...
by Lystig
11 Jul 2023, 03:08
Forum: Gaming Help (v1)
Topic: Diablo IV - Always Attack In Place - Need Help
Replies: 7
Views: 1033

Re: Diablo IV - Always Attack In Place - Need Help

Hello, You may want to try the :arrow: dollar prefix . Mouse hotkeys always use the mouse hook. Hi, I can get it to work when I add #UseHook above the definition of the r hotkey, but I cannot get it to work using the dollar prefix - maybe I am using the wrong syntax. So to be clear, this is working...
by Lystig
06 Jul 2023, 14:18
Forum: Gaming Help (v1)
Topic: Diablo IV - Always Attack In Place - Need Help
Replies: 7
Views: 1033

Diablo IV - Always Attack In Place - Need Help

Hi guys, I'm trying to setup some of my abilities to always attack in place - essentially by activating the Shift button (which is my "Hold" keybinding) whenever the skill is activated. It works for the RButton, but I cannot get it to work for the r button. Can anybody help me figure out why it work...
by Lystig
05 Apr 2021, 05:56
Forum: Gaming Help (v1)
Topic: Question About Modifier Hotkey
Replies: 3
Views: 260

Re: Question About Modifier Hotkey

You haven't said how dragging with the mouse should be affected. How will the script know whether you want to drag the mouse or press Ctrl instead? I'm not sure I understand fully what you mean by "dragging with the mouse". Do you mean like when you move the position of a file in Windows by left-cl...
by Lystig
05 Apr 2021, 04:37
Forum: Gaming Help (v1)
Topic: Question About Modifier Hotkey
Replies: 3
Views: 260

Question About Modifier Hotkey

I'm trying to make a script that sends left mouse clicks at an interval of x milliseconds whenever both LControl and LButton are pressed down (to save my finger/mouse in certain situations). Currently, I've got: ^LButton::fastLeftClick() fastLeftClick() { Loop { GetKeyState, var, LButton, P If var =...
by Lystig
23 Mar 2020, 02:03
Forum: Gaming Scripts (v1)
Topic: Diablo Smash v1
Replies: 4
Views: 7779

Re: Diablo Smash v1

Nice stuff.

What is the "scroll trick" that is mentioned in the code comments?
by Lystig
22 Mar 2020, 09:21
Forum: Gaming Help (v1)
Topic: Need Help With a Few Gaming Scripts
Replies: 0
Views: 878

Need Help With a Few Gaming Scripts

Hey guys, I've tried to make some scripts for this myself without too much success - I'm not very good at coding. :/ Basically I want to try to make some "quality of life" improvements by implementing three AHK scripts for playing Diablo 3 - i.e. lessening the amount of buttons I have to spam to red...

Go to advanced search