AutoHotKey Cycle Script Demo
Hazefest goes over AutoHotKey Cycle script for the Eden Freeshard. Teheehee pointed me in the right direction with this.
Timestamps:
00:07 Introduction
00:11 What is a Cycle Script?
01:29 On Screen look at the Weapon Swap script
03:45 Weapon Cycle Demo 1.
04:46 Demo 2.
05:35 Two Target Weapon Cycle Demo 3
06:14 Buff Cycle Intro
06:44 On screen look at the Buff Cycle script
07:26 Buff Cycle Demo
08:14 This is a manual Cycle (not loop)
08:38 Closing remarks.
The link below will guide you through AHK installation, Full AHK Key list, and has Hazefest AHK strings you can pick to copy from directly into your scripts.
AutoHotKey Eden Written Guide: https://docs.google.com/document/d/1AzkcJZFh29vJ4sT3Mg6-psj_Do2p1QXPoBmdcQtjmQQ/edit?usp=share_link
Eden Freeshard Google Drive: https://drive.google.com/drive/u/1/folders/1eUEK97JcZMf_AOhztPS-5vTTITPHq9Kb
I will make additional videos for class/archetype specific scripts as I have the time.
If you want to share your AHK knowledge ping me on Discord - Hazefest#1135
Come say hello. Catch me live on Twitch: https://www.twitch.tv/hazefest
Buff Cycle shown in video:
^z::
fkey++ ; increment the counter everytime the hotkey is pressed
If fkey = 1
Send {control down}1{control up}
If fkey = 2
Send {control down}2{control up}
If fkey = 3
Send {control down}3{control up}
If fkey = 4
Send {control down}4{control up}
If fkey = 5
Send {control down}5{control up}
If fkey = 6
Send {control down}6{control up}
if fkey = 6
fkey = 0
Return
Weapon Swap Cycle shown in video:
;Weapon Cycle Section
6::
fkey++ ; increment the counter everytime the hotkey is pressed
If fkey = 1
Send ck
If fkey = 2
Send oy
If fkey = 3
Send gj
if fkey = 3
fkey = 0
Return
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.