Eden In-Depth AutoHotKey Guide for Melee Assassins

Channel:
Subscribers:
639
Published on ● Video Link: https://www.youtube.com/watch?v=RhVua7Qyxqc



Game:
Category:
Guide
Duration: 32:18
1,271 views
32


Hazefest goes over his AutoHotKey Nightshade script for the Eden Freeshard.

Timestamps:
00:07 Introduction
01:02 The Script and what's in it
06:16 Mouse Button Demo
08:37 After Evade/Anytime styles Demo 1
09:04 HELP! I am missing styles on FIRST ATTACKS
13:10 Why are you running Hamstring before Leaper in AHK?
15:22 Side and Back Styles Demo 2
17:32 Perforate Artery and Backstab 2 Demo 3
18:09 PA/BS2 Follow ups Demo 4
19:25 After Evade(stun)/Anytime Demo 5
21:16 Weapon Swapping Main and Off hand together Demo 6
23:11 Poison ALL weapons instantly Demo 7
25:14 Thoughts on AHK with Eden
26:43 Who is this AHK video for?
28:23 My Nightshade's Full /qbind list displayed
28:54 Windows Snipping Tool (Useful for screen grabs)
29:26 Is AHK cheating on Eden Freeshard?
29:66 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

The AHK script used in this video has been posted below. It is as easy as:
1. Copy the AHK Script below.
2. Run the Script as Admin.
3. Load your Hotbars
4. Set your /qbinds and change the AHK send lines to match.

;Eden Stealther v3 ;If you want to name the AHK Script

Return
#UseHook ;Beginning of AHK Script
#IfWinActive, ahk_class DAoCMWC ;AHK Script only works if DAoC is running


;Mouse Button Section
Xbutton1:: ;Press Side Mouse Button 1
{
Send {Numpad5 down}{Numpad5 up} ;Reset Camera
Send f ;Face
Send {PgDn} ;Cast Strike Spell
}
Return


;Melee Styles and Instant Abilities Section
1:: ;Press 1
{
Send {Shift down}{f1}{Shift up} ;Stick
Send b ;Swap to Main Hand Weapon
Send {f8} ;Hamstring
Send {=} ;Leaper
Send {f3} ;Asp's Bite (Pierce)
Send {PgUp} ;Instant DD
Send {,} ;Instant DoT
}
Return

2:: ;Press 2
{
Send {Shift down}{f1}{Shift up} ;Stick
Send b ;Swap to Main Hand Weapon
Send {f5} ;Ice Storm (CD 5s Stun)
Send {f6} ;Sidewinder (Pierce)
Send {f7} ;Black Widow (Pierce)
}
Return

3:: ;Press 3
{
Send {Shift down}{f1}{Shift up} ;Stick
Send {Ins} ;Perforate Artery
Send {Home} ;Backstab 2
}
Return

4:: ;Press 4
{
Send {Shift down}{f1}{Shift up} ;Stick
Send b ;Swap to Main Hand Weapon
Send {down} ;Creeping Death
Send {up} ;Thigh Cut
Send {PgUp} ;Instant DD
Send {,} ;Instant DoT
Send {[} ;CL Buff - Damage Add
Send {;} ;CL Buff - Resists
Send {-} ;CL Buff - Parry
Send {\} ;CL Buff - Ablative
}
Return

5:: ;Press 5
{
Send {Shift down}{f1}{Shift up} ;Stick
Send b ;Swap to Main Hand Weapon
Send {left} ;Dragonspider (Pierce)(8s Stun)
Send {f4} ;Diamondback (Pierce)
Send {f3} ;Asp's Bite (Pierce)
Send {PgUp} ;Instant DD
Send {,} ;Instant DoT
}
Return


;Swapping Weapons Section
6::
{
Send c ;/macro 1 /switch 1h 1
Send k ;/macro 2 /switch offhand 2
}
Return

7::
{
Send o ;/macro 3 /switch 1h 3
Send y ;/macro 4 /switch offhand 4
}
Return

8::
{
Send g ;/macro 5 /switch 1h 5
Send j ;/macro 6 /switch offhand 6
}
Return


;Poison Weapons Section
+q:: ;Press Shift Q
{
Send {Shift up} ;Prevents accidental shift commands
Send {f9} ;Infection Poison
Send {end} ;Lifebane Poison
Send c ;/macro 1 /switch 1h 1
Send k ;/macro 2 /switch offhand 2
Send {end} ;Lifebane Poison
Send {f11} ;Wep/Con Poison
Send o ;/macro 3 /switch 1h 3
Send y ;/macro 4 /switch offhand 4
Send {f9} ;Infection Poison
Send {f11} ;Wep/Con Poison
Send g ;/macro 5 /switch 1h 5
Send j ;/macro 6 /switch offhand 6
Send {end} ;Lifebane Poison
Send l ;Strength Poison
Send c ;/macro 1 /switch 1h 1
Send k ;/macro 2 /switch offhand 2
}
return


;AHK Script Automatic Suspend/Resume Features Section
~NumpadEnter:: ;Starts typing in chat (Suspends AHK Script)
~+Enter:: ;Starts typing in chat (Suspends AHK Script)
~Enter:: ;Starts typing in chat (Suspends AHK Script)
Suspend, Toggle
ToolTip, % A_IsSuspended ? "Script Suspended" : ""
Return


~NumpadDiv::
~/:: ;Starts typing in chat (Suspends AHK Script)
~':: ;Starts typing in chat (Suspends AHK Script)
~r:: ;Reply to whisper (Suspends AHK Script)
Suspend, On
ToolTip, Script Suspended
Return


~esc:: ;Escape (stops typing in chat. Resumes AHK Script)
Suspend, Off
ToolTip
Return


$^v:: ;Control V (Window's Paste command)
Suspend, Permit
if A_IsSuspended
SendInput, % Clipboard
Return

#UseHook off ;End of AHK Script







Tags:
haze
fest
hazefest
variety
streamer
twitch
gaming
AHK
autohotkey
guide
script
easy
help
tutorial
dark age of camelot
DAoC
DAOC
Camelot
new
Nightshade
Infil
infiltrator
shadowblade
classic
eden
atlas
titan



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.