A collection of Everquest scripts to automate some tasks. The scripts leverage AutoHotkey which sends keyboard commands to the Everquest client.
This is still a work in progress and has very basic functionality right now
-
Install git (use default options)
-
Install Auto-EQ
-
IMPORTANT: Once in awhile you will want to open up the bash terminal and type in
git pull
in the bash terminal to update the scripts.
Double click the desired script in the auto-eq directory located in the scripts folder (ex. monk_scripts.ahk).
If you want to see what each script executes, right click on the script and open it in a text editor like Notepad. NOTE: You will need to modify the character names in the scripts for some of these to perform correctly
Shift + Ctrl + X
- Stop/pause script. Press again to resume script. Works across all scripts.
Shift + Ctrl + R
- Reload script. Will reset the script as if you just opened it. Good if the scripts glitch.
Shift + Ctrl + 1
- Auto Assist the target defined in the script
Shift + Ctrl + 1
- Infinite Cannibalize (I fucking love this one)
Shift + Ctrl + 2
- Auto Avatar. Will automatically cycle through a list you've defined and buff each person as Ferine Avatar comes off cooldown. Spell gem for Ferine Avatar should be in Slot 1. Caster will provide a 15 second warning to cast so remain still.
Shift + Ctrl + 1
- Auto Assist the target defined in the script
Shift + Ctrl + 2
- Symphony of the Battle + Auto Assist + Melody (Assuming you have the item required -- ex. Songblade of the Eternal) and resumes melodies and auto assist. NOTE: You will need to have your desired melody on hotkey 3
https://www.autohotkey.com/docs/Tutorial.htm
You can use AutoHotkey's documentation to modify any of this as you see fit.