
DAoC AutoHotKey Scripts Quality of Life chat features.
Hazefest goes over Quality of Life(QoL) changes for using AutoHotKey Scripts 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 answer question or make additional videos as required. 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
1:46 New Script toggle on/off message.
3:26 Overview of the new script strings.
3:50 Suspend script with chat keys.
5:06 R for replying, / for commands, and ' keys String breakdown.
7:01 Escape resumes your AHK script.
7:58 Copy/Paste into DAoC chat.
8:55 Thank you/Closing remarks.
10:22 If you want to share your awesome AHK scripts.
All the AHK script data strings from the video.
;toggle Script(pauses and resumes script) - UPDATED-
+NumLock::
Suspend,toggle
ToolTip, % A_IsSuspended ? "Script Suspended" : ""
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
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 2.0 Scripts that I have made and/or use: (has the new chat features also)
https://drive.google.com/drive/folders/1nVLPvbunD4lUbTsm8fLCp-jh-FKdrukA
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.