
DAoC AutoHotKey Tutorial for Melee Stealth Assassins
Hazefest's Stealth Assassin tutorial on using AutoHotKey in Dark Age of Camelot on the Phoenix free shard server. If you have questions and for feel like you need more information please leave a comment and I will make additional videos working through some of the inquiries. Thank you for watching!
Subscribe for more like this!
Watch Hazefest Live at https://www.twitch.tv/hazefest
Time Stamps for this Video:
0:00 Introduction
0:38 Download and Install AutoHotKey
0:59 Creating a new .ahk script
1:47 Setting up your hot bars
3:47 Garrote and Hamstring Demo
4:25 Adding a Stick macro to your Garrote string
5:32 Perforate Artery and Backstab II setup
7:28 PA and BS2 demo
7:54 Perforate Artery and Backstab II follow up setup
9:48 Testing Perf and BS follow ups
10:13 Poison multiple weapons string
15:53 Poison Six weapons Demo
16:33 Side and Back Style setup
18:17 Side and back demo
18:54 Make a visual Hotbar for your script
20:08 Shoot Crossbow in a single key press
21:08 Crossbow demo
21:29 Key Notes about a script
22:36 Closing statements
23:30 One last thing - Phoenix Rules on AHK scripting
Use the resources below to get started with AHK today!
Resources:
My Twitch channel:
https://www.twitch.tv/hazefest
Ethereal Legion Discord:
https://discord.gg/fFXaHb7k6f
Play DAoC for FREE!
https://playphoenix.online/
Phoenix Server Rules: --Important--
https://playphoenix.online/rules
Download AutoHotKey:
https://www.autohotkey.com/
AutoHotKey Help Information:
https://www.autohotkey.com/docs/AutoHotkey.htm
List of AutoHotKey Script Keys for making your own script:
https://www.autohotkey.com/docs/KeyList.htm
All the AutoHotKey Scripts that I have made and/or use:
https://drive.google.com/drive/folders/1nVLPvbunD4lUbTsm8fLCp-jh-FKdrukA
I have added a photo showing my /qbind list and the hotbars from this video:
https://ibb.co/Fbk9g8g
EDIT: I have updated this script by removing SetKeyDelay and changed the script to 2.0 version.
EDIT2: I have added "Script suspended" and chat QoL features.
Copy/Paste Raw Script Data:
;Infiltrator 2.0
RETURN
#UseHook
#IfWinActive, ahk_class DAoCMWC
;toggle Script(pauses and resumes script) - UPDATED-
+NumLock::
Suspend,toggle
ToolTip, % A_IsSuspended ? "Script Suspended" : ""
return
;Backstab 2 and Perf
3:: send ^{f1}^{f2}
return
;Backstab 2 and Perf follow ups
4:: send ^y^{f3}^{f4}^{f5}
return
;Poison weapons
7:: send {f1}{f2}{f7}{f8}{f3}{f4}{f9}{f11}{f1}{f2}
return
;weapon swap 1-2
5:: send {f7}{f8}
return
;weapon swap 3-4
6:: send {f9}{f11}
return
;Garrote and Evade styles
1:: send ^y^{f10}^{f9}^{f8}^{f7}^{f6}
return
;Side and back style
2:: send ^y^q^e
return
;Pull with bow
8:: send h0h0
return
;Suspend when typing -NEW-
~NumpadEnter::
~+Enter::
~Enter::
Suspend, Toggle
ToolTip, % A_IsSuspended ? "Script Suspended" : ""
Return
;Other keys that open chat /commands, console, r reply key -NEW-
~NumpadDiv::
~/::
~'::
~r::
Suspend, On
ToolTip, Script Suspended
Return
;Escape closes chat window -NEW-
~esc::
Suspend, Off
ToolTip
Return
;control v windows default paste command -NEW-
~^v::
Suspend, Permit
if A_IsSuspended
SendInput, % Clipboard
Return
#UseHook off
Other Videos By Hazefest
Other Statistics
Dark Age of Camelot Statistics For Hazefest
Hazefest currently has 61,320 views spread across 40 videos for Dark Age of Camelot. About 16 hours worth of Dark Age of Camelot videos were uploaded to his channel, or 6.01% of the total watchable video on Hazefest's YouTube channel.